瀏覽代碼

Update listing.

Nicolas Meyer 12 年之前
父節點
當前提交
bbc6f634f6
共有 4 個文件被更改,包括 55 次插入59 次删除
  1. 5 59
      README.md
  2. 8 0
      content/java.md
  3. 32 0
      content/php.md
  4. 10 0
      content/ruby.md

+ 5 - 59
README.md

@@ -1,64 +1,10 @@
-self-hosted-applications
-========================
 
 
 A list of self hosted web tool/application collected over time. Pull requests are welcome.
 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 - 0
content/java.md

@@ -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 - 0
content/php.md

@@ -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 - 0
content/ruby.md

@@ -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."
+
+
+