Browse Source

Add Twitter link to site overview and built-in docs.

tags/r1.9.0
Florian Zschocke 4 years ago
parent
commit
243ee989ef
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      build.xml
  2. 1
    0
      src/site/siteindex.mkd

+ 1
- 0
build.xml View File

@@ -992,6 +992,7 @@
<link name="Github" src="${project.scmUrl}" />
<link name="Issues" src="${project.issuesUrl}" />
<link name="Discussion" src="${project.forumUrl}" />
<link name="Twitter" src="https://twitter.com/gitblit" />
<link name="Ohloh" src="http://www.ohloh.net/p/gitblit" />
</menu>
</structure>

+ 1
- 0
src/site/siteindex.mkd View File

@@ -24,6 +24,7 @@
<tr><th>Sources</th><td><a href="${project.scmUrl}">GitHub</a></td></tr>
<tr><th>Issues</th><td><a href="${project.issuesUrl}">GitHub</a></td></tr>
<tr><th>Discussion</th><td><a href="${project.forumUrl}">Gitblit Group</a></td></tr>
<tr><th>Twitter</th><td><a href="https://twitter.com/gitblit">@gitblit</a></td></tr>
<tr><th>Ohloh</th><td><a target="_top" href="http://www.ohloh.net/p/gitblit"><img border="0" width="100" height="16" src="http://www.ohloh.net/p/gitblit/widgets/project_thin_badge.gif" alt="Ohloh project report for Gitblit" /></a></td></tr>
</tbody>
</table>

Loading…
Cancel
Save