I am trying to install the mercurial pylons dev version. At some point when issuing "sudo python setup.py develop" , webhelpers can be installed remotely. It seems need the 0.6 version, but don't know if to install this webhelpers version one must do something special.
Tks. in advance. Domingo Aguilera On May 1, 1:36 am, "Mike Orr" <[EMAIL PROTECTED]> wrote: > I moved some things around inWebHelpers0.6 to accommodate current > and future growth. I wanted to get this done before release to avoid > a backward-compatibility precedent. > > webhelpers.html is now a package. All HTML-related helpers will go in > here, to distinguish them from text, date, collection, and other > non-HTML helpers. > > Ian's tag builder, the formerwebhelpers.html, is nowwebhelpers.html.builder. > All of its public names are "import *"'d > intowebhelpers.html, so you don't have to change anything for these. > > The rest of the changes will require you to change your imports in > helpers.py or wherever you're importing them to. > > webhelpers.tags has moved towebhelpers.html.tags. > > webhelpers.tools has been split into three parts: > > * markdown() and textilize() have moved towebhelpers.html.converters, a > module for converting between HTML and > various text markup languages. The underlying markdown and textile > packages have not moved. > > * Flash has moved towebhelpers,containers, a module for various > container objects including dict-like things and list-like things. > Flash is not quite one of these, but it's certainly not HTML, and I > didn't want to put it in the miscellaneous morass that iswebhelpers.utils. > > * Everything else has moved towebhelpers.html.tools: button_to, > mail_to, highlight, strip_links, auto_link, > > This is the only disruptive change anticipated before release. (There > is one request to modify two minor paginate arguments, but it's still > being debated.) > > -- > Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
