From aa85bb2184958470d5628e98a2e469e4e97a8b6d Mon Sep 17 00:00:00 2001 From: jahoti Date: Tue, 14 Sep 2021 00:00:00 +0000 Subject: Rename "Hachette" to "Haketilo" --- README.txt | 6 +++--- daemon/sysv.in | 2 +- examples/content/phachettebugs2/index.json | 2 +- examples/content/phachettebugs3/index.json | 2 +- examples/content/phachettebugs4/index.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.txt b/README.txt index e6a5295..5ae3a9f 100644 --- a/README.txt +++ b/README.txt @@ -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"] } -- cgit v1.2.3