Metadata-Version: 1.1
Name: eazytext
Version: 0.94
Summary: An extensible wiki processor, using parser grammer
Home-page: http://eazytext.pluggdapps.com
Author: Pratap R Chakravarthy
Author-email: prataprc@pluggdapps.com
License: Simplified BSD license
Description: EazyText
        ========
        Wiki, in general is a simple markup language to generate html pages
        that can be rendered in a browser. This is quick and neat way of 
        documentation. Eazytext can be used as a library package or as a command line
        tool. It is lean, clean and insanely fast !! Since eazytext wiki-markup supports
        dynamic text (text that gets translated based on context), it is not practical
        to cache the html result and re-use them (by web-applications). And to avoid
        parsing the wiki-text every-time, an intermediate .py file is generated.
        You can learn more and hack into its guts at
        `launchpad <https://launchpad.net/eazytext/trunk>`_.
        
        As a newbie, get started with EazyText in 5 minutes.  As a pro, never be
        limited by a wiki engine.  Our philosophy of wiki,
        
            "Make simple things easy and difficult things possible"
        
        Some interesting features in EazyText are,
        
        * Text content can be emphasized, italicized, underlined, subscripted,
          superscripted.
        * Short cut for hyper links, several variants
        * Short cut for referring to image source
        * Short cut for email link
        * Heading
        * Horizontal line
        * Ordered list
        * Unordered list
        * Block quoted text
        * Small table
        * Big table
        * Definition list
        * Style short cuts
        * New line break
        * Interspersing HTML text
        * Templated tags for common html-tag usage patterns
        * Pluggable macros
        * Pluggable wiki-extensions
        
        Quicklinks
        ==========
        
        * `README <http://eazytext.pluggdapps.com/dev/readme>`_
        * `CHANGELOG <http://eazytext.pluggdapps.com/dev/changelog>`_
        * `Track eazytext development <https://launchpad.net/eazytext>`_
        * If you have any queries, suggestions
          `discuss with us <http://groups.google.com/group/pluggdapps>`_
        
        Documentation
        =============
        
        * `Eazytext reference <http://eazytext.pluggdapps.com/doc/markup>`_
        * `Eazytext Macros <http://eazytext.pluggdapps.com/plugins/macros>`_
        * `Eazytext Templated tags <http://eazytext.pluggdapps.com/doc/ttags>`_
        * `Eazytext Extensions <http://eazytext.pluggdapps.com/plugins/extensions>`_
        
Keywords: wiki documentation parser ply
Platform: 
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: Framework :: Pylons
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows CE
Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Documentation
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Provides: eazytext
