Changeset 2996

Show
Ignore:
Timestamp:
05/03/07 04:14:58 (2 years ago)
Author:
turbogears
Message:

updated website and fixed default handling in tgsetup (closes #1378)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • website/newdocs/download/index.html

    r2327 r2996  
    1010<body> 
    1111        <h1>Easy Install TurboGears</h1> 
    12          
    13     <p>Note: A part of TurboGears relies on Pyrex, which has not yet been updated to accommodate changes in Python 2.5. Python 2.4 remains the recommended Python version.</p> 
    1412         
    1513        <p>If you already have <a href="http://www.python.org">Python</a> installed, there're only 2 steps to install TurboGears:</p> 
  • website/newdocs/download/tgsetup.py

    r2986 r2996  
    9595        else: 
    9696            val = default 
     97            break 
    9798    return val 
    9899