Remove the old UUID code, update the mailing list address, and use 'favicon.ico'
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/kosuzu/trunk@62 eb64cd80-c68d-6f47-b6a3-0ada418499da
This commit is contained in:
parent
52683496cc
commit
717edc5d79
@ -31,7 +31,7 @@ let wrap conv htm text_title body =
|
||||
(if feed <> "" then sprintf "<a href='%s' id='feed'>feed</a>" feed else ""))
|
||||
in
|
||||
let footer = match htm.templates.footer with None -> "" | Some x -> replace x in
|
||||
Printf.sprintf "<!DOCTYPE HTML>\n<html>\n<head>\n<link rel=\"icon\" href=\"/favicon.png\">\n<title>%s%s</title>\n%s\n%s\n<meta name=\"generator\" content=\"Logarion\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n</head>\n<body>\n%s%s%s</body>\n</html>"
|
||||
Printf.sprintf "<!DOCTYPE HTML>\n<html>\n<head>\n<link rel=\"icon\" href=\"/favicon.ico\">\n<title>%s%s</title>\n%s\n%s\n<meta name=\"generator\" content=\"Logarion\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n</head>\n<body>\n%s%s%s</body>\n</html>"
|
||||
text_title (if site_title <> "" then (" • " ^ site_title) else "")
|
||||
htm.style
|
||||
(if feed <> "" then Printf.sprintf "<link rel='alternate' href='%s' type='application/atom+xml'>" feed else "")
|
||||
|
@ -3,7 +3,7 @@
|
||||
(version 1.3.2)
|
||||
(license EUPL-1.2)
|
||||
(authors "orbifx <fox@orbitalfox.eu>")
|
||||
(bug_reports "mailto:logarion@lists.tildeverse.org")
|
||||
(bug_reports "mailto:logarion-dev@chaotic.ninja")
|
||||
(maintainers "Izuru Yakumo <yakumo.izuru@chaotic.ninja>")
|
||||
(homepage "https://logarion.chaotic.ninja")
|
||||
(source (uri git://git.chaotic.ninja/yakumo_izuru/logarion))
|
||||
|
11
lib/id.ml
11
lib/id.ml
@ -1,16 +1,5 @@
|
||||
let random_state = Random.State.make_self_init
|
||||
|
||||
(*module UUID = struct*)
|
||||
(*type t = Uuidm.t*)
|
||||
(*let compare = Uuidm.compare*)
|
||||
(*let to_string = Uuidm.to_string*)
|
||||
(*let of_string = Uuidm.of_string*)
|
||||
(*let to_bytes = Uuidm.to_bytes*)
|
||||
(*let of_bytes = Uuidm.of_bytes*)
|
||||
(*let generate ?(random_state=random_state ()) = Uuidm.v4_gen random_state*)
|
||||
(*let nil = Uuidm.nil*)
|
||||
(*end*)
|
||||
|
||||
type t = string
|
||||
let compare = String.compare
|
||||
let nil = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user