Metadata-Version: 1.0
Name: TracShellExampleMacro
Version: 1.0
Summary: UNKNOWN
Home-page: http://trac-hacks.org/wiki/ShellExampleMacro
Author: moo
Author-email: UNKNOWN
License: BSD
Download-URL: http://trac-hacks.org/svn/exampleshellmacro/0.11#egg=TracShellExampleMacro-dev
Description: Notes
        =====
        
        A quick port of the ShellExample__ macro.
        
        __ http://xcache.lighttpd.net/wiki/ShellExample
        
        Configuration
        =============
        
        To enable::
        
        [components]
        shellexample.* = enabled
        
        Example
        =======
        
        ::
        
        {{{
        #!ShellExample
        $ ./configure --help
        ...
        --enable-abc ......
        --enable-def ......
        --with-ghi[=dir] ......
        ...
        $ ./configure '--enable-abc' \
        '--enable-def' \
        --with-ghi='/usr
        /local'
        (many outputs here)
        
        $ make
        (many outputs again)
        
        (now su to root)
        $ su
        Password:
        (type your root password)
        
        # make install
        (ok, it's now installed)
        }}}
Keywords: trac plugin macro
Platform: UNKNOWN
Classifier: Framework :: Trac
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
