HelloWeb is a simple site management system for Google App Engine. It allows to easily create flat sites of a few pages. Flat sites are easier for the users, all pages are accessible from the menu, everything is visible, any page is just one click away.
Features:
- Pages are written in Markdown (plain text)
- Every page has a form to edit it in-place, there is no complicated admin backend
- Site menu is generated automatically
- sitemap.xml is generated automatically
- You can use Django templates to make a custom design
- Google offers free hosting (at appspot.com or on your own domain)
- You can export everything as XML
- Source code is less than 20 kB
Demo
You can try HelloWeb here.
Development
HelloWeb is distributed under GNU Affero GPL, but I consider changing the license to BSD. You can get the source code from Mercurial repository (current version).
Report bugs using feedback button on the right or in the issue tracker. Patches are welcome.