Add browseurl option to gitrepo template.
authorW. Trevor King <wking@drexel.edu>
Sun, 12 Feb 2012 11:57:56 +0000 (06:57 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 12 Feb 2012 11:57:56 +0000 (06:57 -0500)
templates/gitrepo.mdwn

index d5df760455f2b6b4f6439e9529b80532b005d8f0..ff7568ca7c428f22f9804f1281d748b40ab0abad 100644 (file)
@@ -1,6 +1,7 @@
 <span class="infobox">
 Available in a [[!taglink tags/git]] repository.<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>
 
@@ -10,6 +11,8 @@ uses these parameters:
 
 * repo - the name of the repository.
 * 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`.