| 482 | | # |
|---|
| 483 | | # Plugout option descriptions |
|---|
| 484 | | # |
|---|
| 485 | | |
|---|
| 486 | | MARCXMLPlugout.desc:MARC xml format. |
|---|
| 487 | | |
|---|
| 488 | | METSPlugout.desc:Superclass plugout for METS format. Provides common functionality for profiles such as GreenstoneMETS and FedoraMETS and key abstract methods. |
|---|
| 489 | | GreenstoneMETSPlugout.desc:METS format using the Greenstone profile. |
|---|
| 490 | | |
|---|
| 491 | | FedoraMETSPlugout.desc:METS format using the Fedora profile. |
|---|
| 492 | | |
|---|
| 493 | | FedoraMETSPlugout.fedora_namespace:The prefix used in Fedora for process ids (PIDS) e.g. greenstone:HASH0122efe4a2c58d0 |
|---|
| 494 | | |
|---|
| 495 | | |
|---|
| 496 | | |
|---|
| 497 | | BasPlugout.desc:Base class for all the export plugouts. |
|---|
| 498 | | |
|---|
| 499 | | GAPlugout.desc:Greenstone Archive format. |
|---|
| 500 | | |
|---|
| 501 | | DSpacePlugout.desc::DSpace Archive format. |
|---|
| 502 | | |
|---|
| 503 | | BasPlugout.group_size:Number of documents to group into one XML file. |
|---|
| 504 | | |
|---|
| 505 | | BasPlugout.output_info:the reference to an arcinfo object used to store information about the archives. |
|---|
| 506 | | |
|---|
| 507 | | BasPlugout.output_handle: the file descriptor used to send output information |
|---|
| 508 | | |
|---|
| 509 | | BasPlugout.verbosity:Controls the quantity of output. 0=none, 3=lots. |
|---|
| 510 | | |
|---|
| 511 | | BasPlugout.gzip_output:Use gzip to compress resulting xml documents (don't forget to include ZIPPlugin in your plugin list when building from compressed documents). |
|---|
| 512 | | |
|---|
| 513 | | BasPlugout.xslt_file:Transform a document with the XSLT in the named file. |
|---|
| 514 | | |
|---|
| 515 | | MARCXMLPlugout.group:Output the marc xml records into a single file. |
|---|
| 516 | | |
|---|
| 517 | | MARCXMLPlugout.mapping_file:Use the named mapping file for the transformation. |
|---|
| 518 | | |
|---|
| 519 | | METSPlugout.xslt_txt:Transform a mets's doctxt.xml with the XSLT in the named file. |
|---|
| 520 | | |
|---|
| 521 | | METSPlugout.xslt_mets:Transform a mets's docmets.xml with the XSLT in the named file. |
|---|
| | 1204 | BasPlugout.debug:set debugging mode |
|---|
| | 1205 | BasPlugout.desc:Base class for all the export plugouts. |
|---|
| | 1206 | BasPlugout.group_size:Number of documents to group into one XML file. |
|---|
| | 1207 | BasPlugout.gzip_output:Use gzip to compress resulting xml documents (don't forget to include ZIPPlugin in your plugin list when building from compressed documents). |
|---|
| | 1208 | BasPlugout.output_handle: the file descriptor used to send output information |
|---|
| | 1209 | BasPlugout.output_info:the reference to an arcinfo object used to store information about the archives. |
|---|
| | 1210 | BasPlugout.verbosity:Controls the quantity of output. 0=none, 3=lots. |
|---|
| | 1211 | BasPlugout.xslt_file:Transform a document with the XSLT in the named file. |
|---|
| | 1212 | |
|---|
| | 1213 | DSpacePlugout.desc:DSpace Archive format. |
|---|
| | 1214 | |
|---|
| | 1215 | FedoraMETSPlugout.desc:METS format using the Fedora profile. |
|---|
| | 1216 | FedoraMETSPlugout.fedora_namespace:The prefix used in Fedora for process ids (PIDS) e.g. greenstone:HASH0122efe4a2c58d0 |
|---|
| | 1217 | |
|---|
| | 1218 | GAPlugout.desc:Greenstone Archive format. |
|---|
| | 1219 | |
|---|
| | 1220 | GreenstoneMETSPlugout.desc:METS format using the Greenstone profile. |
|---|
| | 1221 | |
|---|
| | 1222 | MARCXMLPlugout.desc:MARC xml format. |
|---|
| | 1223 | MARCXMLPlugout.group:Output the marc xml records into a single file. |
|---|
| | 1224 | MARCXMLPlugout.mapping_file:Use the named mapping file for the transformation. |
|---|
| | 1225 | |
|---|
| | 1226 | METSPlugout.desc:Superclass plugout for METS format. Provides common functionality for profiles such as GreenstoneMETS and FedoraMETS and key abstract methods. |
|---|
| | 1227 | METSPlugout.xslt_txt:Transform a mets's doctxt.xml with the XSLT in the named file. |
|---|
| | 1228 | METSPlugout.xslt_mets:Transform a mets's docmets.xml with the XSLT in the named file. |
|---|