A PHP based script to edit your html templates without touching code.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Template UI Editor was built to eliminate the tiresome work switching to and from code and browser while we edit an HTML page. To get started, simply copy uiedit.php and /ckeditor folder to the root where your html files reside on your server. After copying mentioned files just visit http://localhost/uiedit.php or www.yoursite.com/path/to/dir/uiedit.php
What things you need to install the software and how to install them
In order to use editor, you just need to have
- PHP
- HTML files you want to edit
A step by step series of examples that tell you how to get a development env running
Grab uiedit.php and /ckeditor and paste these two file and folder respectively in a folder containing your html files which you intend to edit. The files which you intend to edit must be present on a PHP-configured server so that Template UI Editor can work properly.
You should never use Template UI Editor on a production server as it grants any user to manipulate live files on the server. It is advised that you edit the files and then remove uiedit.php and /ckeditor while deploying the site.
- cKEdtor - The editor used
Do consider contributing to the project if there is any way you could make it better that it already is ...
- Shouvik Mitra - Blog
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details