|
Project Information
Members
Links
|
IntroductionSamples using the python web framework Pylons like QuickWiki, Form Handling, etc... This project offers some basic web apps ready to use. Other samples are welcome. QuickStarthttp://wiki.pylonshq.com/display/pylonsdocs/Getting+Started QuickSQLhttp://wiki.pylonshq.com/display/pylonsdocs/Using+SQLAlchemy+with+Pylons QuickWikihttp://wiki.pylonshq.com/display/pylonsdocs/QuickWiki+Tutorial FormsForm Handlinghttp://wiki.pylonshq.com/display/pylonsdocs/Form+Handling Form Alchemy Handlinghttp://code.google.com/p/formalchemy/ Form Paginatehttp://paginate.workaround.org/ Use this import instead of webhelpers only #import webhelpers from webhelpers import * from webhelpers.rails import * re format the tag span for better rendering in the paginate library ...
text_in = '..'
..
text_out = tag('span', open=True, **dotdot_attr)
text_out += text_in + tag('/span', open=True)
...AjaxGetting Started with AJAXhttp://wiki.pylonshq.com/display/pylonscookbook/Getting+started+with+AJAX AuthenticationHomegrown Authenticationhttp://wiki.pylonshq.com/display/pylonscookbook/Authentication+and+Authorization AuthKithttp://wiki.pylonshq.com/display/authkitcookbook/Home
n.b.: need the svn version of AuthKit for SQLAlchemy authentication Other Pylons SamplesFlickr Searchhttp://wiki.pylonshq.com/display/pylonsdocs/Flickr+Search+Tutorial Google App EngineMy Passwordshttp://code.google.com/appengine/docs/gettingstarted/ More Google Samples |