|
1 |
| -AlephClient |
| 1 | +alephclient |
2 | 2 | ===========
|
3 | 3 |
|
4 |
| -API client for Aleph API. |
| 4 | +Command-line client for Aleph 2. It can be used to bulk import document sets via |
| 5 | +the API, without direct access to the server. It requires an active API client |
| 6 | +to perform uploads. |
5 | 7 |
|
6 | 8 |
|
7 | 9 | Installation
|
@@ -39,4 +41,25 @@ alephclient --api-base-url http://127.0.0.1:5000/api/2/ --api-key 2c0ae66024f040
|
39 | 41 |
|
40 | 42 | License
|
41 | 43 | =======
|
42 |
| -MIT |
| 44 | + |
| 45 | +MIT License |
| 46 | + |
| 47 | +Copyright (c) 2018 Journalism Development Network, Inc. |
| 48 | + |
| 49 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 50 | +of this software and associated documentation files (the "Software"), to deal |
| 51 | +in the Software without restriction, including without limitation the rights |
| 52 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 53 | +copies of the Software, and to permit persons to whom the Software is |
| 54 | +furnished to do so, subject to the following conditions: |
| 55 | + |
| 56 | +The above copyright notice and this permission notice shall be included in all |
| 57 | +copies or substantial portions of the Software. |
| 58 | + |
| 59 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 60 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 61 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 62 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 63 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 64 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 65 | +SOFTWARE. |
0 commit comments