From c29fa231453d203027a47dee7fa9cf43c8cbc953 Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Fri, 4 Apr 2014 13:06:50 +0200 Subject: [PATCH] Localized wiki --- README.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index dc3bef76..2f97f2a6 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ Redmine DMSF is Document Management System Features plugin for Redmine issue tra Redmine DMSF now comes bundled with Webdav functionality: if switched on within plugin settings this will be accessible from /dmsf/webdav. -Webdav functionality is provided through DAV4Rack, however is provided bundled due to modifications made, DAV4Rack is released under the terms of the -MIT license, more information can be found at +Webdav functionality is provided through DAV4Rack gem. Initial development was for Kontron AG R&D department and it is released as open source thanks to their generosity. Project home: @@ -28,7 +27,7 @@ Features * Document locking * Multi (drag/drop depending on browser) upload/download * Multi download via zip - * Direct document sending via email + * Direct document or document link sending via email * Configurable document approval workflow * Document access auditing * Integration with Redmine's activity feed @@ -36,17 +35,13 @@ Features * Full read/write webdav functionality * Optional document content fulltext search * Documents and files symbolic links - * Compatible with redmine 2.3.x + * Document tagging + * Compatible with redmine 2.5.x Dependencies ------------ - - * Bundler 1.1 or greater (Gem) - * Redmine 2.3.x - * Rails 3.2.x (Inline with Redmine installation requirement) - * rubyzip 1.0.0 (Gem) - * UUIDTools 2.1.1 or greater (less than 2.2.0) (Gem) - * simple_enum (Gem) + + * Redmine 2.3.x or higher ### Fulltext search (optional) @@ -116,7 +111,9 @@ The DMSF file/revision id can be found in link for file/revision download from w The DMSF folder id can be found in the link when opening folders within Redmine. -You can also publish Wiki help description: In the file /public/help/wiki_syntax_detailed.html, after the document link description/definition: +You can also publish Wiki help description: + +In the file /public/help//wiki_syntax_detailed.html, after the document link description/definition:
  • @@ -133,6 +130,11 @@ You can also publish Wiki help description: In the file /public/he
+In the file /public/help//wiki_syntax.html, at the end of the Redmine links section: + + {{dmsf(83)}}Document #83 + + Setup / Upgrade --------------- @@ -141,8 +143,7 @@ Before installing ensure that the Redmine instance is stopped. 1. In case of upgrade BACKUP YOUR DATABASE first 2. Put redmine_dmsf plugin directory into plugins 3. Initialize/Update database: `rake redmine:plugins:migrate RAILS_ENV="production"` -4. The access rights must be set for web server, example: `chown -R www-data:www-data /opt/redmine/plugins/redmine_dmsf` -*Ensure that the path used in the above is adjusted for your installation* +4. The access rights must be set for web server, example: `chown -R www-data:www-data plugins/redmine_dmsf` 5. Restart web server 6. You should configure plugin via Redmine interface: Administration -> Plugins -> DMSF -> Configure 7. Assign DMSF permissions to appropriate roles @@ -193,4 +194,4 @@ Changes with tests, and full documentation are preferred. Additional Documentation ------------------------ -[CHANGELOG.md](CHANGELOG.md) - Project changelog +[CHANGELOG.md](CHANGELOG.md) - Project changelog \ No newline at end of file