diff options
author | Frederick Yin <fkfd@macaw.me> | 2020-06-13 22:51:08 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@macaw.me> | 2020-06-13 22:51:08 +0800 |
commit | 89d16bb05a61936658ae2939d57e2c3e5f726a6b (patch) | |
tree | 5e89456b138e0498b16602b05c00f843847e929e /git-gmi/const.py |
Initial commit: MVP
Diffstat (limited to 'git-gmi/const.py')
-rw-r--r-- | git-gmi/const.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/git-gmi/const.py b/git-gmi/const.py new file mode 100644 index 0000000..9a1bddd --- /dev/null +++ b/git-gmi/const.py @@ -0,0 +1,5 @@ +GIT_CATALOG = "/home/fakefred/p/gemini/git/" +STATUS_SUCCESS = "20 SUCCESS" +STATUS_NOT_FOUND = "51 NOT FOUND" +STATUS_TEMPORARY_FAILURE = "40 TEMPORARY FAILURE" +META_GEMINI = "text/gemini" |