cvs | 5 Oct 2010 14:42
Picon

bagder: curl-www/auto Makefile, 1.12, 1.13 _release-notes.html, NONE, 1.1 _todo-release.html, NONE, 1.1

Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv1305

Modified Files:
	Makefile 
Added Files:
	_release-notes.html _todo-release.html 
Log Message:
new pages with stuff generated from source docs

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile	20 Oct 2006 09:19:05 -0000	1.12
+++ Makefile	5 Oct 2010 12:42:13 -0000	1.13
 <at>  <at>  -11,10 +11,12  <at>  <at> 
 ACTION=echo preprocessing $ <at> ; \
  rm -f $ <at> ; \
  fcpp -I.. -I. -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $ <at> ;
+TXT2PLAIN = txt2plain.pl

 PAGES = foot.html head.html loghead.html howto.html summary.html \
 	cvshistory.html table0.html table1.html table2.html table3.html \
-	missing.html keywords.html index.html
+	missing.html keywords.html index.html todo-release.html \
+	release-notes.html

(Continue reading)

cvs | 5 Oct 2010 14:46
Picon

bagder: curl-www _menu.html,1.29,1.30

Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv3788

Modified Files:
	_menu.html 
Log Message:
add changlog to the front page menu

Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_menu.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- _menu.html	25 Sep 2009 14:14:11 -0000	1.29
+++ _menu.html	5 Oct 2010 12:46:25 -0000	1.30
 <at>  <at>  -33,6 +33,12  <at>  <at> 
 VLINK("http://curl.haxx.se/download.html", Download, Get curl packages)
 #endif

+#ifdef CURL_CHANGES
+LINK("http://curl.haxx.se/changes.html", Changelog)
+#else
+VLINK("http://curl.haxx.se/changes.html", Changelog, The changes done in releases)
+#endif
+
 #ifdef CURL_DOCS
 LINK("http://curl.haxx.se/docs/", Docs)
 #include "docmenu.t"
(Continue reading)

cvs | 5 Oct 2010 14:48
Picon

bagder: curl-www _changes.html,1.151,1.152

Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv4788

Modified Files:
	_changes.html 
Log Message:
link to the new generated html pages instead of the github ones

Index: _changes.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_changes.html,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- _changes.html	11 Aug 2010 21:45:17 -0000	1.151
+++ _changes.html	5 Oct 2010 12:47:59 -0000	1.152
 <at>  <at>  -39,12 +39,10  <at>  <at> 
 SUBTITLE(Fixed since -- available in git and daily snapshots)
 <ul>

-<li> current <a
-href="http://github.com/bagder/curl/blob/master/RELEASE-NOTES">RELEASE-NOTES</a>
+<li> current <a href="/auto/release-notes.html">RELEASE-NOTES</a>
 document for next release

-<li> <a
-href="http://github.com/bagder/curl/blob/master/TODO-RELEASE">TODO-RELEASE</a>
+<li> <a href="/auto/todo-release.html">TODO-RELEASE</a>
 - left to do before release

(Continue reading)

cvs | 8 Oct 2010 23:43
Picon

bagder: curl-www _main.html,1.80,1.81

Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv14270

Modified Files:
	_main.html 
Log Message:
modify the twitter thing to include less crap

Index: _main.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_main.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- _main.html	27 Aug 2010 21:16:23 -0000	1.80
+++ _main.html	8 Oct 2010 21:43:14 -0000	1.81
 <at>  <at>  -61,9 +61,9  <at>  <at> 
 new TWTR.Widget({
   version: 2,
   type: 'search',
-  search: '#curl OR libcurl',
+  search: '#pycurl OR libcurl OR curl.haxx.se',
   interval: 6000,
-  title: 'curl and libcurl tweets',
+  title: 'curl stuff',
   subject: '',
   width: 250,
   height: 300,
cvs | 9 Oct 2010 00:03
Picon

bagder: curl-www _menu.html,1.30,1.31

Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv26122

Modified Files:
	_menu.html 
Log Message:
link to the new devel section of the site

Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_menu.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- _menu.html	5 Oct 2010 12:46:25 -0000	1.30
+++ _menu.html	8 Oct 2010 22:03:32 -0000	1.31
 <at>  <at>  -59,9 +59,9  <at>  <at> 
 #endif

 #ifdef CURL_DEVEL
-LINK("http://curl.haxx.se/devel.html", Development)
+LINK("http://curl.haxx.se/auto/", Development)
 #else
-VLINK("http://curl.haxx.se/devel.html", Development, Resources for development and developers)
+VLINK("http://curl.haxx.se/auto/", Development &raquo;, Resources for development and developers)
 #endif

 #if 0
cvs | 9 Oct 2010 00:04
Picon

bagder: curl-www/auto Makefile, 1.13, 1.14 _cvshistory.html, 1.5, 1.6 _howto.html, 1.14, 1.15 _index.html, NONE, 1.1 _menu.html, NONE, 1.1 _summary.html, 1.1, 1.2 _table0.html, 1.2, 1.3 _table1.html, 1.2, 1.3 _table2.html, 1.2, 1.3 _table3.html, 1.3, 1.4 topline.t, 1.8, 1.9

Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv26491

Modified Files:
	Makefile _cvshistory.html _howto.html _summary.html 
	_table0.html _table1.html _table2.html _table3.html topline.t 
Added Files:
	_index.html _menu.html 
Log Message:
converted the /auto/ dir to a development section

Index: topline.t
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/topline.t,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- topline.t	22 Mar 2010 22:04:17 -0000	1.8
+++ topline.t	8 Oct 2010 22:04:19 -0000	1.9
 <at>  <at>  -6,7 +6,7  <at>  <at> 
 <br><a href="http://cool.haxx.se/mailman/listinfo/curl-commits">Commit mails</a>
 </div>

-[<a href="./">Build Log</a>]
+[<a href="./builds.html">Build Log</a>]
 [<a href="cvshistory.html">Source Activity</a>]
 [<a href="summary.html">Stats</a>]
 [<a href="howto.html">Details</a>]

--- NEW FILE: _menu.html ---
(Continue reading)

cvs | 9 Oct 2010 00:15
Picon

bagder: curl-www/dev COOKIES, 1.1, NONE no_copy_callbacks.txt, 1.1, NONE wininet-debug.txt, 1.1, NONE

Update of /cvsroot/curl/curl-www/dev
In directory giant.haxx.se:/var/tmp/cvs-serv32296

Removed Files:
	COOKIES no_copy_callbacks.txt wininet-debug.txt 
Log Message:
removed old cruft 

--- wininet-debug.txt DELETED ---

--- COOKIES DELETED ---

--- no_copy_callbacks.txt DELETED ---
cvs | 9 Oct 2010 00:21
Picon

bagder: curl-www/auto _index.html,1.1,1.2 _menu.html,1.1,1.2

Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv4773

Modified Files:
	_index.html _menu.html 
Log Message:
spiced up

Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_menu.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _menu.html	8 Oct 2010 22:04:19 -0000	1.1
+++ _menu.html	8 Oct 2010 22:21:04 -0000	1.2
 <at>  <at>  -23,12 +23,11  <at>  <at> 
 <table cellspacing=0 cellpadding=5><tr><td valign=top align=left>

 #define LINK(l,t) <div class="itemselect">t</div>
-#define VLINK(l,t) <div><a href="l" class="menuitem">t</a></div>
+#define VLINK(l,t,itle) <div><a href="l" class="menuitem" title="itle">t</a></div>

 <div class="mainmenu">

 #define HERE LINK
-#define DOCREF VLINK

 <div><a href="/" class="menuitem"><img border="0" src="/pix/left.png" alt="<">Front Page</a></div>

(Continue reading)

cvs | 9 Oct 2010 00:29
Picon

bagder: curl-www .htaccess,1.3,1.4

Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv15826

Modified Files:
	.htaccess 
Log Message:
recently added redirects

Index: .htaccess
===================================================================
RCS file: /cvsroot/curl/curl-www/.htaccess,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .htaccess	26 Mar 2010 06:59:24 -0000	1.3
+++ .htaccess	8 Oct 2010 22:29:14 -0000	1.4
 <at>  <at>  -26,8 +26,12  <at>  <at> 
 RedirectPermanent /lxr/source/docs/examples/sepheaders.c http://curl.haxx.se/libcurl/c/sepheaders.html
 RedirectPermanent /lxr/source/docs/examples/simple.c http://curl.haxx.se/libcurl/c/simple.html
 RedirectPermanent /lxr/source/docs/examples/simplessl.c http://curl.haxx.se/libcurl/c/simplessl.html
+RedirectPermanent /devel.html http://curl.haxx.se/dev/
+RedirectPermanent /auto/ http://curl.haxx.se/dev/
+
 # a rough redirect for all other LXR references to avoid 404s
 RedirectMatch /lxr/source/(.*) http://cool.haxx.se/cvs.cgi/curl/$1
+RedirectMatch /cvs.cgi(.*) http://github.com/bagder/curl

 AddType text/plain .pl
 AddType text/plain .php
(Continue reading)

cvs | 9 Oct 2010 00:37
Picon

bagder: curl-www/auto _index.html, 1.2, 1.3 _menu.html, 1.2, 1.3 _release-notes.html, 1.1, 1.2 _todo-release.html, 1.1, 1.2

Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv21171

Modified Files:
	_index.html _menu.html _release-notes.html _todo-release.html 
Log Message:
added more links to relevent pages within this section

Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_menu.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- _menu.html	8 Oct 2010 22:21:04 -0000	1.2
+++ _menu.html	8 Oct 2010 22:37:34 -0000	1.3
 <at>  <at>  -69,6 +69,17  <at>  <at> 
 VLINK(http://sourceforge.net/bugs/?group_id=976&amp;func=browse, Bugtracker &raquo;,
Sourceforge bug tracker)
 #endif

+#ifdef DEVEL_RELEASENOTES
+HERE(x, RELEASE-NOTES)
+#else
+VLINK(/auto/release-notes.html, RELEASE-NOTES, The pending RELEASE-NOTES)
+#endif
+
+#ifdef DEVEL_TODORELEASE
+HERE(x, TODO-RELEASE)
+#else
(Continue reading)


Gmane