Digital Archiving and Retrieval Tool desktop client
(Added version 1.0.0.3) |
|||
| (8 intermediate revisions by one user 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> | <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 Client</strong> | + | <strong>Digital Archiving and Retrieval Tool Desktop Client</strong> |
[[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: Windows 2000/XP/Vista | Operating System: Windows 2000/XP/Vista | ||
| Line 15: | Line 15: | ||
</td></tr></table> | </td></tr></table> | ||
| − | The '''Digital Archiving and Retrieval Tool (DART) client''' is an open-source client application with the purpose of automatically versioning and archiving files and metadata by communicating with the [[Digital Archiving and Retrieval Tool server|DART server]]. The current version is 1.0.0. | + | The '''[[Digital Archiving and Retrieval Tool]] (DART) desktop client''' is an open-source client application with the purpose of automatically versioning and archiving files and metadata by communicating with the [[Digital Archiving and Retrieval Tool server|DART server]]. The current version is 1.0.0.3. Employing a version control system, the DART desktop client offers an alternative to popular revision control applications such as [http://en.wikipedia.org/wiki/Subversion_%28software%29 Subversion] and [http://en.wikipedia.org/wiki/Concurrent_Versions_System CVS]. |
== Motivation == | == Motivation == | ||
| − | The design processes of mechanical engineering projects are often not captured when engineers are working on a project. Hence, this application aims to capture the design process in the least | + | The design processes of mechanical engineering projects are often not captured when engineers are working on a project. Hence, this application aims to capture the design process in the least obtrusive ways possible by automatically archiving CAD and other relevant files of a team of engineers to a version control system. |
== Download == | == Download == | ||
| − | [ | + | * [https://sourceforge.net/project/downloading.php?group_id=191574&use_mirror=osdn&filename=dart-client-1.0.0.3.zip&96918194 Version 1.0.0.3] |
| + | * [https://sourceforge.net/project/downloading.php?group_id=191574&use_mirror=osdn&filename=dart-client-1.0.0.2.zip&26182357 Version 1.0.0.2] | ||
| + | * [https://sourceforge.net/project/downloading.php?group_id=191574&use_mirror=osdn&filename=dart-client-1.0.0.1.zip&2242392 Version 1.0.0.1] | ||
| + | * [https://sourceforge.net/project/downloading.php?group_id=191574&use_mirror=superb-east&filename=install.zip&21546022 Version 1.0.0.0] | ||
== Implementation == | == Implementation == | ||
| − | The DART client is written with the .NET Framework in the C# programming language and the Windows API. The installer uses the [http://nsis.sourceforge.net/ Nullsoft Scriptable Install System] | + | The DART desktop client is written with the .NET Framework in the C# programming language and the Windows API. The installer uses the [http://nsis.sourceforge.net/ Nullsoft Scriptable Install System]. |
== Repository Access == | == Repository Access == | ||
Latest revision as of 14:32, 3 March 2008
|
Digital Archiving and Retrieval Tool Desktop Client Developers: Thomas Pack, Martin Piecyk Latest Release Version: 1.0.0.3 Latest Release Date: 3 Mar 2008 Operating System: Windows 2000/XP/Vista License: BSD-style License |
The Digital Archiving and Retrieval Tool (DART) desktop client is an open-source client application with the purpose of automatically versioning and archiving files and metadata by communicating with the DART server. The current version is 1.0.0.3. Employing a version control system, the DART desktop client offers an alternative to popular revision control applications such as Subversion and CVS.
Contents |
Motivation
The design processes of mechanical engineering projects are often not captured when engineers are working on a project. Hence, this application aims to capture the design process in the least obtrusive ways possible by automatically archiving CAD and other relevant files of a team of engineers to a version control system.
Download
Implementation
The DART desktop client is written with the .NET Framework in the C# programming language and the Windows API. The installer uses the Nullsoft Scriptable Install System.
Repository Access
Utilizing Java servlets as the core functionality of the back-end, the DART server allows for the stored file versions to be downloaded and viewed with a web browser.
User Manual
The client user manual is available inside the download from the link above and on this wiki page.
