Thank u for your answers.^^~

I mean there are many difference between TG2 and TG2.1,but I cann't feel the
difference between TG2 document and TG2.1 documennt ,especially the famous
wiki 20 tutorial.

for example.

this is the source on the turorials.

$ paster quickstart
Enter project name: Wiki 20
Enter package name [wiki20]: wiki20
Do you need authentication and authorization in this project? [yes] no


and this is the source displayed on my terminal according to the page

(bear)Kaka:bear cancer$ paster quickstart
Enter project name: Test
Enter package name [test]:
Would you prefer mako templates? (yes/[no]): no
Do you need authentication and authorization in this project? ([yes]/no):
yes

so..just a little difference at the line 3... but what is mako?tutorial
didn't talk about it.

and there is an another e.g.

TG2

<xi:include href="master.html" />


TG2.1

<%inherit file="local:templates.master"/>

----------------------------------------
"There’s built in support for this in TurboGears using paster setup-app and
Wiki-20/wiki20/websetup.py."

     the sentence is written on the page...the websetup.py has been replaced
in TG2.1 as a folder which include bootstrap.py,schema.py
and __init__.py.So,according to the tutorial,what can  I do next..?

-..- !aha!
I found what the problem is...
when I quickstart a project  I choose mako template.So the templates are
different with examples on page.

but..there is still somthing old on the page..

2010/3/3 Tim Black <[email protected]>

>  Tim Black wrote:
>
> That page needs to make it more obvious that those headings are
> links--maybe underline the heading on hover
>
> Thank you, whoever just implemented this!
>
> Tim Black
>
> --
> 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]<turbogears%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/turbogears?hl=en.
>

-- 
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?hl=en.

Reply via email to