cvs | 22 Mar 2011 09:29
Picon

bagder: curl-www/mail Makefile,1.12,1.13 _etiquette.html,1.11,1.12

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

Modified Files:
	Makefile _etiquette.html 
Log Message:
use the new document to generate etiquette.html from

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/mail/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile	26 Apr 2008 21:21:31 -0000	1.12
+++ Makefile	22 Mar 2011 08:29:26 -0000	1.13
 <at>  <at>  -15,14 +15,18  <at>  <at> 

 all: subscribe.html mail.html etiquette.html index.html indexheader.html \
  indexfooter.html mailheader.html mailfooter.html lost.html mailman.html \
- activity.html
+ activity.html 

 subscribe.html: _subscribe.html $(MAINPARTS)
 	$(ACTION)

-etiquette.html: _etiquette.html $(MAINPARTS)
+etiquette.html: _etiquette.html $(MAINPARTS) etiquette.t
 	$(ACTION)

(Continue reading)

cvs | 18 Mar 2011 11:56
Picon

bagder: curl-www/docs faqparse.pl,1.11,1.12

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

Modified Files:
	faqparse.pl 
Log Message:
linkify <pre> sections too

Index: faqparse.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/faqparse.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- faqparse.pl	14 Mar 2011 12:30:53 -0000	1.11
+++ faqparse.pl	18 Mar 2011 10:56:25 -0000	1.12
 <at>  <at>  -103,6 +103,8  <at>  <at> 
             # Emphasize _underlined_ words
             s/\b_([[:alnum:]]+)_\b/<em>$1<\/em>/g;

+            # linkify URLs
+            s/((http|ftp):\/\/([\w.\/%-?]*[a-z0-9\/]))/<a href=\"$2:\/\/$3\">$1<\/a>/g;
             if($_ =~ /^     /) {
                 # five or more initial spaces, use <pre>
                 push  <at> pre, $_;
 <at>  <at>  -114,7 +116,6  <at>  <at> 
                     print "</pre>\n";
                     undef  <at> pre;
                 }
-                s/((http|ftp):\/\/([\w.\/%-?]*[a-z0-9\/]))/<a href=\"$2:\/\/$3\">$1<\/a>/g;
(Continue reading)

cvs | 18 Mar 2011 10:01
Picon

bagder: curl-www/auto _index.html,1.11,1.12

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

Modified Files:
	_index.html 
Log Message:
mention the RSS too

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_index.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- _index.html	18 Mar 2011 08:50:33 -0000	1.11
+++ _index.html	18 Mar 2011 09:01:27 -0000	1.12
 <at>  <at>  -27,6 +27,8  <at>  <at> 
 <table><tr valign="top"><td>
 SUBTITLE(Generated contents)
 <p>
+  Build and source information that is updated all the time:
+
 <ul>

 <li> <a href="http://curl.haxx.se/auto/cvshistory.html">Recent Source
 <at>  <at>  -55,6 +57,9  <at>  <at> 
 <li> A note is dropped in the #curl IRC channel (via the <a
 href="http://cia.vc/stats/project/curl">CIA.vc service</A>)

+<li> There's an <a href="http://cia.vc/stats/project/curl/.rss">RSS feed</a>
(Continue reading)

cvs | 18 Mar 2011 09:50
Picon

bagder: curl-www/auto _index.html,1.10,1.11

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

Modified Files:
	_index.html 
Log Message:
- tighter layout
- mention the commit broadcasts
- mention irc for talk 

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_index.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- _index.html	15 Mar 2011 21:34:19 -0000	1.10
+++ _index.html	18 Mar 2011 08:50:33 -0000	1.11
 <at>  <at>  -24,9 +24,9  <at>  <at> 
  There is always development going on in the curl project.  To help out the
  development team, we provide these services:

+<table><tr valign="top"><td>
 SUBTITLE(Generated contents)
 <p>
- Stuff that is updated automatically.
 <ul>

 <li> <a href="http://curl.haxx.se/auto/cvshistory.html">Recent Source
 <at>  <at>  -41,6 +41,27  <at>  <at> 
(Continue reading)

cvs | 17 Mar 2011 22:20
Picon

bagder: curl-www/docs _comparison-table.html,1.59,1.60

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

Modified Files:
	_comparison-table.html 
Log Message:
link to the SSL lib comparison in the related "box"

Index: _comparison-table.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_comparison-table.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- _comparison-table.html	17 Oct 2010 17:03:16 -0000	1.59
+++ _comparison-table.html	17 Mar 2011 21:20:14 -0000	1.60
 <at>  <at>  -21,6 +21,7  <at>  <at> 
 <br><a href="features.html">List of Features</a>
 <br><a href="relatedtools.html">Related Tools</a>
 <br><a href="../libcurl/competitors.html">Compare HTTP Libraries</a>
+<br><a href="ssl-compared.html">Compare SSL Libraries</a>
 <p>
 <a href="http://daniel.haxx.se/docs/curl-vs-wget.html">curl vs wget [offsite]</a>
 </div>
cvs | 17 Mar 2011 22:19
Picon

bagder: curl-www/docs _ssl-compared.html,1.5,1.6

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

Modified Files:
	_ssl-compared.html 
Log Message:
updated cyassl info

Index: _ssl-compared.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_ssl-compared.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- _ssl-compared.html	26 Feb 2011 18:43:50 -0000	1.5
+++ _ssl-compared.html	17 Mar 2011 21:19:05 -0000	1.6
 <at>  <at>  -51,7 +51,7  <at>  <at> 
   NICETD OpenSSL NICETDEND
   NICETD GnuTLS NICETDEND
   NICETD NSS NICETDEND
-  NICETD yaSSL NICETDEND
+  NICETD CyaSSL NICETDEND
   NICETD qssl NICETDEND
   NICETD PolarSSL NICETDEND
   NICETD axTLS NICETDEND
 <at>  <at>  -163,7 +163,7  <at>  <at> 
   FEATURE
   FEATURE
   FEATURE
-  MISSING
(Continue reading)

cvs | 17 Mar 2011 20:05
Picon

bagder: curl-www _changes.html,1.155,1.156

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

Modified Files:
	_changes.html 
Log Message:
mention axtls!

Index: _changes.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_changes.html,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- _changes.html	17 Feb 2011 12:29:11 -0000	1.155
+++ _changes.html	17 Mar 2011 19:05:03 -0000	1.156
 <at>  <at>  -64,6 +64,7  <at>  <at> 
  CHG HTTP: do Negotiate authentication using SSPI on windows
  CHG Windows build: alternative makefile
  CHG TLS-SRP: support added when using GnuTLS
+ CHG added support for axTLS
 </ul>
 <p> Bugfixes:
 <ul class="bugfixes">
cvs | 17 Mar 2011 12:04
Picon

bagder: curl-www/mail _mailman.html,1.4,1.5

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

Modified Files:
	_mailman.html 
Log Message:
discourage digest mode stronger

Index: _mailman.html
===================================================================
RCS file: /cvsroot/curl/curl-www/mail/_mailman.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- _mailman.html	25 Sep 2009 14:14:12 -0000	1.4
+++ _mailman.html	17 Mar 2011 11:04:01 -0000	1.5
 <at>  <at>  -35,6 +35,10  <at>  <at> 
 <p> By posting to this list, you agree to your posting getting archived and
  all its contents becoming publicly available.

+<p> If you intend to particiate and respond to mails sent to the list, <i>do
+ not</i> use the digest mode as they're next to impossible to reply to in a
+ sensible way.
+
 <p>You can subscribe to the list, or change your existing subscription, in the
  sections below.
cvs | 15 Mar 2011 22:34
Picon

bagder: curl-www/auto _index.html,1.9,1.10

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

Modified Files:
	_index.html 
Log Message:
add a link to the static analyzer scan reports

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_index.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- _index.html	10 Oct 2010 17:34:52 -0000	1.9
+++ _index.html	15 Mar 2011 21:34:19 -0000	1.10
 <at>  <at>  -37,6 +37,8  <at>  <at> 
 <li>
  <a href="http://cool.haxx.se/curl-daily/">Daily Snapshot</a> - The latest
  version of curl, packaged and provided daily.
+<li>
+ <a href="/scans/">Daily scans</a> with the clang source code analyzer. It keeps a 30 day backlog.
 </ul>

 SUBTITLE(Documents in progress)
cvs | 14 Mar 2011 13:30
Picon

bagder: curl-www/docs faqparse.pl,1.10,1.11

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
 <at>  <at>  -92,7 +92,8  <at>  <at> 
             $s =~ s/\>/&gt;/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 {
 <at>  <at>  -117,13 +118,24  <at>  <at> 

                 # prevent many blanks
(Continue reading)

cvs | 26 Feb 2011 19:43
Picon

bagder: curl-www/docs _ssl-compared.html,1.4,1.5

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

Modified Files:
	_ssl-compared.html 
Log Message:
fix TLS 1.2 for NSS, remove the gnutls comparison link as that page is gone

Index: _ssl-compared.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_ssl-compared.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- _ssl-compared.html	25 Feb 2011 09:54:14 -0000	1.4
+++ _ssl-compared.html	26 Feb 2011 18:43:50 -0000	1.5
 <at>  <at>  -140,7 +140,7  <at>  <at> 
   FEAT TLSv1.2 ENDFEAT
   MISSING
   FEATURE
-  UNKNOWN
+  MISSING
   FEATURE
   UNKNOWN
   UNKNOWN
 <at>  <at>  -262,9 +262,7  <at>  <at> 
  <b>qssl</b> is a SSL library for AS/400 for which we have not found any
  proper web site to link to.

-<p> More comparisons <a
(Continue reading)


Gmane