libis-format 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (190) hide show
  1. checksums.yaml +5 -5
  2. data/.travis.yml +14 -4
  3. data/base/Dockerfile +13 -0
  4. data/lib/libis/format/config.rb +11 -9
  5. data/lib/libis/format/converter/audio_converter.rb +1 -1
  6. data/lib/libis/format/converter/image_converter.rb +1 -1
  7. data/lib/libis/format/converter/jp2_converter.rb +1 -1
  8. data/lib/libis/format/converter/pdf_converter.rb +8 -6
  9. data/lib/libis/format/tool/droid.rb +2 -2
  10. data/lib/libis/format/tool/ffmpeg.rb +1 -1
  11. data/lib/libis/format/tool/fido.rb +1 -1
  12. data/lib/libis/format/tool/fop_pdf.rb +1 -1
  13. data/lib/libis/format/tool/office_to_pdf.rb +1 -1
  14. data/lib/libis/format/tool/pdf_copy.rb +1 -1
  15. data/lib/libis/format/tool/pdf_merge.rb +1 -1
  16. data/lib/libis/format/tool/pdf_split.rb +1 -1
  17. data/lib/libis/format/tool/pdf_to_pdfa.rb +1 -2
  18. data/lib/libis/format/tool/pdfa_validator.rb +3 -4
  19. data/lib/libis/format/tool/spreadsheet_to_ods.rb +1 -1
  20. data/lib/libis/format/version.rb +1 -1
  21. data/libis-format.gemspec +2 -2
  22. data/tools/fop/build/fop.jar +0 -0
  23. data/tools/fop/conf/fop.xconf +466 -0
  24. data/tools/fop/fop +258 -0
  25. data/tools/fop/fop.bat +75 -0
  26. data/tools/fop/fop.cmd +31 -0
  27. data/tools/fop/fop.js +341 -0
  28. data/tools/fop/lib/README.txt +243 -0
  29. data/tools/fop/lib/avalon-framework-api-4.3.1.jar +0 -0
  30. data/tools/fop/lib/avalon-framework-impl-4.3.1.jar +0 -0
  31. data/tools/fop/lib/avalon-framework.LICENSE.txt +175 -0
  32. data/tools/fop/lib/avalon-framework.NOTICE.TXT +11 -0
  33. data/tools/fop/lib/batik-all-1.10.jar +0 -0
  34. data/tools/fop/lib/batik.LICENSE.txt +201 -0
  35. data/tools/fop/lib/batik.NOTICE.txt +18 -0
  36. data/tools/fop/lib/commons-io-1.3.1.jar +0 -0
  37. data/tools/fop/lib/commons-io.LICENSE.txt +203 -0
  38. data/tools/fop/lib/commons-io.NOTICE.txt +6 -0
  39. data/tools/fop/lib/commons-logging-1.0.4.jar +0 -0
  40. data/tools/fop/lib/commons-logging.LICENSE.txt +202 -0
  41. data/tools/fop/lib/commons-logging.NOTICE.txt +3 -0
  42. data/tools/fop/lib/fontbox-2.0.7.jar +0 -0
  43. data/tools/fop/lib/serializer-2.7.2.jar +0 -0
  44. data/tools/fop/lib/serializer.LICENSE.txt +201 -0
  45. data/tools/fop/lib/serializer.NOTICE.txt +15 -0
  46. data/tools/fop/lib/xalan-2.7.2.jar +0 -0
  47. data/tools/fop/lib/xalan.BCEL.LICENSE.txt +52 -0
  48. data/tools/fop/lib/xalan.LICENSE.txt +202 -0
  49. data/tools/fop/lib/xalan.NOTICE.txt +44 -0
  50. data/tools/fop/lib/xalan.regexp.LICENSE.txt +52 -0
  51. data/tools/fop/lib/xalan.runtime.LICENSE.txt +20 -0
  52. data/tools/fop/lib/xerces.LICENSE.txt +56 -0
  53. data/tools/fop/lib/xercesImpl-2.9.1.jar +0 -0
  54. data/tools/fop/lib/xercesImpl.LICENSE.txt +201 -0
  55. data/tools/fop/lib/xercesImpl.NOTICE.txt +14 -0
  56. data/tools/fop/lib/xml-apis-1.3.04.jar +0 -0
  57. data/tools/fop/lib/xml-apis-ext-1.3.04.jar +0 -0
  58. data/tools/fop/lib/xml-apis-ext.LICENSE.dom-documentation.txt +73 -0
  59. data/tools/fop/lib/xml-apis-ext.LICENSE.dom-software.txt +61 -0
  60. data/tools/fop/lib/xml-apis-ext.LICENSE.sac.html +75 -0
  61. data/tools/fop/lib/xml-apis-ext.LICENSE.txt +202 -0
  62. data/tools/fop/lib/xml-apis-ext.NOTICE.txt +16 -0
  63. data/tools/fop/lib/xml-apis-ext.README.dom.txt +56 -0
  64. data/tools/fop/lib/xml-apis.LICENSE-SAX.html +17 -0
  65. data/tools/fop/lib/xml-apis.LICENSE.DOM-documentation.html +74 -0
  66. data/tools/fop/lib/xml-apis.LICENSE.DOM-software.html +66 -0
  67. data/tools/fop/lib/xml-apis.LICENSE.txt +201 -0
  68. data/tools/fop/lib/xml-apis.NOTICE.txt +13 -0
  69. data/tools/fop/lib/xmlgraphics-commons-2.3.jar +0 -0
  70. data/tools/fop/lib/xmlgraphics-commons.LICENSE.txt +202 -0
  71. data/tools/fop/lib/xmlgraphics-commons.NOTICE.txt +5 -0
  72. data/tools/pdfbox/pdfbox-app-2.0.13.jar +0 -0
  73. data/tools/pdfbox/{pdfbox-app-1.8.10.jar → preflight-app-2.0.13.jar} +0 -0
  74. metadata +57 -236
  75. data/spec/converter_audio_spec.rb +0 -66
  76. data/spec/converter_fop_spec.rb +0 -37
  77. data/spec/converter_image_spec.rb +0 -166
  78. data/spec/converter_office_spec.rb +0 -84
  79. data/spec/converter_pdf_spec.rb +0 -30
  80. data/spec/converter_repository_spec.rb +0 -97
  81. data/spec/converter_spreadsheet_spec.rb +0 -39
  82. data/spec/converter_video_spec.rb +0 -97
  83. data/spec/converter_xsl_spec.rb +0 -56
  84. data/spec/data/Cevennes2.bmp +0 -0
  85. data/spec/data/Cevennes2.jp2 +0 -0
  86. data/spec/data/Cevennes2.ppm +0 -22492
  87. data/spec/data/NikonRaw-CameraRaw.TIF +0 -0
  88. data/spec/data/NikonRaw-CaptureOne.tif +0 -0
  89. data/spec/data/audio/carlin_disappointed.aac +0 -0
  90. data/spec/data/audio/carlin_disappointed.ac3 +0 -0
  91. data/spec/data/audio/carlin_disappointed.aiff +0 -0
  92. data/spec/data/audio/carlin_disappointed.au +0 -0
  93. data/spec/data/audio/carlin_disappointed.flac +0 -0
  94. data/spec/data/audio/carlin_disappointed.m4a +0 -0
  95. data/spec/data/audio/carlin_disappointed.mka +0 -0
  96. data/spec/data/audio/carlin_disappointed.mp3 +0 -0
  97. data/spec/data/audio/carlin_disappointed.ogg +0 -0
  98. data/spec/data/audio/carlin_disappointed.ra +0 -0
  99. data/spec/data/audio/carlin_disappointed.voc +0 -0
  100. data/spec/data/audio/carlin_disappointed.wav +0 -0
  101. data/spec/data/audio/carlin_disappointed.wma +0 -0
  102. data/spec/data/audio/greensleeves.aac +0 -0
  103. data/spec/data/audio/greensleeves.ac3 +0 -0
  104. data/spec/data/audio/greensleeves.aiff +0 -0
  105. data/spec/data/audio/greensleeves.au +0 -0
  106. data/spec/data/audio/greensleeves.flac +0 -0
  107. data/spec/data/audio/greensleeves.m4a +0 -0
  108. data/spec/data/audio/greensleeves.mka +0 -0
  109. data/spec/data/audio/greensleeves.mp3 +0 -0
  110. data/spec/data/audio/greensleeves.ogg +0 -0
  111. data/spec/data/audio/greensleeves.ra +0 -0
  112. data/spec/data/audio/greensleeves.voc +0 -0
  113. data/spec/data/audio/greensleeves.wav +0 -0
  114. data/spec/data/audio/greensleeves.wma +0 -0
  115. data/spec/data/audio/king_nonviolence.aac +0 -0
  116. data/spec/data/audio/king_nonviolence.ac3 +0 -0
  117. data/spec/data/audio/king_nonviolence.aiff +0 -0
  118. data/spec/data/audio/king_nonviolence.au +0 -0
  119. data/spec/data/audio/king_nonviolence.flac +0 -0
  120. data/spec/data/audio/king_nonviolence.m4a +0 -0
  121. data/spec/data/audio/king_nonviolence.mka +0 -0
  122. data/spec/data/audio/king_nonviolence.mp3 +0 -0
  123. data/spec/data/audio/king_nonviolence.ogg +0 -0
  124. data/spec/data/audio/king_nonviolence.ra +0 -0
  125. data/spec/data/audio/king_nonviolence.voc +0 -0
  126. data/spec/data/audio/king_nonviolence.wav +0 -0
  127. data/spec/data/audio/king_nonviolence.wma +0 -0
  128. data/spec/data/audio/top_gun_secret.aac +0 -0
  129. data/spec/data/audio/top_gun_secret.ac3 +0 -0
  130. data/spec/data/audio/top_gun_secret.aiff +0 -0
  131. data/spec/data/audio/top_gun_secret.au +0 -0
  132. data/spec/data/audio/top_gun_secret.flac +0 -0
  133. data/spec/data/audio/top_gun_secret.m4a +0 -0
  134. data/spec/data/audio/top_gun_secret.mka +0 -0
  135. data/spec/data/audio/top_gun_secret.mp3 +0 -0
  136. data/spec/data/audio/top_gun_secret.ogg +0 -0
  137. data/spec/data/audio/top_gun_secret.ra +0 -0
  138. data/spec/data/audio/top_gun_secret.voc +0 -0
  139. data/spec/data/audio/top_gun_secret.wav +0 -0
  140. data/spec/data/audio/top_gun_secret.wma +0 -0
  141. data/spec/data/multipage.tif +0 -0
  142. data/spec/data/multipage.tif.jp2 +0 -0
  143. data/spec/data/test-ead.xml +0 -392
  144. data/spec/data/test-jpg.tif +0 -0
  145. data/spec/data/test-lzw.tif +0 -0
  146. data/spec/data/test-options.jpg +0 -0
  147. data/spec/data/test-options.png +0 -0
  148. data/spec/data/test.bmp +0 -0
  149. data/spec/data/test.doc +0 -0
  150. data/spec/data/test.docx +0 -0
  151. data/spec/data/test.gif +0 -0
  152. data/spec/data/test.jpg +0 -0
  153. data/spec/data/test.ods +0 -0
  154. data/spec/data/test.odt +0 -0
  155. data/spec/data/test.pdf +0 -0
  156. data/spec/data/test.pdf.tif +0 -0
  157. data/spec/data/test.png +0 -0
  158. data/spec/data/test.ps +0 -8631
  159. data/spec/data/test.psd +0 -0
  160. data/spec/data/test.rtf +0 -1455
  161. data/spec/data/test.tif +0 -0
  162. data/spec/data/test.txt +0 -12
  163. data/spec/data/test.xcf +0 -0
  164. data/spec/data/test.xls +0 -0
  165. data/spec/data/test.xlsx +0 -0
  166. data/spec/data/test.xml +0 -4
  167. data/spec/data/test_pdfa.pdf +0 -0
  168. data/spec/data/video/SampleVideo_1080x720_2mb.flv +0 -0
  169. data/spec/data/video/SampleVideo_1080x720_2mb.mkv +0 -0
  170. data/spec/data/video/SampleVideo_1080x720_2mb.mp4 +0 -0
  171. data/spec/data/video/SampleVideo_176x144_2mb.3gp +0 -0
  172. data/spec/data/video/SampleVideo_320x240_2mb.3gp +0 -0
  173. data/spec/data/video/SampleVideo_360x240_2mb.flv +0 -0
  174. data/spec/data/video/SampleVideo_360x240_2mb.mkv +0 -0
  175. data/spec/data/video/SampleVideo_360x240_2mb.mp4 +0 -0
  176. data/spec/data/video/copyright.png +0 -0
  177. data/spec/data/xml/134476_ead.XML +0 -1
  178. data/spec/data/xml/134476_ead.pdf +0 -0
  179. data/spec/data/xml/134476_fo.XML +0 -383
  180. data/spec/data/xml/134476_raw.XML +0 -141
  181. data/spec/data/xml/ead2fo_pdf.xsl +0 -1453
  182. data/spec/data/xml/header_nolink_pdf.xsl +0 -120
  183. data/spec/data/xml/lookupLists.xsl +0 -488
  184. data/spec/data/xml/scope_eadToHTML.xsl +0 -2376
  185. data/spec/data/xml/scope_xmlToEAD_dom.xsl +0 -952
  186. data/spec/identifier_spec.rb +0 -161
  187. data/spec/spec_helper.rb +0 -58
  188. data/spec/test_types.yml +0 -12
  189. data/spec/type_database_spec.rb +0 -140
  190. data/tools/pdfbox/preflight-app-1.8.10.jar +0 -0
Binary file
Binary file
@@ -1,392 +0,0 @@
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>