PyBlosxom

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第5行: 第5行:
 
http://pyblosxom.sourceforge.net/
 
http://pyblosxom.sourceforge.net/
  
 +
==Install==
 +
windows 用户请事先安装 http://sourceforge.net/projects/pywin32/
 +
然后运行
 +
python setup.py install
 +
Single-user Installation
 +
copy pyblosxom.cgi and config.py from the web/ directory into your cgi-bin directory
 +
修改 config.py
 +
py["codebase"] = "/home/allen/pyblosxom/"  // linux用户
 +
py["codebase"] = "c:\\pyblosxom\\"      // windows用户
 +
Multi-user Installation 
 +
import cgitb; cgitb.enable() // 去掉  #
 
==Users==
 
==Users==
 
*http://bluesock.org/~willg/blog
 
*http://bluesock.org/~willg/blog

2007年2月23日 (五) 16:04的版本

PyBlosxom is a lightweight weblog system write by Python

PyBlosxom 最吸引人的就是其插件化,在完成基本blog功能,其扩展功能可通过插件来完成。

http://pyblosxom.sourceforge.net/

Install

windows 用户请事先安装 http://sourceforge.net/projects/pywin32/ 然后运行

python setup.py install

Single-user Installation

copy pyblosxom.cgi and config.py from the web/ directory into your cgi-bin directory
修改 config.py
py["codebase"] = "/home/allen/pyblosxom/"  // linux用户
py["codebase"] = "c:\\pyblosxom\\"       // windows用户

Multi-user Installation

import cgitb; cgitb.enable() // 去掉  #

Users

http://pyblosxom.sourceforge.net/blog/pyblosxom_users

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱