James Moger
2014-06-22 fb289c14a9526ca7ec64346d230419dbcc197fd5
Removed unnecessary and obsolete download links from documenation
2 files modified
4 ■■■■ changed files
src/site/rpc.mkd 2 ●●● patch | view | raw | blame | history
src/site/siteindex.mkd 2 ●●● patch | view | raw | blame | history
src/site/rpc.mkd
@@ -14,7 +14,7 @@
### Gitblit Manager
[Gitblit Manager](http://code.google.com/p/gitblit/downloads/detail?name=%MANAGER%) is an example Java/Swing application that allows remote management (repository and user objects) and administration (server settings) of a Gitblit server.
The Gitblit Manager is an example Java/Swing application that allows remote management (repository and user objects) and administration (server settings) of a Gitblit server.
  
This application uses a combination of RSS feeds and the JSON RPC interface, both of which are part of the [Gitblit API](http://code.google.com/p/gitblit/downloads/detail?name=%API%) library, to present live information from a Gitblit server.  Some JSON RPC methods from the utility class `com.gitblit.utils.RpcUtils` are not currently used by the Gitblit Manager.
src/site/siteindex.mkd
@@ -83,7 +83,7 @@
    - Custom authentication, authorization, and user management
- Rich RSS feeds
- JSON-based RPC mechanism
- [Java Client RSS/JSON API library](http://code.google.com/p/gitblit/downloads/detail?name=%API%) for custom integration
- Java Client RSS/JSON API library for custom integration
### Backup Strategy