root/swish_website/lib/page/footer.html

Revision 1996, 1.0 kB (checked in by karpet, 10 months ago)

tweeks to build process

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <!-- noindex -->
2 <span class="doNotPrint">
3     Swish-e is distributed with <strong>no warranty</strong> under the terms of the <br />
4     <a href='http://swish-e.org/license.html'>Swish-e License</a>.<br />
5     Questions may be posted to the
6     [% link_to_page('discuss', 'Swish-e Discussion list') %].
7 </span>
8
9 [%#  This is slow as can be
10 <p>
11 <script type='text/javascript' src='http://www.ohloh.net/projects/3196;badge_js'></script>
12 </p>
13 %]
14
15 <p>
16     <strong>URI &raquo;</strong> http://swish-e.org/[% # this does not always work. template.name %]
17     &bull;
18
19     [%
20         IF template.name.match('pod');
21             '<strong>Generated &raquo;</strong>';
22             Date.format;
23         ELSE;
24             '<strong>Updated &raquo;</strong>';
25             Date.format(template.modtime);
26         END;
27
28         IF template.author;
29             matches = template.author.match('\$Author:\s+(\w+)' );
30             "by ${matches.0}" IF matches.0;
31         END;
32     -%]
33 </p>
34 <!-- index -->
Note: See TracBrowser for help on using the browser.