From d1b5a69d5c89ff967bf604e4e914ed3388436f5a Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:16:55 +0200 Subject: [PATCH 01/13] add project management from n1trux/awesome-sysadmin --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index fcd4d4f1..26a246be 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Table of Contents - [Pastebins](#pastebins) - [Photo and Video Galleries](#photo-and-video-galleries) - [Polls and Events](#polls-and-events) +- [Project Management](#project-management) - [Proxy](#proxy) - [Read it Later Lists](#read-it-later-lists) - [Search Engines](#search-engines) @@ -452,6 +453,21 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [MaterialPoll](https://github.com/nearbycoder/materialpoll) - an opensource strawpoll.me clone for creating random polls. - ([Source code](https://github.com/nearbycoder/materialpoll), [Demo](http://materialpoll.tk)) * [OpenSondage](https://github.com/leblanc-simon/OpenSondage) - an online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision - ([Demo](http://framadate.org/), [Example](https://framadate.org/aqg259dth55iuhwm)) +## Project Management +*Web-based project management and bug tracking systems.* + +* [CaseBox](https://www.casebox.org) - Manage all your organisation's information in one system. +* [ChiliProject](https://www.chiliproject.org) - Fork of Redmine. +* [GitBucket](https://github.com/takezoe/gitbucket) Clone of GitHub written in Scala; single jar install. +* [GitLab](https://www.gitlab.com/) - Clone of GitHub written in Ruby. +* [Gogs](http://gogs.io/) - Self-hosted Git service written in Go. +* [OpenProject](https://www.openproject.org) - Project collaboration. +* [Phabricator](http://phabricator.org/) Written in PHP. +* [Redmine](http://www.redmine.org/) - Written in ruby on rails. +* [Taiga](https://taiga.io/) - Agile Project Management Tool based on the Kanban and Scrum methods. +* [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. +* [Trac](http://trac.edgewall.org/) - Written in python. + ## Proxy * [Oranjeproxy](http://lehollandaisvolant.net/tout/oranjeproxy/) - Anonymizing web proxy ([Source code](https://github.com/AmauryCarrade/OranjeProxy)) `GPLv2` `PHP` From db88cd70fb696ccd2892e593078e04b11ce6ac96 Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:18:29 +0200 Subject: [PATCH 02/13] add Statistics from n1trux/awesome-sysadmin --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 26a246be..08f8983e 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Table of Contents - [Bug and Task Trackers](#bug-and-task-trackers) - [Documentation Generators](#documentation-generators) - [Static site generators](#static-site-generators) +- [Statistics](#statistics) - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) - [Self-hosting Solutions](#self-hosting-solutions) @@ -551,6 +552,17 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen.com](https://www.staticgen.com) + +## Statistics +*Analytics software.* + +* [AWStats](http://www.awstats.org/) - Generates web, streaming, ftp or mail server statistics graphically. +* [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal. +* [Open Web Analytics](http://www.openwebanalytics.com/) - Add web analytics to websites using JS, PHP or REST APIs. +* [Piwik](http://piwik.org/) - Web analytics application. +* [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. + + ## URL Shorteners * [Lstu](https://github.com/ldidry/lstu) - _Let's SHorten That Url_ - Lightweight URL shortener From 5a198d3e36370ea474d3fdc32e020912a71332f0 Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:26:09 +0200 Subject: [PATCH 03/13] add Ticketing systems from n1trux/awesome-sysadmin --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 08f8983e..9d113b97 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Table of Contents - [Documentation Generators](#documentation-generators) - [Static site generators](#static-site-generators) - [Statistics](#statistics) +- [Ticketing systems](#ticketing-systems) - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) - [Self-hosting Solutions](#self-hosting-solutions) @@ -563,6 +564,19 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. +## Ticketing systems +*Web-based ticketing system.* + +* [Bugzilla](http://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. +* [Cerb](http://www.cerberusweb.com/) - Group-based e-mail management project. +* [Flyspray](http://flyspray.org) - Web-based bug tracking system written in PHP. +* [MantisBT](http://www.mantisbt.org/) - Web-based bug tracking system. +* [osTicket](http://osticket.com/) - Simple support ticket system. +* [OTRS](http://www.otrs.com/) - Trouble ticket system for assigning tickets to incoming queries and tracking further communications. +* [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl. +* [TheBugGenie](http://www.thebuggenie.com) - Ticket system with extensive user rights system. + + ## URL Shorteners * [Lstu](https://github.com/ldidry/lstu) - _Let's SHorten That Url_ - Lightweight URL shortener From 73491bfe1ab0d0c4ac1e868d35f04d510d3d673c Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:27:51 +0200 Subject: [PATCH 04/13] add XMPP from n1trux/awesome-sysadmin --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 9d113b97..a96b99b4 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Table of Contents - [Ticketing systems](#ticketing-systems) - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) +- [XMPP](#xmpp) - [Self-hosting Solutions](#self-hosting-solutions) - [List of Licenses](#list-of-licenses) - [External links](#external-links) @@ -602,6 +603,22 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [WiKiss](http://wikiss.tuxfamily.org/) - un wiki simple à utiliser et déployer. * [Wikitten](https://github.com/victorstanciu/Wikitten) - Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on. + +## XMPP +*XMPP servers.* + +* [ejabberd](http://www.ejabberd.im/) - XMPP instant messaging server written in Erlang/OTP. +* [Metronome IM](http://www.lightwitch.org/metronome) - Fork of Prosody IM. +* [MongooseIM](https://www.erlang-solutions.com/products/mongooseim-massively-scalable-ejabberd-platform) - Fork of ejabberd. +* [Openfire](http://www.igniterealtime.org/projects/openfire/) - Real time collaboration (RTC) server. +* [Prosody IM](http://prosody.im/) - XMPP server written in Lua. +* [Tigase](https://projects.tigase.org/projects/tigase-server) - XMPP server implementation in Java. + +*XMPP Web Clients* + +* [Candy](http://candy-chat.github.io/candy/) - Multi user XMPP client written in Javascript. +* [Kaiwa](http://getkaiwa.com/) - Web based chat client in the style of common paid alternatives. +* [Lets-Chat](http://sdelements.github.io/lets-chat/) - A self hosted chat suite written in Node. ------------------------------------------------------- ## Self-hosting Solutions From 169a8a9b5671e2f7b8ef6540d2baf92578b38b48 Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:29:25 +0200 Subject: [PATCH 05/13] add Webmail from n1trux/awesome-sysadmin --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a96b99b4..03b0d11b 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Table of Contents - [Ticketing systems](#ticketing-systems) - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) +- [Webmail](#webmail) - [XMPP](#xmpp) - [Self-hosting Solutions](#self-hosting-solutions) - [List of Licenses](#list-of-licenses) @@ -586,6 +587,15 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [YOURLS](http://yourls.org/) - YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp ([Source code](https://github.com/YOURLS/YOURLS/), [Documentation](https://github.com/YOURLS/YOURLS/wiki)) - `MIT` +## Webmail +*Webmail applications.* + +* [Roundcube](http://roundcube.net/) - Browser-based IMAP client with an application-like user interface. +* [SquirrelMail](http://squirrelmail.org) - Another browser-based IMAP client. +* [Horde](http://www.horde.org) - Webmail and groupware client +* [Rainloop](http://www.rainloop.net) - Very nice webmail with IMAP/SMTP Support and multi accounting + + ## Wikis * **[Wikimatrix](http://www.wikimatrix.org/) - A wiki platforms comparator** From 821ef4adb767fef9b79bd6036dfdeb6500beb664 Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:32:05 +0200 Subject: [PATCH 06/13] integrate Wiki software from n1trux/awesome-sysadmin --- README.md | 40 ++++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 03b0d11b..398a7e49 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ Table of Contents - [Games](#games) - [Gateways](#gateways) - [Groupware](#groupware) -- [Learning and Courses](#learning-and-courses) - [Maps & GPS](#maps--gps) - [Media Streaming](#media-streaming) - [Mind Maps](#mind-maps) @@ -53,7 +52,6 @@ Table of Contents - [IDE/Tools](#idetools) - [Continuous Integration](#continuous-integration) - [Bug and Task Trackers](#bug-and-task-trackers) - - [Documentation Generators](#documentation-generators) - [Static site generators](#static-site-generators) - [Statistics](#statistics) - [Ticketing systems](#ticketing-systems) @@ -152,7 +150,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Ostel](https://dev.guardianproject.info/projects/ostel/wiki/Server_Documentation) - Secure SIP telephony setup with ZRTP encryption `GPLv3` `Ruby` ### IRC - + * [Shout](http://shout-irc.com/) -The self-hosted web IRC client ([Demo](http://demo.shout-irc.com/), [Source code](https://github.com/erming/shout)) `MIT` `Nodejs` * [Convos](http://convos.by/) - Always online web IRC client ([Demo](http://demo.convos.by), [Source code](http://github.com/nordaaker/convos)) `ARTv2` `Perl` * [Quassel IRC](http://quassel-irc.org/) - distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core ([Source code](https://github.com/quassel/quassel)) `GPLv2` `C++` * [Shout](http://shout-irc.com/) - The self-hosted web IRC client ([Demo](http://demo.shout-irc.com/), [Source code](https://github.com/erming/shout)) `MIT` `Nodejs` @@ -291,12 +289,14 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Git Annex](http://git-annex.branchable.com/assistant/quickstart/) - File synchronization between computers, servers, external drives * [img.bi](https://github.com/imgbi/img.bi) - img.bi is a secure image hosting. Images are encrypted using AES-256 with random key in browser before upload. `GPLv3` `Nodejs` * [instant.io](https://github.com/feross/instant.io) - Streaming file transfer over WebTorrent ([Demo](https://instant.io)) `MIT` `Nodejs` + * [ipMagnet](https://github.com/cbdevnet/ipmagnet/) - BitTorrent client IP address check ([Demo](http://ipmagnet.services.cbcdn.com/)) `WTFPL` `PHP` * [Jirafeau](https://gitlab.com/mojo42/Jirafeau/wikis/home) - Jirafeau is a web site permitting to upload a file in a simple way and give an unique link to it. ([Demo](http://jirafeau.net/)) * [Jyraphe](http://home.gna.org/jyraphe/) - Jyraphe is a web application of file repository, easy to install and easy to use. * [lutim](https://github.com/ldidry/lutim) - Let's Upload That Image ! * [Mediacrush](https://mediacru.sh/) - a website you can upload images, audio, and video to, and receive a link to share it with your friends ([Source code](https://github.com/MediaCrush/MediaCrush)) * [Nimbus](https://github.com/ethanal/nimbus) - A drag-and-drop shortlink file sharer for OS X - `MIT` `Python` * [OnionShare](https://onionshare.org/) - securely and anonymously share a file of any size. + * [ownCloud](https://owncloud.org/) - All-in-one solution for saving and sharing files, photos, music- `AGPLv3` * [Pomf](https://github.com/nokonoko/Pomf) - Simple file uploading and sharing, source for the now shut down site Pomf.se `MIT` `PHP/Nodejs` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` @@ -338,6 +338,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Maps & GPS + * [Traccar](https://www.traccar.org/) - Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips - ([Demo](http://demo.traccar.org/), [Source code](https://github.com/tananaev?tab=repositories)) - `Apache` * [Graphhopper](https://graphhopper.com/) - Fast routing library and server using OpenStreetMap ([Source code](https://github.com/graphhopper/graphhopper)) * [MapBBCodeShare](https://github.com/MapBBCode/share.mapbbcode.org) - Tool for sharing custom OSM maps. Support for annotated markers, polygons, lines, multi-format import/export, multiple layers, shortlinks... ([Demo](http://share.mapbbcode.org/)) `WTFPL/Other` `PHP/Javascript` * [Openstreetmap](http://www.openstreetmap.org/) - OpenStreetMap is a map of the world, created by people like you and free to use under an open license. ([Source code](https://github.com/openstreetmap/openstreetmap-website)) @@ -354,7 +355,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Mind Maps - * [Mindmaps](https://github.com/drichard/mindmaps) - An open source, offline capable, mind mapping application ([Demo](http://drichard.org/mindmaps/)) + * [Mindmaps](https://github.com/drichard/mindmaps) - An open source, offline capable, mind mapping application ([Demo](http://drichard.org/mindmaps/)) ## Money, Budgeting and Management @@ -381,15 +382,14 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [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` * [mpd](http://www.musicpd.org/) - Daemon to remotely play music, stream music, handle and organize playlists. Many clients available. `GPLv2` `C++` + * [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` * [Sonerezh](https://www.sonerezh.bzh/) - A self-hosted, web-based application for stream your music, everywhere. ([Demo](https://www.sonerezh.bzh/demo/), [Documentation](https://www.sonerezh.bzh/docs/), [Source code](https://github.com/sonerezh/sonerezh)) `GPLv3` `PHP` * [Subsonic](http://subsonic.org/) - Open-source web-based media streamer and jukebox ([Demo](http://demo.subsonic.org/login.view?user=guest4&password=guest), [Source code](https://github.com/EugeneKay/subsonic)) `GPLv3` `Java` @@ -466,7 +466,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [GitLab](https://www.gitlab.com/) - Clone of GitHub written in Ruby. * [Gogs](http://gogs.io/) - Self-hosted Git service written in Go. * [OpenProject](https://www.openproject.org) - Project collaboration. -* [Phabricator](http://phabricator.org/) Written in PHP. * [Redmine](http://www.redmine.org/) - Written in ruby on rails. * [Taiga](https://taiga.io/) - Agile Project Management Tool based on the Kanban and Scrum methods. * [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. @@ -604,9 +603,13 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [commonplace](https://github.com/fredoliveira/commonplace) - A server for your markdown files. Give it a directory, and Commonplace gives you a url, pretty pages, and quick editing. * [Dokuwiki](http://www.splitbrain.org/projects/dokuwiki) - An easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain files, therefore no database is required. - `GPL` * [Gitit](https://github.com/jgm/gitit) - A wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface. Supported markups include pandoc's extended version of markdown, reStructuredText, LaTeX, and HTML. Pages can be exported in a number of different formats, including LaTeX, RTF, OpenOffice ODT, and MediaWiki markup. Other features include: plugins, syntax highlighting, caching, ATOM feeds + * [Gollum](https://github.com/gollum/gollum) - A simple, Git-powered wiki with a sweet API and local frontend. * [Gruik](http://gruik.io/) - An open-source markdown note-taking web app ([Source code](https://github.com/grena/gruik)) + * [ikiwiki](http://ikiwiki.info/) - A wiki compiler. * [Mediawiki](https://www.mediawiki.org/wiki/MediaWiki) + * [MoinMoin](http://moinmo.in/) - An advanced, easy to use and extensible WikiEngine with a large community of users. * [Olelo/Gitwiki](https://github.com/minad/olelo) - Olelo is a wiki that stores pages in a Git repository, supports many markup styles and has an extensible, hackable architecture! Features: Edit, move or delete pages; Page attribute editor; Support for hierarchical wikis (directory structure); File upload; History, commit and diff view; Locales (Czech, English, French, German); Support for many markup languages (Creole, Markdown, Textile); RSS/Atom changelog for whole wiki or pages; Section editing for Creole; Embedded LaTeX formulas; Syntax highlighting; Image resizing, SVG to PNG/JPEG conversion; Auto-generated table of contents; Previews; View pages as S5 presentation; Privacy features: Access control lists, Private wiki, Read-only wiki. ([Demo](http://www.gitwiki.org/)) + * [PmWiki](http://www.pmwiki.org) - Wiki-based system for collaborative creation and maintenance of websites. * [Raneto](http://raneto.com/) - Raneto is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase - `MIT` * [Realms](https://github.com/scragg0x/realms-wiki) - a git-backed wiki inspired by Gollum * [TiddlyWiki](http://tiddlywiki.com/) - a reusable non-linear personal web notebook @@ -655,8 +658,8 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * `GPL` - [GNU General Public License](https://www.gnu.org/licenses/gpl-1.0) * `GPLv2` - [GNU General Public License 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) * `GPLv3` - [GNU General Public License 3.0](http://www.gnu.org/licenses/gpl-3.0.en.html) - * `MIT` - [MIT License](http://opensource.org/licenses/MIT) - * `MPLv2` - [Mozilla Public License](https://www.mozilla.org/MPL/2.0/index.txt) + * `MIT` - [MIT License](http://opensource.org/licenses/MIT) + * `MPLv2` - [Mozilla Public License](https://www.mozilla.org/MPL/2.0/index.txt) ------------------------------------------------------- @@ -686,16 +689,14 @@ This list is under the [Creative Commons Attribution-ShareAlike 3.0 Unported](LI The list of contributors can be found below - 87 nodiscc - 70 Edward D - 15 Kickball - 13 jungle-boogie - 9 Kovah + 77 nodiscc + 68 Edward D + 12 Kickball + 12 jungle-boogie 7 Thomas Dalichow + 6 Kovah 6 Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> 5 Moti Korets - 4 Jean Elchinger - 3 DrAzraelTod 3 Jan Vlnas 3 Mariusz Kozakowski <11mariom+wordpress@gmail.com> 3 Martin Gontovnikas @@ -717,16 +718,13 @@ The list of contributors can be found below 2 cron410 2 jimykk 2 phre4k - 2 tomc3 2 yuche - 1 Alys - 1 Brendan Abolivier 1 Caleb Xu 1 Calle Wolff 1 Dan - 1 Dirk Krause 1 Dražen Lučanin 1 Igor Antun + 1 Jean Elchinger 1 Jeremiah Marks 1 Joel Calado 1 Joshua Hamilton @@ -736,9 +734,7 @@ The list of contributors can be found below 1 Remy Honig 1 Stefan Bohacek 1 Stefan Bohacek - 1 benmaynard11 1 bricej13 - 1 mertinop 1 skarphet 1 steven jacobs 1 stevesbrain From a8e08cfa82a13715a59af7330256556af107591a Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:34:35 +0200 Subject: [PATCH 07/13] integrate Cloud storage from n1trux/awesome-sysadmin --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 398a7e49..c8d29d84 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` * [SparkleShare](http://sparkleshare.org/) - Self hosted, instant, secure file sync + * [Swift](http://docs.openstack.org/developer/swift/) - A highly available, distributed, eventually consistent object/blob store. * [Syncany](https://www.syncany.org/) - Secure file sync software for arbitrary storage backends - An open-source cloud storage and filesharing application. Securely synchronize your files to any kind of storage! `GPLv3` `Java` * [Syncthing](http://syncthing.net/) - Syncthing is an open source peer-to-peer file synchronisation tool ([Source code](https://github.com/syncthing/syncthing)) - `MPLv2` `Go` * [Tahoe-LAFS](https://www.tahoe-lafs.org/trac/tahoe-lafs) - Tahoe-LAFS is a Free and Open decentralized cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security. @@ -353,11 +354,11 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [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` - ## Mind Maps * [Mindmaps](https://github.com/drichard/mindmaps) - An open source, offline capable, mind mapping application ([Demo](http://drichard.org/mindmaps/)) + ## Money, Budgeting and Management * [GLPI](http://www.glpi-project.org/spip.php?lang=en) - GLPI is an IT assests/resources/inventory manager ([Source code](https://forge.glpi-project.org/projects/glpi)) `GPLv2` `PHP` @@ -667,6 +668,7 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin) - A curated list of amazingly awesome open source sysadmin resources. * [PRISM Break](https://prism-break.org/en/), [Privacytools.io](https://www.privacytools.io/) - Mobile, computer & server privacy-minded applications + * [Self-hostable software on alternativeTo.net](https://alternativeto.net/?platform=self-hosted&sort=likes) ------------------------------------------------------- From dfffdeaa544a3377ee492a2cd2dcb9f3d2d18be9 Mon Sep 17 00:00:00 2001 From: phre4k Date: Tue, 4 Aug 2015 08:41:57 +0200 Subject: [PATCH 08/13] consolidated XMPP sections --- README.md | 42 +++++++++++++++++------------------------- 1 file changed, 17 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index c8d29d84..ca0b0e18 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ Table of Contents - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) - [Webmail](#webmail) -- [XMPP](#xmpp) - [Self-hosting Solutions](#self-hosting-solutions) - [List of Licenses](#list-of-licenses) - [External links](#external-links) @@ -134,13 +133,23 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Roundcube](https://roundcube.net) - A web interface to act as an IMAP frontend ([Screenshots](https://roundcube.net/screens/)) ([Source code](https://github.com/roundcube/roundcubemail/)) `GPLv3` `PHP` ### XMPP - * [Converse.js](https://conversejs.org/) - A free and open-source XMPP chat client in your browser ([Source](https://github.com/jcbrand/converse.js)) `MPLv2` `Javascript` - * [ejabberd](http://www.ejabberd.im) - A robust, scalable, and extensible XMPP server - `GPL` `Erlang` - * [Kaiwa](http://getkaiwa.com) A modern XMPP Web client ([Source code](https://github.com/digicoop/kaiwa)) - * [Kontalk](http://kontalk.org/) – Kontalk is an Open Source Messenger, similiar to WhatsApp (app for android only currently), including end-to-end encryption, server is based on Tigase XMPP Server - ([Source code](https://github.com/kontalk)) - `GPLv3` - * [Metronome](http://www.lightwitch.org/metronome) – XMPP server forked from Prosody. `MIT` `Lua` - * [OpenFire](http://www.igniterealtime.org/projects/openfire/) - instant messaging (XMPP) and groupchat server `Apache` `Java` - * [Prosody](http://prosody.im/) – Lightweight XMPP server `MIT` `Lua` + +*XMPP servers.* + +* [ejabberd](http://www.ejabberd.im/) - XMPP instant messaging server. `GPL` `Erlang` +* [Metronome IM](http://www.lightwitch.org/metronome) - Fork of Prosody IM. `MIT` `Lua` +* [MongooseIM](https://www.erlang-solutions.com/products/mongooseim-massively-scalable-ejabberd-platform) - Fork of ejabberd. +* [Openfire](http://www.igniterealtime.org/projects/openfire/) - Real time collaboration (RTC) server. `Apache` `Java` +* [Prosody IM](http://prosody.im/) - Feature-rich and easy to configure XMPP server. `MIT` `Lua` +* [Tigase](https://projects.tigase.org/projects/tigase-server) - XMPP server implementation in Java. + +*XMPP Web Clients* + +* [Candy](http://candy-chat.github.io/candy/) - Multi user XMPP client written in Javascript. +* [Converse.js](https://conversejs.org/) - A free and open-source XMPP chat client in your browser ([Source](https://github.com/jcbrand/converse.js)) `MPLv2` `Javascript` +* [Kaiwa](http://getkaiwa.com/) - Web based chat client in the style of common paid alternatives. ([Source code](https://github.com/digicoop/kaiwa)) +* [Kontalk](http://kontalk.org/) – Kontalk is an Open Source Messenger, similiar to WhatsApp (app for android only currently), including end-to-end encryption, server is based on Tigase XMPP Server - ([Source code](https://github.com/kontalk)) - `GPLv3` +* [Lets-Chat](http://sdelements.github.io/lets-chat/) - A self hosted chat suite written in Node. ### VoIP @@ -616,23 +625,6 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [TiddlyWiki](http://tiddlywiki.com/) - a reusable non-linear personal web notebook * [WiKiss](http://wikiss.tuxfamily.org/) - un wiki simple à utiliser et déployer. * [Wikitten](https://github.com/victorstanciu/Wikitten) - Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on. - - -## XMPP -*XMPP servers.* - -* [ejabberd](http://www.ejabberd.im/) - XMPP instant messaging server written in Erlang/OTP. -* [Metronome IM](http://www.lightwitch.org/metronome) - Fork of Prosody IM. -* [MongooseIM](https://www.erlang-solutions.com/products/mongooseim-massively-scalable-ejabberd-platform) - Fork of ejabberd. -* [Openfire](http://www.igniterealtime.org/projects/openfire/) - Real time collaboration (RTC) server. -* [Prosody IM](http://prosody.im/) - XMPP server written in Lua. -* [Tigase](https://projects.tigase.org/projects/tigase-server) - XMPP server implementation in Java. - -*XMPP Web Clients* - -* [Candy](http://candy-chat.github.io/candy/) - Multi user XMPP client written in Javascript. -* [Kaiwa](http://getkaiwa.com/) - Web based chat client in the style of common paid alternatives. -* [Lets-Chat](http://sdelements.github.io/lets-chat/) - A self hosted chat suite written in Node. ------------------------------------------------------- ## Self-hosting Solutions From a3011926793a3f524a4e7ccc3b4f601c33831440 Mon Sep 17 00:00:00 2001 From: phre4k Date: Tue, 4 Aug 2015 08:50:37 +0200 Subject: [PATCH 09/13] consolidated multiple Email sections --- README.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ca0b0e18..37f0d924 100644 --- a/README.md +++ b/README.md @@ -126,11 +126,15 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin ## Communication systems ### Email - * [Cypht](http://cypht.org/index.html) - A feed reader for your email accounts - `GPL` - * [mailcow](https://github.com/andryyy/mailcow) - Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration. `GPL` + + * [Cypht](http://cypht.org/index.html) - A feed reader for your email accounts - `GPL` + * [Horde](http://www.horde.org) - Webmail and groupware client. * [Mailpile](https://www.mailpile.is/) - Webmail client with search, filtering, encryption features and more ([Source code](https://github.com/mailpile/Mailpile)) `AGPLv3` `Python` - * [RainLoop](http://www.rainloop.net/) - Simple, modern & fast web-based email client. ([Demo](http://demo.rainloop.net/), [Source code](https://github.com/RainLoop/rainloop-webmail)). `AGPLv3` `PHP` - * [Roundcube](https://roundcube.net) - A web interface to act as an IMAP frontend ([Screenshots](https://roundcube.net/screens/)) ([Source code](https://github.com/roundcube/roundcubemail/)) `GPLv3` `PHP` + * [mailcow](https://github.com/andryyy/mailcow) - Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration. `GPL` + * [RainLoop](http://www.rainloop.net/) - Simple, modern & fast webmail with IMAP/SMTP Support and multi accounting. ([Demo](http://demo.rainloop.net/), [Source code](https://github.com/RainLoop/rainloop-webmail)). `AGPLv3` `PHP` + * [Roundcube](https://roundcube.net) - Browser-based IMAP client with an application-like user interface. ([Screenshots](https://roundcube.net/screens/)) ([Source code](https://github.com/roundcube/roundcubemail/)) `GPLv3` `PHP` + * [SquirrelMail](http://squirrelmail.org) - Another browser-based IMAP client. + ### XMPP @@ -596,15 +600,6 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [YOURLS](http://yourls.org/) - YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp ([Source code](https://github.com/YOURLS/YOURLS/), [Documentation](https://github.com/YOURLS/YOURLS/wiki)) - `MIT` -## Webmail -*Webmail applications.* - -* [Roundcube](http://roundcube.net/) - Browser-based IMAP client with an application-like user interface. -* [SquirrelMail](http://squirrelmail.org) - Another browser-based IMAP client. -* [Horde](http://www.horde.org) - Webmail and groupware client -* [Rainloop](http://www.rainloop.net) - Very nice webmail with IMAP/SMTP Support and multi accounting - - ## Wikis * **[Wikimatrix](http://www.wikimatrix.org/) - A wiki platforms comparator** From 27070635aa870a5a9c72975c66b84a93bb955764 Mon Sep 17 00:00:00 2001 From: phre4k Date: Tue, 4 Aug 2015 08:52:41 +0200 Subject: [PATCH 10/13] =?UTF-8?q?consolidated=20Statistics=20=E2=86=92=20A?= =?UTF-8?q?nalytics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 37f0d924..08b2286c 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,14 @@ Table of Contents ## Analytics + * [AWStats](http://www.awstats.org/) - Generates web, streaming, ftp or mail server statistics graphically. * [Countly](http://Count.ly) - Real time mobile analytics, crash reporting and push notifications platform ([Source code](https://github.com/countly)) `AGPL` `Javascript` + * [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal. * [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` - * [Snowplow](http://snowplowanalytics.com/) - Your own digital nervous system. Have every single event, from your websites, mobile apps, desktop applications and server-side systems, stored in your own data warehouse and available to action in real-time. ([Source Code](https://github.com/snowplow/)) `Apache` `Scala` * [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/) - 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` + * [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. + ## Automation @@ -569,15 +571,6 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. -## Statistics -*Analytics software.* - -* [AWStats](http://www.awstats.org/) - Generates web, streaming, ftp or mail server statistics graphically. -* [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal. -* [Open Web Analytics](http://www.openwebanalytics.com/) - Add web analytics to websites using JS, PHP or REST APIs. -* [Piwik](http://piwik.org/) - Web analytics application. -* [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. - ## Ticketing systems *Web-based ticketing system.* From 3f2e1ca539d36fbe92f1d557d0f15e3b5e26e7f8 Mon Sep 17 00:00:00 2001 From: phre4k Date: Fri, 7 Aug 2015 09:09:47 +0200 Subject: [PATCH 11/13] link Dev/Bug Trackers and Ticketing --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 08b2286c..883c42a7 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Maps & GPS - * [Traccar](https://www.traccar.org/) - Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips - ([Demo](http://demo.traccar.org/), [Source code](https://github.com/tananaev?tab=repositories)) - `Apache` * [Graphhopper](https://graphhopper.com/) - Fast routing library and server using OpenStreetMap ([Source code](https://github.com/graphhopper/graphhopper)) * [MapBBCodeShare](https://github.com/MapBBCode/share.mapbbcode.org) - Tool for sharing custom OSM maps. Support for annotated markers, polygons, lines, multi-format import/export, multiple layers, shortlinks... ([Demo](http://share.mapbbcode.org/)) `WTFPL/Other` `PHP/Javascript` * [Openstreetmap](http://www.openstreetmap.org/) - OpenStreetMap is a map of the world, created by people like you and free to use under an open license. ([Source code](https://github.com/openstreetmap/openstreetmap-website)) @@ -567,9 +566,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Static site generators -See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen.com](https://www.staticgen.com) - - +See https://staticsitegenerators.net and https://www.staticgen.com ## Ticketing systems From 4742a0d3171d543b637e845fa26a7357b78dda8d Mon Sep 17 00:00:00 2001 From: phre4k Date: Fri, 7 Aug 2015 09:18:05 +0200 Subject: [PATCH 12/13] merged project management sections --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 883c42a7..9743612c 100644 --- a/README.md +++ b/README.md @@ -531,6 +531,8 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ### Bug and Task Trackers +*Manage issues regarding your software development. See also: [Ticketing](#ticketing)* + * [92five](http://92fiveapp.com/) - Self hosted project management application ([Source code](https://github.com/chintanbanugaria/92five)) `CC BY-NC 4.0` `PHP` * [Apache Bloodhound](https://bloodhound.apache.org/) - Manage software products, Keep track of features, tasks and bugs `Apache` `Python` * [Bugzilla](https://www.bugzilla.org/) - Bug tracking used by the Mozilla projects. `MPLv2` `Pearl` @@ -550,6 +552,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [TaskBoard](http://taskboard.matthewross.me/) - A Kanban-inspired app for keeping track of things that need to get done. ([Source code](https://github.com/kiswa/TaskBoard)) `MIT` * [Taskfreak](http://www.taskfreak.com/original) - a simple but efficient web based task manager written in PHP. ([Demo](http://demo.taskfreak.com/)) * [tasks.php](https://github.com/RaymiiOrg/tasks.php) - A simple task/todo list manager `MIT` + * [TheBugGenie](http://www.thebuggenie.com) - Ticket system with extensive user rights system. * [Tinyissue](https://github.com/mikelbring/tinyissue) - Simple Issue Tracking for Teams `MIT` * [Tracks](http://getontracks.org/) - a web-based application to help you implement David Allen’s [Getting Things Done™](http://wikipedia.org/wiki/Getting_Things_Done) methodology. - `GPLV2` @@ -570,7 +573,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com ## Ticketing systems -*Web-based ticketing system.* +*Web-based ticketing systems. See also: [Bug and Task Trackers](#bug-and-task-trackers).* * [Bugzilla](http://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. * [Cerb](http://www.cerberusweb.com/) - Group-based e-mail management project. @@ -596,17 +599,22 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [Blazekiss](https://github.com/ldleman/blazekiss) - BlazeKiss is a KISS-based wiki (Keep It Simple, Stupid) - simplicity and functionality comes before all. * [Codex](http://codex.caffeinated.ninja/codex/master) - Codex is a simple file-based Markdown documentation platform built on top of Laravel. - `MIT` * [commonplace](https://github.com/fredoliveira/commonplace) - A server for your markdown files. Give it a directory, and Commonplace gives you a url, pretty pages, and quick editing. + * [daux.io](https://github.com/justinwalsh/daux.io) - Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. `MIT` + * [Docstore](http://haldean.org/) - A basic site for hosting static documents - docstore is a simple way to serve Markdown files without any server-side processing, and without requiring you (as the author) to recompile every time you change an article. It consists of a very simple JS script that makes an ajax request to your server, runs a Markdown processor on what it finds, and then displays the results. Clone the repository and add articles in the text/ directory to get started. ([Source code](https://github.com/haldean/docstore)) * [Dokuwiki](http://www.splitbrain.org/projects/dokuwiki) - An easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain files, therefore no database is required. - `GPL` * [Gitit](https://github.com/jgm/gitit) - A wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface. Supported markups include pandoc's extended version of markdown, reStructuredText, LaTeX, and HTML. Pages can be exported in a number of different formats, including LaTeX, RTF, OpenOffice ODT, and MediaWiki markup. Other features include: plugins, syntax highlighting, caching, ATOM feeds * [Gollum](https://github.com/gollum/gollum) - A simple, Git-powered wiki with a sweet API and local frontend. * [Gruik](http://gruik.io/) - An open-source markdown note-taking web app ([Source code](https://github.com/grena/gruik)) * [ikiwiki](http://ikiwiki.info/) - A wiki compiler. + * [markdown-tree](https://github.com/mil/markdown-tree) - serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown + * [MdWiki](https://dynalon.github.io/mdwiki/#!index.md) - a Markdown CMS/Wiki completely built in HTML5/Javascript and runs 100% on the client ([Source code](https://github.com/Dynalon/mdwiki)) * [Mediawiki](https://www.mediawiki.org/wiki/MediaWiki) * [MoinMoin](http://moinmo.in/) - An advanced, easy to use and extensible WikiEngine with a large community of users. * [Olelo/Gitwiki](https://github.com/minad/olelo) - Olelo is a wiki that stores pages in a Git repository, supports many markup styles and has an extensible, hackable architecture! Features: Edit, move or delete pages; Page attribute editor; Support for hierarchical wikis (directory structure); File upload; History, commit and diff view; Locales (Czech, English, French, German); Support for many markup languages (Creole, Markdown, Textile); RSS/Atom changelog for whole wiki or pages; Section editing for Creole; Embedded LaTeX formulas; Syntax highlighting; Image resizing, SVG to PNG/JPEG conversion; Auto-generated table of contents; Previews; View pages as S5 presentation; Privacy features: Access control lists, Private wiki, Read-only wiki. ([Demo](http://www.gitwiki.org/)) * [PmWiki](http://www.pmwiki.org) - Wiki-based system for collaborative creation and maintenance of websites. * [Raneto](http://raneto.com/) - Raneto is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase - `MIT` * [Realms](https://github.com/scragg0x/realms-wiki) - a git-backed wiki inspired by Gollum + * [Redaxscript](http://redaxscript.com/) - Ultra lightweight website engine * [TiddlyWiki](http://tiddlywiki.com/) - a reusable non-linear personal web notebook * [WiKiss](http://wikiss.tuxfamily.org/) - un wiki simple à utiliser et déployer. * [Wikitten](https://github.com/victorstanciu/Wikitten) - Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on. From 37e7e9c8a267248f998b2795314c205996e7d55d Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 12 Aug 2015 15:01:55 +0200 Subject: [PATCH 13/13] merge/sort bug trackers/ticketing/project management, remove duplicates, update TOC, update contributors list fix missing items from previous merge --- README.md | 221 +++++++++++++++++++++++++++++------------------------- 1 file changed, 117 insertions(+), 104 deletions(-) diff --git a/README.md b/README.md index 9743612c..03a461e7 100644 --- a/README.md +++ b/README.md @@ -9,62 +9,58 @@ This is a list of [Free](https://en.wikipedia.org/wiki/Free_software) Software [ Table of Contents ================= - - -- [Analytics](#analytics) -- [Automation](#automation) -- [Blogging Platforms](#blogging-platforms) -- [Bookmarks & Link Sharing](#bookmarks--link-sharing) -- [Calendar and Address Books](#calendar-and-address-books) -- [Communication systems](#communication-systems) - - [Email](#email) - - [XMPP](#xmpp) - - [VoIP](#voip) - - [IRC](#irc) - - [Custom](#custom) - - [Social Networks and Forums](#social-networks-and-forums) -- [Content Management Systems (CMS)](#content-management-systems-cms) -- [Download Tools](#download-tools) -- [Federated Identity/Authentication](#federated-identityauthentication) -- [Feed Readers](#feed-readers) -- [File Sharing and Synchronization](#file-sharing-and-synchronization) -- [Games](#games) -- [Gateways](#gateways) -- [Groupware](#groupware) -- [Maps & GPS](#maps--gps) -- [Media Streaming](#media-streaming) -- [Mind Maps](#mind-maps) -- [Money, Budgeting and Management](#money-budgeting-and-management) -- [Monitoring and Administration](#monitoring-and-administration) -- [Music Streaming](#music-streaming) -- [Note-taking & Editors](#note-taking--editors) -- [Office Suites](#office-suites) -- [Password Managers](#password-managers) -- [Pastebins](#pastebins) -- [Photo and Video Galleries](#photo-and-video-galleries) -- [Polls and Events](#polls-and-events) -- [Project Management](#project-management) -- [Proxy](#proxy) -- [Read it Later Lists](#read-it-later-lists) -- [Search Engines](#search-engines) -- [Software Development](#software-development) - - [Project Management](#project-management) - - [IDE/Tools](#idetools) - - [Continuous Integration](#continuous-integration) - - [Bug and Task Trackers](#bug-and-task-trackers) -- [Static site generators](#static-site-generators) -- [Statistics](#statistics) -- [Ticketing systems](#ticketing-systems) -- [URL Shorteners](#url-shorteners) -- [Wikis](#wikis) -- [Webmail](#webmail) -- [Self-hosting Solutions](#self-hosting-solutions) -- [List of Licenses](#list-of-licenses) -- [External links](#external-links) -- [Contributing](#contributing) -- [License](#license) - - + - [Analytics](#analytics) + - [Automation](#automation) + - [Blogging Platforms](#blogging-platforms) + - [Bookmarks & Link Sharing](#bookmarks-&-link-sharing) + - [Calendar and Address Books](#calendar-and-address-books) + - [Communication systems](#communication-systems) + - [Email](#email) + - [XMPP](#xmpp) + - [VoIP](#voip) + - [IRC](#irc) + - [Custom](#custom) + - [Social Networks and Forums](#social-networks-and-forums) + - [Content Management Systems (CMS)](#content-management-systems-cms) + - [E-commerce](#e-commerce) + - [Download Tools](#download-tools) + - [Federated Identity/Authentication](#federated-identityauthentication) + - [Feed Readers](#feed-readers) + - [File Sharing and Synchronization](#file-sharing-and-synchronization) + - [Games](#games) + - [Gateways](#gateways) + - [Groupware](#groupware) + - [Learning and Courses](#learning-and-courses) + - [Maps & GPS](#maps-&-gps) + - [Media Streaming](#media-streaming) + - [Mind Maps](#mind-maps) + - [Money, Budgeting and Management](#money-budgeting-and-management) + - [Monitoring and Administration](#monitoring-and-administration) + - [Music Streaming](#music-streaming) + - [Note-taking & Editors](#note-taking-&-editors) + - [Office Suites](#office-suites) + - [Password Managers](#password-managers) + - [Pastebins](#pastebins) + - [Photo and Video Galleries](#photo-and-video-galleries) + - [Polls and Events](#polls-and-events) + - [Proxy](#proxy) + - [Read it Later Lists](#read-it-later-lists) + - [Search Engines](#search-engines) + - [Software Development](#software-development) + - [Project Management](#project-management) + - [IDE/Tools](#idetools) + - [Continuous Integration](#continuous-integration) + - [Bug Trackers, Task Management and Ticketing Systems](#bug-trackers-task-management-and-ticketing-systems) + - [Documentation Generators](#documentation-generators) + - [Static site generators](#static-site-generators) + - [URL Shorteners](#url-shorteners) + - [Wikis](#wikis) + - [Self-hosting Solutions](#self-hosting-solutions) + - [List of Licenses](#list-of-licenses) + - [External links](#external-links) + - [Contributing](#contributing) + - [License](#license) + ## Analytics @@ -73,8 +69,9 @@ Table of Contents * [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal. * [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` + * [Snowplow](http://snowplowanalytics.com/) - Your own digital nervous system. Have every single event, from your websites, mobile apps, desktop applications and server-side systems, stored in your own data warehouse and available to action in real-time. ([Source Code](https://github.com/snowplow/)) `Apache` `Scala` * [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/) - Fast web server log file analysis. + * [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. `GPL` `C` ## Automation @@ -165,7 +162,6 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Ostel](https://dev.guardianproject.info/projects/ostel/wiki/Server_Documentation) - Secure SIP telephony setup with ZRTP encryption `GPLv3` `Ruby` ### IRC - * [Shout](http://shout-irc.com/) -The self-hosted web IRC client ([Demo](http://demo.shout-irc.com/), [Source code](https://github.com/erming/shout)) `MIT` `Nodejs` * [Convos](http://convos.by/) - Always online web IRC client ([Demo](http://demo.convos.by), [Source code](http://github.com/nordaaker/convos)) `ARTv2` `Perl` * [Quassel IRC](http://quassel-irc.org/) - distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core ([Source code](https://github.com/quassel/quassel)) `GPLv2` `C++` * [Shout](http://shout-irc.com/) - The self-hosted web IRC client ([Demo](http://demo.shout-irc.com/), [Source code](https://github.com/erming/shout)) `MIT` `Nodejs` @@ -304,14 +300,12 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Git Annex](http://git-annex.branchable.com/assistant/quickstart/) - File synchronization between computers, servers, external drives * [img.bi](https://github.com/imgbi/img.bi) - img.bi is a secure image hosting. Images are encrypted using AES-256 with random key in browser before upload. `GPLv3` `Nodejs` * [instant.io](https://github.com/feross/instant.io) - Streaming file transfer over WebTorrent ([Demo](https://instant.io)) `MIT` `Nodejs` - * [ipMagnet](https://github.com/cbdevnet/ipmagnet/) - BitTorrent client IP address check ([Demo](http://ipmagnet.services.cbcdn.com/)) `WTFPL` `PHP` * [Jirafeau](https://gitlab.com/mojo42/Jirafeau/wikis/home) - Jirafeau is a web site permitting to upload a file in a simple way and give an unique link to it. ([Demo](http://jirafeau.net/)) * [Jyraphe](http://home.gna.org/jyraphe/) - Jyraphe is a web application of file repository, easy to install and easy to use. * [lutim](https://github.com/ldidry/lutim) - Let's Upload That Image ! * [Mediacrush](https://mediacru.sh/) - a website you can upload images, audio, and video to, and receive a link to share it with your friends ([Source code](https://github.com/MediaCrush/MediaCrush)) * [Nimbus](https://github.com/ethanal/nimbus) - A drag-and-drop shortlink file sharer for OS X - `MIT` `Python` * [OnionShare](https://onionshare.org/) - securely and anonymously share a file of any size. - * [ownCloud](https://owncloud.org/) - All-in-one solution for saving and sharing files, photos, music- `AGPLv3` * [Pomf](https://github.com/nokonoko/Pomf) - Simple file uploading and sharing, source for the now shut down site Pomf.se `MIT` `PHP/Nodejs` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` @@ -403,8 +397,8 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [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` - * [mpd](http://www.musicpd.org/) - Daemon to remotely play music, stream music, handle and organize playlists. Many clients available. `GPLv2` `C++` * [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` + * [mpd](http://www.musicpd.org/) - Daemon to remotely play music, stream music, handle and organize playlists. Many clients available. `GPLv2` `C++` * [Sonerezh](https://www.sonerezh.bzh/) - A self-hosted, web-based application for stream your music, everywhere. ([Demo](https://www.sonerezh.bzh/demo/), [Documentation](https://www.sonerezh.bzh/docs/), [Source code](https://github.com/sonerezh/sonerezh)) `GPLv3` `PHP` * [Subsonic](http://subsonic.org/) - Open-source web-based media streamer and jukebox ([Demo](http://demo.subsonic.org/login.view?user=guest4&password=guest), [Source code](https://github.com/EugeneKay/subsonic)) `GPLv3` `Java` @@ -472,19 +466,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [MaterialPoll](https://github.com/nearbycoder/materialpoll) - an opensource strawpoll.me clone for creating random polls. - ([Source code](https://github.com/nearbycoder/materialpoll), [Demo](http://materialpoll.tk)) * [OpenSondage](https://github.com/leblanc-simon/OpenSondage) - an online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision - ([Demo](http://framadate.org/), [Example](https://framadate.org/aqg259dth55iuhwm)) -## Project Management -*Web-based project management and bug tracking systems.* - -* [CaseBox](https://www.casebox.org) - Manage all your organisation's information in one system. -* [ChiliProject](https://www.chiliproject.org) - Fork of Redmine. -* [GitBucket](https://github.com/takezoe/gitbucket) Clone of GitHub written in Scala; single jar install. -* [GitLab](https://www.gitlab.com/) - Clone of GitHub written in Ruby. -* [Gogs](http://gogs.io/) - Self-hosted Git service written in Go. -* [OpenProject](https://www.openproject.org) - Project collaboration. -* [Redmine](http://www.redmine.org/) - Written in ruby on rails. -* [Taiga](https://taiga.io/) - Agile Project Management Tool based on the Kanban and Scrum methods. -* [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. -* [Trac](http://trac.edgewall.org/) - Written in python. ## Proxy @@ -508,13 +489,22 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ### Project Management + * [CaseBox](https://www.casebox.org) - Manage all your organisation's information in one system. + * [ChiliProject](https://www.chiliproject.org) - Fork of Redmine. * [Fossil](https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki) - Distributed version control system featuring wiki and bug tracker - `BSD` `C` * [gitbucket](http://takezoe.github.io/gitbucket/) - The easily installable GitHub clone powered by Scala - ([Source code](https://github.com/takezoe/gitbucket)) * [GitLab](http://gitlab.org/) - Self Hosted Git Management Application - GitLab is open source software to collaborate on code. Manage git repositories with fine grained access controls that keep your code secure. Perform code reviews and enhance collaboration with merge requests. Each project can also have an issue tracker and a wiki ([Public instance](https://git.framasoft.org/)) * [Gitlist](http://gitlist.org/) - A web-based git repository browser - GitList allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history and diffs. ([Source code](https://github.com/klaussilveira/gitlist)) * [Gitprep](http://gitprep.org/) - Portable Github clone ([Source code](https://github.com/yuki-kimoto/gitprep), [Demo](http://perlcodesample.sakura.ne.jp/gitprep.cgi)) * [Gogs](https://github.com/gogits/gogs) - a painless self-hosted Git Service written in Go. ([Demo](https://try.gogs.io/)) + * [OpenProject](https://www.openproject.org) - Project collaboration. * [Phabricator](http://phabricator.org/) - Collection of web applications that help build better software. ([Source code](https://github.com/phacility/phabricator), [Demo](https://secure.phabricator.com/)) `Apache` `PHP` + * [Redmine](http://www.redmine.org/) - Redmine is a flexible project management web application `Ruby` `GPLv2` + * [Taiga](https://taiga.io/) - Agile Project Management Tool based on the Kanban and Scrum methods. + * [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. + * [Trac](http://trac.edgewall.org/) - Written in python. + * [Phproject](http://www.phproject.org/) - A high performance full-featured project management system ([Source code](https://github.com/Alanaktion/phproject), [Demo](http://demo.phproject.org/)) `GPLv3` + ### IDE/Tools @@ -529,15 +519,16 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Jenkins](https://jenkins-ci.org/) - Continuous Integration Server ([Source Code](https://github.com/jenkinsci/jenkins/)) `MIT` `Java` -### Bug and Task Trackers +### Bug Trackers, Task Management and Ticketing Systems *Manage issues regarding your software development. See also: [Ticketing](#ticketing)* * [92five](http://92fiveapp.com/) - Self hosted project management application ([Source code](https://github.com/chintanbanugaria/92five)) `CC BY-NC 4.0` `PHP` * [Apache Bloodhound](https://bloodhound.apache.org/) - Manage software products, Keep track of features, tasks and bugs `Apache` `Python` - * [Bugzilla](https://www.bugzilla.org/) - Bug tracking used by the Mozilla projects. `MPLv2` `Pearl` + * [Bugzilla](https://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. `MPLv2` `Pearl` * [bulldog](https://github.com/infews/bulldog) - HTML5 task manager, built on todo.txt `MIT` `HTML5` * [Bumpy Booby](http://bumpy-booby.derivoile.fr/) - A simple, responsive and highly customizable PHP bug tracking system. ([Source code](https://github.com/piero-la-lune/Bumpy-Booby)) `MIT` `PHP` + * [Cerb](http://www.cerberusweb.com/) - Group-based e-mail management project. * [Crepido](https://github.com/arshad/crepido) - Create (kanban) boards to track users and projects from flat markdown files `MIT` `Javascript/Others` * [Flyspray](http://www.flyspray.org/) - uncomplicated, web-based bug tracking system ([Source code](https://github.com/Flyspray/flyspray)) `GPLv2` * [Gaskit](https://github.com/bkeepers/gaskit) - a git-backed issue tracker. It uses a branch in your local git database to store the tickets. `GPL` @@ -546,8 +537,9 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Kanboard](http://kanboard.net/) - A simple and open source visual task board `AGPLv3` * [MantisBT](https://www.mantisbt.org/) - Self hosted bug tracker, fits best for software development - ([Demo](https://www.mantisbt.org/bugs/my_view_page.php)) - ([Source code](https://github.com/mantisbt/mantisbt)) - `GPLv2` * [myTinyTodo](http://www.mytinytodo.net/) - Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant. `GPL` - * [Phproject](http://www.phproject.org/) - A high performance full-featured project management system ([Source code](https://github.com/Alanaktion/phproject), [Demo](http://demo.phproject.org/)) `GPLv3` - * [Redmine](http://www.redmine.org/) - Redmine is a flexible project management web application `Ruby` `GPLv2` + * [osTicket](http://osticket.com/) - Simple support ticket system. + * [OTRS](http://www.otrs.com/) - Trouble ticket system for assigning tickets to incoming queries and tracking further communications. + * [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl. * [Taiga.io](https://taiga.io/) - Your Agile, Free and Open Source Project Management Tool ([Source code](https://github.com/taigaio)) * [TaskBoard](http://taskboard.matthewross.me/) - A Kanban-inspired app for keeping track of things that need to get done. ([Source code](https://github.com/kiswa/TaskBoard)) `MIT` * [Taskfreak](http://www.taskfreak.com/original) - a simple but efficient web based task manager written in PHP. ([Demo](http://demo.taskfreak.com/)) @@ -557,6 +549,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Tracks](http://getontracks.org/) - a web-based application to help you implement David Allen’s [Getting Things Done™](http://wikipedia.org/wiki/Getting_Things_Done) methodology. - `GPLV2` + ### Documentation Generators * [daux.io](https://github.com/justinwalsh/daux.io) - Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. `MIT` @@ -572,19 +565,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization See https://staticsitegenerators.net and https://www.staticgen.com -## Ticketing systems -*Web-based ticketing systems. See also: [Bug and Task Trackers](#bug-and-task-trackers).* - -* [Bugzilla](http://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. -* [Cerb](http://www.cerberusweb.com/) - Group-based e-mail management project. -* [Flyspray](http://flyspray.org) - Web-based bug tracking system written in PHP. -* [MantisBT](http://www.mantisbt.org/) - Web-based bug tracking system. -* [osTicket](http://osticket.com/) - Simple support ticket system. -* [OTRS](http://www.otrs.com/) - Trouble ticket system for assigning tickets to incoming queries and tracking further communications. -* [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl. -* [TheBugGenie](http://www.thebuggenie.com) - Ticket system with extensive user rights system. - - ## URL Shorteners * [Lstu](https://github.com/ldidry/lstu) - _Let's SHorten That Url_ - Lightweight URL shortener @@ -599,26 +579,23 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [Blazekiss](https://github.com/ldleman/blazekiss) - BlazeKiss is a KISS-based wiki (Keep It Simple, Stupid) - simplicity and functionality comes before all. * [Codex](http://codex.caffeinated.ninja/codex/master) - Codex is a simple file-based Markdown documentation platform built on top of Laravel. - `MIT` * [commonplace](https://github.com/fredoliveira/commonplace) - A server for your markdown files. Give it a directory, and Commonplace gives you a url, pretty pages, and quick editing. - * [daux.io](https://github.com/justinwalsh/daux.io) - Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. `MIT` - * [Docstore](http://haldean.org/) - A basic site for hosting static documents - docstore is a simple way to serve Markdown files without any server-side processing, and without requiring you (as the author) to recompile every time you change an article. It consists of a very simple JS script that makes an ajax request to your server, runs a Markdown processor on what it finds, and then displays the results. Clone the repository and add articles in the text/ directory to get started. ([Source code](https://github.com/haldean/docstore)) * [Dokuwiki](http://www.splitbrain.org/projects/dokuwiki) - An easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain files, therefore no database is required. - `GPL` * [Gitit](https://github.com/jgm/gitit) - A wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface. Supported markups include pandoc's extended version of markdown, reStructuredText, LaTeX, and HTML. Pages can be exported in a number of different formats, including LaTeX, RTF, OpenOffice ODT, and MediaWiki markup. Other features include: plugins, syntax highlighting, caching, ATOM feeds * [Gollum](https://github.com/gollum/gollum) - A simple, Git-powered wiki with a sweet API and local frontend. * [Gruik](http://gruik.io/) - An open-source markdown note-taking web app ([Source code](https://github.com/grena/gruik)) * [ikiwiki](http://ikiwiki.info/) - A wiki compiler. * [markdown-tree](https://github.com/mil/markdown-tree) - serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown - * [MdWiki](https://dynalon.github.io/mdwiki/#!index.md) - a Markdown CMS/Wiki completely built in HTML5/Javascript and runs 100% on the client ([Source code](https://github.com/Dynalon/mdwiki)) * [Mediawiki](https://www.mediawiki.org/wiki/MediaWiki) * [MoinMoin](http://moinmo.in/) - An advanced, easy to use and extensible WikiEngine with a large community of users. * [Olelo/Gitwiki](https://github.com/minad/olelo) - Olelo is a wiki that stores pages in a Git repository, supports many markup styles and has an extensible, hackable architecture! Features: Edit, move or delete pages; Page attribute editor; Support for hierarchical wikis (directory structure); File upload; History, commit and diff view; Locales (Czech, English, French, German); Support for many markup languages (Creole, Markdown, Textile); RSS/Atom changelog for whole wiki or pages; Section editing for Creole; Embedded LaTeX formulas; Syntax highlighting; Image resizing, SVG to PNG/JPEG conversion; Auto-generated table of contents; Previews; View pages as S5 presentation; Privacy features: Access control lists, Private wiki, Read-only wiki. ([Demo](http://www.gitwiki.org/)) * [PmWiki](http://www.pmwiki.org) - Wiki-based system for collaborative creation and maintenance of websites. * [Raneto](http://raneto.com/) - Raneto is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase - `MIT` * [Realms](https://github.com/scragg0x/realms-wiki) - a git-backed wiki inspired by Gollum - * [Redaxscript](http://redaxscript.com/) - Ultra lightweight website engine * [TiddlyWiki](http://tiddlywiki.com/) - a reusable non-linear personal web notebook * [WiKiss](http://wikiss.tuxfamily.org/) - un wiki simple à utiliser et déployer. * [Wikitten](https://github.com/victorstanciu/Wikitten) - Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on. -------------------------------------------------------- + +------------------------------------ ## Self-hosting Solutions @@ -653,7 +630,6 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin) - A curated list of amazingly awesome open source sysadmin resources. * [PRISM Break](https://prism-break.org/en/), [Privacytools.io](https://www.privacytools.io/) - Mobile, computer & server privacy-minded applications - * [Self-hostable software on alternativeTo.net](https://alternativeto.net/?platform=self-hosted&sort=likes) ------------------------------------------------------- @@ -676,25 +652,40 @@ This list is under the [Creative Commons Attribution-ShareAlike 3.0 Unported](LI The list of contributors can be found below - 77 nodiscc - 68 Edward D - 12 Kickball - 12 jungle-boogie + 105 Edward D + 99 nodiscc + 22 Kickball + 13 jungle-boogie + 9 Kovah 7 Thomas Dalichow - 6 Kovah + 7 n1trux + 7 phre4k + 6 Per Guth 6 Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> 5 Moti Korets + 4 Cory Gibbons + 4 Dominik Pfaffenbauer + 4 Jean Elchinger + 3 Dr. Azrael Tod + 3 Ethan Lowman 3 Jan Vlnas + 3 Marc Picaud 3 Mariusz Kozakowski <11mariom+wordpress@gmail.com> 3 Martin Gontovnikas 3 Ye Lin Aung 3 jungle-boogie 3 rett gerst + 2 Alexander Ryzhov + 2 Bartłomiej Kurzeja + 2 Brendan Abolivier 2 Charles Farence III + 2 Chris Missal 2 Costin Moise 2 Deryck 2 Greg V + 2 Görkem Çetin 2 Joseph Dykstra + 2 Leo Gaggl 2 Marien Fressinaud 2 Mikael Peigney 2 Patrik Ragnarsson @@ -704,25 +695,47 @@ The list of contributors can be found below 2 Thomas Citharel 2 cron410 2 jimykk - 2 phre4k + 2 tomc3 2 yuche + 1 Alys + 1 Andrew Murray + 1 Angel Velasquez 1 Caleb Xu 1 Calle Wolff + 1 Chema 1 Dan + 1 Dirk Krause 1 Dražen Lučanin + 1 Eren Hatırnaz + 1 Florian Wilhelm + 1 Henry Ruhs 1 Igor Antun - 1 Jean Elchinger + 1 Ilya Sevostyanov 1 Jeremiah Marks 1 Joel Calado 1 Joshua Hamilton + 1 Joubert RedRat 1 Keith Thibodeaux + 1 Kyle Stetz 1 Marcus Ramberg 1 MatFluor + 1 Mike Steele + 1 Morris Jobke + 1 Murdoc Bates + 1 Oliver Kopp + 1 Remy Adriaanse 1 Remy Honig + 1 Riddler + 1 Ryan Halliday 1 Stefan Bohacek 1 Stefan Bohacek + 1 benmaynard11 1 bricej13 + 1 cbdev + 1 littleguga + 1 mertinop 1 skarphet 1 steven jacobs 1 stevesbrain 1 ttoups +