diff options
author | jahoti <jahoti@tilde.team> | 2021-09-14 00:00:00 +0000 |
---|---|---|
committer | jahoti <jahoti@tilde.team> | 2021-09-14 00:00:00 +0000 |
commit | aa85bb2184958470d5628e98a2e469e4e97a8b6d (patch) | |
tree | e4487bdcb5c0701197de96ce1ebd3db4f8430589 | |
parent | b7f2f8b2db8cef897cc0646cba46d801d0543da7 (diff) | |
download | hydrilla-master.tar.gz hydrilla-master.zip |
-rw-r--r-- | README.txt | 6 | ||||
-rw-r--r-- | daemon/sysv.in | 2 | ||||
-rw-r--r-- | examples/content/phachettebugs2/index.json | 2 | ||||
-rw-r--r-- | examples/content/phachettebugs3/index.json | 2 | ||||
-rw-r--r-- | examples/content/phachettebugs4/index.json | 2 |
5 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ -This is Hydrilla, a repository software to work with browser extension Hachette. +This is Hydrilla, a repository software to work with browser extension Haketilo. See [1] and [2] for details. -[1] https://hachettebugs.koszko.org/projects/hydrilla -[2] https://hachettebugs.koszko.org/projects/hachette +[1] https://hydrillabugs.koszko.org/projects/hydrilla +[2] https://hydrillabugs.koszko.org/projects/haketilo diff --git a/daemon/sysv.in b/daemon/sysv.in index 8e73d0e..051a080 100644 --- a/daemon/sysv.in +++ b/daemon/sysv.in @@ -6,7 +6,7 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Hydrilla repository server -# Description: Provides HTTP service to serve packages for Hachette +# Description: Provides HTTP service to serve packages for Haketilo ### END INIT INFO # Copyright (C) 2020 Danny Milosavljevic, 2021 Wojtek Kosior diff --git a/examples/content/phachettebugs2/index.json b/examples/content/phachettebugs2/index.json index 891f0d2..11c56ac 100644 --- a/examples/content/phachettebugs2/index.json +++ b/examples/content/phachettebugs2/index.json @@ -1,5 +1,5 @@ { "type" : "page", -"pattern" : "https://hachettebugs.koszko.org/**", +"pattern" : "https://hydrillabugs.koszko.org/**", "payload" : ["bag", "hello_pear"] } diff --git a/examples/content/phachettebugs3/index.json b/examples/content/phachettebugs3/index.json index 7187af5..62be347 100644 --- a/examples/content/phachettebugs3/index.json +++ b/examples/content/phachettebugs3/index.json @@ -1,5 +1,5 @@ { "type" : "page", -"pattern" : "https://hachettebugs.koszko.org/boards/***", +"pattern" : "https://hydrillabugs.koszko.org/boards/***", "payload" : ["bag", "hello_cucumber"] } diff --git a/examples/content/phachettebugs4/index.json b/examples/content/phachettebugs4/index.json index 203153a..d45ccfb 100644 --- a/examples/content/phachettebugs4/index.json +++ b/examples/content/phachettebugs4/index.json @@ -1,5 +1,5 @@ { "type" : "page", -"pattern" : "https://hachettebugs.koszko.org/projects/***", +"pattern" : "https://hydrillabugs.koszko.org/projects/***", "payload" : ["bag", "hello_pineapple"] } |