Difference between revisions of "Releases/Release announcements/Release 1.0-beta"
From AtoM wiki
m (Fix page title and breadcrumb) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Main Page]] > [[Releases]] > [[Releases/Release announcements]] > Release 1.0-beta | + | {{#pagetitle: Release 1.0-beta}} |
+ | [[Main Page]] > [[Releases]] > [[Releases/Release announcements]] > Releases/Release announcements/Release 1.0-beta | ||
− | + | This is the initial beta release of ICA-AtoM software in the form of a demo CD distributed to delegates at the ICA 2008 congress in Kuala Lumpur (July 21st to 27th, 2008) | |
− | This is the initial beta release of ICA-AtoM software in the form of a | ||
== Features == | == Features == | ||
− | * Create, edit, and delete functions for | + | * Create, edit, and delete functions for authority records, archival institution records, hierarchical archival descriptions, and [[term]]s |
* Compliance with the following standards, | * Compliance with the following standards, | ||
** General International Standard Archival Description (ISAD(G)) - 2nd edition, 1999 | ** General International Standard Archival Description (ISAD(G)) - 2nd edition, 1999 | ||
** International Standard Archival Authority Record (Corporate bodies, Persons, Families) (ISAAR(CPF)) - 2nd edition, 2003 | ** International Standard Archival Authority Record (Corporate bodies, Persons, Families) (ISAAR(CPF)) - 2nd edition, 2003 | ||
** International Standard For Describing Institutions with Archival Holdings (ISDIAH) - 1st edition, March 2008 | ** International Standard For Describing Institutions with Archival Holdings (ISDIAH) - 1st edition, March 2008 | ||
− | * | + | * Search box supporting basic and advanced searches for archival descriptions using the [http://framework.zend.com/ Zend] framework's implementation of the the [http://lucene.apache.org/ Lucene] search engine |
− | * | + | * Browse box allowing users to browse archival descriptions by subject, name, place, media type, archival description, and archival institution |
− | * Ability to upload and view digital files. ICA-AtoM automatically creates two derivatives of the | + | * Ability to upload and view digital files. ICA-AtoM automatically creates two derivatives of the master digital object for viewing purposes: a thumbnail version and a reference display copy |
− | * Ability to assign | + | * Ability to assign archival units to physical storage locations, and to click on a physical storage location to view a list of all archival units stored at that location |
− | * | + | * User interface translated into French, Dutch, Portuguese and Spanish (supported languages) |
− | * Ability to translate database content into | + | * Ability to translate database content into supported languages |
− | * Ability to remove and restore | + | * Ability to remove and restore supported languages |
* Demonstration EAD export file | * Demonstration EAD export file | ||
Latest revision as of 12:25, 13 August 2014
Main Page > Releases > Releases/Release announcements > Releases/Release announcements/Release 1.0-beta
This is the initial beta release of ICA-AtoM software in the form of a demo CD distributed to delegates at the ICA 2008 congress in Kuala Lumpur (July 21st to 27th, 2008)
Features
- Create, edit, and delete functions for authority records, archival institution records, hierarchical archival descriptions, and terms
- Compliance with the following standards,
- General International Standard Archival Description (ISAD(G)) - 2nd edition, 1999
- International Standard Archival Authority Record (Corporate bodies, Persons, Families) (ISAAR(CPF)) - 2nd edition, 2003
- International Standard For Describing Institutions with Archival Holdings (ISDIAH) - 1st edition, March 2008
- Search box supporting basic and advanced searches for archival descriptions using the Zend framework's implementation of the the Lucene search engine
- Browse box allowing users to browse archival descriptions by subject, name, place, media type, archival description, and archival institution
- Ability to upload and view digital files. ICA-AtoM automatically creates two derivatives of the master digital object for viewing purposes: a thumbnail version and a reference display copy
- Ability to assign archival units to physical storage locations, and to click on a physical storage location to view a list of all archival units stored at that location
- User interface translated into French, Dutch, Portuguese and Spanish (supported languages)
- Ability to translate database content into supported languages
- Ability to remove and restore supported languages
- Demonstration EAD export file
ICA-AtoM comprises
- HTML pages served to a web browser from a web server. Apache is used in development but ICA-AtoM is also compatible with IIS
- A database on a database server. MySQL is used in development but ICA-AtoM uses a database abstraction layer and is therefore also compatible with Postgres, SQLite, SQLServer, Oracle, etc.
- PHP 5 software code that manages requests and responses between the web clients, the application logic and the application content stored in the database
- The symfony web framework that organizes the component parts using object orientation and best practice web design patterns
- The Qubit Open Information Management Toolkit, developed by the ICA-AtoM project and customized to make the ICA-AtoM application