From 7dd0415885958f578855e0ecb53b70d32e438a60 Mon Sep 17 00:00:00 2001 From: "yakumo.izuru" Date: Sun, 11 Feb 2024 02:33:59 +0000 Subject: [PATCH] Update manual and center the interface Signed-off-by: Izuru Yakumo git-svn-id: file:///srv/svn/repo/marisa/trunk@68 d6811dac-2434-b64a-9ddc-f563ab233461 --- example/static/marisa.css | 6 ++---- example/templates/index.html | 4 +--- marisa.1 | 7 +++++++ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/example/static/marisa.css b/example/static/marisa.css index 3aa05f0..ed5156d 100644 --- a/example/static/marisa.css +++ b/example/static/marisa.css @@ -2,6 +2,7 @@ body { background-color: #282c37; color: #f8f8f2; font-family: sans-serif; + text-align: center; } a { color: #272822; @@ -11,7 +12,4 @@ a:hover, a:link { } a:visited { color: #66d9ef; -} -table { - border-color: rgb(128, 0, 0); -} + } diff --git a/example/templates/index.html b/example/templates/index.html index 865e8e0..2444493 100644 --- a/example/templates/index.html +++ b/example/templates/index.html @@ -9,7 +9,7 @@ Marisa - +

@@ -39,8 +39,6 @@ {{range .Links}}{{end}} {{end}} -

-

© 2024 Izuru Yakumo

{{.}}
diff --git a/marisa.1 b/marisa.1 index 57677af..a45428e 100644 --- a/marisa.1 +++ b/marisa.1 @@ -34,3 +34,10 @@ Load configuration from .Pp "Borrowed" by .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja +.Sh BUGS +If you upload a file through the browser, and refresh the +page, the file will get constantly reuploaded, which may +exhaust the server's storage at some point. +.Pp +This shouldn't happen with a CLI, such as +.Xr curl 1