From cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 1 May 2025 21:13:25 -0300 Subject: Update to support i18n --- src/content/about.adoc | 3 - src/content/blog/1970/01/01/launch.adoc | 26 -------- src/content/blog/2000/01/01/feature-ann.adoc | 29 --------- src/content/blog/index.adoc | 6 -- src/content/en/about.adoc | 3 + src/content/en/blog/1970/01/01/launch.adoc | 26 ++++++++ src/content/en/blog/2000/01/01/feature-ann.adoc | 30 ++++++++++ src/content/en/blog/categories.adoc | 2 + src/content/en/blog/index.adoc | 6 ++ .../en/incidents/2000/01/01/service-start.adoc | 16 +++++ src/content/en/incidents/index.adoc | 10 ++++ src/content/en/index.adoc | 66 +++++++++++++++++++++ src/content/en/pricing.adoc | 3 + src/content/en/privacy.adoc | 3 + src/content/en/slide/2011/11/11/test.adoc | 10 ++++ src/content/en/terms.adoc | 3 + src/content/favicon.png | Bin 0 -> 17842 bytes .../incidents/2000/01/01/service-start.adoc | 16 ----- src/content/incidents/index.adoc | 10 ---- src/content/index.adoc | 66 --------------------- src/content/pricing.adoc | 3 - src/content/privacy.adoc | 3 - src/content/pt/sobre.adoc | 7 +++ src/content/public.asc | 0 src/content/public.asc.txt | 0 src/content/terms.adoc | 3 - 26 files changed, 185 insertions(+), 165 deletions(-) delete mode 100644 src/content/about.adoc delete mode 100644 src/content/blog/1970/01/01/launch.adoc delete mode 100644 src/content/blog/2000/01/01/feature-ann.adoc delete mode 100644 src/content/blog/index.adoc create mode 100644 src/content/en/about.adoc create mode 100644 src/content/en/blog/1970/01/01/launch.adoc create mode 100644 src/content/en/blog/2000/01/01/feature-ann.adoc create mode 100644 src/content/en/blog/categories.adoc create mode 100644 src/content/en/blog/index.adoc create mode 100644 src/content/en/incidents/2000/01/01/service-start.adoc create mode 100644 src/content/en/incidents/index.adoc create mode 100644 src/content/en/index.adoc create mode 100644 src/content/en/pricing.adoc create mode 100644 src/content/en/privacy.adoc create mode 100644 src/content/en/slide/2011/11/11/test.adoc create mode 100644 src/content/en/terms.adoc create mode 100644 src/content/favicon.png delete mode 100644 src/content/incidents/2000/01/01/service-start.adoc delete mode 100644 src/content/incidents/index.adoc delete mode 100644 src/content/index.adoc delete mode 100644 src/content/pricing.adoc delete mode 100644 src/content/privacy.adoc create mode 100644 src/content/pt/sobre.adoc delete mode 100644 src/content/public.asc create mode 100644 src/content/public.asc.txt delete mode 100644 src/content/terms.adoc (limited to 'src/content') diff --git a/src/content/about.adoc b/src/content/about.adoc deleted file mode 100644 index 8f8dd75..0000000 --- a/src/content/about.adoc +++ /dev/null @@ -1,3 +0,0 @@ -= About - -== It's a good service diff --git a/src/content/blog/1970/01/01/launch.adoc b/src/content/blog/1970/01/01/launch.adoc deleted file mode 100644 index f82187d..0000000 --- a/src/content/blog/1970/01/01/launch.adoc +++ /dev/null @@ -1,26 +0,0 @@ -= Service launch! That's it "$quote" && more -:updatedat: 1971-02-03 -:categories: launch - -//// - -papo.im, the private team chat, is now available - -papo.im, the compatible team chat, is now available - -//// - -== papo.im, the unwalled team chat, is now available - -https://papo.im[papo.im] is the hosted instance of papo and provides paid -services to its users. - -// https://drewdevault.com/2018/11/15/sr.ht-general-availability.html - -== titulo - -primeiro - -== titulo - -segundo diff --git a/src/content/blog/2000/01/01/feature-ann.adoc b/src/content/blog/2000/01/01/feature-ann.adoc deleted file mode 100644 index c7c3cca..0000000 --- a/src/content/blog/2000/01/01/feature-ann.adoc +++ /dev/null @@ -1,29 +0,0 @@ -= Feature announcement - -== New feature X - -X is launched. - ----- -$ ls ----- - -Inline `code` here. - -Block. - ----- -$ seq 10 -1 -2 -3 -4 -5 -6 -7 -8 -9 -10 ----- - -End. diff --git a/src/content/blog/index.adoc b/src/content/blog/index.adoc deleted file mode 100644 index 075f77f..0000000 --- a/src/content/blog/index.adoc +++ /dev/null @@ -1,6 +0,0 @@ -= Blog - -:feed: link:feed.xml -:icon: image:../img/atom/light.svg - -== Recent articles {feed}[{icon}[Standard orange RSS feed icon]] diff --git a/src/content/en/about.adoc b/src/content/en/about.adoc new file mode 100644 index 0000000..8f8dd75 --- /dev/null +++ b/src/content/en/about.adoc @@ -0,0 +1,3 @@ += About + +== It's a good service diff --git a/src/content/en/blog/1970/01/01/launch.adoc b/src/content/en/blog/1970/01/01/launch.adoc new file mode 100644 index 0000000..f82187d --- /dev/null +++ b/src/content/en/blog/1970/01/01/launch.adoc @@ -0,0 +1,26 @@ += Service launch! That's it "$quote" && more +:updatedat: 1971-02-03 +:categories: launch + +//// + +papo.im, the private team chat, is now available + +papo.im, the compatible team chat, is now available + +//// + +== papo.im, the unwalled team chat, is now available + +https://papo.im[papo.im] is the hosted instance of papo and provides paid +services to its users. + +// https://drewdevault.com/2018/11/15/sr.ht-general-availability.html + +== titulo + +primeiro + +== titulo + +segundo diff --git a/src/content/en/blog/2000/01/01/feature-ann.adoc b/src/content/en/blog/2000/01/01/feature-ann.adoc new file mode 100644 index 0000000..220a7ff --- /dev/null +++ b/src/content/en/blog/2000/01/01/feature-ann.adoc @@ -0,0 +1,30 @@ += Feature announcement +:categories: ann + +== New feature X + +X is launched. + +---- +$ ls +---- + +Inline `code` here. + +Block. + +---- +$ seq 10 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +---- + +End. diff --git a/src/content/en/blog/categories.adoc b/src/content/en/blog/categories.adoc new file mode 100644 index 0000000..feb64ff --- /dev/null +++ b/src/content/en/blog/categories.adoc @@ -0,0 +1,2 @@ += Articles by category +:type: categories diff --git a/src/content/en/blog/index.adoc b/src/content/en/blog/index.adoc new file mode 100644 index 0000000..075f77f --- /dev/null +++ b/src/content/en/blog/index.adoc @@ -0,0 +1,6 @@ += Blog + +:feed: link:feed.xml +:icon: image:../img/atom/light.svg + +== Recent articles {feed}[{icon}[Standard orange RSS feed icon]] diff --git a/src/content/en/incidents/2000/01/01/service-start.adoc b/src/content/en/incidents/2000/01/01/service-start.adoc new file mode 100644 index 0000000..d5013c0 --- /dev/null +++ b/src/content/en/incidents/2000/01/01/service-start.adoc @@ -0,0 +1,16 @@ += Service start! +:categories: launch + +:landing: link:../../../../ +:article: link:../../../../blog/1970/01/01/launch.html +:feed: link:../../../feed.xml +:atom-icon: image:../../../../img/atom/light.svg + +{landing}[papo.im] is now available! See the {article}[annoucement article]. + +Now that the service has been publicly launched, we'll start to monitor for +incidents, and report them here. Each incident will have a corresponding +postmortem, to document what was done and prevent it from happening again. + +You can use the {feed}[atom feed] {atom-icon}[Standard orange RSS feed icon] to +subscribe for updates. diff --git a/src/content/en/incidents/index.adoc b/src/content/en/incidents/index.adoc new file mode 100644 index 0000000..9d57213 --- /dev/null +++ b/src/content/en/incidents/index.adoc @@ -0,0 +1,10 @@ += System status + +:feed: link:feed.xml +:icon: image:../img/atom/light.svg + +Systems are operational, with no issues detected ✅ +// Ongoing instability on $SYSTEM ⚠️ + + +== Incident history {feed}[{icon}[Standard orange RSS feed icon]] diff --git a/src/content/en/index.adoc b/src/content/en/index.adoc new file mode 100644 index 0000000..7bf7d54 --- /dev/null +++ b/src/content/en/index.adoc @@ -0,0 +1,66 @@ += Chat with Freedom +:custombody: true + +++++ + +
+
+

Why Papo?

+
+
+ + + an icon of a small outlined shield inside a chat bubble + +

Privacy-first hosted team chat

+

+ A convenient hosted service for you to subscribe to and delegate management of, + without handing away all your privacy alongside. Choose if and when to export + your data to a self-hosted solution, and own the service from there. +

+
+
+ + + an outlined database icon with an "X" marker on its right-bottom corner + +

No gratuitous data collection

+

+ No "accept necessary cookies" or third-party tracking. Revenue is made via + subscriptions only, so that no advertisement sneaks in. +

+
+
+ + + a small outlined icon of a cog surrounded by 6 smaller circles with a short dashed line between the cog and each circle, where each circle also has 2 dashed lines coming from and going to the next circle, fully surrounding the inner cog + +

Build for interoperability

+

+ Built on existing open standards, we're not in the business of profiting from + new walled gardens, and welcome others to interact with in a compatible way. + This also means you don't need to worry about lock-in, as we're not only + compatible with these standards, but also built on them. +

+
+
+ +
+
+
+

Finally, a hosted chat service you can trust

+
+
+
+

Chat hoc

+

Purposefully designed to consectetur adipiscing elit

+
+
+ +++++ diff --git a/src/content/en/pricing.adoc b/src/content/en/pricing.adoc new file mode 100644 index 0000000..5318ba6 --- /dev/null +++ b/src/content/en/pricing.adoc @@ -0,0 +1,3 @@ += Pricing + +It's very affordable, you know? diff --git a/src/content/en/privacy.adoc b/src/content/en/privacy.adoc new file mode 100644 index 0000000..a77b26c --- /dev/null +++ b/src/content/en/privacy.adoc @@ -0,0 +1,3 @@ += Privacy Policy + +// https://man.sr.ht/privacy.md diff --git a/src/content/en/slide/2011/11/11/test.adoc b/src/content/en/slide/2011/11/11/test.adoc new file mode 100644 index 0000000..e34479a --- /dev/null +++ b/src/content/en/slide/2011/11/11/test.adoc @@ -0,0 +1,10 @@ +--- +# Rollout, feature flag, experiment, operational toggle + +@Different use cases for backend, frontend and mobile + +--- +. +. +. +# "Feature flags" tend to come up when talking about continuous deployment diff --git a/src/content/en/terms.adoc b/src/content/en/terms.adoc new file mode 100644 index 0000000..cecbc54 --- /dev/null +++ b/src/content/en/terms.adoc @@ -0,0 +1,3 @@ += Terms of Service + +// https://man.sr.ht/terms.md diff --git a/src/content/favicon.png b/src/content/favicon.png new file mode 100644 index 0000000..fdc9d9b Binary files /dev/null and b/src/content/favicon.png differ diff --git a/src/content/incidents/2000/01/01/service-start.adoc b/src/content/incidents/2000/01/01/service-start.adoc deleted file mode 100644 index d5013c0..0000000 --- a/src/content/incidents/2000/01/01/service-start.adoc +++ /dev/null @@ -1,16 +0,0 @@ -= Service start! -:categories: launch - -:landing: link:../../../../ -:article: link:../../../../blog/1970/01/01/launch.html -:feed: link:../../../feed.xml -:atom-icon: image:../../../../img/atom/light.svg - -{landing}[papo.im] is now available! See the {article}[annoucement article]. - -Now that the service has been publicly launched, we'll start to monitor for -incidents, and report them here. Each incident will have a corresponding -postmortem, to document what was done and prevent it from happening again. - -You can use the {feed}[atom feed] {atom-icon}[Standard orange RSS feed icon] to -subscribe for updates. diff --git a/src/content/incidents/index.adoc b/src/content/incidents/index.adoc deleted file mode 100644 index 9d57213..0000000 --- a/src/content/incidents/index.adoc +++ /dev/null @@ -1,10 +0,0 @@ -= System status - -:feed: link:feed.xml -:icon: image:../img/atom/light.svg - -Systems are operational, with no issues detected ✅ -// Ongoing instability on $SYSTEM ⚠️ - - -== Incident history {feed}[{icon}[Standard orange RSS feed icon]] diff --git a/src/content/index.adoc b/src/content/index.adoc deleted file mode 100644 index 7bf7d54..0000000 --- a/src/content/index.adoc +++ /dev/null @@ -1,66 +0,0 @@ -= Chat with Freedom -:custombody: true - -++++ - -
-
-

Why Papo?

-
-
- - - an icon of a small outlined shield inside a chat bubble - -

Privacy-first hosted team chat

-

- A convenient hosted service for you to subscribe to and delegate management of, - without handing away all your privacy alongside. Choose if and when to export - your data to a self-hosted solution, and own the service from there. -

-
-
- - - an outlined database icon with an "X" marker on its right-bottom corner - -

No gratuitous data collection

-

- No "accept necessary cookies" or third-party tracking. Revenue is made via - subscriptions only, so that no advertisement sneaks in. -

-
-
- - - a small outlined icon of a cog surrounded by 6 smaller circles with a short dashed line between the cog and each circle, where each circle also has 2 dashed lines coming from and going to the next circle, fully surrounding the inner cog - -

Build for interoperability

-

- Built on existing open standards, we're not in the business of profiting from - new walled gardens, and welcome others to interact with in a compatible way. - This also means you don't need to worry about lock-in, as we're not only - compatible with these standards, but also built on them. -

-
-
- -
-
-
-

Finally, a hosted chat service you can trust

-
-
-
-

Chat hoc

-

Purposefully designed to consectetur adipiscing elit

-
-
- -++++ diff --git a/src/content/pricing.adoc b/src/content/pricing.adoc deleted file mode 100644 index 5318ba6..0000000 --- a/src/content/pricing.adoc +++ /dev/null @@ -1,3 +0,0 @@ -= Pricing - -It's very affordable, you know? diff --git a/src/content/privacy.adoc b/src/content/privacy.adoc deleted file mode 100644 index a77b26c..0000000 --- a/src/content/privacy.adoc +++ /dev/null @@ -1,3 +0,0 @@ -= Privacy Policy - -// https://man.sr.ht/privacy.md diff --git a/src/content/pt/sobre.adoc b/src/content/pt/sobre.adoc new file mode 100644 index 0000000..2d0d479 --- /dev/null +++ b/src/content/pt/sobre.adoc @@ -0,0 +1,7 @@ += About + +== It's a good service + + + +// Generated from po4a(1). diff --git a/src/content/public.asc b/src/content/public.asc deleted file mode 100644 index e69de29..0000000 diff --git a/src/content/public.asc.txt b/src/content/public.asc.txt new file mode 100644 index 0000000..e69de29 diff --git a/src/content/terms.adoc b/src/content/terms.adoc deleted file mode 100644 index cecbc54..0000000 --- a/src/content/terms.adoc +++ /dev/null @@ -1,3 +0,0 @@ -= Terms of Service - -// https://man.sr.ht/terms.md -- cgit v1.2.3