Changeset 40
- Timestamp:
- 10/06/05 10:10:35 (3 years ago)
- Files:
-
- tags/0.5.1/docs/community/projects.js (modified) (2 diffs)
- tags/0.5.1/docs/docs/index.html (modified) (3 diffs)
- tags/0.5.1/docs/download/nix.html (modified) (2 diffs)
- tags/0.5.1/docs/template.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/0.5.1/docs/community/projects.js
r23 r40 12 12 ["BaseTemplateReload", "Make base templates reload automatically when developing", 4, 3, "turbogears/kid"], 13 13 ["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"],16 14 ["WebShell", "Make a cross-browser Python shell that can be accessed via the web", 3, 3, "turbogears"], 17 15 ["StartupPage", "Improve the startup page that quickstart gives you", 3, 1, "turbogears"], … … 25 23 ["JSToServerLog", "Send logging messages to the server to work around browser or script death", 4, 2, "turbogears"], 26 24 ["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"],28 25 ["AuthenAuthorize", "Easy to use, configure and extend authentication/authorization", 5, 4, "turbogears"], 29 26 ["SimpleCrud", "Provide code to handle simple CRUD tasks", 5, 3, "turbogears"], tags/0.5.1/docs/docs/index.html
r31 r40 16 16 <ul> 17 17 <li><a href="api/index.html">TurboGears Python API</a></li> 18 <li><a href="admin.html">turbogears-admin command line tool</a> — coming soon, expected 10/05/2005</li>18 <li>turbogears-admin command line tool — is documented in the development version docs</li> 19 19 <li>TurboGears configuration — coming soon, expected 10/05/2005</li> 20 20 <li><a href="http://www.mochikit.com/doc/html/MochiKit/index.html">MochiKit JavaScript Library</a></li> … … 30 30 <li><a href="deployment.html">Deploying TurboGears applications</a></li> 31 31 <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> 33 34 <li><a href="http://diveintopython.org/">Dive Into Python</a>, Mark Pilgrim's "Python book for experienced programmers"</li> 34 35 </ul> … … 37 38 <ul> 38 39 <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 — coming soon. Expected 9/24/05.</li>40 <li>Testing your TurboGears code — coming soon. Expected 10/11/05.</li> 40 41 </ul> 41 42 tags/0.5.1/docs/download/nix.html
r1 r40 23 23 <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> 24 24 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> 26 27 27 < ppy:replace="superuser()"/>28 <div py:replace="superuser()"/> 28 29 29 30 <ol> … … 36 37 <h2><a name="easyinstall"></a>Installation with Easy Install</h2> 37 38 38 < ppy:replace="superuser()"/>39 <div py:replace="superuser()"/> 39 40 40 41 <p>Here we go! One command to get you up and running:</p> tags/0.5.1/docs/template.html
r1 r40 55 55 56 56 <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> 59 59 60 60 <td class="button" width="96" style="background: url(${root}button-bg.png) repeat-x;">