- 浏览: 884731 次
- 性别:
- 来自: 湖南省
最新评论
# IMPORTANT: grant yourself admin rights! replace YourName with
# your user name. See HelpOnAccessControlLists for more help.
# All acl_rights_xxx options must use unicode [Unicode]
#acl_rights_before = u"YourName:read,write,delete,revert,admin"
# The default (ENABLED) password_checker will keep users from choosing too
# short or too easy passwords. If you don't like this and your site has
# rather low security requirements, feel free to DISABLE the checker by:
password_checker = None
# None means "don't do any password strength checks"
# Link spam protection for public wikis (Uncomment to enable)
# Needs a reliable internet connection.
#from MoinMoin.security.antispam import SecurityPolicy
acl_rights_default = 'Known:admin,read,write,delete,revert All:read,write '
#acl_rights_before = u"duhuixiong:admin,read,write,delete,revert "
# Mail --------------------------------------------------------------
# Configure to enable subscribing to pages (disabled by default)
# or sending forgotten passwords.
# SMTP server, e.g. "mail.provider.com" (None to disable mail)
#mail_smarthost = ""
# The return address, e.g u"J黵gen Wiki <noreply@mywiki.org>" [Unicode]
#mail_from = u""
# "user pwd" if you need to use SMTP AUTH
#mail_login = ""
# User interface ----------------------------------------------------
# Add your wikis important pages at the end. It is not recommended to
# remove the default links. Leave room for user links - don't use
# more than 6 short items.
# You MUST use Unicode strings here, but you need not use localized
# page names for system and help pages, those will be used automatically
# according to the user selected language. [Unicode]
navi_bar = [
# If you want to show your page_front_page here:
#u'%(page_front_page)s',
u'RecentChanges',
u'FindPage',
u'HelpContents',
]
# The default theme anonymous or new users get
theme_default = 'modern'
# Language options --------------------------------------------------
# See http://moinmo.in/ConfigMarket for configuration in
# YOUR language that other people contributed.
# The main wiki language, set the direction of the wiki pages
language_default = 'zh'
# the following regexes should match the complete name when used in free text
# the group 'all' shall match all, while the group 'key' shall match the key only
# e.g. CategoryFoo -> group 'all' == CategoryFoo, group 'key' == Foo
# moin's code will add ^ / $ at beginning / end when needed
# You must use Unicode strings here [Unicode]
# Content options ---------------------------------------------------
# Show users hostnames in RecentChanges
show_hosts = 1
# Enable graphical charts, requires gdchart.
#chart_options = {'width': 600, 'height': 300}
注:将wikiconfig.py上与下一起copy到wikiconfig.py文件中就行了
# your user name. See HelpOnAccessControlLists for more help.
# All acl_rights_xxx options must use unicode [Unicode]
#acl_rights_before = u"YourName:read,write,delete,revert,admin"
# The default (ENABLED) password_checker will keep users from choosing too
# short or too easy passwords. If you don't like this and your site has
# rather low security requirements, feel free to DISABLE the checker by:
password_checker = None
# None means "don't do any password strength checks"
# Link spam protection for public wikis (Uncomment to enable)
# Needs a reliable internet connection.
#from MoinMoin.security.antispam import SecurityPolicy
acl_rights_default = 'Known:admin,read,write,delete,revert All:read,write '
#acl_rights_before = u"duhuixiong:admin,read,write,delete,revert "
# Mail --------------------------------------------------------------
# Configure to enable subscribing to pages (disabled by default)
# or sending forgotten passwords.
# SMTP server, e.g. "mail.provider.com" (None to disable mail)
#mail_smarthost = ""
# The return address, e.g u"J黵gen Wiki <noreply@mywiki.org>" [Unicode]
#mail_from = u""
# "user pwd" if you need to use SMTP AUTH
#mail_login = ""
# User interface ----------------------------------------------------
# Add your wikis important pages at the end. It is not recommended to
# remove the default links. Leave room for user links - don't use
# more than 6 short items.
# You MUST use Unicode strings here, but you need not use localized
# page names for system and help pages, those will be used automatically
# according to the user selected language. [Unicode]
navi_bar = [
# If you want to show your page_front_page here:
#u'%(page_front_page)s',
u'RecentChanges',
u'FindPage',
u'HelpContents',
]
# The default theme anonymous or new users get
theme_default = 'modern'
# Language options --------------------------------------------------
# See http://moinmo.in/ConfigMarket for configuration in
# YOUR language that other people contributed.
# The main wiki language, set the direction of the wiki pages
language_default = 'zh'
# the following regexes should match the complete name when used in free text
# the group 'all' shall match all, while the group 'key' shall match the key only
# e.g. CategoryFoo -> group 'all' == CategoryFoo, group 'key' == Foo
# moin's code will add ^ / $ at beginning / end when needed
# You must use Unicode strings here [Unicode]
# Content options ---------------------------------------------------
# Show users hostnames in RecentChanges
show_hosts = 1
# Enable graphical charts, requires gdchart.
#chart_options = {'width': 600, 'height': 300}
注:将wikiconfig.py上与下一起copy到wikiconfig.py文件中就行了
发表评论
-
并发与并行
2009-11-25 17:02 626并发: 一个CPU处理多个事务 并行: 多个CPU处理 ... -
abcd(3)
2009-09-14 15:17 780select * from payment; ... -
abcd(2)
2009-09-14 13:58 6821, 根据菜单Customer Care- ... -
abcd(1)
2009-09-14 13:54 8282.1 首先,导入autopay文件 LoadOut ... -
abcd
2009-09-14 13:18 8772009-2-25进入华为工作 BOSS总体介绍: 1, BO ... -
Oracle查询锁表语句,根据数据库用户进行查询
2009-09-11 16:31 6745// add by 2009-9-11 begin as 注 ... -
数据库优化(Oracle)SQL
2009-09-05 14:56 845--查看CUP的占用率 select c.spid spid, ... -
wiki配置说明
2009-09-04 11:59 945wiki所有配置所存的几个目录 Wiki安装之后需要配置或修 ... -
wiki配置管理
2009-09-04 11:58 793'openid_server': ('OpenID S ... -
wiki配置管理
2009-09-04 11:58 788'xapian': ('Xapian search', ... -
wiki配置管理
2009-09-04 11:55 1321('language_default', 'en', ... -
wiki配置管理
2009-09-04 11:54 806('url_prefix_action', None, ... -
wiki配置管理
2009-09-04 11:53 794# Standard buttons in the i ... -
wiki配置管理
2009-09-04 11:51 786507('supplementation_page', Fa ... -
wiki配置管理
2009-09-04 11:46 665options_no_group_name = { # = ... -
wiki配置管理
2009-09-04 11:45 708Make sure your data directory p ... -
wiki配置管理
2009-09-04 11:35 757for name in decode_name ... -
wiki配置管理
2009-09-04 11:34 606# lazily load iwid(_full) ... -
wiki配置管理
2009-09-04 11:33 746# check if python-xapia ... -
wiki配置管理
2009-09-04 11:32 652def __init__(self, siteid): ...
相关推荐
按照向导的提示,设置管理员用户名、密码以及wiki的基本信息。 7. **权限与安全**: 由于DokuWiki是基于文本文件的,因此需要注意文件和目录的权限。确保Apache用户可以读写DokuWiki的工作目录,同时要防止不必要的...
本文将详细介绍Redmine管理员在使用过程中需要掌握的各种功能和配置方法。 1. 项目管理 项目管理是Redmine的核心功能之一。管理员可以创建新项目,也可以对现有项目进行编辑和存档。存档项目不会被彻底删除,而是被...
- **启动MediaWiki**:在浏览器中访问`http://localhost/mediawiki/`,按照页面上的指示进行安装向导,填写站点名称、语言、管理员账号等信息。 6. **调整设置**: - **安全和性能优化**:安装完成后,根据需求对...
在部署Confluence之前,管理员需要考虑硬件需求、操作系统支持、数据库配置等因素。手册将详细指导如何安装Java运行环境、下载Confluence安装包、配置启动脚本以及初始化数据库连接。此外,还会讲解如何进行SSL/TLS...
管理员可以设定不同的访问级别,控制哪些用户可以阅读、编辑或管理页面。同时,DokuWiki还支持邮件通知,每当页面有更新时,关注者会收到通知,增强了团队协作的效率。 "note.txt"文件可能是DokuWiki的使用指南、...
6. **Wiki功能**: 一个标准的wiki系统通常包含以下功能:页面创建与编辑、版本控制(记录每次编辑的变化)、链接跟踪(自动检测和显示内部链接)、搜索功能、用户权限系统(如匿名编辑、注册用户编辑、管理员权限等...
简单的用户帐户系统 (管理员和用户以及一个内置 admin 帐户) 许多有用的功能eg:页面文明程度等级认证,可以让WIKI完全公开(编辑页面时可以无需注册)或设置私人页面(匿名用户不可以访问) 页面可分类和讨论 ...
3. **初始化**:运行install.php脚本,按照提示完成初始化设置,包括创建管理员账号、设置站点信息等。 4. **权限设置**:在conf/authsettings.php中配置用户认证方式,如使用内置的用户名/密码机制或集成其他身份...
最后,通过浏览器访问你的服务器地址,按照向导完成初始化设置,包括数据库连接、管理员账户创建等。 ScrewTurn Wiki的插件系统进一步增强了其功能。"Plugins"目录下的文件可能包含了一些预装或可选的插件。这些...
- **团队协作经历**:理解软件配置管理和团队开发流程。 ##### 管理原则 - **定期备份**:确保数据库定期得到备份,防止数据丢失。 - **权限分配与安全**:合理分配用户权限,注重网站的安全性,避免未授权访问。 ...
在DokuWiki后台,管理员可以轻松管理已安装的插件,包括启用、禁用、更新和配置。每个插件都有特定的设置选项,可以通过wiki的admin页面进行调整。 4. **常见插件类型** - **页面操作插件**:如`lockme`用于锁定...
- 访问`http://127.0.0.1/mediawiki`开始配置过程,根据中文提示设置wiki的基本信息,如站点名称、管理员账号等。 - 要使外部用户能够访问,需要将127.0.0.1替换为你的服务器IP地址,如`...
简单的用户帐户系统 (管理员和用户以及一个内置 admin 帐户) 许多有用的功能eg:页面文明程度等级认证,可以让WIKI完全公开(编辑页面时可以无需注册)或设置私人页面(匿名用户不可以访问) 页面可分类和讨论 ...
你需要输入数据库连接信息,选择语言,设置管理员账号等。 6. **权限与安全**:DokuWiki允许设置文件系统的权限,以确保只有授权用户可以编辑或查看页面。此外,你还可以通过SSL加密来保护你的wiki,防止数据被窃取...
《Arch Wiki离线版》是针对Arch Linux操作系统爱好者和管理员的一款实用工具,它包含了Arch Wiki网站的完整内容,用户可以在没有网络连接的情况下查阅各种Arch Linux相关的技术文档和指南。Arch Wiki是一个极其丰富...
在部署后,首次访问Screwturn Wiki会引导你进行初始化设置,包括管理员账号、站点信息等。此时,系统会使用你之前配置的数据库连接字符串创建必要的表结构。 最后,"Plugins"文件夹可能包含了Screwturn Wiki的插件...
Hogfather版本可能对权限控制进行了优化,允许管理员更精细地控制不同用户或用户组的访问、编辑和管理权限,确保了文档的安全性和隐私性。这对于企业内部的知识库建设和团队协作至关重要。 此外,DokuWiki的搜索...