TUWF 0.1 released + CPAN links
This commit is contained in:
parent
96186b1442
commit
c2b8b0ff67
1 changed files with 10 additions and 6 deletions
16
index.cgi
16
index.cgi
|
|
@ -47,6 +47,7 @@ sub home {
|
|||
E;
|
||||
end;
|
||||
h2 'Updates';
|
||||
b '2011-02-07'; txt ' TUWF 0.1 released and now also available on CPAN'; br;
|
||||
b '2011-01-27'; txt ' Documented and uploaded one of my older projects: TUWF'; br;
|
||||
b '2011-01-09'; txt ' Added my json.mll OCaml library to code dump'; br;
|
||||
b '2010-08-13'; txt ' ncdu 1.7 released!'; br;
|
||||
|
|
@ -203,12 +204,15 @@ sub tuwf {
|
|||
E;
|
||||
|
||||
h2 'Download';
|
||||
lit <<' E;';
|
||||
TUWF is available on a git repository at <a href="http://g.blicky.net/tuwf.git/">
|
||||
http://g.blicky.net/tuwf.git/</a>.<br />
|
||||
Easier-to-use packages will most likely be available here and on CPAN after
|
||||
a testing period.
|
||||
E;
|
||||
p;
|
||||
lit <<' E;';
|
||||
<b>Latest packaged version:</b> 0.1 (<a href="/download/TUWF-0.1.tar.gz">download</a>
|
||||
- <a href="http://search.cpan.org/dist/TUWF/">CPAN mirror</a>)
|
||||
<br />
|
||||
TUWF is also available on a git repository at <a href="http://g.blicky.net/tuwf.git/">
|
||||
http://g.blicky.net/tuwf.git/</a>.
|
||||
E;
|
||||
end;
|
||||
|
||||
h2 'Websites using TUWF';
|
||||
txt '(Not a whole lot)';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue