bagder: curl-www/rfc Makefile, 1.1, 1.2 _index.html, 1.1, 1.2 mkindex.pl, 1.4, 1.5

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/rfc
In directory labb:/tmp/cvs-serv28008/rfc

Modified Files:
	Makefile _index.html mkindex.pl 
Log Message:
rearrange so that the rfc/ is now 'Specs' as found in the docs section


Index: mkindex.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/rfc/mkindex.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mkindex.pl	23 Aug 2004 13:15:54 -0000	1.4
+++ mkindex.pl	11 Mar 2005 12:30:48 -0000	1.5
@@ -18,12 +18,8 @@
 closedir DIR;
 
 
-print "<table>";
+print "<ul>";
 
-print "<tr class=\"tabletop\"><th>File name</th>",
-    "<th>Size</th>",
-    "<th>Description</th>",
-    "</tr>";
 for(sort @files) {
     $filename = $_;
 
@@ -51,12 +47,10 @@
         $col="even";
     }
 
-    $size = sprintf("%.1f", $size/1024);
+    $size = sprintf("%d", int($size/1024));
 
-    print "<tr class=\"$col\"><td><a href=\"/rfc/$filename\">$showname</a></td>",
-    "<td>$size&nbsp;Kb</td>",
-    "<td>".$desc{$filename}."</td>\n",
-    "</tr>\n";
+    printf("<li class=\"$col\"><a href=\"/rfc/$filename\">$showname</a> - %s\n",
+           $desc{$filename});
 }
-print "</table>";
+print "</ul>";
 

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/rfc/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	23 Aug 2004 07:02:07 -0000	1.1
+++ Makefile	11 Mar 2005 12:30:48 -0000	1.2
@@ -5,7 +5,7 @@
    ../where.t ../ad.t ../libcurl/_links.html ../mirrorlinks.t		      \
    ../css.t ../sflogo.t Makefile
 NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
-ACTION=@echo preprocessing $@; rm -f $@; fcpp -I.. -Idocs -WWW -Uunix -H -C -V -P -LL "$(NOW)" $< $@;
+ACTION=@echo preprocessing $@; rm -f $@; fcpp -I../docs -I.. -WWW -Uunix -H -C -V -P -LL "$(NOW)" $< $@;
 
 TXT2HTML= txt2html --extract --hrule 10
 TXT2PLAIN = txt2plain.pl

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/rfc/_index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _index.html	23 Aug 2004 07:03:43 -0000	1.1
+++ _index.html	11 Mar 2005 12:30:48 -0000	1.2
@@ -5,7 +5,8 @@
 #include "css.t"
 </head>
 
-#define CURL_RFC
+#define CURL_DOCS
+#define DOCS_SPECS
 #define CURL_URL rfc
 
 #include "_menu.html"
@@ -20,6 +21,9 @@
 <br><a href="/docs/manual.html">Tutorial</a>
 <br><a href="/docs/faq.html">FAQ</a>
 </div>
+<p>
+ This is an incomplete list with some of the specifications, standards and
+ other helpful documents that are useful for curl hacker and users.
 
 #include "index.t"
 

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.