HTML Gen (Miscellaneous)


HTML Gen is not HTML class in PHP language. It is the command line to generate HTML files from PHP files.
For example: If you are create your document page for customers, you may need it to be HTML file for your customer easily open it from everywhere.
But the HTML itself is just markup language, so you cannot code loop to generate content or cannot include navigation files.
To escape from this problem, you need HTML pre-processor.



If you ever try HTML pre-processor like Jade, Haml, Jekyll you may already know that, those HTML pre-processor installation is not easy.
They are depend on other language/code that needs to install by additional command line and some of them did not provide help that much.
And furthurmore, you need to learn more language from each HTML pre-processor you use.
If you are working on PHP then HTML Gen is very easy for you. You need no more to learn additional language/functions, just code the web page and use command to generate it to HTML files.



Features



  • Use PHP command line interface

  • Can run on Linux, Windows, Mac

  • Generate single HTML file from single PHP file

  • Generate multiple files from source folder

  • Set name of generated file (single file)

  • Set name of generated folder (generate multiple files)

  • Automatic replace link from php to html with option to disable auto replace content



Watch demo video


View it on YouTube

Change log


Version 1.0.1 2014-02-27



  • Improve source and target file/folder check

  • Improve validate options


Version 1.0 2014-02-24



  • Initial release

0 التعليقات:

إرسال تعليق

More