mirror of
https://gitlab.com/ceda_ei/firefox-web-apps
synced 2025-04-11 06:46:52 +02:00
Compare commits
3 Commits
d1da791858
...
ffcdeedbc9
Author | SHA1 | Date | |
---|---|---|---|
ffcdeedbc9 | |||
d763d300fd | |||
946317aa76 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,4 @@
|
|||||||
.firefox_profile
|
.firefox_profile
|
||||||
|
__pycache__/
|
||||||
|
icons/
|
||||||
|
bin/
|
||||||
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
beautifulsoup4>=4.0
|
||||||
|
requests>=2.0
|
2
setup.sh
2
setup.sh
@ -5,7 +5,7 @@ set -euo pipefail
|
|||||||
|
|
||||||
REPO_DIR="$(dirname "$0")"
|
REPO_DIR="$(dirname "$0")"
|
||||||
BIN_DIR="$REPO_DIR/bin"
|
BIN_DIR="$REPO_DIR/bin"
|
||||||
ICON_DIR="$REPO_DIR/icon"
|
ICON_DIR="$REPO_DIR/icons"
|
||||||
FIRST_LAUNCH="https://gitlab.com/ceda_ei/firefox-web-apps/-/wikis/Getting-Started"
|
FIRST_LAUNCH="https://gitlab.com/ceda_ei/firefox-web-apps/-/wikis/Getting-Started"
|
||||||
HELP_TEXT="
|
HELP_TEXT="
|
||||||
Usage:
|
Usage:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user