Skip to content

Commit 7beba2d

Browse files
committed
doc: Fix links for dependencies that moved from Google Code
1 parent a5d8850 commit 7beba2d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/site/design.mkd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following dependencies are bundled with Gitblit.
1515
- [Iconic](http://somerandomdude.com/work/iconic) (Creative Commons Share Alike 3.0)
1616
- [AngularJS](http://angularjs.org) (MIT)
1717
- [Clippy](https://github.com/mojombo/clippy) (MIT)
18-
- [google-code-prettify](http://code.google.com/p/google-code-prettify) (Apache 2.0)
18+
- [google-code-prettify](https://github.com/googlearchive/code-prettify) (Apache 2.0)
1919
- [Commons Daemon](http://commons.apache.org/daemon) (Apache 2.0)
2020
- [jQuery](https://jquery.org) (MIT)
2121
- [flotr2](http://humblesoftware.com/flotr2) (BSD)
@@ -38,7 +38,7 @@ The following dependencies are automatically downloaded by Gitblit GO (or alread
3838
- [JSch - Java Secure Channel](http://www.jcraft.com/jsch) (BSD)
3939
- [Rome](http://rome.dev.java.net) (Apache 1.1)
4040
- [jdom](http://www.jdom.org) (Apache-style JDOM license)
41-
- [google-gson](http://code.google.com/google-gson) (Apache 2.0)
41+
- [google-gson](https://github.com/google/gson) (Apache 2.0)
4242
- [javamail](http://kenai.com/projects/javamail) (CDDL-1.0, BSD, GPL-2.0, GNU-Classpath)
4343
- [Groovy](http://groovy.codehaus.org) (Apache 2.0)
4444
- [Lucene](http://lucene.apache.org) (Apache 2.0)
@@ -50,14 +50,14 @@ The following dependencies are automatically downloaded by Gitblit GO (or alread
5050
- [FreeMarker](http://www.freemarker.org) (modified BSD)
5151
- [Waffle](http://dblock.github.io/waffle) (EPL 1.0)
5252
- [JNA](https://github.com/twall/jna) (LGPL 2.1)
53-
- [Guava](https://code.google.com/p/guava-libraries) (Apache 2.0)
53+
- [Guava](https://github.com/google/guava) (Apache 2.0)
5454
- [libpam4j](https://github.com/kohsuke/libpam4j) (MIT)
5555
- [commons-codec](http://commons.apache.org/proper/commons-codec) (Apache 2.0)
5656
- [pegdown](https://github.com/sirthias/pegdown) (Apache 2.0)
5757
- [jedis](https://github.com/xetorthio/jedis) (MIT)
5858
- [Mina SSHD](https://mina.apache.org) (Apache 2.0)
5959
- [pf4j](https://github.com/decebals/pf4j) (Apache 2.0)
60-
- [google-guice](https://code.google.com/p/google-guice) (Apache 2.0)
60+
- [google-guice](https://github.com/google/guice) (Apache 2.0)
6161

6262
### Other Build Dependencies
6363
- [Fancybox image viewer](http://fancybox.net) (MIT and GPL dual-licensed)

src/site/federation.mkd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The *Gitblit 0.8.0* federation protocol adds retrieval of teams and referenced p
1717

1818
The *Gitblit 0.7.0* federation protocol is incompatible with the 0.6.0 federation protocol because of a change in the way timestamps are formatted.
1919

20-
Gitblit 0.6.0 uses the default [google-gson](http://google-gson.googlecode.com) timestamp serializer which generates locally formatted timestamps. Unfortunately, this creates problems for distributed repositories and distributed developers. Gitblit 0.7.0 corrects this error by serializing dates to the [iso8601](http://en.wikipedia.org/wiki/ISO_8601) standard. As a result 0.7.0 is not compatible with 0.6.0. A partial backwards-compatibility fallback was considered but it would only work one direction and since the federation mechanism is bidirectional it was not implemented.
20+
Gitblit 0.6.0 uses the default [google-gson](https://github.com/google/gson) timestamp serializer which generates locally formatted timestamps. Unfortunately, this creates problems for distributed repositories and distributed developers. Gitblit 0.7.0 corrects this error by serializing dates to the [iso8601](http://en.wikipedia.org/wiki/ISO_8601) standard. As a result 0.7.0 is not compatible with 0.6.0. A partial backwards-compatibility fallback was considered but it would only work one direction and since the federation mechanism is bidirectional it was not implemented.
2121

2222
### Origin Gitblit Instance Requirements
2323

@@ -132,7 +132,7 @@ Origin Gitblit instances can not directly track the success or failure status of
132132

133133
### How does it work? (Origin Gitblit Instances)
134134

135-
A pulling Gitblit instance will periodically contact your Gitblit instance and will provide the token as proof that you have granted it federation access. Your Gitblit instance will decide, based on the supplied token, if the requested data should be returned to the pulling Gitblit instance. Gitblit data (user accounts, repository metadata, and server settings) are serialized as [JSON](http://json.org) using [google-gson](http://google-gson.googlecode.com) and returned to the pulling Gitblit instance. Standard Git clone and pull operations are used to transfer commits.
135+
A pulling Gitblit instance will periodically contact your Gitblit instance and will provide the token as proof that you have granted it federation access. Your Gitblit instance will decide, based on the supplied token, if the requested data should be returned to the pulling Gitblit instance. Gitblit data (user accounts, repository metadata, and server settings) are serialized as [JSON](http://json.org) using [google-gson](https://github.com/google/gson) and returned to the pulling Gitblit instance. Standard Git clone and pull operations are used to transfer commits.
136136

137137
The federation process executes using an internal administrator account, *$gitblit*. All the normal authentication and authorization processes are used for federation requests. For example, Git commands are authenticated as *$gitblit / token*.
138138

0 commit comments

Comments
 (0)