libis-format 0.9.5-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (207) hide show
  1. checksums.yaml +7 -0
  2. data/.coveralls.yml +2 -0
  3. data/.gitignore +18 -0
  4. data/.travis.yml +41 -0
  5. data/Gemfile +5 -0
  6. data/LICENSE.txt +22 -0
  7. data/README.md +39 -0
  8. data/Rakefile +8 -0
  9. data/bin/droid +15 -0
  10. data/bin/fido +12 -0
  11. data/bin/pdf_copy +13 -0
  12. data/data/ISOcoated_v2_eci.icc +0 -0
  13. data/data/PDFA_def.ps +40 -0
  14. data/data/ead.xsd +2728 -0
  15. data/data/eciRGB_v2.icc +0 -0
  16. data/data/lias_formats.xml +106 -0
  17. data/data/types.yml +217 -0
  18. data/lib/libis/format/config.rb +35 -0
  19. data/lib/libis/format/converter/base.rb +101 -0
  20. data/lib/libis/format/converter/chain.rb +167 -0
  21. data/lib/libis/format/converter/image_converter.rb +214 -0
  22. data/lib/libis/format/converter/office_converter.rb +50 -0
  23. data/lib/libis/format/converter/pdf_converter.rb +139 -0
  24. data/lib/libis/format/converter/repository.rb +98 -0
  25. data/lib/libis/format/converter.rb +11 -0
  26. data/lib/libis/format/droid.rb +45 -0
  27. data/lib/libis/format/fido.rb +102 -0
  28. data/lib/libis/format/identifier.rb +189 -0
  29. data/lib/libis/format/office_to_pdf.rb +52 -0
  30. data/lib/libis/format/pdf_copy.rb +40 -0
  31. data/lib/libis/format/pdf_merge.rb +41 -0
  32. data/lib/libis/format/pdf_split.rb +39 -0
  33. data/lib/libis/format/pdf_to_pdfa.rb +76 -0
  34. data/lib/libis/format/pdfa_validator.rb +61 -0
  35. data/lib/libis/format/type_database.rb +170 -0
  36. data/lib/libis/format/version.rb +5 -0
  37. data/lib/libis/format.rb +23 -0
  38. data/lib/libis-format.rb +1 -0
  39. data/libis-format.gemspec +34 -0
  40. data/spec/converter_spec.rb +212 -0
  41. data/spec/data/Cevennes2.bmp +0 -0
  42. data/spec/data/Cevennes2.jp2 +0 -0
  43. data/spec/data/Cevennes2.ppm +22492 -0
  44. data/spec/data/test-ead.xml +392 -0
  45. data/spec/data/test-jpg.tif +0 -0
  46. data/spec/data/test-lzw.tif +0 -0
  47. data/spec/data/test-options.jpg +0 -0
  48. data/spec/data/test.bmp +0 -0
  49. data/spec/data/test.doc +0 -0
  50. data/spec/data/test.docx +0 -0
  51. data/spec/data/test.gif +0 -0
  52. data/spec/data/test.jpg +0 -0
  53. data/spec/data/test.ods +0 -0
  54. data/spec/data/test.odt +0 -0
  55. data/spec/data/test.pdf +0 -0
  56. data/spec/data/test.pdf.tif +0 -0
  57. data/spec/data/test.png +0 -0
  58. data/spec/data/test.ps +8631 -0
  59. data/spec/data/test.psd +0 -0
  60. data/spec/data/test.rtf +1455 -0
  61. data/spec/data/test.tif +0 -0
  62. data/spec/data/test.txt +12 -0
  63. data/spec/data/test.xcf +0 -0
  64. data/spec/data/test.xls +0 -0
  65. data/spec/data/test.xlsx +0 -0
  66. data/spec/data/test.xml +4 -0
  67. data/spec/data/test_pdfa.pdf +0 -0
  68. data/spec/identifier_spec.rb +60 -0
  69. data/spec/spec_helper.rb +9 -0
  70. data/spec/test_types.yml +12 -0
  71. data/spec/type_database_spec.rb +140 -0
  72. data/tools/PdfTool.jar +0 -0
  73. data/tools/bcpkix-jdk15on-1.49.jar +0 -0
  74. data/tools/bcprov-jdk15on-1.49.jar +0 -0
  75. data/tools/droid/DROID_SignatureFile_V82.xml +32681 -0
  76. data/tools/droid/container-signature-20150307.xml +2235 -0
  77. data/tools/droid/droid-command-line-6.1.5.jar +0 -0
  78. data/tools/droid/droid.bat +154 -0
  79. data/tools/droid/droid.sh +138 -0
  80. data/tools/droid/lib/XmlSchema-1.4.7.jar +0 -0
  81. data/tools/droid/lib/activation-1.1.jar +0 -0
  82. data/tools/droid/lib/antlr-2.7.7.jar +0 -0
  83. data/tools/droid/lib/antlr-3.2.jar +0 -0
  84. data/tools/droid/lib/antlr-runtime-3.2.jar +0 -0
  85. data/tools/droid/lib/aopalliance-1.0.jar +0 -0
  86. data/tools/droid/lib/asm-2.2.3.jar +0 -0
  87. data/tools/droid/lib/aspectjrt-1.7.2.jar +0 -0
  88. data/tools/droid/lib/aspectjweaver-1.7.2.jar +0 -0
  89. data/tools/droid/lib/bcmail-jdk14-138.jar +0 -0
  90. data/tools/droid/lib/bcprov-jdk14-138.jar +0 -0
  91. data/tools/droid/lib/beansbinding-1.2.1.jar +0 -0
  92. data/tools/droid/lib/byteseek-1.1.1.jar +0 -0
  93. data/tools/droid/lib/cglib-nodep-2.2.2.jar +0 -0
  94. data/tools/droid/lib/classmate-1.0.0.jar +0 -0
  95. data/tools/droid/lib/commons-cli-1.2.jar +0 -0
  96. data/tools/droid/lib/commons-codec-1.4.jar +0 -0
  97. data/tools/droid/lib/commons-collections-3.2.1.jar +0 -0
  98. data/tools/droid/lib/commons-compress-1.4.1.jar +0 -0
  99. data/tools/droid/lib/commons-configuration-1.8.jar +0 -0
  100. data/tools/droid/lib/commons-dbcp-1.4.jar +0 -0
  101. data/tools/droid/lib/commons-httpclient-3.1.jar +0 -0
  102. data/tools/droid/lib/commons-io-2.4.jar +0 -0
  103. data/tools/droid/lib/commons-lang-2.6.jar +0 -0
  104. data/tools/droid/lib/commons-logging-1.1.1.jar +0 -0
  105. data/tools/droid/lib/commons-pool-1.5.4.jar +0 -0
  106. data/tools/droid/lib/cxf-api-2.2.12.jar +0 -0
  107. data/tools/droid/lib/cxf-common-schemas-2.2.12.jar +0 -0
  108. data/tools/droid/lib/cxf-common-utilities-2.2.12.jar +0 -0
  109. data/tools/droid/lib/cxf-rt-bindings-http-2.2.12.jar +0 -0
  110. data/tools/droid/lib/cxf-rt-bindings-soap-2.2.12.jar +0 -0
  111. data/tools/droid/lib/cxf-rt-bindings-xml-2.2.12.jar +0 -0
  112. data/tools/droid/lib/cxf-rt-core-2.2.12.jar +0 -0
  113. data/tools/droid/lib/cxf-rt-databinding-jaxb-2.2.12.jar +0 -0
  114. data/tools/droid/lib/cxf-rt-frontend-jaxws-2.2.12.jar +0 -0
  115. data/tools/droid/lib/cxf-rt-frontend-simple-2.2.12.jar +0 -0
  116. data/tools/droid/lib/cxf-rt-transports-http-2.2.12.jar +0 -0
  117. data/tools/droid/lib/cxf-rt-ws-addr-2.2.12.jar +0 -0
  118. data/tools/droid/lib/cxf-tools-common-2.2.12.jar +0 -0
  119. data/tools/droid/lib/de.huxhorn.lilith.3rdparty.flyingsaucer.core-renderer-8RC1.jar +0 -0
  120. data/tools/droid/lib/derby-10.10.2.0.jar +0 -0
  121. data/tools/droid/lib/dom4j-1.6.1.jar +0 -0
  122. data/tools/droid/lib/droid-container-6.1.5.jar +0 -0
  123. data/tools/droid/lib/droid-core-6.1.5.jar +0 -0
  124. data/tools/droid/lib/droid-core-interfaces-6.1.5.jar +0 -0
  125. data/tools/droid/lib/droid-export-6.1.5.jar +0 -0
  126. data/tools/droid/lib/droid-export-interfaces-6.1.5.jar +0 -0
  127. data/tools/droid/lib/droid-help-6.1.5.jar +0 -0
  128. data/tools/droid/lib/droid-report-6.1.5.jar +0 -0
  129. data/tools/droid/lib/droid-report-interfaces-6.1.5.jar +0 -0
  130. data/tools/droid/lib/droid-results-6.1.5.jar +0 -0
  131. data/tools/droid/lib/ejb3-persistence-1.0.2.GA.jar +0 -0
  132. data/tools/droid/lib/geronimo-activation_1.1_spec-1.0.2.jar +0 -0
  133. data/tools/droid/lib/geronimo-annotation_1.0_spec-1.1.1.jar +0 -0
  134. data/tools/droid/lib/geronimo-javamail_1.4_spec-1.6.jar +0 -0
  135. data/tools/droid/lib/geronimo-jaxws_2.1_spec-1.0.jar +0 -0
  136. data/tools/droid/lib/geronimo-stax-api_1.0_spec-1.0.1.jar +0 -0
  137. data/tools/droid/lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar +0 -0
  138. data/tools/droid/lib/hibernate-commons-annotations-4.0.4.Final.jar +0 -0
  139. data/tools/droid/lib/hibernate-core-4.3.5.Final.jar +0 -0
  140. data/tools/droid/lib/hibernate-entitymanager-4.3.5.Final.jar +0 -0
  141. data/tools/droid/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar +0 -0
  142. data/tools/droid/lib/hibernate-validator-5.1.0.Final.jar +0 -0
  143. data/tools/droid/lib/itext-2.0.8.jar +0 -0
  144. data/tools/droid/lib/jandex-1.1.0.Final.jar +0 -0
  145. data/tools/droid/lib/javahelp-2.0.05.jar +0 -0
  146. data/tools/droid/lib/javassist-3.18.1-GA.jar +0 -0
  147. data/tools/droid/lib/jaxb-api-2.1.jar +0 -0
  148. data/tools/droid/lib/jaxb-impl-2.1.13.jar +0 -0
  149. data/tools/droid/lib/jboss-logging-3.1.3.GA.jar +0 -0
  150. data/tools/droid/lib/jboss-logging-annotations-1.2.0.Beta1.jar +0 -0
  151. data/tools/droid/lib/jboss-transaction-api_1.2_spec-1.0.0.Final.jar +0 -0
  152. data/tools/droid/lib/joda-time-1.6.2.jar +0 -0
  153. data/tools/droid/lib/jra-1.0-alpha-4.jar +0 -0
  154. data/tools/droid/lib/jta-1.1.jar +0 -0
  155. data/tools/droid/lib/log4j-1.2.13.jar +0 -0
  156. data/tools/droid/lib/neethi-2.0.4.jar +0 -0
  157. data/tools/droid/lib/opencsv-2.3.jar +0 -0
  158. data/tools/droid/lib/org-netbeans-swing-outline-7.2.jar +0 -0
  159. data/tools/droid/lib/org-openide-util-7.2.jar +0 -0
  160. data/tools/droid/lib/org-openide-util-lookup-7.2.jar +0 -0
  161. data/tools/droid/lib/poi-3.7.jar +0 -0
  162. data/tools/droid/lib/saaj-api-1.3.jar +0 -0
  163. data/tools/droid/lib/saaj-impl-1.3.2.jar +0 -0
  164. data/tools/droid/lib/slf4j-api-1.4.2.jar +0 -0
  165. data/tools/droid/lib/slf4j-log4j12-1.4.2.jar +0 -0
  166. data/tools/droid/lib/spring-aop-4.0.3.RELEASE.jar +0 -0
  167. data/tools/droid/lib/spring-beans-4.0.3.RELEASE.jar +0 -0
  168. data/tools/droid/lib/spring-context-4.0.3.RELEASE.jar +0 -0
  169. data/tools/droid/lib/spring-core-4.0.3.RELEASE.jar +0 -0
  170. data/tools/droid/lib/spring-expression-4.0.3.RELEASE.jar +0 -0
  171. data/tools/droid/lib/spring-jdbc-4.0.3.RELEASE.jar +0 -0
  172. data/tools/droid/lib/spring-orm-4.0.3.RELEASE.jar +0 -0
  173. data/tools/droid/lib/spring-tx-4.0.3.RELEASE.jar +0 -0
  174. data/tools/droid/lib/spring-web-2.5.6.jar +0 -0
  175. data/tools/droid/lib/stax-api-1.0-2.jar +0 -0
  176. data/tools/droid/lib/stringtemplate-3.2.jar +0 -0
  177. data/tools/droid/lib/truezip-6.8.4.jar +0 -0
  178. data/tools/droid/lib/validation-api-1.1.0.Final.jar +0 -0
  179. data/tools/droid/lib/wsdl4j-1.6.2.jar +0 -0
  180. data/tools/droid/lib/wstx-asl-3.2.9.jar +0 -0
  181. data/tools/droid/lib/xercesImpl-2.9.1.jar +0 -0
  182. data/tools/droid/lib/xml-apis-1.3.04.jar +0 -0
  183. data/tools/droid/lib/xml-resolver-1.2.jar +0 -0
  184. data/tools/droid/lib/xz-1.0.jar +0 -0
  185. data/tools/fido/__init__.py +0 -0
  186. data/tools/fido/argparselocal.py +2355 -0
  187. data/tools/fido/conf/DROID_SignatureFile-v81.xml +2 -0
  188. data/tools/fido/conf/container-signature-20150307.xml +2238 -0
  189. data/tools/fido/conf/dc.xsd +119 -0
  190. data/tools/fido/conf/dcmitype.xsd +53 -0
  191. data/tools/fido/conf/dcterms.xsd +383 -0
  192. data/tools/fido/conf/fido-formats.xsd +173 -0
  193. data/tools/fido/conf/format_extension_template.xml +105 -0
  194. data/tools/fido/conf/format_extensions.xml +498 -0
  195. data/tools/fido/conf/formats-v81.xml +38355 -0
  196. data/tools/fido/conf/pronom-xml-v81.zip +0 -0
  197. data/tools/fido/conf/versions.xml +8 -0
  198. data/tools/fido/fido.bat +4 -0
  199. data/tools/fido/fido.py +854 -0
  200. data/tools/fido/fido.sh +5 -0
  201. data/tools/fido/prepare.py +616 -0
  202. data/tools/fido/pronomutils.py +115 -0
  203. data/tools/fido/toxml.py +52 -0
  204. data/tools/fido/update_signatures.py +171 -0
  205. data/tools/pdfbox/pdfbox-app-1.8.10.jar +0 -0
  206. data/tools/pdfbox/preflight-app-1.8.10.jar +0 -0
  207. metadata +396 -0
@@ -0,0 +1,392 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <ead xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation="urn:isbn:1-931666-22-9 ../../data/ead.xsd" xmlns="urn:isbn:1-931666-22-9">
4
+ <eadheader countryencoding="iso3166-1" repositoryencoding="iso15511" langencoding="iso639-2b"
5
+ relatedencoding="marc">
6
+ <eadid countrycode="US" mainagencycode="mnhi-1">terr06</eadid>
7
+ <filedesc>
8
+ <titlestmt>
9
+ <titleproper>MINNESOTA TERRITORIAL ARCHIVES. Territorial Governor:
10
+ </titleproper>
11
+ <subtitle> An Inventory of Territorial Governor Willis A. Gorman</subtitle>
12
+ <author>Finding aid prepared by Lydia Lucas.</author>
13
+ </titlestmt>
14
+ </filedesc>
15
+ <profiledesc>
16
+ <creation>Finding aid encoded by Lyda Morehouse,
17
+ <date>July 17, 2002.</date></creation>
18
+ </profiledesc>
19
+ </eadheader>
20
+ <archdesc level="series">
21
+ <did id="a1">
22
+ <head>OVERVIEW OF THE RECORDS</head>
23
+ <repository label="Repository:">Minnesota Historical Society</repository>
24
+ <origination label="Creator:">Agency:Minnesota. Governor (1853-1857 : Gorman).
25
+ </origination>
26
+ <unittitle label="Title:">Series Records of territorial governor Willis A. Gorman,
27
+ </unittitle>
28
+ <unitdate label="Date:">1852-1857.</unitdate>
29
+ <abstract label="Abstract:">Subject files, correspondence, appointments, pardon
30
+ records, reports from territorial officers, requests for return of fugitives, and
31
+ miscellany.</abstract>
32
+ <physdesc label="Quantity:">0.75 cu. ft. (23 folders in 2 partial boxes).
33
+ </physdesc>
34
+ <physloc label="Location:">See Detailed Description section for box locations.
35
+ </physloc>
36
+ </did>
37
+
38
+ <bioghist>
39
+ <head id="a2">BIOGRAPHICAL SKETCH OF GOVERNOR WILLIS A. GORMAN</head>
40
+ <p>Willis Arnold Gorman was born in Kentucky on January 12, 1816. His early career was
41
+ as a lawyer and state legislator (Democrat) in Indiana. During the Mexican War he raised and
42
+ commanded an Indiana rifle battalion and an infantry regiment, and subsequently was elected
43
+ to two terms in the U.S. Congress. President Franklin Pierce appointed him Governor of
44
+ Minnesota in May 13, 1853, and he served in that office until 1857. He was subsequently a
45
+ delegate to the state constitutional convention (1857) and was elected to the first state
46
+ legislature (1858).</p>
47
+ <p>At the outset of the Civil War he commanded the First Minnesota Infantry Volunteers
48
+ (April-October, 1861) until his promotion to brigadier general. Following his discharge from
49
+ military service in 1864, he practiced law in St. Paul in partnership with Cushman K. Davis.
50
+ In 1869 he was appointed St. Paul city attorney, and held that office until his death on May
51
+ 20, 1876.</p>
52
+ <p>Sources: <emph render="italic">Minnesota Biographies</emph>, pp. 267-
53
+ 268; <emph render="italic">Minnesota in the Civil and Indian Wars</emph>, Vol.
54
+ I, p. 14; William Watts Folwell, <emph render="italic">A History of Minnesota
55
+ </emph> (St. Paul, rev. 1956), Vol. I, pp. 377-383; Theodore C. Blegen, <emph
56
+ render=
57
+ "italic">Minnesota, A History of the State</emph> (1963), pp. 171, 240-242,
58
+ 293.</p>
59
+ </bioghist>
60
+ <scopecontent>
61
+ <head id="a3">SCOPE AND CONTENTS OF THE RECORDS</head>
62
+ <p>Subject files and correspondence of territorial governor Gorman. A large proportion
63
+ relate to territorial officers' appointments and commissions. Letters received and sent
64
+ address the following topics: concerns of federal civilian agencies, military and Indian
65
+ affairs in general, the 1855 treaty with the Winnebago Indians, land sales, the Minnesota
66
+ and Northwestern Railroad Company, and other territorial affairs. Also present are a
67
+ legislative diary (Jan. 27-March 6, 1857), pardon records, petitions regarding local
68
+ government organization, reports from territorial officers, and requests from other states
69
+ for return of fugitives.</p>
70
+ <p>Gorman's governorship spanned a period of both tangible and speculative growth in
71
+ the state's infrastructure and economy, with numerous railroads, educational institutions,
72
+ and corporations being chartered, new counties established, new towns incorporated, and
73
+ several Indian treaties ratified. The surviving records contain only sketchy information on
74
+ these developments, and do not appear to contain any significant documentation on an
75
+ abortive 1857 scheme to remove the state capital from St. Paul to St. Peter.</p>
76
+ </scopecontent>
77
+ <arrangement>
78
+ <head id="a4">ARRANGEMENT OF THE RECORDS</head>
79
+ <p>Arranged alphabetically by topic; thereunder chronologically within each
80
+ folder.</p>
81
+ </arrangement>
82
+
83
+ <controlaccess>
84
+ <head id="a7">INDEX TERMS</head>
85
+ <p> <emph render="italic">This collection is indexed under the following
86
+ headings in the catalog of the Minnesota Historical Society. Researchers desiring materials
87
+ about related topics, persons or places should search the catalog using these headings.
88
+ </emph></p>
89
+ <controlaccess>
90
+ <head>Topics:</head>
91
+ <subject>Civil-military relations--Minnesota.</subject>
92
+ <subject>Extraditions--Minnesota.</subject>
93
+ <subject>Federal government--Minnesota.</subject>
94
+ <subject>Indians of North America—Government relations--1789-1869.</subject>
95
+ <subject>Land titles--Minnesota--Registration and transfer.</subject>
96
+ <subject>Pardons--Minnesota.</subject>
97
+ <subject>Winnebago Indians--Treaties.</subject>
98
+ </controlaccess>
99
+ <controlaccess>
100
+ <head>Places:</head>
101
+ <geogname>Minnesota--Officials and employees--Selection and appointment.
102
+ </geogname>
103
+ <geogname>Minnesota--Politics and government--1849-1858.</geogname>
104
+ </controlaccess>
105
+ <controlaccess>
106
+ <head>Persons:</head>
107
+ <persname>Gorman, Willis Arnold, 1816-1876.</persname>
108
+ </controlaccess>
109
+ <controlaccess>
110
+ <head>Organizations:</head>
111
+ <corpname>Minnesota Territory.</corpname>
112
+ </controlaccess>
113
+ <controlaccess>
114
+ <head>Types of Documents:</head>
115
+ <genreform>Diaries--Minnesota.</genreform>
116
+ <genreform>Petitions--Minnesota.</genreform>
117
+ <genreform>Proclamations--Minnesota.</genreform>
118
+ <genreform>Territorial records--Minnesota.</genreform>
119
+ </controlaccess>
120
+ </controlaccess>
121
+ <prefercite>
122
+ <head>Preferred Citation:</head>
123
+ <p><emph render="italic">[Indicate the cited volume and page or item and folder
124
+ title here].</emph> Minnesota Territorial Archives. Records of territorial governor Willis
125
+ Gorman. Minnesota Historical Society. State Archives.</p>
126
+ <p><emph render="italic">See the Chicago Manual of Style for additional
127
+ examples.</emph></p>
128
+ </prefercite>
129
+ <acqinfo>
130
+ <head>Accession Information:</head>
131
+ <p>Accession number(s): none; 2001-46</p>
132
+ </acqinfo>
133
+ <processinfo>
134
+ <head>Processing Information:</head>
135
+ <p>PALS ID No.: 0800011304</p>
136
+ <p>RLIN ID No.: MNHV90-A1172</p>
137
+ </processinfo>
138
+ <dsc type="combined" id="fruin" audience="external">
139
+ <head id="a9">DETAILED DESCRIPTION OF THE RECORDS</head>
140
+ <p id="MHSLoc"> <emph render="italic">Note to Researchers: To request materials,
141
+ please note both the location and box numbers shown below.</emph></p>
142
+ <c01>
143
+ <did>
144
+ <physloc>115.I.19.8F</physloc> <container>[1]</container>
145
+ <unittitle>Appointments: Commission of Deeds, </unittitle>
146
+ <unitdate>1853-1857. </unitdate>
147
+ <physdesc>1 folder.</physdesc>
148
+ </did>
149
+ <scopecontent>
150
+ <p>For each individual, may include any of the following: application, petition,
151
+ recommendations, letter of resignation.</p>
152
+ </scopecontent>
153
+ </c01>
154
+ <c01>
155
+ <did>
156
+ <unittitle>Appointments: Counties, </unittitle>
157
+ <unitdate>1853-1857. </unitdate>
158
+ <physdesc>1 folder.</physdesc>
159
+ </did>
160
+ <scopecontent>
161
+ <p>For each individual, may include any of the following: application, petition,
162
+ recommendations, letter of resignation. Arranged alphabetically by county.</p>
163
+ </scopecontent>
164
+ </c01>
165
+ <c01>
166
+ <did>
167
+ <unittitle>Appointments: Notary Public, </unittitle>
168
+ <unitdate>undated and 1853-1857. </unitdate>
169
+ <physdesc>4 folders. </physdesc>
170
+ </did>
171
+ <scopecontent>
172
+ <p>For each individual, may include any of the following: application, petition,
173
+ recommendations, letter of resignation.</p>
174
+ </scopecontent>
175
+ </c01>
176
+
177
+ <c01>
178
+ <did>
179
+ <unittitle>Appointments: Territorial Offices, </unittitle>
180
+ <unitdate>1853-1857. </unitdate>
181
+ </did>
182
+ <scopecontent>
183
+ <p>May include any of the following: application, petition, recommendations, letter of
184
+ resignation, for commissioner of emigration, librarian, superintendent of common schools,
185
+ auditor, treasurer, building commissioner, supreme court reporter, militia, and land
186
+ office.</p>
187
+ </scopecontent>
188
+ </c01>
189
+ <c01>
190
+ <did>
191
+ <unittitle>Commissions, </unittitle>
192
+ <unitdate>1855-1857. </unitdate>
193
+ <physdesc>5 items.</physdesc>
194
+ </did>
195
+ <scopecontent>
196
+ <p>For notary public, justice of the peace, and building commissioner.</p>
197
+ </scopecontent>
198
+ </c01>
199
+ <c01>
200
+ <did>
201
+ <unittitle>Document Transmittals, Receipts, and Requests, </unittitle>
202
+ <unitdate>1853-1857. </unitdate>
203
+ <physdesc>1 folder. </physdesc>
204
+ </did>
205
+ </c01>
206
+
207
+ <c01>
208
+ <did>
209
+ <unittitle>Legislative Diary, 1</unittitle>
210
+ <unitdate>1857. </unitdate>
211
+ <physdesc>1 volume </physdesc>
212
+ </did>
213
+ <scopecontent>
214
+ <p>Fragmentary entries, January 27 - March 6, showing numbers and titles of bills.
215
+ </p>
216
+ </scopecontent>
217
+ </c01>
218
+
219
+ <c01>
220
+ <did>
221
+ <unittitle>Letters Received: Federal Civilian Agencies, 18</unittitle>
222
+ <unitdate>1853-1857. </unitdate>
223
+ <physdesc>1 folder. </physdesc>
224
+ </did>
225
+ <scopecontent>
226
+ <p>Letters and circulars from federal civilian agencies, including the General Land
227
+ Office, the Post Office Department, and the Treasury Department.</p>
228
+ </scopecontent>
229
+ </c01>
230
+
231
+ <c01>
232
+ <did>
233
+ <physloc>115.I.19.8F</physloc> <container>[1]</container>
234
+ <unittitle>Letters Received: Indian and Military Affairs, </unittitle>
235
+ <unitdate>1853-1857. </unitdate>
236
+ <physdesc>1 folder. </physdesc>
237
+ </did>
238
+ <scopecontent>
239
+ <p>Letters, reports, and orders relating to Indian and military affairs, from the
240
+ commanding officers at Fort Snelling and Fort Ridgely; from legislative district
241
+ representatives about the Winnebago treaty, with a copy of Governor Gorman's reply (January
242
+ 1854); and petitions and requests for defense against the Indians.</p>
243
+ <p>Includes a letter written by Henry B. Smythe on behalf of the Winnebago Indians (8
244
+ Jan. 1856) requesting the transfer of $806 from tribal funds to the superintendent of the
245
+ Winnebago School. It may refer to funds available to the tribe under the 1855 U.S. Treaty
246
+ with the Winnebago; it is signed by many of the Winnebago signatories to that treaty.
247
+ </p>
248
+ </scopecontent>
249
+ </c01>
250
+ <c01>
251
+ <did>
252
+ <unittitle>Letters Received: Land Sales, </unittitle>
253
+ <unitdate>1853-1857. </unitdate>
254
+ <physdesc>9 items.</physdesc>
255
+ </did>
256
+ <scopecontent>
257
+ <p>Letters about land sales and occupancy.</p>
258
+ </scopecontent>
259
+ </c01>
260
+
261
+ <c01>
262
+ <did>
263
+ <unittitle>Letters Received: Other Territorial Affairs, </unittitle>
264
+ <unitdate>1853-1857. </unitdate>
265
+ <physdesc>16 items.</physdesc>
266
+ </did>
267
+ <scopecontent>
268
+ <p>Letters from Senator Henry M. Rice and others about a variety of territorial
269
+ affairs.</p>
270
+ </scopecontent>
271
+ </c01>
272
+ <c01>
273
+ <did>
274
+ <physloc>115.I.19.9B</physloc> <container>[2]</container>
275
+ <unittitle>Pardon Records, </unittitle>
276
+ <unitdate>1852-1857. </unitdate>
277
+ <physdesc>21 items.</physdesc>
278
+ </did>
279
+ <scopecontent>
280
+ <p>Requests and petitions for pardons and commutations; governor's pardon; orders for
281
+ release and related court records; letters for persons convicted and sentenced for various
282
+ offenses, including murder, assault with intent to kill, assault and battery, simple
283
+ assault, and resisting an officer; and letters asking for the release of an Indian
284
+ hostage.</p>
285
+ </scopecontent>
286
+ </c01>
287
+ <c01>
288
+ <did>
289
+ <unittitle>Petitions, </unittitle>
290
+ <unitdate>1853-1855. </unitdate>
291
+ <physdesc>10 items.</physdesc>
292
+ </did>
293
+ <scopecontent>
294
+ <p>Various requests and petitions for the establishment of election precincts in
295
+ Portsmouth and the Sioux Agency, for the organization of local governments in Rice County
296
+ and Steele County, for a town organization in Bangor, for a vigilance committee to suppress
297
+ liquor traffic at Traverse des Sioux, and for a certification of election districts in
298
+ Carver County.</p>
299
+ </scopecontent>
300
+ </c01>
301
+
302
+ <c01>
303
+ <did>
304
+ <unittitle>Proclamations, </unittitle>
305
+ <unitdate>1854-1855. </unitdate>
306
+ <physdesc>2 items.</physdesc>
307
+ </did>
308
+ <scopecontent>
309
+ <p>Designating November 21, 1854, and November 20, 1855 as days of Thanksgiving.
310
+ </p>
311
+ </scopecontent>
312
+ </c01>
313
+ <c01>
314
+ <did>
315
+ <unittitle>Records Relating to the Minnesota and Northwestern Railroad Company,
316
+ </unittitle>
317
+ <unitdate>1854-1856. </unitdate>
318
+ <physdesc>31 items.</physdesc>
319
+ </did>
320
+ <scopecontent>
321
+ <p>Bills, correspondence, and reports dealing with its incorporation and with the
322
+ political maneuverings surrounding its proposed land grant.</p>
323
+ </scopecontent>
324
+ </c01>
325
+ <c01>
326
+ <did>
327
+ <physloc>115.I.19.9B</physloc> <container>[2]</container>
328
+ <unittitle>Reports: Board of Inspectors of the Territorial Prison, </unittitle>
329
+ <unitdate>1853-1856. </unitdate>
330
+ <physdesc>1 folder. </physdesc>
331
+ </did>
332
+ <scopecontent>
333
+ <p>Reports that include activities of the board and minutes of board meetings.
334
+ </p>
335
+ </scopecontent>
336
+ </c01>
337
+ <c01>
338
+ <did>
339
+ <unittitle>Reports: Commissioner of Emigration, </unittitle>
340
+ <unitdate>1854-1857. </unitdate>
341
+ <physdesc>1 folder. </physdesc>
342
+ </did>
343
+ <scopecontent>
344
+ <p>Reports of activities, and financial reports including lists of expenditures and
345
+ various receipts.</p>
346
+ </scopecontent>
347
+ </c01>
348
+
349
+ <c01>
350
+ <did>
351
+ <unittitle>Reports: Other Territorial Officers, </unittitle>
352
+ <unitdate>1853-1855. </unitdate>
353
+ <physdesc>7 items.</physdesc>
354
+ </did>
355
+ <c02>
356
+ <did>
357
+ <unittitle>- Agent to select university lands (December 12, 1855).
358
+ </unittitle>
359
+ </did>
360
+ </c02>
361
+ <c02>
362
+ <did>
363
+ <unittitle>- Commissioner for the Crystal Palace Exhibition (1853, 1854).
364
+ </unittitle>
365
+ </did>
366
+ </c02>
367
+ <c02>
368
+ <did>
369
+ <unittitle>- Superintendent of common schools (December 25, 1854).
370
+ </unittitle>
371
+ </did>
372
+ </c02>
373
+ <c02>
374
+ <did>
375
+ <unittitle>- Territorial auditor (December 30, 1854; December 26, 1855).
376
+ </unittitle>
377
+ </did>
378
+ </c02>
379
+ </c01>
380
+ <c01>
381
+ <did>
382
+ <unittitle>Requests for Return of Fugitives, </unittitle>
383
+ <unitdate>1854-1857. </unitdate>
384
+ <physdesc>2 folders. </physdesc>
385
+ </did>
386
+ <scopecontent>
387
+ <p>Both to and from various states.</p>
388
+ </scopecontent>
389
+ </c01>
390
+ </dsc>
391
+ </archdesc>
392
+ </ead>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file