问题描述
尤其是,我需要更完整的Trac版本来支持强大的项目管理和任务跟踪.我浏览了插件,发现实际上有50多个看起来很有前途.
In particular, I need a more full fledged version of Trac to support robust project management, and task tracking. I went through the plugins and literally found over 50 that looked promising.
我的问题是给Trac的管理员/用户:哪些是使Trac功能完整的必不可少的,哪些应该避免(例如,稳定性问题)?
My question is to the admins/users of Trac: which ones are indespensible for making Trac feature complete and which ones should be avoided (e.g. stability issues)?
推荐答案
很多Trac插件看起来很有希望.不幸的是,只有极少数确实可以交付,即使如此,其中的一些也得不到适当的支持或维护.他们有时还会发生冲突.
Lots of Trac plugins look promising. Unfortunately only a handful really delivers and even then some of them are not properly supported or maintained. They also tend to conflict sometimes.
我不会为项目管理特别推荐任何东西,但是这些使我们的生活变得如此轻松:
I will not recommend anything for project management specifically but these are the ones which made our live so much easier:
- TagsPlugin -最有用的一种,它添加了对标记的支持
- BreadCrumbsNav -显示以前访问过的页面,节省大量时间
- ShowPath -显示面包屑路径,如果您的页面按层次命名,则很有用 >
- CaseInsensitiveWiki -允许输入不区分大小写的URL
- 策略-显示Wiki/SVN统计信息
- WikiRename -允许页面重命名(不适用于标签)
- TagsPlugin - the most useful one, adds tags support
- BreadCrumbsNav - show previously visited pages, saves lots of time
- ShowPath - show the breadcrumbs path, useful if you have your pages named hierarchically
- CaseInsensitiveWiki - allows entering case-insensitive URLS
- Stratistics - show Wiki/SVN statistics
- WikiRename - allows page renaming (does not work well with the Tags)
0.10
- WebAdmin -已预先安装在0.11中,但在您需要单独获得它之前
- WebAdmin - pre-installed in 0.11 but before you need to get it separately
这篇关于Trac推荐使用哪些插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!