bagder: curl-www/auto _cvshistory.html, 1.4, 1.5 topline.t, 1.7, 1.8 update.pl, 1.6, 1.7
[email protected] Mon, 22 Mar 2010 22:04:20 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv3557
Modified Files:
_cvshistory.html topline.t update.pl
Log Message:
refer and use git instead of CVS
Index: topline.t
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/topline.t,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- topline.t 14 Mar 2005 21:54:27 -0000 1.7
+++ topline.t 22 Mar 2010 22:04:17 -0000 1.8
@@ -1,12 +1,12 @@
<div class="relatedbox">
<b>Related:</b>
-<br><a href="http://cool.haxx.se/cvs.cgi/curl/">Browse CVS</a>
+<br><a href="http://github.com/bagder/curl">Browse git</a>
<br><a href="http://cool.haxx.se/curl-daily/">Daily Snapshot</a>
<br><a href="/changes.html">Changelog</a>
-<br><a href="http://cool.haxx.se/mailman/listinfo/curl-commits">CVS commit mails</a>
+<br><a href="http://cool.haxx.se/mailman/listinfo/curl-commits">Commit mails</a>
</div>
[<a href="./">Build Log</a>]
-[<a href="cvshistory.html">CVS History</a>]
+[<a href="cvshistory.html">Source Activity</a>]
[<a href="summary.html">Stats</a>]
[<a href="howto.html">Details</a>]
Index: update.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/update.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- update.pl 4 Oct 2009 01:28:59 -0000 1.6
+++ update.pl 22 Mar 2010 22:04:17 -0000 1.7
@@ -55,27 +55,12 @@
# get latest cvs data
my $cwd=`pwd`;
chomp $cwd;
-chdir "curl";
-system("$cwd/last5commits.pl > $cwd/dump 2>/dev/null");
+system("$cwd/last5commits.pl > $cwd/cvs.t");
chdir "tests";
system("./keywords.pl > $cwd/keywords.t 2>/dev/null");
chdir "$cwd";
-if ( -s "dump") {
- # create html table
- open(OUT, ">cvs.t");
- open(DUMP, "./cvs2html.pl dump|");
- while(<DUMP>) {
- # convert the begining of a "C comment" to a html code to prevent the
- # cpp to barf
- $_ =~ s/\/\*/&\#47;*/g;
- print OUT $_;
- }
- close(OUT);
- close(DUMP);
-}
-
# rebuild the HTML
system("make -k >/dev/null 2>&1");
Index: _cvshistory.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_cvshistory.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- _cvshistory.html 14 Mar 2005 21:54:27 -0000 1.4
+++ _cvshistory.html 22 Mar 2010 22:04:17 -0000 1.5
@@ -1,6 +1,6 @@
#include "_doctype.html"
<html>
-<head> <title>cURL - Recent Activity on CVS</title>
+<head> <title>cURL - Recent Source Code Activity</title>
#include "css.t"
</head>
@@ -9,13 +9,13 @@
#include "_menu.html"
#include "setup.t"
-WHERE2(Devel, "/devel.html", Recent Activity on CVS)
-TITLE(Recent Activity on CVS)
+WHERE2(Devel, "/devel.html", Recent Source Code Activity)
+TITLE(Recent Activity in the repo)
#include "topline.t"
#include "setup.t"
-<p> The most recent changes in curl's CVS source repository.
+<p> The most recent changes in curl's <a href="http://github.com/bagder/curl">git repository</a>
<p>
#include "cvs.t"