- [Software Development Platforms](#software-development-platforms)
- [Static site generators](#static-site-generators)
- [Text Editors](#text-editors)
- [URL Shorteners](#url-shorteners)
- [Wikis](#wikis)
@ -121,6 +122,8 @@ Table of Contents
CMS are a practical way to setup a website with many features. CMS often come with third party plugins, themes and functionality that is easy to add and customize to your needs.
See also [Static Site Generators](#static-site-generators)
* [99ko CMS](http://99ko.hellojo.fr) - 99ko allows you to create a website in minutes without knowledge of Web development. It does not use a database server but relies on simple text files (JSON format) to store your data. ([Source code](https://github.com/99ko-project/99ko-cms))
* [Baun](http://bauncms.com/) - A modern, lightweight, extensible CMS for PHP - ([Source code](https://github.com/BaunCMS/Baun)) `MIT`
@ -369,6 +372,10 @@ CMS are a practical way to setup a website with many features. CMS often come wi
* [Codiad](http://codiad.com/) - a web-based IDE framework with a small footprint and minimal requirements. ([Source code](https://github.com/Codiad/Codiad))
* [Jenkins](https://jenkins-ci.org/) - Continuous Integration Server ([Source Code](https://github.com/jenkinsci/jenkins/)) `MIT``Java`
## Static site generators
See https://staticsitegenrators.net/ and https://www.staticgen.com
## Text Editors
* [dillinger](http://dillinger.io/) - The last Markdown editor, ever. ([Source code](https://github.com/joemccann/dillinger/)) `MIT``Nodejs`