|
|
两款都适合整理收集的文档资料,界面而言,MyDMS更清新些,功能上docarc因为可以导入bibtex而更适合做科研的人群,在debian下安装时,debian/sid里有mydms可以直接apt-get,docarc直接从官方网下一个,解开后里面有安装脚本,然后根据帮助文档生成数据库,mydms要在局域网内使用时,修改下/etc/apache2/sites-available/mydms添加相应的ip地址
docarc
http://docarc.sourceforge.net/
Document Archive (docarc) is a database written in Perl to help you (and your workgroup) keeping track of the vast amount of electronic documents and BibTeX entries you might have in use. The underlying database is MySQL (because it's addressed through Perl's DBI, it might work with others as well).
- Features
- * widely configurable
- * charset recode (bibtex, html, rdf)
- * tree structure for content classification
- * multiuser containers may be used to group project oriented documents
- * public runmode allows readonly access to allowed documents for anyone without authorization
- * fully themeable
- * traditional (standard) theme
- o fully css-configurable per central stylesheet for nearly every class of elements
- o user customizable (some options that influence the handling)
- o strictly xml conform (uses doctype xhtml 1.0 transitional)
- o optimized for mozilla, but also runs under recent versions of other browsers. it's not planned to support obsolete browser versions because i'd like to concentrate on standards like xml, css and dom.
- * simple layout that returns special pages for your internal search engine (eg. htdig)
- * dynamic online help
- * fields/doctypes structures and categories configurable via web interface
- * command line interface (cli) for simple access during latex document compiling
- * internal database search lets you specify complex search expressions
- * fulltext search through document files available via integrated ht://dig support
- * modular extensible. available extensions:
- o frame and iframe based extensions of the traditional theme
- o planned: scan2pdf interface (tiff/bmp/png/jpeg -> pdf)
- o planned: content extraction (just have to upload a pdf file, database extracts the necessary content)
- o planned: printing and format conversion capabilities (ghostscript, xpdf, lpr, psutils)
- o planned: email support (send registered users bibtex entries or document files)
- o planned: documentation of template interface
- o planned: little integration into some famous editors (eg. vi, emacs, kile)
- o planned: more browser integration (eg. internet explorer, opera, konqueror)
- * mozilla/firefox integration (plugin and search engine)
- o direct access to documents via toolbar
- o select html embedded bibtex and post it directly to docarc via context menu
- o let docarc parse the currently viewed web-page (many famous e-journals are supported)
- o query document archive from sidebar or url input field
复制代码
mydms
http://dms.markuswestphal.de/about.html
MyDMS is an open-source document-management-system based on PHP and MySQL published under the GPL.
- * Upload files through web-interface
- * Create folders to group your documents
- * Edit document and folder properties online
- * Detailed information on uploaded documents
- * Lock and unlock documents
- * Update documents - old versions are saved
- * Individual Icons for different Mime-Types
- * Set expiration-date for documents
- * Users are notified about new/updated or expired documents via email
- * Download documents or view them online within your Browser
- * Control access via detailed ACLs (access control lists)
- * User- and Group-Management
- * Powerfule search-engine
- * Multi language support
- * Template-System
- * User can choose language and theme on login
- * Intuitive User-Interface
- * Should work with every Browser
- * Easy to install
- * Auto-conversion to HTML to view even MS Word-Documents online
- * Supports multiple databases through ADOdb
复制代码 |
|