Linux下的文档管理
经过多年在无组织文档的海洋中航行后,我开始寻找一种廉价/免费的方法来对我们的工作文档进行结构上的分类,以便整理事情并更好地执行工作流程。所以我希望能够根据项目、客户、使用的组件等标记文档。
例如,想象这些文档:
- “业务需求”,标签:projectX
- “项目布局”,标签:projectX,appserverZ
- “类图”,标签:projectX,businesslogic
- “报价”,标签:projectX,customerY
...等等..
通过这种方式,我可以按标签过滤文档,例如获取给定项目的所有文档,或给定客户的所有报价,或使用给定应用程序服务器的所有项目..
像 M-files 这样的东西会很完美,但我更喜欢基于 Linux 的解决方案..:) (如果可能的话,即使不是基于网络的)
我花了一整天的时间尝试在 Freshmeat 和 Wikipedia 上找到的 DMS,但我找不到像 M 文件一样工作的 DMS。:/
我很感激任何提示/指示,非常感谢!
after years navigating seas of unorganized documents, I'm starting to look for a cheap/free way to classify our work docs structurally, in order to tidy things up and to better enforce the workflow.. So I'd like to be able to tag documents according to project, customer, components used etc..
For example, imagine these documents:
- "Business requirements", tags: projectX
- "Project layout", tags: projectX, appserverZ
- "Class diagram", tags: projectX, businesslogic
- "Quotation", tags: projectX, customerY
...and so on..
In this way I could filter the documents by their tags, so e.g. get all the docs for a given project, or all the quotations for a given customer, or all the projects using a given application server..
Something like M-files would be perfect, but I'd prefer a Linux-based solution.. :) (even not web-based if it's possible)
I spent all the day trying out DMSes found on Freshmeat and Wikipedia, but I couldn't find one that worked like M-files.. :/
I'd appreciate any hint/pointer, many thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Lucene 是一个很棒的开发工具,但如果您更喜欢开箱即用的东西,Alfresco 也可以,但可能已经杀完了。 这些之一也可能有效。
Lucene is a great development tool, but if you prefer something that will work out of the box Alfresco would work, but it's probably over kill. One of these will likely work as well.
听起来您可能正在寻找类似 Lucene 之类的东西,并结合一些元数据。
Sounds like you might be looking for something like Lucene, combined with some metadata.