Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonster/zotero-translator-tools
Tools for dealing with Zotero translators
https://github.com/simonster/zotero-translator-tools
Last synced: about 1 month ago
JSON representation
Tools for dealing with Zotero translators
- Host: GitHub
- URL: https://github.com/simonster/zotero-translator-tools
- Owner: simonster
- Created: 2012-03-23T04:35:54.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-13T07:33:24.000Z (over 12 years ago)
- Last Synced: 2024-10-13T19:33:06.425Z (2 months ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains assorted tools for working with and updating Zotero translators.
* *update_compatibility.py* - Updates translator compatibility based on the latest test runs.
Essentially, this script compares the browserSupport properties of various translators against
the tests that they passed, and marks them compatible on new platforms accordingly. At the
moment, there is no option to mark translators as incompatible.
Syntax:
```sh
update_compatibility.py [-h] [-d DATE]
```
where ```DATE``` is an option argument that indicates a date from which to use test runs.
* *update_tests.py* - Replaces items for tests that did not succeed due to data mismatch with the
items saved from the previous test run. This means that the next time the tests run, they should
succeed.
Syntax:
```sh
update_tests.py [-h] [-d DATE] translator [translator ...]
```
where ```DATE``` is as above and translator is the path to a translator file.