On Jan 28, 2008 12:25 PM, Elisha Cook <[EMAIL PROTECTED]> wrote:
>
> Here's a new draft for "Making a Pylons Blog":
> http://wiki.pylonshq.com/display/~ecook/Making+a+Pylons+Blog
>
> There is a source tarball attached to that page and I added some
> instructions for use.

Tried it out and it works here.

> I'm working on an extended example with edit, delete and commenting
> functionality.  Maybe introduce the htmlfill/formencode pattern? That
> seems to be the preferred method at the moment.

Any enhancements you can add would be welcome.  Yes, formencode,
htmlfill, and maybe webhelpers are the baseline form tools for Pylons,
so an example would be helpful for new users.  The trivial helpers
like end_form are perhaps overkill, but the more sophistocated helpers
like options_for_select would be good to demonstrate.

There's an empty development.db file in the source.  That might
confuse people, because it looks like a database but isn't.  Also, a
name like "blog.sqlite" would both show what kind of database it is
and distinguish it more from development.ini.

Also, you can put back the url_for calls I commented out.  I thought
there was a general problem in Routes, but it turned out to be limited
to the development version I was using.

-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to