Changeset 4689

Show
Ignore:
Timestamp:
06/08/08 15:38:21 (2 months ago)
Author:
faide
Message:

changed the repoze.who plugin address in the docs to help new commers find it :)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/main/DownloadInstall.rst

    r4655 r4689  
    6767 $ svn co http://svn.turbogears.org/projects/tg.devtools/trunk tgdev 
    6868 $ svn co http://svn.turbogears.org/trunk tg2 
    69  $ svn co http://svn.turbogears.org/projects/tgrepozewho/trunk tgrepozewho 
     69 $ svn co https://tgtools.googlecode.com/svn/projects/tg.ext.repoze.who/trunk tg.ext.repoze.who 
    7070 
    71 tg2 package is TurboGears 2 core. Others are paster command plugins to create default template, admin interface, and migrations. 
     71- tgdev is a set of tools, paster command plugins to create default template, admin interface, and migrations. 
     72- tg2 package is TurboGears 2 core. 
     73- tg.ext.repoze.who is an extension for tg2 that aims to provide an API compliant implementation of the old tg1 identity framework. 
     74 
    7275 
    7376Then you repeat the same steps to tell setuptools/python to use the new tg2 installation. 
     
    9295Then you have installed TurboGears 2. 
    9396 
    94  .. note:: if you have installed old dependency packages, you could remove them from:: 
    95  
    96  {python_path}/site-packages/easy_install.pth 
     97 .. note:: if you have installed old dependency packages, you could remove them from {python_path}/site-packages/easy_install.pth 
    9798 
    9899