Skip to content

Commit f0fa1f3

Browse files
authored
Merge pull request #45 from lib-re/logging
logging: fix logging dependency to enable application run
2 parents 74553cd + cfd1acf commit f0fa1f3

19 files changed

+327
-116
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea/*
2+
target/*

.idea/compiler.xml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Maven__commons_cli_commons_cli_1_2.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/libraries/Maven__junit_junit_4_11.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Maven__org_apache_commons_commons_compress_1_9.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Assist in cataloguing batches of similar or series-based items from a collection
1010
* minimizing repetitive typing and template editing
1111
* combining the information that is shared across items in a collection in one place
1212

13-
### Usage Instructions
13+
## Usage
14+
15+
### Process Instructions
1416

1517
1. _Edit Config File_:
1618
If desired, edit the configuration file to customize the format of the header
@@ -40,6 +42,32 @@ After completion of the above tasks, the text files can be discarded as
4042
|~~M~~|~~.mrk~~|MARC format which will likely need to be compiled into .mrc|
4143
|...|...| Feel free to fork and create more output types or suggest different uses.|
4244

45+
### Raw Help Output
46+
47+
Use `-h` at any time to get (something like) the following:
48+
49+
```
50+
usage: dublin-core-text-parser
51+
52+
A cataloguing tool for converting specially formatted text files
53+
containing dublin core metadata into various formats
54+
55+
-c,--config <arg> Reference to a file containing alternative header
56+
arrangements
57+
-C,--csv Create a single .csv file containing metadata of
58+
each item
59+
-h,--help Display the help information
60+
-J,--json Create a single .json file containing metadata of
61+
each item
62+
-M,--mrk Create a single .mrk file containing metadata of
63+
each item
64+
-o,--output <arg> Name the output file
65+
-s,--shared <arg> file location of the shared.csv file containing the
66+
shared fields
67+
-X,--xml Create a single .xml file containing metadata of
68+
each item
69+
```
70+
4371
### External Links
4472

4573
* [Wiki for this program!](https://github.com/atla5/dublin-core-text-parser/wiki)

0 commit comments

Comments
 (0)