Created
August 29, 2012 19:01
-
-
Save sevein/3517211 to your computer and use it in GitHub Desktop.
ICA-AtoM 1.3 package.xml - bundled by Archivematica
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8" ?> | |
| <package version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> | |
| <name>icaatom (archivematica 0.9)</name> | |
| <channel>pear.qubit-toolkit.org</channel> | |
| <summary>Open archival description system</summary> | |
| <description> | |
| ICA-AtoM is web-based archival description software that is based on International Council on Archives (ICA) standards. "AtoM" is an acronymn for "Access to Memory". ICA-AtoM is multilingual and supports multi-repository collections. | |
| </description> | |
| <lead> | |
| <name>Jack Bates</name> | |
| <user>jablko</user> | |
| <email>[email protected]</email> | |
| <active>no</active> | |
| </lead> | |
| <lead> | |
| <name>David Juhasz</name> | |
| <user>david</user> | |
| <email>[email protected]</email> | |
| <active>yes</active> | |
| </lead> | |
| <lead> | |
| <name>Jesús Garcia Crespo</name> | |
| <user>sevein</user> | |
| <email>[email protected]</email> | |
| <active>yes</active> | |
| </lead> | |
| <version> | |
| <api>1.0.0</api> | |
| </version> | |
| <license>GPL</license> | |
| <notes>-</notes> | |
| <contents> | |
| <file name="apps/qubit//*" role="php"/> | |
| <file name="config//*" role="data"/> | |
| <file name="COPYRIGHT" role="doc"/> | |
| <file name="css//*" role="data"/> | |
| <file name="data//*" role="data"/> | |
| <file name="ead.dtd" role="data"/> | |
| <file name="favicon.ico" role="data"/> | |
| <file name="images//*" role="data"/> | |
| <file name="index.php" role="php"/> | |
| <file name="js//*" role="data"/> | |
| <file name="lib//*" role="php"/> | |
| <file name="LICENSE" role="doc"/> | |
| <file name="plugins//*" role="php"/> | |
| <file name="qubit_dev.php" role="php"/> | |
| <file name="README" role="doc"/> | |
| <file name="symfony" role="script"/> | |
| <file name="test//*" role="test"/> | |
| <file name="uploads//*" role="data"/> | |
| <file name="vendor//*" role="php"/> | |
| <file name="vendor/symfony/data//*" role="data"/> | |
| </contents> | |
| <dependencies> | |
| <required> | |
| <php> | |
| <min>5.3</min> | |
| </php> | |
| <pearinstaller> | |
| <min>1.4.1</min> | |
| </pearinstaller> | |
| </required> | |
| <optional> | |
| <extension> | |
| <name>mbstring</name> | |
| </extension> | |
| </optional> | |
| </dependencies> | |
| <phprelease/> | |
| </package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment