mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / templates / gitrepo.mdwn
index 03e26828997cee7aba49ddcd8fc15ca78227f17c..ff7568ca7c428f22f9804f1281d748b40ab0abad 100644 (file)
@@ -1,15 +1,18 @@
 <span class="infobox">
 Available in a [[!taglink tags/git]] repository.<br />
-Repository: <a href="<TMPL_IF url><TMPL_VAR url><TMPL_ELSE>/~wking/code/git/git.php?p=<TMPL_VAR repo>.git</TMPL_IF>" rel="vcs-git" title="<TMPL_VAR repo> repository"><TMPL_VAR repo></a><br />
+Repository: <a href="<TMPL_IF url><TMPL_VAR url><TMPL_ELSE>git://tremily.us/<TMPL_VAR repo>.git</TMPL_IF>" rel="vcs-git" title="<TMPL_VAR repo> repository"><TMPL_VAR repo></a><br />
+Browsable repository: <a href="<TMPL_IF browseurl><TMPL_VAR browseurl><TMPL_ELSE>http://git.tremily.us/?p=<TMPL_VAR repo>.git</TMPL_IF>" rel="vcs-git" title="<TMPL_VAR repo> repository"><TMPL_VAR repo></a><br />
 Author: <TMPL_UNLESS author>W. Trevor King</TMPL_UNLESS><TMPL_VAR author><br />
 </span>
 
 <TMPL_UNLESS repo>
-This template is used to create an infobox for a git repository. It
+This template is used to create an infobox for a Git repository. It
 uses these parameters:
 
 * repo - the name of the repository.
-* url - repository url.  Defaults to `/~wking/code/git/git.php?p=<repo>.git`.
+* url - repository url.  Defaults to `git://tremily.us/<repo>.git`.
+* browseurl - browsable repository url.  Defaults to
+  `http://git.tremily.us/?p=<repo>.git`.
 * author - the author of the branch.  Defaults to `W. Trevor King`.
 
 It also automatically tags the branch with `tags/git`.