[Checkins] SVN: zope.release/branches/3.4/templates/intro.html Wrote a special introduction to the Zope KGS with actual links that will

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Jan 28 22:10:42 EST 2009


Log message for revision 95362:
  Wrote a special introduction to the Zope KGS with actual links that will 
  work.
  

Changed:
  U   zope.release/branches/3.4/templates/intro.html

-=-
Modified: zope.release/branches/3.4/templates/intro.html
===================================================================
--- zope.release/branches/3.4/templates/intro.html	2009-01-29 01:58:44 UTC (rev 95361)
+++ zope.release/branches/3.4/templates/intro.html	2009-01-29 03:10:40 UTC (rev 95362)
@@ -46,15 +46,20 @@
 
       <ul>
         <li>
-          <div>In <strong>Buildout</strong> you can set this index in your <code>buildout.cfg</code> file:</div>
+          <div>
+            In <strong>Buildout</strong> you can set this index in your
+            <code>buildout.cfg</code> file:</div>
           <pre>
 [buildout]
-index = http://download.project.org/kgs
+index = http://download.zope.org/zope3.4/3.4.0/index
 ...</pre>
         </li>
         <li>
-          <div>With <strong>SetupTools</strong> you can specify the index as a command line option to the <code>easy_install</code> command:</div>
-          <pre>$ easy_install -i http://download.project.org/kgs mypackage</pre>
+          <div>
+            With <strong>SetupTools</strong> you can specify the index as a
+            command line option to the <code>easy_install</code> command:
+          </div>
+          <pre>$ easy_install -i http://download.zope.org/zope3.4/3.4.0/index mypackage</pre>
         </li>
       </ul>
 
@@ -68,31 +73,36 @@
 
       <ul>
         <li>
-          <div>In <strong>Buildout</strong>, the versions can be specified in the <code>buildout.cfg</code> file like this by either copying the contents of <code>versions-*.cfg</code> or referencing it with the <code>extends</code> option:</div>
+          <div>
+            In <strong>Buildout</strong>, the versions can be specified in
+            the <code>buildout.cfg</code> file like this by either copying
+            the contents of <code>versions.cfg</code> or referencing it
+            with the <code>extends</code> option:</div>
           <pre>
 [buildout]
 versions = versions
 ...
-[version]
+[versions]
 zope.interface = 3.4.0
-&lt;copy the contents of versions-*.cfg here&gt;</pre>
+&lt;copy the contents of versions.cfg here&gt;</pre>
               or
           <pre>
 [buildout]
-extends = http://download.project.org/kgs/versions-1.0.0.cfg</pre>
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg</pre>
         </li>
         <li>
-          <div><strong>SetupTools</strong> itself cannot use the <code>version.cfg</code>
-          file.</div>
+          <div>
+            <strong>SetupTools</strong> itself cannot use the
+            <code>version.cfg</code> file.</div>
         </li>
       </ul>
 
       <h3>Find Links</h3>
 
       <p>
-        The way of providing the installation tools with additional locations to
-        look for packages is via find links. Those URLs are expected to be an
-        HTML page with links to files or files directly.
+        The way of providing the installation tools with additional locations
+        to look for packages is via find links. Those URLs are expected to be
+        an HTML page with links to files or files directly.
       </p>
 
       <ul>
@@ -100,12 +110,12 @@
           <div>Buildout, <code>buildout.cfg</code>:</div>
           <pre>
 [buildout]
-find-links = http://download.project.org/kgs/links.html
+find-links = http://download.zope.org/zope3.4/3.4.0/links.html
 ...</pre>
         </li>
         <li>
           <div>Setup Tools, <code>easy_install</code></div>
-          <pre>$ easy_install -f http://download.project.org/kgs/links.html mypackage</pre>
+          <pre>$ easy_install -f http://download.zope.org/zope3.4/3.4.0/links.html mypackage</pre>
         </li>
       </ul>
     </div>



More information about the Checkins mailing list