bagder: curl-www _source.html,1.2,1.3

[email protected] Mon, 22 Mar 2010 12:00:00 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv31479

Modified Files:
	_source.html 
Log Message:
mention the Swedish mirror and how to clone to be able to push


Index: _source.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_source.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- _source.html	21 Mar 2010 23:23:56 -0000	1.2
+++ _source.html	22 Mar 2010 11:59:58 -0000	1.3
@@ -1,5 +1,5 @@
 #include "_doctype.html"
-<HEAD> <TITLE>cURL - have a look at the source</TITLE>
+<HEAD> <TITLE>cURL - Source Control</TITLE>
 #include "css.t"
 </HEAD>
 
@@ -45,6 +45,13 @@
 <pre>
   git clone git://github.com/bagder/curl.git
 </pre>
+
+  or use the Swedish mirror server:
+
+<pre>
+  git clone git://curl.haxx.se/curl
+</pre>
+
  <b>Note</b> that this will create a curl subdirectory.
 <p>
   If you at a later time want to get the updated set of files, just cd into
@@ -72,6 +79,15 @@
  libcurl mailing list in advance and please consider to use git directly to do
  the changes and provide the necessary patches back to the project!
 
+<p>
+ If you want to push to the repository, you need to have it cloned using:
+<pre>
+  git clone [email protected]:bagder/curl.git
+</pre>
+<p>
+ This also requires that you have a github account and have been added to the
+ project as a collaborator by Daniel.
+
 #include "_footer.html"
 
 </BODY>