https://github.com/digitalnz/supplejack_manager
Supplejack Stack Manager UI
https://github.com/digitalnz/supplejack_manager
Last synced: about 1 year ago
JSON representation
Supplejack Stack Manager UI
- Host: GitHub
- URL: https://github.com/digitalnz/supplejack_manager
- Owner: DigitalNZ
- License: gpl-3.0
- Created: 2014-04-15T04:06:27.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T22:44:53.000Z (about 2 years ago)
- Last Synced: 2024-04-11T00:51:21.280Z (about 2 years ago)
- Language: Ruby
- Homepage: http://digitalnz.github.io/supplejack/start/supplejack-manager.html
- Size: 3.1 MB
- Stars: 7
- Watchers: 7
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# Supplejack Manager
The Supplejack Manager is a rails application that provides a visual interface into the harvesting and link checking processes within the harvester worker. The manager uses active resource to interface into the workers models using a restful interface. It allows the harvest operator to do the following:
- Create parsers.
- Run/view harvests.
- Schedule harvests.
- Preview a record before it is harvested.
- Define parser templates.
- Suppress a collection in the Supplejack API.
- View all suppressed collections in the Supplejack API.
- Define rules for checking links in the Supplejack API.
- View the statistics for the link checker
For more information on how to configure and use this application refer to the [documentation](http://digitalnz.github.io/supplejack)
## COPYRIGHT AND LICENSING
### MAJORITY OF SUPPLEJACK CODE - GNU GENERAL PUBLIC LICENCE, VERSION 3
Supplejack is a tool for aggregating, searching and sharing metadata records. Supplejack Manager is a component of Supplejack. Except as indicated below, the Supplejack Manager code at https://github.com/DigitalNZ/supplejack_manager is Crown copyright (C) 2014, New Zealand Government. Supplejack was created by DigitalNZ at the National Library of NZ and the Department of Internal Affairs. http://digitalnz.org/supplejack
Except as indicated below, this program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses / http://www.gnu.org/licenses/gpl-3.0.txt
### SPINNERS
The 'Filling Broken' and 'Small Balls' spinners were generated by preloaders.net (http://preloaders.net), the terms of use for which can be found at http://preloaders.net/en/terms_of_use
### NEXT/PREV ARROWS
The next/prev arrows come from DataTables, a plug-in for the jQuery Javascript library (at https://datatables.net/). Copyright in DataTables is owned by SpryMedia Ltd. DataTables is licensed under the MIT license (see https://datatables.net/license/mit)
### JAVASCRIPT/JQUERY COMPONENTS
The CodeMirror JavaScript component by Marijn Haverbeke and others (see http://codemirror.net/index.html) is licensed under the MIT licence (see http://codemirror.net/LICENSE).
The jQuery UI time picker extension by Trent Richardson (see http://trentrichardson.com/Impromptu/) is licensed under the MIT license (http://trentrichardson.com/Impromptu/MIT-LICENSE.txt).