[Checkins] SVN: lovely.buildouthttp/trunk/README.txt add readme

Bernd Dorn bernd.dorn at lovelysystems.com
Thu Jun 14 05:48:05 EDT 2007


Log message for revision 76681:
  add readme

Changed:
  A   lovely.buildouthttp/trunk/README.txt

-=-
Added: lovely.buildouthttp/trunk/README.txt
===================================================================
--- lovely.buildouthttp/trunk/README.txt	                        (rev 0)
+++ lovely.buildouthttp/trunk/README.txt	2007-06-14 09:48:04 UTC (rev 76681)
@@ -0,0 +1,24 @@
+=========================
+HTTP plugins for buildout
+=========================
+
+HTTP Basic-Authenication
+========================
+
+Whith this extension it is possible to define password protected
+package directories without specifying the password and user in the
+url.
+
+Example: protected location http://www.example.com/dist
+
+
+File buildout.cfg:
+[buildout]
+find-links=http://www.example.com/dist
+extensions=lovely.buildouthttp
+
+Create the password file, this file contains all authentication
+information. Each row consists of realm, uri, username, password.
+
+file ~/.buildout/.httpauth:
+Example com realm, http://www.example.com, username, secret


Property changes on: lovely.buildouthttp/trunk/README.txt
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Checkins mailing list