Update listing.
This commit is contained in:
parent
3acc3ffdb4
commit
bbc6f634f6
4 changed files with 55 additions and 59 deletions
64
README.md
64
README.md
|
@ -1,64 +1,10 @@
|
|||
self-hosted-applications
|
||||
========================
|
||||
|
||||
A list of self hosted web tool/application collected over time. Pull requests are welcome.
|
||||
|
||||
**Table of Contents**
|
||||
- [PHP](#php)
|
||||
- [Java](#java)
|
||||
- [Ruby / Ruby on Rails](#ruby--ruby-on-rails)
|
||||
##Table of Contents
|
||||
|
||||
PHP
|
||||
---
|
||||
|
||||
+ Photo
|
||||
+ [Koken](http://koken.me)
|
||||
+ [Zenphoto](http://www.zenphoto.org)
|
||||
+ [iGallerie](http://www.igalerie.org) (french)
|
||||
+ [Coppermine](http://coppermine-gallery.net/)
|
||||
+ [CF ImageHost](http://www.codefuture.co.uk/projects/imagehost/): a "imgur" like tool
|
||||
+ [Piwigo](http://piwigo.org/)
|
||||
+ [Minigal Nano SSE](https://github.com/sebsauvage/MinigalNano)
|
||||
|
||||
+ Forums
|
||||
+ [phpBB](https://www.phpbb.com/)
|
||||
+ [Simple Machine Forum](http://simplemachines.org/)
|
||||
+ [Vanilla](http://vanillaforums.org/)
|
||||
|
||||
+ Social
|
||||
+ [ThinkUp](https://www.thinkup.com/)
|
||||
|
||||
+ RSS
|
||||
+ [selfoss](http://selfoss.aditu.de/)
|
||||
+ [TinyTiny RSS](http://tt-rss.org/redmine/projects/tt-rss/wiki)
|
||||
|
||||
+ Pastebin like
|
||||
+ [ZeroBin](http://sebsauvage.net/wiki/doku.php?id=php:zerobin)
|
||||
|
||||
+ Wiki
|
||||
+ [DokuWiki](https://www.dokuwiki.org/dokuwiki)
|
||||
+ [MediaWiki](http://www.mediawiki.org/)
|
||||
|
||||
+ Miscellaneous
|
||||
+ [Poche](http://inthepoche.com/): a read-it-later clone (french)
|
||||
|
||||
Java
|
||||
----
|
||||
+ CVS / Code Review
|
||||
+ [Gerrit](https://code.google.com/p/gerrit/)
|
||||
|
||||
+ Continuous integration
|
||||
+ [Jenkins](http://jenkins-ci.org/)
|
||||
+ [Hudson](http://hudson-ci.org/)
|
||||
|
||||
Ruby / Ruby on Rails
|
||||
----
|
||||
+ CVS / Code Review
|
||||
+ [GitLab](http://gitlab.org/)
|
||||
|
||||
+ Miscellaneous
|
||||
+ [huginn](https://github.com/cantino/huginn): "Think of it as Yahoo! Pipes plus IFTTT on your own server."
|
||||
|
||||
|
||||
|
||||
- Self-hosted-applications
|
||||
- [PHP](content/php.md)
|
||||
- [Java](content/java.md)
|
||||
- [Ruby / Ruby on Rails](content/ruby.md)
|
||||
|
||||
|
|
8
content/java.md
Normal file
8
content/java.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
#Java
|
||||
|
||||
- CVS / Code Review
|
||||
- [Gerrit](https://code.google.com/p/gerrit/)
|
||||
|
||||
- Continuous integration
|
||||
- [Jenkins](http://jenkins-ci.org/)
|
||||
- [Hudson](http://hudson-ci.org/)
|
32
content/php.md
Normal file
32
content/php.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
#PHP
|
||||
|
||||
- Photo
|
||||
- [Koken](http://koken.me)
|
||||
- [Zenphoto](http://www.zenphoto.org)
|
||||
- [iGallerie](http://www.igalerie.org) (french)
|
||||
- [Coppermine](http://coppermine-gallery.net/)
|
||||
- [CF ImageHost](http://www.codefuture.co.uk/projects/imagehost/): a "imgur" like tool
|
||||
- [Piwigo](http://piwigo.org/)
|
||||
- [Minigal Nano SSE](https://github.com/sebsauvage/MinigalNano)
|
||||
|
||||
- Forums
|
||||
- [phpBB](https://www.phpbb.com/)
|
||||
- [Simple Machine Forum](http://simplemachines.org/)
|
||||
- [Vanilla](http://vanillaforums.org/)
|
||||
|
||||
- Social
|
||||
- [ThinkUp](https://www.thinkup.com/)
|
||||
|
||||
- RSS
|
||||
- [selfoss](http://selfoss.aditu.de/)
|
||||
- [TinyTiny RSS](http://tt-rss.org/redmine/projects/tt-rss/wiki)
|
||||
|
||||
- Pastebin like
|
||||
- [ZeroBin](http://sebsauvage.net/wiki/doku.php?id=php:zerobin)
|
||||
|
||||
- Wiki
|
||||
- [DokuWiki](https://www.dokuwiki.org/dokuwiki)
|
||||
- [MediaWiki](http://www.mediawiki.org/)
|
||||
|
||||
- Miscellaneous
|
||||
- [Poche](http://inthepoche.com/): a read-it-later clone (french)
|
10
content/ruby.md
Normal file
10
content/ruby.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
#Ruby / Ruby on Rails
|
||||
|
||||
- CVS / Code Review
|
||||
- [GitLab](http://gitlab.org/)
|
||||
|
||||
- Miscellaneous
|
||||
- [huginn](https://github.com/cantino/huginn): "Think of it as Yahoo! Pipes plus IFTTT on your own server."
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue