Skip to content

rzotin/hardcodeeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

hardcodeeditor

Edit the content of your static html files without a cms! You only need php and hardcodeeditor.php file on your webpage.

just place these html comments around content, that should be editable inside your static html files, change the password in the hardcodeeditor.php and you're ready to go!

Example html/template snippet:

[...]

<div class="article"> <!-- EDITABLE AREA --> Lorem ipsum dolor sit amet, consetetur sadipscing elitr... <!-- END EDITABLE AREA --> </div>

<div class="article"> <!-- EDITABLE AREA --> Lorem ipsum dolor sit amet, consetetur sadipscing elitr... <!-- END EDITABLE AREA --> </div>

[...]

About

Edit your static html files without a cms! You only need php and hardcodeeditor.php file on your webpage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages