| Size: 1183 Comment:  | Size: 1582 Comment:  | 
| Deletions are marked like this. | Additions are marked like this. | 
| Line 32: | Line 32: | 
| * {{{#!python class Permissions: """ Basic interface for user permissions and system policy. Note that you still need to allow some of the related actions, this just controls their behaviour, not their activation. """ def __init__(self, user): """ Calculate the permissons `user` has. """ ... self.valid = user.valid }}} | 
记录站点安装,维护过程中的信息 -- Zoom.Quiet [DateTime(2004-08-09T23:42:12Z)] TableOfContents
环境相关
MoinMoin 升级
- HowtoMoinUpgrade -- 如何安全的升级? 
moinmoin安装Howto
- ["bsd/MoinmoinInstallHowto"] 说明了woodpecker的wiki安装过程
pyblosxom安装Howto
- ["bsd/PyBlosxomInstallHowto"] 说明了woodpecker安装blog的失败断点
freebsd jail安装Howto
- ["bsd/JailInstallHowto"]
- ["bsd/JailToolsHowto"] 说明了woodpecker是如何在freebsd下安装jail为基础的多主机可快速部署的测试环境
FreeBSD Postfix Howto
- ["bsd/PostfixInstallHowto"] 说明了woodpecker是如何安装mail system的
记要
2005-02-03
- 该死的 Spam 们!!来吧!!!
- ZoomQuiet 升级了 MoinMoin 巩固,禁止未登录的用户进行修改 - 1 class Permissions: 2 """ Basic interface for user permissions and system policy. 3 4 Note that you still need to allow some of the related actions, this 5 just controls their behaviour, not their activation. 6 """ 7 8 def __init__(self, user): 9 """ Calculate the permissons `user` has. 10 """ 11 ... 12 self.valid = user.valid 
 
- 马上可以进行各种保护尝试!!积极影响大家的需求!!!
2004
- ["/Historic2004"] -- 年度维护动作记要
WoodpeckerEPs
Woodpecker.org Enhancement Proposals
- ["WoodpeckerEPs"] -- 啄木鸟社区增进建议
