From f44a2a0d59ba07f5d49afe583ab0fc09c2008389 Mon Sep 17 00:00:00 2001 From: "Dr. Azrael Tod" Date: Tue, 4 Aug 2015 15:16:00 +0200 Subject: [PATCH 1/3] some stuff i know/worked with --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b6ed8120..10ccccaa 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Table of Contents * [Open Web Analytics](http://www.openwebanalytics.com/) - Google Analytics and Piwik alternative - `GPL` `PHP` * [Piwik](https://piwik.org/) - Leading open-source analytics platform that gives you more than just powerful analytics. - `GPLv3` `PHP` * [ThinkUp](https://www.thinkup.com/) - Insights into your social networking activity on Twitter, Facebook, Instagram, and beyond. ([Source code](https://github.com/ThinkUpLLC/ThinkUp)) - `GPL` `PHP` + * [Webalizer](http://www.webalizer.org/) - `GPL` `C` ## Automation @@ -89,6 +90,7 @@ See also [Static Site Generators](#static-site-generators) and [Content Managem * [Known](https://withknown.com/opensource/) - A single website for all your content `Apache` `PHP` * [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` + * [WebChao](https://github.com/drazraeltod/webchao) `GPLv3` `Python` `Django` * [Wordpress](https://wordpress.org/) - Create a beautiful website or blog. ([Source code](https://github.com/WordPress/WordPress)) `GPLv2` @@ -243,6 +245,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [NewsBlur](https://github.com/samuelclay/NewsBlur) - NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument * [Reader-Self](http://readerself.com/) Self-hosted rss reader (php / mysql or sqlite) - Google Reader alternative ([Source code](https://github.com/readerself/readerself)) * [Readr](https://github.com/pabloprieto/Readr) - A clean & simple, self-hosted RSS reader + * [RSS2EMail](http://www.allthingsrss.com/rss2email/) - exactly what you'd expect from it's name `GPL` `Python` * [RSSminer](http://rssminer.net/) -An online rss reader written in clojure & javascript & java ([Source code](https://github.com/shenfeng/rssminer)) * [Selfoss](http://selfoss.aditu.de/) - The new multipurpose rss reader, live stream, mashup, aggregation web application ([Source code](https://github.com/SSilence/selfoss)) - `AGPLv3` * [Stringer](https://github.com/swanson/stringer) - A work-in-progress self-hosted, anti-social RSS reader. @@ -318,6 +321,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Emby](https://github.com/MediaBrowser/MediaBrowser) - A home media server built using other popular open source technologies. - `GPLv2` * [Flumotion](http://flumotion.net/) - a streaming media server with intuitive graphical administration tools ([Source code](https://github.com/Flumotion/flumotion)) `LGPLv2` `Python` * [HTPC Manager](http://htpc.io/) - A fully responsive interface to manage all your favorite media on your HTPC. - `MIT` + * [Podcatcher.sh](https://github.com/DrAzraelTod/podcatcher.sh) - gets Podcasts by wget, builds m3u-Playlist, contains m3u.js that builds html5-Player for Playlists - `GPL` `Bash` `JS` * [ReadyMedia](http://sourceforge.net/projects/minidlna/) - a simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients `GPLv2` `C` * [Streama](https://github.com/dularion/streama) - Self-hosted Netflix alternative. - `MIT` `Java` @@ -350,9 +354,11 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [uchiwa](https://uchiwa.io/) - simple dashboard for sensu + ## Music Streaming * [Ampache](http://ampache.org/) - A web based audio/video streaming application `GPLv2` `PHP` + * [CherryMusic](http://www.fomori.org/cherrymusic/) minimalistic Web-Mediaplayer - `GPL` `Python` * [cloudtunes](https://github.com/jakubroztocil/cloudtunes) - Web-based music player for the cloud `MIT` `Python/Javascript` * [Groove Basin](http://groovebasin.com/) - A music player server with a web-based user interface inspired by Amarok 1.4 ([Source code](https://github.com/andrewrk/groovebasin)) `MIT` `Nodejs` * [Mopidy](http://mopidy.readthedocs.org/) - Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc. ([Source code](https://github.com/mopidy/mopidy)) `Apache` `Python` @@ -586,6 +592,7 @@ The list of contributors can be found below 7 Thomas Dalichow 6 Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> 5 Moti Korets + 5 DrAzraelTod 4 Jean Elchinger 3 Jan Vlnas 3 Mariusz Kozakowski <11mariom+wordpress@gmail.com> From 593cb728575a3444eb85f3a1ca074e35ebaa9964 Mon Sep 17 00:00:00 2001 From: "Dr. Azrael Tod" Date: Tue, 4 Aug 2015 21:38:09 +0200 Subject: [PATCH 2/3] removed less mature projects, extended description --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 10ccccaa..3c09b90f 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Table of Contents * [Open Web Analytics](http://www.openwebanalytics.com/) - Google Analytics and Piwik alternative - `GPL` `PHP` * [Piwik](https://piwik.org/) - Leading open-source analytics platform that gives you more than just powerful analytics. - `GPLv3` `PHP` * [ThinkUp](https://www.thinkup.com/) - Insights into your social networking activity on Twitter, Facebook, Instagram, and beyond. ([Source code](https://github.com/ThinkUpLLC/ThinkUp)) - `GPL` `PHP` - * [Webalizer](http://www.webalizer.org/) - `GPL` `C` + * [Webalizer](http://www.webalizer.org/) - parses web-server-logs and creates graphs/stats similar to google analytics, really fast, some restrictions on data due to source, less intrusive `GPL` `C` ## Automation @@ -90,7 +90,6 @@ See also [Static Site Generators](#static-site-generators) and [Content Managem * [Known](https://withknown.com/opensource/) - A single website for all your content `Apache` `PHP` * [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` - * [WebChao](https://github.com/drazraeltod/webchao) `GPLv3` `Python` `Django` * [Wordpress](https://wordpress.org/) - Create a beautiful website or blog. ([Source code](https://github.com/WordPress/WordPress)) `GPLv2` @@ -245,7 +244,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [NewsBlur](https://github.com/samuelclay/NewsBlur) - NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument * [Reader-Self](http://readerself.com/) Self-hosted rss reader (php / mysql or sqlite) - Google Reader alternative ([Source code](https://github.com/readerself/readerself)) * [Readr](https://github.com/pabloprieto/Readr) - A clean & simple, self-hosted RSS reader - * [RSS2EMail](http://www.allthingsrss.com/rss2email/) - exactly what you'd expect from it's name `GPL` `Python` + * [RSS2EMail](http://www.allthingsrss.com/rss2email/) - fetches RSS/Atom-feeds and pushes new Content to any email-reciever, supports OPML `GPL` `Python` * [RSSminer](http://rssminer.net/) -An online rss reader written in clojure & javascript & java ([Source code](https://github.com/shenfeng/rssminer)) * [Selfoss](http://selfoss.aditu.de/) - The new multipurpose rss reader, live stream, mashup, aggregation web application ([Source code](https://github.com/SSilence/selfoss)) - `AGPLv3` * [Stringer](https://github.com/swanson/stringer) - A work-in-progress self-hosted, anti-social RSS reader. @@ -321,7 +320,6 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Emby](https://github.com/MediaBrowser/MediaBrowser) - A home media server built using other popular open source technologies. - `GPLv2` * [Flumotion](http://flumotion.net/) - a streaming media server with intuitive graphical administration tools ([Source code](https://github.com/Flumotion/flumotion)) `LGPLv2` `Python` * [HTPC Manager](http://htpc.io/) - A fully responsive interface to manage all your favorite media on your HTPC. - `MIT` - * [Podcatcher.sh](https://github.com/DrAzraelTod/podcatcher.sh) - gets Podcasts by wget, builds m3u-Playlist, contains m3u.js that builds html5-Player for Playlists - `GPL` `Bash` `JS` * [ReadyMedia](http://sourceforge.net/projects/minidlna/) - a simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients `GPLv2` `C` * [Streama](https://github.com/dularion/streama) - Self-hosted Netflix alternative. - `MIT` `Java` @@ -358,7 +356,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi ## Music Streaming * [Ampache](http://ampache.org/) - A web based audio/video streaming application `GPLv2` `PHP` - * [CherryMusic](http://www.fomori.org/cherrymusic/) minimalistic Web-Mediaplayer - `GPL` `Python` + * [CherryMusic](http://www.fomori.org/cherrymusic/) - minimalistic Web-Mediaplayer - `GPL` `Python` * [cloudtunes](https://github.com/jakubroztocil/cloudtunes) - Web-based music player for the cloud `MIT` `Python/Javascript` * [Groove Basin](http://groovebasin.com/) - A music player server with a web-based user interface inspired by Amarok 1.4 ([Source code](https://github.com/andrewrk/groovebasin)) `MIT` `Nodejs` * [Mopidy](http://mopidy.readthedocs.org/) - Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc. ([Source code](https://github.com/mopidy/mopidy)) `Apache` `Python` From 221bbf0474ba199d58c76fd84e18d1a423bd6085 Mon Sep 17 00:00:00 2001 From: "Dr. Azrael Tod" Date: Tue, 4 Aug 2015 21:47:49 +0200 Subject: [PATCH 3/3] reduced my own reported-count --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c09b90f..52956807 100644 --- a/README.md +++ b/README.md @@ -590,8 +590,8 @@ The list of contributors can be found below 7 Thomas Dalichow 6 Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> 5 Moti Korets - 5 DrAzraelTod 4 Jean Elchinger + 3 DrAzraelTod 3 Jan Vlnas 3 Mariusz Kozakowski <11mariom+wordpress@gmail.com> 3 Martin Gontovnikas @@ -638,4 +638,3 @@ The list of contributors can be found below 1 steven jacobs 1 stevesbrain 1 ttoups -