From 96513d013113431752d2cbe46e0c8688f5612fef Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sat, 2 May 2020 09:28:40 +0200 Subject: [PATCH 1/4] Add Glosa --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 12e304ca..7a3b0ed2 100644 --- a/README.md +++ b/README.md @@ -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 ^`](#)** From c6f1dc2565c9442ae4c9ace6ad31c4669637e1b2 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 10 May 2020 13:23:41 +0200 Subject: [PATCH 2/4] Move Glosa to Forums --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 7a3b0ed2..ff6d2c27 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ 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) @@ -269,10 +268,6 @@ _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 ^`](#)** @@ -454,6 +449,7 @@ _[SIP](https://en.wikipedia.org/wiki/Session_Initiation_Protocol)/[IPBX](https:/ - [flaskbb](https://flaskbb.org/) - FlaskBB is forum software written in Python using the microframework Flask. You can easily create new topics, posts and send other users private messages. It also includes basic administration and moderation tools. ([Source Code](https://github.com/sh4nks/flaskbb)) `BSD-3-Clause` `Python` - [FluxBB](http://fluxbb.org/) - Fast, light, user-friendly forum software for your website. ([Source Code](https://github.com/fluxbb/fluxbb)) `GPL-2.0` `PHP` - [Friendica](https://friendi.ca/) - Social Communication Server. ([Source Code](https://github.com/friendica/friendica)) `AGPL-3.0` `PHP` +- [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` - [GNU social](https://gnu.io/social/) - Social communication software for both public and private communications. ([Source Code](https://git.gnu.io/gnu/gnu-social)) `AGPL-3.0` `PHP` - [Gosora](https://gosora-project.com/) - Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality. ([Source Code](https://github.com/Azareal/Gosora)) `GPL-3.0` `Go` - [Hubzilla](https://hubzilla.org) - Decentralized identity, privacy, publishing, sharing, cloud storage, and communications/social platform. ([Source Code](https://framagit.org/hubzilla/core)) `MIT` `PHP` From dc046436013409b8328748e0c775689a70b7163a Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 31 May 2020 12:48:41 +0200 Subject: [PATCH 3/4] Update Glosa language to Java --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff6d2c27..293383b5 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ _[SIP](https://en.wikipedia.org/wiki/Session_Initiation_Protocol)/[IPBX](https:/ - [flaskbb](https://flaskbb.org/) - FlaskBB is forum software written in Python using the microframework Flask. You can easily create new topics, posts and send other users private messages. It also includes basic administration and moderation tools. ([Source Code](https://github.com/sh4nks/flaskbb)) `BSD-3-Clause` `Python` - [FluxBB](http://fluxbb.org/) - Fast, light, user-friendly forum software for your website. ([Source Code](https://github.com/fluxbb/fluxbb)) `GPL-2.0` `PHP` - [Friendica](https://friendi.ca/) - Social Communication Server. ([Source Code](https://github.com/friendica/friendica)) `AGPL-3.0` `PHP` -- [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` +- [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` `Java` - [GNU social](https://gnu.io/social/) - Social communication software for both public and private communications. ([Source Code](https://git.gnu.io/gnu/gnu-social)) `AGPL-3.0` `PHP` - [Gosora](https://gosora-project.com/) - Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality. ([Source Code](https://github.com/Azareal/Gosora)) `GPL-3.0` `Go` - [Hubzilla](https://hubzilla.org) - Decentralized identity, privacy, publishing, sharing, cloud storage, and communications/social platform. ([Source Code](https://framagit.org/hubzilla/core)) `MIT` `PHP` From 404f5686ad4efafa451673a36f312c409d3fc32d Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 31 May 2020 12:14:39 +0000 Subject: [PATCH 4/4] glosa: remove duplicate source code link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 293383b5..be2fbdd3 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ _[SIP](https://en.wikipedia.org/wiki/Session_Initiation_Protocol)/[IPBX](https:/ - [flaskbb](https://flaskbb.org/) - FlaskBB is forum software written in Python using the microframework Flask. You can easily create new topics, posts and send other users private messages. It also includes basic administration and moderation tools. ([Source Code](https://github.com/sh4nks/flaskbb)) `BSD-3-Clause` `Python` - [FluxBB](http://fluxbb.org/) - Fast, light, user-friendly forum software for your website. ([Source Code](https://github.com/fluxbb/fluxbb)) `GPL-2.0` `PHP` - [Friendica](https://friendi.ca/) - Social Communication Server. ([Source Code](https://github.com/friendica/friendica)) `AGPL-3.0` `PHP` -- [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` `Java` +- [Glosa](https://github.com/glosa/glosa-server) - Open source commentary system easy to integrate with static pages. You can import from Disqus. `GPL-3.0` `Java` - [GNU social](https://gnu.io/social/) - Social communication software for both public and private communications. ([Source Code](https://git.gnu.io/gnu/gnu-social)) `AGPL-3.0` `PHP` - [Gosora](https://gosora-project.com/) - Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality. ([Source Code](https://github.com/Azareal/Gosora)) `GPL-3.0` `Go` - [Hubzilla](https://hubzilla.org) - Decentralized identity, privacy, publishing, sharing, cloud storage, and communications/social platform. ([Source Code](https://framagit.org/hubzilla/core)) `MIT` `PHP`