GNOME-plannerGNOME 桌面的项目管理工具
Planner 是 GNOME 桌面的项目管理工具,用于规划、 计划和跟踪项目。 Planner 最初是由 Imendio 开发和维护的,但是现在由 Planner 社区维护。
其特点是:
- 定义任务和子任务、资源和资源组
- 任务之间的依赖
- 显示关键路径
- 带有工作/非工作时间的日历
- 甘特图和资源使用概览
- 项目计划的 HTML 导出
- 翻译成 50 多种语言
可用平台
Planner 可在 Linux/UNIX、Windows 中使用
安装
依赖项:
- GLIB 2.50
- GTK 3.10
- LIBXML 2.6.27
- LIBXSLT 1.1.23
简单的安装过程:
$ tar xzvf planner-0.14.6.tar.gz # unpack the sources
$ cd planner-0.14.6 # change to the toplevel directory
$ meson build # run the configuration
$ ninja -C build # build planner
[ Become root if necessary ]
$ ninja -C build install # install planner
更详细的安装说明可以在 https://wiki.gnome.org/Apps/Planner
评论