On Aug 28, 6:28 am, Pythonic Daydreamz <[EMAIL PROTECTED]>
wrote:
> 1. How to make an simple registration system similar to the other
> simple blogs.

http://code.google.com/p/tgtools/

you might take a look at silverplate.  The secure controller appears
to be somewhat incomplete.

> 2. How to make that latest blog entries appear on the front page in a
> trimmed version, like this:

>>> blogtitle="this is the title of the blog post and it is very long"
>>> print blogtitle[0:30]
this is the title of the blog

string slicing?

> So, my question now is this: Is there any docs page that explains how
> "@validate, @identity.... etc", and the secc.py file and other
> security tools in a TG2 project work?
For Validate:

http://turbogears.org/2.0/docs/main/ToscaWidgets/forms.html
(note: http://trac.turbogears.org/ticket/1911)
is a good starter.

As for secc.py, I believe the code is the documentation.  There is a
little information that I've found but, most of the examples I've
found have been other sample apps.

You might also take a look at http://turbogears.org/cogbin/ which
might allow you to take an existing piece of code and adapt it.  I
think there are at least two blog applications in there.
--~--~---------~--~----~------------~-------~--~----~
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