aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-07-24 09:46:59 +0200
committerVolpeon <git@volpeon.ink>2021-07-24 09:46:59 +0200
commit38485ede265d22e11a316b4d66de1bf0feb945be (patch)
tree72388107a2bfe9e8e972feccd4f9c7d542d37b60 /internal
parentAdd underline to nav protocol (diff)
downloadgopherproxy-master.tar.gz
gopherproxy-master.tar.bz2
gopherproxy-master.zip
Diffstat (limited to 'internal')
-rw-r--r--internal/gopherproxy/gemini.go (renamed from internal/port/gemini.go)4
-rw-r--r--internal/gopherproxy/gopher.go (renamed from internal/port/gopher.go)4
-rw-r--r--internal/gopherproxy/main.go (renamed from internal/port/main.go)2
-rw-r--r--internal/gopherproxy/tpl/_fonts.html (renamed from internal/port/tpl/_fonts.html)0
-rw-r--r--internal/gopherproxy/tpl/_modals.html (renamed from internal/port/tpl/_modals.html)0
-rw-r--r--internal/gopherproxy/tpl/gemini.html (renamed from internal/port/tpl/gemini.html)0
-rw-r--r--internal/gopherproxy/tpl/gopher.html (renamed from internal/port/tpl/gopher.html)0
-rw-r--r--internal/gopherproxy/tpl/startpage.html (renamed from internal/port/tpl/startpage.html)0
8 files changed, 5 insertions, 5 deletions
diff --git a/internal/port/gemini.go b/internal/gopherproxy/gemini.go
index f574816..89d820c 100644
--- a/internal/port/gemini.go
+++ b/internal/gopherproxy/gemini.go
@@ -1,4 +1,4 @@
1package port 1package gopherproxy
2 2
3import ( 3import (
4 "bytes" 4 "bytes"
@@ -14,7 +14,7 @@ import (
14 "golang.org/x/net/html/charset" 14 "golang.org/x/net/html/charset"
15 "golang.org/x/text/transform" 15 "golang.org/x/text/transform"
16 16
17 "git.vulpes.one/Feuerfuchs/port/pkg/libgemini" 17 "git.vulpes.one/gopherproxy/pkg/libgemini"
18 18
19 "github.com/temoto/robotstxt" 19 "github.com/temoto/robotstxt"
20) 20)
diff --git a/internal/port/gopher.go b/internal/gopherproxy/gopher.go
index fc7b754..5f4b39f 100644
--- a/internal/port/gopher.go
+++ b/internal/gopherproxy/gopher.go
@@ -1,4 +1,4 @@
1package port 1package gopherproxy
2 2
3import ( 3import (
4 "bytes" 4 "bytes"
@@ -11,7 +11,7 @@ import (
11 "net/url" 11 "net/url"
12 "strings" 12 "strings"
13 13
14 "git.vulpes.one/Feuerfuchs/port/pkg/libgopher" 14 "git.vulpes.one/gopherproxy/pkg/libgopher"
15 15
16 "github.com/davidbyttow/govips/pkg/vips" 16 "github.com/davidbyttow/govips/pkg/vips"
17 "github.com/temoto/robotstxt" 17 "github.com/temoto/robotstxt"
diff --git a/internal/port/main.go b/internal/gopherproxy/main.go
index 5fb3dae..33230c1 100644
--- a/internal/port/main.go
+++ b/internal/gopherproxy/main.go
@@ -1,4 +1,4 @@
1package port 1package gopherproxy
2 2
3import ( 3import (
4 "crypto/md5" 4 "crypto/md5"
diff --git a/internal/port/tpl/_fonts.html b/internal/gopherproxy/tpl/_fonts.html
index a947222..a947222 100644
--- a/internal/port/tpl/_fonts.html
+++ b/internal/gopherproxy/tpl/_fonts.html
diff --git a/internal/port/tpl/_modals.html b/internal/gopherproxy/tpl/_modals.html
index 3bbdef2..3bbdef2 100644
--- a/internal/port/tpl/_modals.html
+++ b/internal/gopherproxy/tpl/_modals.html
diff --git a/internal/port/tpl/gemini.html b/internal/gopherproxy/tpl/gemini.html
index 8d20da1..8d20da1 100644
--- a/internal/port/tpl/gemini.html
+++ b/internal/gopherproxy/tpl/gemini.html
diff --git a/internal/port/tpl/gopher.html b/internal/gopherproxy/tpl/gopher.html
index 6eb607c..6eb607c 100644
--- a/internal/port/tpl/gopher.html
+++ b/internal/gopherproxy/tpl/gopher.html
diff --git a/internal/port/tpl/startpage.html b/internal/gopherproxy/tpl/startpage.html
index 772ac90..772ac90 100644
--- a/internal/port/tpl/startpage.html
+++ b/internal/gopherproxy/tpl/startpage.html