This repository has a collection of tools for testing and translating Specify 6, 7 and Web Portal
- Walk though a series of XML files
- Compare their structure to a defined schema
- Log any differences
- Run validation
- Generate a report
- Also, produce a list of distinct values for each XML attribute
This is a tool that helps quickly build and run any version of Specify
This app will provide a list of issues from a repository and will give you an ability to filter the results
This script generates .csv
data set files full of data according to
different parameters
The scripts in this folder are used for localizing the
schema_localization.xml
files
The scripts in this folder should be used to localize .properties
and .utf8
files
A collection of Python scripts for simplifying development with Specify 7's Docker Container.
Finds the docker-compose.yml
file in the current directory or one of
it's parent directories and print the command needed to start the
container.
This is most useful when called from inside of shell function, like this:
dcu () {
python3 ~/path/to/specify_tools/docker_container/up.py $@ | /bin/zsh
}
Then, you can use it like this to simply start the containers:
dcu
Or initialize a rebuild like this:
dcu --build