Metadata-Version: 1.1
Name: orgnote
Version: 0.4.0
Summary:  A simple blog based on org-mode
Home-page: https://github.com/LeslieZhu/OrgNote
Author: Leslie Zhu
Author-email: czhu@kdsglobal.com
License: GPL
Description: 
        Quick Started
        ==============
        
        
        At first, you should crate a **yourname.github.com.git** on **GitHub**::
        
          $ git clone git@github.com:yourname/yourname.github.com.git
          $ cd yourname.github.com
          $ orgnote init
        
        Thus, update **_config.yml** configure file.
        
        
        
        Usage
        ======
        
        The usage of **orgnote**::
        
           $ orgnote help
        
           Usage: orgnote <command>
        
           Commands:
           init       Create a new OrgNote folder
           new        Create a new .org post
           list       List this blog notes
           status     Status of those notes
           publish    Auto Publish a note
           generate   Generate static files
           server     Start the server
           deploy     Deploy your website
           help       Get help on a command
           version    Display version information
        
        For more help, you can check the docs:  http://orgnote.readthedocs.org/zh_CN/latest/
        
Keywords: org-mode,emacs,orgnote,blog
Platform: linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
