commit b179189

uint  ·  2026-05-16 13:55:46 +0000 UTC
parent 89d7436
rename gorados->go client
8 files changed,  +4, -8
+2, -0
1@@ -0,0 +1,2 @@
2+This is a Go demo implementation of the parados client
3+
R clients/gorados/gorados.go => clients/go/client.go
+1, -2
1@@ -1,5 +1,4 @@
2-// gorados
3-// is a Go-Web frontend for the
4+// Go-Web frontend for the
5 // parados HTTP media server
6 
7 package main
R clients/gorados/go.mod => clients/go/go.mod
+0, -0
R clients/gorados/web/index.html => clients/go/web/index.html
+1, -1
1@@ -6,7 +6,7 @@
2 
3 <header>
4 	<h1>parados</h1>
5-	<p>gorados web client</p>
6+	<p>go web client</p>
7 </header>
8 
9 <main>
R clients/gorados/web/item.html => clients/go/web/item.html
+0, -0
R clients/gorados/web/library.html => clients/go/web/library.html
+0, -0
R clients/gorados/web/style.css => clients/go/web/style.css
+0, -0
+0, -5
1@@ -1,5 +0,0 @@
2-### gorados
3-_gorados_ is a Go implementation of a _parados_ protocol
4-compliant client. It serves a HTML website and is designed
5-to be used as a home media server.
6-