Differences between revisions 18 and 24 (spanning 6 versions)
Revision 18 as of 2004-11-11 08:36:49
Size: 1407
Editor: 211
Comment:
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 9: Line 9:
== MoinMoin 升级 ==
 * HowtoMoinUpgrade -- 如何安全的升级?
Line 28: Line 29:
== 2005-02-03 ==
 * 该死的 Spam 们!!来吧!!!
 * ZoomQuiet 升级了 MoinMoin 巩固,禁止未登录的用户进行修改
  * {{{#!python
class Permissions:
    """ Basic interface for user permissions and system policy.
Line 29: Line 36:
== 2004-11-04 ==         Note that you still need to allow some of the related actions, this
        just controls their behaviour, not their activation.
    """
Line 31: Line 40:
 * 未知原因,服务器Apache 死亡,HD 于041107 重启后正常……………没有专门管理员的结果,让同志等了好几天…………     def __init__(self, user):
        """ Calculate the permissons `user` has.
        """
        ...
        self.valid = user.valid
}}}
 * 马上可以进行各种保护尝试!!积极影响大家的需求!!!
Line 33: Line 48:
== 2004-09-06 ==
 * 发布["Roo"] 1.0 beta1 (原名 SimpleShm )

== 2004-08-02 ==
 * 正式发布 woodpecker.org.cn 域名,首先建立 Wiki!
 * 2004-08-03 09:19 发布第一页 Wiki

== 2004-08-15 ==
 * 正式启动 Otter 项目
 * cvs服务器建设完成,准备为项目提供服务

== 2004-08-17 ==
 * 开通cvs和viewcvs服务
 * 开始启动 SimpleShm 项目 (已更名为["Roo"])
== 2004 ==
 * ["/Historic2004"] -- 年度维护动作记要

记录站点安装,维护过程中的信息 -- 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)