diff options
-rw-r--r-- | README.md | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -20,6 +20,7 @@ Table of Contents - [Mail Transfer Agents](#mail-transfer-agents) - [Mail Delivery Agents](#mail-delivery-agents) - [Complete solutions](#complete-solutions) + - [Mailing lists](#mailing-lists) - [XMPP](#xmpp) - [XMPP Servers](#xmpp-servers) - [XMPP Web Clients](#xmpp-web-clients) @@ -30,6 +31,7 @@ Table of Contents - [Content Management Systems (CMS)](#content-management-systems-cms) - [E-commerce](#e-commerce) - [Document Archiving](#document-archiving) + - [Enterprise Resource Planning](#enterprise-resource-planning) - [Federated Identity/Authentication](#federated-identityauthentication) - [Feed Readers](#feed-readers) - [File Sharing and Synchronization](#file-sharing-and-synchronization) @@ -200,6 +202,13 @@ _simple deployment of a mail server, e.g. for inexperienced or impatient admins. * [Citadel](http://www.citadel.org/) - Feature packed, easy, versatile, and powerful mail server, thanks to exclusive "rooms" based architecture. * [Modoboa](http://modoboa.org/en/) - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface. `Python` `MIT` +#### Mailing lists + +_Mailing lists servers._ + + * [Mailman](https://www.gnu.org/software/mailman/) - The Gnu mailing list server. `Python` `GPL` + * [Sympa](https://www.sympa.org/) - A mailing list manager. `Perl` `GPL` + ### XMPP @@ -342,7 +351,6 @@ _Recipe management_ * [OpenEats](http://www.openeats.org/) - A recipe management site that allows users to create, store, share and rate recipes, create grocery lists, and more. ([Source Code](https://github.com/qgriffith/OpenEats) `Python/Django` `BSD` - ### E-commerce * [OpenCart](https://www.opencart.com) - Free open source shopping cart solution. ([Source Code](https://github.com/opencart/opencart)) `GPLv3` `PHP` @@ -360,6 +368,11 @@ _Recipe management_ * [SANE Network Scanning](http://sane-project.org/) - allow remote clients to access image acquisition devices (scanners) available on the local host. ([Source Code](http://www.sane-project.org/cvs.html)) `GPLv2` `C` +## Enterprise Resource Planning + +* [Odoo](http://odoo.com) - Free open source ERP system. ([Source Code](https://github.com/odoo/odoo)), ([Demo](https://demo.odoo.com/)) `LGPLv3` `Python` + + ## Federated Identity/Authentication * [FreeRADIUS](http://freeradius.org/) - High performance and highly configurable multi-protocol policy/authentication server, supporting RADIUS, DHCPv4 and VMPS ([Source Code](https://github.com/FreeRADIUS/freeradius-server)) `GPLv2` `C` @@ -555,7 +568,7 @@ Some [Groupware](#groupware) solutions also feature file sharing and synchroniza ## Music Streaming - * [Ampache](http://ampache.org/) - A web based audio/video streaming application `GPLv2` `PHP` + * [Ampache](http://ampache.org/) - A web based audio/video streaming application. ([Demo](http://play.dogmazic.net/), [Source Code](https://github.com/ampache/ampache)) `AGPLv3` `PHP` * [CherryMusic](http://www.fomori.org/cherrymusic/) - Minimalistic Web-Mediaplayer - `GPL` `Python` * [cloudtunes](https://github.com/jkbrzt/cloudtunes) - Web-based music player for the cloud `MIT` `Python/Javascript` * [GNU FM](https://gnu.io/fm/) - Running music community websites, alternative to last.fm ([Source Code](http://git.savannah.gnu.org/cgit/librefm.git/)) `GPLv3` `PHP` @@ -618,7 +631,9 @@ Some [Groupware](#groupware) solutions also feature file sharing and synchroniza * [Dj Diabetes](https://github.com/foxmask/dj-diabetes) - My Glucose Manager - follow your daily health `BSD` `Python` * [Freeboard](https://freeboard.io) - An open source real-time dashboard builder for IOT and other web mashups. ([Source Code](https://github.com/freeboard/freeboard)) `MIT` `Nodejs` * [Habitica](http://habitica.com/) - A habit tracker app which treats your goals like a Role Playing Game. Previously called HabitRPG. ([Source Code](https://github.com/HabitRPG/habitrpg)) `GPLv3/Other` `Nodejs` + * [Phant](http://phant.io/) - Phant is a modular data logging tool for collecting data from the Internet of Things. ([Demo](https://data.sparkfun.com/), [Source Code](https://github.com/sparkfun/phant)) `GPLv3` `Nodejs` * [Reportr](https://github.com/Reportr/dashboard) - Your life's personal dashboard. ([Source Code](https://github.com/Reportr/dashboard)) + * [Thingspeak](https://thingspeak.com/) - An open source “Internet of Things” application and API to store and retrieve data from things using HTTP. ([Demo](https://thingspeak.com/channels/public), [Source Code](https://github.com/iobridge/thingspeak)) `GPL` `Ruby` * [Tipboard](http://allegro.tech/tipboard/) - In-house, tasty, local dashboarding system. ([Source Code](https://github.com/allegro/tipboard)) `Apache` `Python` * [wger](https://github.com/rolandgeider/wger) - A web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well. ([Demo](https://wger.de)) `AGPLv3` `Python` |