SCM Repository
| [publicity] / dpn / scripts / newpkgs |
Diff of /dpn/scripts/newpkgs
Parent Directory
|
Revision Log
|
Patch
| revision 17, Tue Mar 30 13:27:13 2010 UTC | revision 49, Tue Apr 6 15:15:36 2010 UTC | |
|---|---|---|
| # | Line 20 | Line 20 |
| 20 | if ($l =~ s/^\[$linkno\]//) { | if ($l =~ s/^\[$linkno\]//) { |
| 21 | $l =~ s/:/ --/; | $l =~ s/:/ --/; |
| 22 | $l =~ s/ -- / \— /; | $l =~ s/ -- / \— /; |
| 23 | push @output, "<li><a href=\"$url\">\\\n\t$l</a></li>"; | push @output, "<li><a href=\"$url\">$l</a></li>"; |
| 24 | } | } |
| 25 | } | } |
| 26 | # print $line; | # print $line; |
| # | Line 28 | Line 28 |
| 28 | } | } |
| 29 | ||
| 30 | } | } |
| print "<ul>\n"; | ||
| 31 | print join "\n",@output; | print join "\n",@output; |
| print "\n</ul>\n"; |
|
||||||||
| root@alioth.debian.org | ViewVC Help |
| Powered by ViewVC 1.0.0 |

