Digital Archiving and Retrieval Tool server
m (CAD Data Archiving Tool Server moved to Digital Archiving and Retrieval Tool Server: Software's name has changed) |
(Added server version 1.0.0.3) |
||
| (29 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | = | + | <table style="width: 280px; border: 1px solid gray; float: right; text-align: center; padding: 10px; margin: 10px; margin-right: 0px;"><tr><td> |
| − | + | <strong>Digital Archiving and Retrieval Tool Server</strong> | |
| − | The Archiving Tool | + | [[Image:Dart-logo.png]] |
| + | |||
| + | Developers: Thomas Pack, [[Martin F. Piecyk|Martin Piecyk]] | ||
| + | |||
| + | Latest Release Version: 1.0.0.3 | ||
| + | |||
| + | Latest Release Date: 3 Mar 2008 | ||
| + | |||
| + | Operating System: Platform-Independent | ||
| + | |||
| + | License: BSD-style License | ||
| + | </td></tr></table> | ||
| + | |||
| + | The '''[[Digital Archiving and Retrieval Tool]] (DART) server''' is an open-source back-end application designed to operate with many different clients. The current version is 1.0.0.3. The back-end is written using Java Servlets while employing the PostgreSQL database for user, project, and file information. | ||
| + | |||
| + | The DART server is designed to allowed users to manage their account in the system, administrate and handle projects, and efficiently and dynamically distribute files. With a user-friendly interface, users can navigate with ease and complete desired tasks effectively. | ||
== Features == | == Features == | ||
| + | * Website and SOAP message interface | ||
* Page-by-page security | * Page-by-page security | ||
* Three level user system: Super Admin, Admin, User | * Three level user system: Super Admin, Admin, User | ||
| Line 12: | Line 28: | ||
* Interaction with client software | * Interaction with client software | ||
* View projects and file association | * View projects and file association | ||
| + | * Archive files with drag and drop and automatic archiving | ||
* Download file sets | * Download file sets | ||
* Generate a public link for publishing file sets | * Generate a public link for publishing file sets | ||
* View server logs | * View server logs | ||
| + | * Archive to multiple resources for data redundancy | ||
| + | * Simple configuration file that is written in XML | ||
| + | * Modular storage resource system | ||
| + | * Web-based client for cross-platform archiving | ||
| + | |||
| + | == Download == | ||
| + | * [https://sourceforge.net/project/downloading.php?group_id=191574&use_mirror=osdn&filename=dart-server-1.0.0.3.zip&51317412 Version 1.0.0.3] | ||
| + | * [https://sourceforge.net/project/downloading.php?group_id=191574&use_mirror=osdn&filename=dart-server-1.0.0.2.zip&46987860 Version 1.0.0.2] | ||
| + | * [https://sourceforge.net/project/downloading.php?group_id=191574&use_mirror=umn&filename=dart-server-1.0.0.1.zip&6856543 Version 1.0.0.1] | ||
| + | * [https://sourceforge.net/project/downloading.php?group_id=191574&use_mirror=superb-west&filename=server.zip&2160196 Version 1.0.0.0] | ||
| + | |||
| + | == Website User Manual == | ||
| + | The website user manual is available on [[Digital Archiving and Retrieval Tool Website User Manual|this wiki page]]. | ||
| − | == | + | == System Administrator Manual == |
| + | The system administrator manual is available on [[Digital Archiving and Retrieval Tool System Administrator Manual|this wiki page]]. | ||
Latest revision as of 14:34, 3 March 2008
|
Digital Archiving and Retrieval Tool Server Developers: Thomas Pack, Martin Piecyk Latest Release Version: 1.0.0.3 Latest Release Date: 3 Mar 2008 Operating System: Platform-Independent License: BSD-style License |
The Digital Archiving and Retrieval Tool (DART) server is an open-source back-end application designed to operate with many different clients. The current version is 1.0.0.3. The back-end is written using Java Servlets while employing the PostgreSQL database for user, project, and file information.
The DART server is designed to allowed users to manage their account in the system, administrate and handle projects, and efficiently and dynamically distribute files. With a user-friendly interface, users can navigate with ease and complete desired tasks effectively.
Contents |
Features
- Website and SOAP message interface
- Page-by-page security
- Three level user system: Super Admin, Admin, User
- Add/modify users information
- Add/modify projects
- Manage project admin, writable users, readable users
- Interaction with client software
- View projects and file association
- Archive files with drag and drop and automatic archiving
- Download file sets
- Generate a public link for publishing file sets
- View server logs
- Archive to multiple resources for data redundancy
- Simple configuration file that is written in XML
- Modular storage resource system
- Web-based client for cross-platform archiving
Download
Website User Manual
The website user manual is available on this wiki page.
System Administrator Manual
The system administrator manual is available on this wiki page.
