| QuickHP is an easy to use system to keep your homepage in order. It is XML-based, and you use it by creating XML source files that are parsed through a XSLT file to create HTML, PHP or any sort of files. It comes with a comfortable Web-based file browser that lets you create and edit files, remove files, copy files, create directories, and so on.
Those were the requirements I had in mind when creating QuickHP:
- It had to be usable with only a browser,
- it had to be based on XML to keep the source files in the most compatible format,
- it had to use XSL to allow several different output formats,
- it had to provide a solution to the problem that XML files cannot have dynamic content (PHP code, DB backend etc.),
- it had to give me the most possible freedom while I manage my homepage with it,
- it had to make it easy for me to create valid HTML.
With the latest release, QuickHP fulfills all of the above requirements. |