On Thu, Jan 19, 2012 at 11:26 AM, Daniel Nouri <[email protected]>wrote:
> I just put an initial version of 'deform_bootstrap' on Github: > > https://github.com/dnouri/deform_bootstrap > > This deform extension provides Twitter Bootstrap compatible templates > for deform. If you're interested in using deform in your > Bootstrap-styled site, then this is for you. > > I still need to polish some rough edges, but overall, it's working > fine. I would love to get some contributions/eyeballs from people who > are good at CSS and HTML, and possibly have experience with Bootstrap. > > The included README explains how to get set up, and what parts still need > work: > > https://github.com/dnouri/deform_bootstrap/blob/master/README.rst > > Only thing I think should be changed up is making it not reliant on pyramid (since deform is not pyramid specific). With deform_jinja2 I included the pyramid bits in a separate file (translator.py and demo.py) to show people how to use it without forcing pyramid on them. You can see here how someone would use it: https://github.com/pcolalug/pcolalug.com/blob/master/pcolalug/__init__.py#L63 and they could change that to bootstrap_templates instead of uni_templates. Also, have you run this against the deform selenium tests? -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
