Cabaniss Software
From UA Libraries Digital Services Planning and Documentation
(Difference between revisions)
| Line 9: | Line 9: | ||
* Perl script to move the archival content from a mounted Windows area into a deposits directory on the Linux server, deleting the copies from the Windows side after verifying that the copy was successful: [[Image:moveCabanissContent.txt]] | * Perl script to move the archival content from a mounted Windows area into a deposits directory on the Linux server, deleting the copies from the Windows side after verifying that the copy was successful: [[Image:moveCabanissContent.txt]] | ||
* [[Image:countByBox.txt]] is a Linux Perl script for the Cabaniss project, that gives us a count by box number of how many files are in the archive, and how many live on the web. | * [[Image:countByBox.txt]] is a Linux Perl script for the Cabaniss project, that gives us a count by box number of how many files are in the archive, and how many live on the web. | ||
| + | * to test the file names prior to archiving: [[Image:testNums.txt]] | ||
More software available here: [[Scripts]] | More software available here: [[Scripts]] | ||
Revision as of 21:47, 30 July 2010
- to check filenames: Windows Perl script. Image:CabanissCheck.txt
- to make JPEGS on Windows using ImageMagick: Windows Perl script. Image:MakeJpegsWindowsVersion.txt
- to repair multiple JPEG problem created due to multiple tiffs in a tiff file: Linux Perl script. Image:RepairJpegs.txt
- Perl script to make JPEGS on the Linux server from content located on a mounted Windows area, writing the JPEGs to the server and correcting for any problems: Image:MakeCabanissJpegs.txt
- to link content into the EAD. Depends on our local implementation of persistent URLs. Linux Perl script Image:LinkContent.txt
- to generate very minimal MODS files for each item: Linux Perl script. Image:GenerateMods.txt Depends on MODS template found here Cabaniss_MODS_Template
- to distribute MODS, EAD and JPEGS into live web directories for pickup by delivery system: Linux Perl script. Image:MakeItLive.txt
- to copy the latest version of the EAD live after indexing has occurred for the new content: Image:EadLive.txt
- Perl script to move the archival content from a mounted Windows area into a deposits directory on the Linux server, deleting the copies from the Windows side after verifying that the copy was successful: Image:MoveCabanissContent.txt
- Image:CountByBox.txt is a Linux Perl script for the Cabaniss project, that gives us a count by box number of how many files are in the archive, and how many live on the web.
- to test the file names prior to archiving: Image:TestNums.txt
More software available here: Scripts
