Differences between revisions 4 and 24 (spanning 20 versions)
Revision 4 as of 2004-08-09 23:44:49
Size: 380
Editor: Zoom.Quiet
Comment: 日志记要点!请HD修改
Revision 24 as of 2005-02-03 04:31:51
Size: 1582
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
= 安装 =
= 环境相关 =
== MoinMoin 升级 ==
 * HowtoMoinUpgrade -- 如何安全的升级?
Line 10: Line 13:
 说明了woodpecker的wiki安装过程
Line 13: Line 17:
 说明了woodpecker安装blog的失败断点

== freebsd jail安装Howto ==
 * ["bsd/JailInstallHowto"]
 * ["bsd/JailToolsHowto"]
 说明了woodpecker是如何在freebsd下安装jail为基础的多主机可快速部署的测试环境

== FreeBSD Postfix Howto ==
 * ["bsd/PostfixInstallHowto"]
 说明了woodpecker是如何安装mail system的
Line 15: Line 29:
== 2005-02-03 ==
 * 该死的 Spam 们!!来吧!!!
 * ZoomQuiet 升级了 MoinMoin 巩固,禁止未登录的用户进行修改
  * {{{#!python
class Permissions:
    """ Basic interface for user permissions and system policy.
Line 16: Line 36:
== 2004-08-xx ==
 * 正式发布 woodpecker.org.cn 域名,首先建立 Wiki!
        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
}}}
 * 马上可以进行各种保护尝试!!积极影响大家的需求!!!

== 2004 ==
 * ["/Historic2004"] -- 年度维护动作记要

= WoodpeckerEPs =
'''Woodpecker.org Enhancement Proposals '''
 * ["WoodpeckerEPs"] -- 啄木鸟社区增进建议

记录站点安装,维护过程中的信息 -- Zoom.Quiet [DateTime(2004-08-09T23:42:12Z)] TableOfContents

环境相关

MoinMoin 升级

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"] -- 啄木鸟社区增进建议

woodpecker-log (last edited 2010-08-30 01:38:32 by ZoomQuiet)