diff options
author | D <DL88250@gmail.com> | 2016-11-26 02:48:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-26 02:48:09 +0000 |
commit | 87cbc654b9fc0622669d9469429471150bdd1888 (patch) | |
tree | 83491efd5ad7f83074baf220d6854cb788563dcc | |
parent | Merge pull request #849 from jgillich/patch-2 (diff) | |
download | awesome-selfhosted-87cbc654b9fc0622669d9469429471150bdd1888.tar.gz awesome-selfhosted-87cbc654b9fc0622669d9469429471150bdd1888.zip |
Add a blogging platform - Solo
A blogging system written in Java, feel free to create your or your team own blog.
https://github.com/b3log/solo
-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 * [Noddity](http://noddity.com/) - It's a blog, it's a wiki, it's a fast CMS. ([Source Code](https://github.com/TehShrike/noddity)) `WTFPL` `Nodejs` * [PluXml](http://www.pluxml.org/) - XML-based blog/CMS platform. ([Source Code](https://github.com/pluxml/PluXml)) `GPL` `PHP` * [Postleaf](https://www.postleaf.org/) - An open source blogging platform with inline editing, handlebar templates, and a beautiful user interface. ([Source Code](https://github.com/Postleaf/postleaf)) `GPLv3` `PHP` + * [Solo](https://github.com/b3log/solo) - A blogging system written in Java, feel free to create your or your team own blog. ([Source Code](https://github.com/b3log/solo)) `Apache` `Java` * [Wagtail](https://wagtail.io/) - A Django content management system focused on flexibility and user experience. ([Source Code](https://github.com/torchbox/wagtail)) `BSD` `Python` * [WordPress](https://wordpress.org/) - Create a beautiful website or blog. ([Source Code](https://github.com/WordPress/WordPress)) `GPLv2` `PHP` |