You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
```_ _
1
+
```
2
+
_ _
2
3
_ __ _ _| |__ _ _ ___ __ _(_)
3
4
| '__| | | | '_ \| | | |_____ / _ \ / _` | |
4
5
| | | |_| | |_) | |_| |_____| (_) | (_| | |
@@ -57,12 +58,7 @@ See OAI::Provider for more details
57
58
Interactive Harvester
58
59
---------------------
59
60
60
-
The OAI-PMH[http://openarchives.org] client shell allows OAI Harvesting to be configured in
61
-
an interactive manner. Typing 'oai' on the command line starts the
62
-
shell.
63
-
64
-
After initial configuration, the shell can be used to manage harvesting
65
-
operations.
61
+
The OAI-PMH client shell allows OAI Harvesting to be configured in an interactive manner. Typing 'oai' on the command line starts the shell. After initial configuration, the shell can be used to manage harvesting operations.
66
62
67
63
See OAI::Harvester::Shell for more details
68
64
@@ -72,13 +68,17 @@ Installation
72
68
Normally the best way to install oai is from rubyforge using the gem
73
69
command line tool:
74
70
71
+
```
75
72
% gem install oai
73
+
```
76
74
77
75
If you're reading this you've presumably got the tarball or zip distribution.
78
76
So you'll need to:
79
77
78
+
```
80
79
% rake package
81
80
% gem install pkg/oai-x.y.z.gem
81
+
```
82
82
83
83
Where x.y.z is the version of the gem that was generated.
0 commit comments