posts:bugs: Mention when my SCons dir-lookup fix landed
[blog.git] / templates / gitrepo.mdwn
1 <span class="infobox">
2 Available in a [[!taglink tags/git]] repository.<br />
3 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 />
4 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 />
5 Author: <TMPL_UNLESS author>W. Trevor King</TMPL_UNLESS><TMPL_VAR author><br />
6 </span>
7
8 <TMPL_UNLESS repo>
9 This template is used to create an infobox for a Git repository. It
10 uses these parameters:
11
12 * repo - the name of the repository.
13 * url - repository url.  Defaults to `git://tremily.us/<repo>.git`.
14 * browseurl - browsable repository url.  Defaults to
15   `http://git.tremily.us/?p=<repo>.git`.
16 * author - the author of the branch.  Defaults to `W. Trevor King`.
17
18 It also automatically tags the branch with `tags/git`.
19 </TMPL_UNLESS>