Metadata-Version: 1.0
Name: raw-import
Version: 0.1.1
Summary: Copy your docs directly to the dedicate branch.
Home-page: http://kryskool.github.com/raw-import/
Author: Christophe CHAUVET
Author-email: christophe.chauvet@gmail.com
License: Tumbolia Public License
Download-URL: http://github.com/kryskool/raw-import
Description: Raw Pages Import
        ================
        
        ``raw-import`` is a fork of ``ghp-import`` to be more generic on branch name under Git repository,
        
        It's possible to generate documentation wit Sphinx_, and publish the result of ``make html`` under the specify branch
        
        .. _GitHub: http://github.com/
        .. _`GitHub Pages`: http://pages.github.com/
        .. _Sphinx: http://sphinx.pocoo.org/
        .. _`github-tools`: http://dinoboff.github.com/github-tools/
        
        Big Fat Warning
        ---------------
        
        This will **DESTROY** your dedicate branch. If you love it, you'll want to take
        backups before playing with this. This script assumes that pages is 100%
        derivative. You should never edit files in your gh-pages branch by hand if
        you're using this script because you will lose your work.
        
        Usage
        -----
        
        ::
        
        Usage: raw-import [OPTIONS] DIRECTORY
        
        Options:
        -m MESG     The commit message to use on the gh-pages branch.
        -p          Push the branch to origin/gh-pages after committing.
        -r REMOTE   The name of the remote to push to. [origin]
        -b BRANCH   The name of the dedicate branch. [pages]
        -h, --help  show this help message and exit
        
        Its pretty simple. Inside your repository just run ``raw-import $DOCS_DIR``
        where ``$DOCS_DIR`` is the path to the *built* documentation. This will write a
        commit to your ``dedicate`` branch with the current documents in it.
        
        If you specify ``-b`` it can be possible to specify the name of the branch.
        
        If you specify ``-p`` it will also attempt to push the ``dedicate`` branch to
        GitHub. By default it'll just run ``git push origin pages``. You can specify
        a different remote using the ``-r`` flag.
        
        License
        -------
        
        raw-import is distributed under the same license as ghp-import
        (the Tumbolia Public License. See the LICENSE file for more information).
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
