From: Artem Y. <se...@sp...> - 2009-03-23 18:37:19
|
On Mon, Mar 23, 2009 at 9:52 PM, Ron Garret <ron...@gm...> wrote: > This is probably a stupid question, but since there have already been > changes since 2.0rc1 I want to check the code out directly from > gitorious. How do I do it? I know how to use git, I just don't know > which URI to use. > You can clone current version with: git clone git://gitorious.org/python-markdown/mainline.git > > Thanks, > rg Regards, Artem > > > On Mar 8, 2009, at 7:27 PM, Waylan Limberg wrote: > > > I am pleased to announce that after much hard work, a Release > > Candidate for Python Markdown version 2.0 is now available for > > [download][]. Please, download it, install it, test it, beat it... and > > report any [bugs][]. Assuming no major bugs, we will release 2.0 final > > approximately one month from today. Until then, the project [site][] > > will continue to document version 1.7. Updated documentation is > > available in the `doc/` directory in the source files. Hopefully, all > > the included extensions will be documented before the final release. > > > > [download]: > https://sourceforge.net/project/showfiles.php?group_id=153041&package_id=183331&release_id=666767 > > [bugs]: http://www.freewisdom.org/projects/python-markdown/Tickets > > [site]: http://www.freewisdom.org/projects/python-markdown > > > > Release Notes: > > =========== > > > > * Major refactor of the core and extension API. Extension authors > > should see the included documentation in > > `docs/writing_extensions.txt`. All parts of the syntax are now > > completely overridable by extensions. > > > > * Numerous extensions added to the standard distribution (off by > > default), including an "extra" extension which matches PHP Markdown > > Extra. See the `markdown/extensions/` directory for the full list. > > > > * The code has been refactored into a full Python library with a > > separate command line script. > > > > * Optional output of XHTML1 (default) or HTML4 with the option for > > extensions to add more. > > > > * Uses ElementTree to build (X)HTML document rather than home-grown > > NanoDom. > > > > * Most of the differences in Python-Markdown's output compared to perl > > and/or php have been eliminated. > > > > * And much more... See the changelog and [Git log][] for more details. > > > > [Git log]: > http://gitorious.org/projects/python-markdown/repos/mainline/logs > > > > -- > > ---- > > \X/ /-\ `/ |_ /-\ |\| > > Waylan Limberg > > > > > ------------------------------------------------------------------------------ > > Open Source Business Conference (OSBC), March 24-25, 2009, San > > Francisco, CA > > -OSBC tackles the biggest issue in open source: Open Sourcing the > > Enterprise > > -Strategies to boost innovation and cut costs with open source > > participation > > -Receive a $600 discount off the registration fee with the source > > code: SFAD > > http://p.sf.net/sfu/XcvMzF8H > > _______________________________________________ > > Python-markdown-discuss mailing list > > Pyt...@li... > > https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss > > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Python-markdown-discuss mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss > |