diff options
author | Andros Fenollosa <tanrax@users.noreply.github.com> | 2020-05-02 07:28:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-02 07:28:40 +0000 |
commit | 96513d013113431752d2cbe46e0c8688f5612fef (patch) | |
tree | 1bd9b0491595296ffaee397676660084ad52b6c3 | |
parent | Merge pull request #2039 from epsilon-0/master (diff) | |
download | awesome-selfhosted-96513d013113431752d2cbe46e0c8688f5612fef.tar.gz awesome-selfhosted-96513d013113431752d2cbe46e0c8688f5612fef.zip |
Add Glosa
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,6 +17,7 @@ See [Contributing](.github/CONTRIBUTING.md). - [Blogging Platforms](#blogging-platforms) - [Bookmarks and Link Sharing](#bookmarks-and-link-sharing) - [Calendaring and Contacts Management](#calendaring-and-contacts-management) + - [Commentary system](#commentary-system) - [Communication systems](#communication-systems) - [Custom communication systems](#custom-communication-systems) - [Email](#email) @@ -268,6 +269,10 @@ _CalDAV or CardDAV web-based clients._ - [InfCloud](https://www.inf-it.com/open-source/clients/infcloud/) - Open source CalDAV/CardDAV web client implementation. ([Demo](https://www.inf-it.com/infcloud/), [Source Code](https://www.inf-it.com/InfCloud_0.13.1.zip)) `AGPL-3.0` `Javascript` - [EteSync Web](https://www.etesync.com/faq/#web-client) - EteSync's official Web-based client (i.e., their Web app). ([Demo](https://client.etesync.com/), [Source Code](https://github.com/etesync/etesync-web)) `AGPL-3.0` `TypeScript` +## Commentary system + +- [Glosa](https://github.com/glosa/glosa-server) - Open source commentary system easy to integrate with static pages. You can import from Disqus. ([Source Code](https://github.com/glosa/glosa-server)) `GPL-3.0` `Clojure` + ## Communication systems **[`^ back to top ^`](#)** |