]> source.dussan.org Git - gitblit.git/commitdiff
Documentation
authorJames Moger <james.moger@gitblit.com>
Fri, 28 Oct 2011 12:09:55 +0000 (08:09 -0400)
committerJames Moger <james.moger@gitblit.com>
Fri, 28 Oct 2011 12:09:55 +0000 (08:09 -0400)
distrib/gitblit.properties
docs/05_roadmap.mkd

index ad1698e99b514ced37bea9c7b5586258f89f1c4c..0048e55573c0efb4e2f6ac90dcf0392c643be097 100644 (file)
@@ -89,21 +89,22 @@ web.siteName =
 # SINCE 0.5.0 \r
 web.allowAdministration = true\r
 \r
-# Allows remote clients to list repositories and possibly administer the Gitblit\r
-# server, if the authenticated account has administrator permissions.\r
+# Allows rpc clients to list repositories and possibly manage or administer the \r
+# Gitblit server, if the authenticated account has administrator permissions.\r
+# See *web.enableRpcManagement* and *web.enableRpcAdministration*.\r
 #\r
 # SINCE 0.7.0 \r
 web.enableRpcServlet = true\r
 \r
-# Allows remote clients to manage repositories and users of the Gitblit instance,\r
+# Allows rpc clients to manage repositories and users of the Gitblit instance,\r
 # if the authenticated account has administrator permissions.\r
 # Requires *web.enableRpcServlet=true*.\r
 #\r
 # SINCE 0.7.0 \r
 web.enableRpcManagement = false\r
 \r
-# Allows remote clients to control the server settings of the Gitblit instance,\r
-# if the authenticated account has administrator permissions.\r
+# Allows rpc clients to control the server settings and monitor the health of this\r
+# this Gitblit instance, if the authenticated account has administrator permissions.\r
 # Requires *web.enableRpcServlet=true* and *web.enableRpcManagement*.\r
 #\r
 # SINCE 0.7.0 \r
index 65ef8aef41fea4c3fd770d109e7d7f342799b686..511e9bb847c6bd99c25a2f5bc31c0339257b55cd 100644 (file)
@@ -5,26 +5,27 @@ This list is volatile.
 \r
 ### TODO (high priority)\r
 \r
-* Eclipse plugin to browse and clone repositories\r
-* Support federation RPCs in Gitblit Manager\r
+* Eclipse: create plugin to enumerate repositories and delegate cloning to EGit\r
+* Manager: support federation RPCs\r
+* Manager: RSS feed reader tab  \r
 \r
 ### TODO (medium priority)\r
 \r
-* Editable settings page in GO/WAR\r
-* Tag repositories and offer views of repositories by tag (issue 27)\r
-* Aggregate RSS feeds by tag or subfolder\r
-* Investigate create-on-push possibility\r
-* Create Repository by Cloning feature (issue 5)\r
+* Gitblit: editable settings page in GO/WAR\r
+* Gitblit: tag repositories and offer views of repositories by tag (issue 27)\r
+* Gitblit: aggregate RSS feeds by tag or subfolder\r
+* Gitblit: investigate create-on-push possibility\r
+* Gitblit: Clone Repository feature (issue 5)\r
     * optional scheduled pulls\r
     * optional automatic push to origin/remotes?\r
     * optional manual push to origin/remotes?\r
-* Lucene integration with multi-repository search (issue 16)\r
+* Gitblit: Lucene integration with multi-repository search (issue 16)\r
 \r
 ### TODO (low priority)\r
 \r
-* Blame coloring by author (issue 2)\r
-* View binary files in blob page (issue 6)\r
+* Gitblit: Blame coloring by author (issue 2)\r
+* Gitblit: View binary files in blob page (issue 6)\r
 \r
 ### IDEAS\r
 \r
-* Stronger ticgit integration (issue 8)\r
+* Gitblit: Stronger ticgit integration (issue 8)\r