Changeset 40

Show
Ignore:
Timestamp:
10/06/05 10:10:35 (3 years ago)
Author:
kevin
Message:

current site doc updates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/0.5.1/docs/community/projects.js

    r23 r40  
    1212    ["BaseTemplateReload", "Make base templates reload automatically when developing", 4, 3, "turbogears/kid"], 
    1313    ["GetVar", "Add a 'getVar' function to deal with nonexistent values", 5, 2, "kid"], 
    14     ["SqlAdmin", "Go through remaining sqlobject-admin commands to see which need a module passed by turbogears-admin", 4, 1, "turbogears"], 
    15     ["GeneratedTGAdmin", "Replace turbogears-admin script with the new setuptools mechanism", 3, 1, "turbogears"], 
    1614    ["WebShell", "Make a cross-browser Python shell that can be accessed via the web", 3, 3, "turbogears"], 
    1715    ["StartupPage", "Improve the startup page that quickstart gives you", 3, 1, "turbogears"], 
     
    2523    ["JSToServerLog", "Send logging messages to the server to work around browser or script death", 4, 2, "turbogears"], 
    2624    ["AcceptHeader", "Use the Accept header as an alternative to the ?tg_format parameter", 3, 1, "turbogears"], 
    27     ["SeparateDocVersions", "Documentation should vary from version to version. We need to keep a couple of versions around", 5, 2, "turbogears"], 
    2825    ["AuthenAuthorize", "Easy to use, configure and extend authentication/authorization", 5, 4, "turbogears"], 
    2926    ["SimpleCrud", "Provide code to handle simple CRUD tasks", 5, 3, "turbogears"], 
  • tags/0.5.1/docs/docs/index.html

    r31 r40  
    1616    <ul> 
    1717        <li><a href="api/index.html">TurboGears Python API</a></li> 
    18         <li><a href="admin.html">turbogears-admin command line tool</a> &#8212; coming soon, expected 10/05/2005</li> 
     18       <li>turbogears-admin command line tool &#8212; is documented in the development version docs</li> 
    1919        <li>TurboGears configuration &#8212; coming soon, expected 10/05/2005</li> 
    2020        <li><a href="http://www.mochikit.com/doc/html/MochiKit/index.html">MochiKit JavaScript Library</a></li> 
     
    3030        <li><a href="deployment.html">Deploying TurboGears applications</a></li> 
    3131        <li><a href="http://www.cherrypy.org/wiki/CherryPyBook">The CherryPy Book</a></li> 
    32         <li><a href="http://sqlobject.org/docs/SQLObject.html">SQLObject</a> (warning: this is the 0.6.1 version. Need to replace with 0.7 doc.)</li> 
     32        <li><a href="http://sqlobject.org/SQLObject.html">SQLObject</a> main manual</li> 
     33        <li><a href="http://sqlobject.org/SQLBuilder.html">SQLBuilder</a> manual.</li> 
    3334        <li><a href="http://diveintopython.org/">Dive Into Python</a>, Mark Pilgrim's "Python book for experienced programmers"</li> 
    3435    </ul> 
     
    3738    <ul> 
    3839        <li><a href="wiki20/index.html">The 20 Minute Wiki</a> or the <a href="wiki20/20MinuteWiki.mov">20 Minute Wiki video (80MB QuickTime)</a></li> 
    39         <li>Testing your TurboGears code &#8212; coming soon. Expected 9/24/05.</li> 
     40        <li>Testing your TurboGears code &#8212; coming soon. Expected 10/11/05.</li> 
    4041    </ul> 
    4142     
  • tags/0.5.1/docs/download/nix.html

    r1 r40  
    2323    <p>Even though you don't have Easy Install yet, you can still take advantage of it. Instead of one-command installation, it will be two-step installation. And, you'll have Easy Install for the next update!</p> 
    2424     
    25     <p py:def="superuser">The instructions below will install into the primary system locations for Python modules. On many systems, this requires superuser access. So, performing the installation below will require you to enter your password. If your system does not have sudo installed or configured properly, you can su to the superuser account and then run the command.</p> 
     25    <div py:def="superuser"><p>The instructions below will install into the primary system locations for Python modules. On many systems, this requires superuser access. So, performing the installation below will require you to enter your password. If your system does not have sudo installed or configured properly, you can su to the superuser account and then run the command.</p> 
     26    <p>Note that on some Linux systems (Ubuntu, for example), you may need to install a "python-dev" packages in order for everything to compile correctly.</p></div> 
    2627     
    27     <p py:replace="superuser()"/> 
     28    <div py:replace="superuser()"/> 
    2829 
    2930    <ol> 
     
    3637    <h2><a name="easyinstall"></a>Installation with Easy Install</h2> 
    3738 
    38     <p py:replace="superuser()"/> 
     39    <div py:replace="superuser()"/> 
    3940     
    4041    <p>Here we go! One command to get you up and running:</p> 
  • tags/0.5.1/docs/template.html

    r1 r40  
    5555 
    5656                                <td class="button" width="97" style="background: url(${root}button-bg.png) repeat-x;"> 
    57                                 <a href="support/index.html" class= 
    58                                 "buttonlink" py:attrs="href=root+'support/index.html'">support</a></td> 
     57                                <a href="community/index.html" class= 
     58                                "buttonlink" py:attrs="href=root+'community/index.html'">community</a></td> 
    5959 
    6060                                <td class="button" width="96" style="background: url(${root}button-bg.png) repeat-x;">