Digital Archiving and Retrieval Tool server
(Added server version 1.0.0.3) |
|||
| (10 intermediate revisions by one user not shown) | |||
| Line 4: | Line 4: | ||
[[Image:Dart-logo.png]] | [[Image:Dart-logo.png]] | ||
| − | Developers: Thomas Pack, Martin Piecyk | + | Developers: Thomas Pack, [[Martin F. Piecyk|Martin Piecyk]] |
| − | Latest Release Version: 1.0.0. | + | Latest Release Version: 1.0.0.3 |
| − | Latest Release Date: | + | Latest Release Date: 3 Mar 2008 |
Operating System: Platform-Independent | Operating System: Platform-Independent | ||
| Line 15: | Line 15: | ||
</td></tr></table> | </td></tr></table> | ||
| − | The '''[[Digital Archiving and Retrieval Tool]] (DART) server''' is an open-source back-end application designed to operate with | + | 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. | 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. | ||
| Line 28: | 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 | ||
| Line 34: | Line 35: | ||
* Simple configuration file that is written in XML | * Simple configuration file that is written in XML | ||
* Modular storage resource system | * Modular storage resource system | ||
| + | * Web-based client for cross-platform archiving | ||
== Download == | == 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 == | == Website User Manual == | ||
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.
