Index: ossp-web/SHARE/ossp_css.wml RCS File: /v/ossp/cvs/ossp-web/SHARE/ossp_css.wml,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-web/SHARE/ossp_css.wml,v' 2>/dev/null --- ossp_css.wml 2002/02/14 11:04:43 1.3 +++ ossp_css.wml 2002/02/14 20:16:36 1.4 @@ -51,6 +51,10 @@ A:link { color: ; } A:visited { color: ; } A:hover { text-decoration: underline; } +A.plain { text-decoration: none; font-weight: normal; } +A:link.plain { color: ; } +A:visited.plain { color: ; } +A:hover.plain { text-decoration: underline; } .light { background: ; color: ; } .light A:link { color: ; } .light A:visited { color: ; } Index: ossp-web/SHARE/ossp_pkg.wml RCS File: /v/ossp/cvs/ossp-web/SHARE/ossp_pkg.wml,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-web/SHARE/ossp_pkg.wml,v' 2>/dev/null --- ossp_pkg.wml 2002/02/14 17:02:49 1.1 +++ ossp_pkg.wml 2002/02/14 20:16:36 1.2 @@ -28,48 +28,73 @@ - -# define a tag which can be used to create a file listing which -# is optically more compact than the stuff Apache's mod_autoindex creates. -# Especially the current version is marked red, too. +# define a macro which can be used to create a file listing which +# is optically more compact than the stuff Apache's mod_autoindex +# creates. +..PAGE_CSS>> +TR.files0N { background: #f5f5f0; } +TR.files1N { background: #e5e5e0; } +.files0N,.files1N,A.files0N,A.files1N { color: #000000; } +TR.files0S,TR.files1S { background: #993333; } +.files0S,.files1S,A.files0S,A.files1S { color: #ffffff; } +TR.files0U,TR.files1U { background: #666699; } +.files0U,.files1U,A.files0U,A.files1U { color: #ffffff; } +<<.. + + - - - - - <: my $url = ""; -$url =~ s|/+$||sg; my $directory = ""; my $files = ""; -my $highlight = ""; +my $stable = ""; +my $unstable = ""; +$url =~ s|/+$||s; +:> +
FileBytesTimestamp
+ + + + + + + + +<: my $odir = chdir($directory) || die; my @F = reverse sort { (stat($a))[9] <=> (stat($b))[9]; } (glob($files)); chdir($odir); my $O = ''; -@COL = ( - '#e5e5e0', - 'NONE', -); -$ncol = 1; +$ncol = 0; foreach my $f (@F) { my @S = stat($f); + my $size = $S[7]; + if ($size > (1024*1024)) { + $size = sprintf("%.1fMB", $size / (1024*1024)); + } + elsif ($size > (1024)) { + $size = sprintf("%.1fKB", $size / (1024)); + } $f = "$f/" if (-d $f); my @T = localtime($S[9]); my @moy = ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); - $f = "$f"; $ncol = ($ncol + 1) % 2; - $col = $COL[$ncol]; - my $e = ($col eq "NONE" ? "" : ""). - "" . - "" . - "". + my $type = "N"; + $type = "S" if ($f eq $stable); + $type = "U" if ($f eq $unstable); + my $class = "files${ncol}${type}"; + $f = "$f"; + my $e = "" . + " " . + " " . + " ". ""; $O .= $e . "\n"; } @@ -79,6 +104,8 @@ + + # define a package summary list @@ -113,12 +140,12 @@ " "yes" " *"> - -
+ Location: +
File:Size:Time:
".$f."    ".$S[7]."  ".sprintf("%"."02d-%"."s-%"."04d", $T[3], $moy[$T[4]], 1900+$T[5]) . "
".$f."    ".$size."  ".sprintf("%"."02d-%"."s-%"."04d", $T[3], $moy[$T[4]], 1900+$T[5]) . "
stable: + Stable: " "none" "none" > unstable: + Unstable: " "none" "none" > @@ -148,14 +175,18 @@ - - - - - - - + + " "none" "" + + + >> + " "100" "" + + + >>
Stable Version: ()
Unstable Version:   ()
Done:Stable Version:   ()
Unstable Version:   ()
Done:
@@ -164,3 +195,12 @@ + + + + + <>
+ + +
+ Index: ossp-web/pkg/tool/shtool/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/tool/shtool/index.wml,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-web/pkg/tool/shtool/index.wml,v' 2>/dev/null --- index.wml 2002/02/14 17:20:59 1.2 +++ index.wml 2002/02/14 20:16:36 1.3 @@ -15,18 +15,22 @@ and installation of such packages.

-Notice: GNU shtool and -OSSP shtool are exactly the same. OSSP shtool just is a companion tool -to GNU autoconf, -GNU libtool and GNU automake and so it -officially become a GNU project in year 2000. That's why its primary -name is now GNU shtool, although it is still developed by the OSSP -project only. +Notice: GNU +shtool and OSSP shtool are exactly the same. OSSP +shtool just considered as a companion tool to GNU autoconf, GNU libtool and GNU automake and +so also became an official part of the GNU project. That's why its +primary name is now GNU shtool, although it is still developed by +the OSSP project only. The official companion GNU locations are: http://www.gnu.org/software/s +htool/ and ftp://ftp.gnu.org/gnu/shtool/.

Authors

-Ralf S. Engelschall <rse@engelschall.com>
+

Status

@@ -40,12 +44,6 @@ - -

Locations

- -http://www.ossp.org/pkg/tool/shtool/
-ftp://ftp.ossp.org/pkg/tool/shtool/
-http://www.gnu.org/software/shtool/
-ftp://ftp.gnu.org/gnu/shtool/
- + files="shtool-*.tar.gz" + stable="shtool-1.6.0.tar.gz" unstable="none"> +