Karl Guertin wrote:
> On 10/23/06, Jorge Godoy <[EMAIL PROTECTED]> wrote:
> 
>>Or those that go to RecentChanges and ask for the diff...
> 
> 
> Hitting the 'info' link on the page also works. Don't really know why
> that's not labeled 'history', but that's a moinmoin quirk.

A few more suggestions.

Change "While the server is running, let's modify the code in 
yourpackage/controller.py.

In example the file is laid on gs/gs/controller.py" to

"In a Turbogears project created by 'tg-admin quickstart' your 
controller would be <project directory>/<project-name>/controller.py. 
When you edit this file the server restarts automatically (as long as 
you avoid syntax errors). Edit it to contain the following code:"

Then you can omit "Save the controller.py, the server will restart 
automatically." after the example.

Make sure you change the example's default method to read

     @expose()
     def default(self, *args, **kw):
         return "This page is not ready"

otherwise users might see horrible error tracebacks in their browsers! 
Don't forget to make the same change in the line-by-line run-through.

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd          http://www.holdenweb.com
Skype: holdenweb       http://holdenweb.blogspot.com
Recent Ramblings     http://del.icio.us/steve.holden

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to