From 08588f9907299b1a927e281d5c65b46b7cefa427 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 4 Apr 2023 08:33:41 -0300 Subject: Revamp v2/ --- v2/src/lib/base-conf.in | 9 +++++++++ v2/src/lib/base.en.conf | 3 +++ v2/src/lib/base.pt.conf | 3 +++ v2/src/lib/postamble.en.html | 7 +++++++ v2/src/lib/postamble.pt.html | 5 +++++ v2/src/lib/preamble.en.html | 37 +++++++++++++++++++++++++++++++++++++ v2/src/lib/preamble.pt.html | 36 ++++++++++++++++++++++++++++++++++++ 7 files changed, 100 insertions(+) create mode 100644 v2/src/lib/base-conf.in create mode 100644 v2/src/lib/base.en.conf create mode 100644 v2/src/lib/base.pt.conf create mode 100644 v2/src/lib/postamble.en.html create mode 100644 v2/src/lib/postamble.pt.html create mode 100644 v2/src/lib/preamble.en.html create mode 100644 v2/src/lib/preamble.pt.html (limited to 'v2/src/lib') diff --git a/v2/src/lib/base-conf.in b/v2/src/lib/base-conf.in new file mode 100644 index 0000000..a33755a --- /dev/null +++ b/v2/src/lib/base-conf.in @@ -0,0 +1,9 @@ +site_name="EuAndreh's website" +domain='@DOMAIN@' +email='@EMAIL@' +base_url='' +lang=en +list_addr='~euandreh/public-inbox@lists.sr.ht' +mailto_uri_prefix="mailto:$list_addr?Subject=Re%3A%20" +discussions_url_prefix="https://lists.sr.ht/~euandreh/public-inbox?search=" +sourcecode_url_prefix="https://$domain/git/$domain/tree/" diff --git a/v2/src/lib/base.en.conf b/v2/src/lib/base.en.conf new file mode 100644 index 0000000..89344fb --- /dev/null +++ b/v2/src/lib/base.en.conf @@ -0,0 +1,3 @@ +date_fmt='%B %-d, %Y' + +site_name="EuAndreh's website" diff --git a/v2/src/lib/base.pt.conf b/v2/src/lib/base.pt.conf new file mode 100644 index 0000000..89344fb --- /dev/null +++ b/v2/src/lib/base.pt.conf @@ -0,0 +1,3 @@ +date_fmt='%B %-d, %Y' + +site_name="EuAndreh's website" diff --git a/v2/src/lib/postamble.en.html b/v2/src/lib/postamble.en.html new file mode 100644 index 0000000..485d81c --- /dev/null +++ b/v2/src/lib/postamble.en.html @@ -0,0 +1,7 @@ +

+ Comment + and see + existing discussions + | + view source +

diff --git a/v2/src/lib/postamble.pt.html b/v2/src/lib/postamble.pt.html new file mode 100644 index 0000000..2e65735 --- /dev/null +++ b/v2/src/lib/postamble.pt.html @@ -0,0 +1,5 @@ +

+ Comment and see existing discussions | view source +

diff --git a/v2/src/lib/preamble.en.html b/v2/src/lib/preamble.en.html new file mode 100644 index 0000000..9ea6780 --- /dev/null +++ b/v2/src/lib/preamble.en.html @@ -0,0 +1,37 @@ + + + + + + + + + $(htmlesc "$title") + + + + + + + + + + +
+ +
+
+
+
+

+ $title_html +

+

+ Posted on +

+EOF diff --git a/v2/src/lib/preamble.pt.html b/v2/src/lib/preamble.pt.html new file mode 100644 index 0000000..9800470 --- /dev/null +++ b/v2/src/lib/preamble.pt.html @@ -0,0 +1,36 @@ + + + + + + + + + $(htmlesc "$title") + + + + + + + + + + +
+ +
+
+
+
+

+ $title_html +

+

+ Posted on +

+EOF -- cgit v1.2.3