publish、manage and view document. usual use to publish HELP doc on web. it develop with python + web.py
- new a document project
- markdown support
- custom markdown extension support
- preview support
- navigate manage[no implement yet]
- install python
- install setuptools、pip
- install web.py
- install markdown
- init Database use the dbfile under dbfile folder
- modify the DB connection info in setting.py
python code.py 80
to start web service
visit the url after setup succussed (http://www.yuorhost.com/docmaster/?pid=97)
发布、管理以及查看文档的web小程序。主要用于发布各类帮助文档,以项目为单位。
- 支持文档项目新建
- 支持markdown语法
- 支持部分自定义markdown扩展
- 支持文档内容预览
- 导航管理【暂不支持】
- 安装python
- 安装setuptools、pip
- 安装web.py
- 安装markdown
- 使用dbfile目录下的数据库文件初始化数据库
- 修改数据库连接信息
python code.py 80
命令启动服务
安装成功后访问url (http://www.yuorhost.com/docmaster/?pid=97)