Metadata-Version: 1.1
Name: EditOnline
Version: 0.1.4
Summary: A simple online file editor by Python base on Ace.js.
Home-page: https://github.com/sintrb/EditOnline
Author: sintrb
Author-email: sintrb@gmail.com
License: Apache
Description: # EditOnline
        
        A simple online file editor by Python base on Ace.js.
        
        ## How To Use
        
        0. cd to you working dir
        
        1. run command: python -m EditOnline
        
        2. use broswer open 'http://127.0.0.1:8000'
        	
        in broswer editor:
        
        - Ctrl+S : save file
        
        - Ctrl+Shif+N : new file
        
        - Ctrl+H : show help info
        
        ## Other
        
        - set http port 80: python -m EditOnline 80
        
        - authenticate with username and password (admin admin): python -m EditOnline -u admin -p admin
        
        - set the working directory (/tmp): python -m EditOnline -d /tmp
        
        
        0.1.0
        
        	test
        
        0.1.2
        
        	first version
        
        0.1.3
        
        	setup bug fix
        
        0.1.4
        
        	1.complete document
        
        	2.fix working directory(-d) option bug
        	
        	3.change to use cdnjs static resource
        
Keywords: EditOnline Ace.js
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Text Editors
