14 Mar 13:30
bagder: curl-www/docs faqparse.pl,1.10,1.11
<cvs <at> giant.haxx.se>
2011-03-14 12:30:55 GMT
2011-03-14 12:30:55 GMT
Update of /cvsroot/curl/curl-www/docs
In directory giant.haxx.se:/var/tmp/cvs-serv18619
Modified Files:
faqparse.pl
Log Message:
trying a version of this script that concatenates longer lines to possibly
make nicer HTML...
Index: faqparse.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/faqparse.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- faqparse.pl 7 Sep 2010 19:46:08 -0000 1.10
+++ faqparse.pl 14 Mar 2011 12:30:53 -0000 1.11
@@ -92,7 +92,8 @@
$s =~ s/\>/>/g;
$s =~ s/^ *(.*) */$1/;
print "<a name=\"$link{$toc[$q]}\"></a>";
- print "<h3>$s</h3><p>\n";
+ print "<h3>$s</h3>\n";
+ $line=0;
$q++;
}
else {
@@ -117,13 +118,24 @@
# prevent many blanks
(Continue reading)
RSS Feed