diff options
author | nodiscc <nodiscc@gmail.com> | 2017-04-12 21:56:03 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2017-04-12 21:56:03 +0000 |
commit | 9a1b7e26dacb913922e6d65a3120cf6154443bf2 (patch) | |
tree | 7739687ec3fcd4d8d5220078c7fa6d00869ce6e3 | |
parent | add rss merger, fixes #1026 (diff) | |
download | awesome-selfhosted-9a1b7e26dacb913922e6d65a3120cf6154443bf2.tar.gz awesome-selfhosted-9a1b7e26dacb913922e6d65a3120cf6154443bf2.zip |
add formtools, fixes #1022
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -158,6 +158,7 @@ See also [Static Site Generators](#static-site-generators), [Content Management * [Bludit](https://www.bludit.com/) `⚠` - Simple application to build a site or blog in seconds. Bludit uses flat-files (text files in JSON format) to store posts and pages. ([Demo](http://demo-bludit.rhcloud.com/), [Source Code](https://github.com/dignajar/bludit)) `MIT` `PHP` * [Chyrp](https://github.com/chyrp/chyrp) - An extra-awesome, extra-lightweight blog engine. `MIT` `PHP` * [Dotclear](http://dotclear.org/) - Take control over your blog. ([Source Code](https://hg.dotclear.org/dotclear)) `GPLv2` `PHP` + * [Formtools](https://formtools.org/) - Powerful, flexible, free and open source PHP/MySQL script to manage your forms and data. ([Source Code](https://github.com/formtools)) `GPLv2` `PHP` * [Ghost](https://ghost.org/) - Just a blogging platform. ([Source Code](https://github.com/TryGhost/Ghost)) `MIT` `Nodejs` * [Hexo](https://hexo.io/) - A fast, simple & powerful blog framework, powered by Node.js. ([Source Code](https://github.com/hexojs/hexo)) `MIT` `Nodejs` * [Hotglue](https://hotglue.me/) - HOTGLUE is a freehand CMS which allows to construct websites directly in a web-browser. It uses flat files for storage and provides an intuitive GUI. ([Demo](https://hotglue.me/demo/), [Source Code](https://github.com/k0a1a/hotglue2)) `GPLv3` `PHP` |