Metadata-Version: 1.1
Name: SVNOnline
Version: 0.0.2
Summary: A svn online client.
Home-page: https://github.com/sintrb/SVNOnline
Author: sintrb
Author-email: sintrb@gmail.com
License: Apache
Description: SVNOnline
        ===============
        A svn online client.
        
        Install
        ===============
        ::
        
         pip install SVNOnline
        
        
        Use
        ===============
        cd to you working directory and run command:
        
        ::
        
         SVNOnline
        
        on Windows use:
        ::
        
         SVNOnline.bat
        
        if can't find SVNOnline command, try:
        ::
        
         python -m SVNOnline
        
        
        open broswer with url **http://127.0.0.1:8000**
        	
        
        Editor shortcut
        ===============
        - **Ctrl+S** : save file
        
        - **Ctrl+Shif+N** : new file
        
        - **Ctrl+H** : show help info
        
        Other tips
        ===============
        1.set http port 80
        ::
        
         SVNOnline 80
        
        2.authenticate with username and password (admin admin)
        ::
        
         SVNOnline -u admin -p admin
        
        3.set the working directory (/tmp)
        ::
        
         SVNOnline -d /tmp
        
        4.bind address with 127.0.0.1
        ::
        
         SVNOnline 127.0.0.1:8000
        
        
        CHANGES
        ===============
        0.0.1
        
        - init version.
        
        
        0.0.2
        
        - first useable version.
        
        
Keywords: svn,svn client,svn online
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
