From f52a1b7a86adb47ec05a15b7bf9d689bf507bca3 Mon Sep 17 00:00:00 2001 From: verdulo Date: Sun, 8 Nov 2020 18:38:37 +0100 Subject: [PATCH 01/15] eo.toml --- i18n/en.toml | 2 +- i18n/eo.toml | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++ i18n/fr.toml | 2 +- 3 files changed, 80 insertions(+), 2 deletions(-) create mode 100644 i18n/eo.toml diff --git a/i18n/en.toml b/i18n/en.toml index af1e31f..0e57991 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -75,4 +75,4 @@ other = "Read more" other = "Latest release: {{ .Scratch.Get \"latest_release_name\" }}" [latest_commit] -other = "Latest commit: \"{{ .Scratch.Get \"latest_commit_title\" }}\", by {{ .Scratch.Get \"latest_commit_author_name\" }} {{ .Scratch.Get \"latest_commit_html_timestamp\" }}." \ No newline at end of file +other = "Latest commit: \"{{ .Scratch.Get \"latest_commit_title\" }}\", by {{ .Scratch.Get \"latest_commit_author_name\" }} {{ .Scratch.Get \"latest_commit_html_timestamp\" }}." diff --git a/i18n/eo.toml b/i18n/eo.toml new file mode 100644 index 0000000..849e545 --- /dev/null +++ b/i18n/eo.toml @@ -0,0 +1,78 @@ +[languageName] +other = "Esperanto" + +[date_format] +other = "ddd, la Do de MMM YYYY je HH:mm" + +[date_format_short] +other = "Do MMM YYYY" + +[reading_time] +other = "Tempo de lego" + +[reading_time_text] +one = "1 minuto" +other = "{{.Count}} minutoj" + +[written_by] +other = "Skribita de" + +[blog] +other = "Taglibro" + +[twitter] +other = "Twitter" + +[mastodon] +other = "Mastodon" + +[get_source_code] +other = "Fontkodo" + +[faq] +other = "Oftaj demandoj" + +[by] +other = "De {{ (index $.Site.Data.authors .Params.author).name }}" + +[previous_page] +other = "Antaŭa paĝo" + +[next_page] +other = "Sekva paĝo" + +[download_title] +other = "Akiru Silence!" + +[download_text] +other = "La aplikaĵo Silence estas disponebla ĉe F-Droid kaj Google Play. Elŝutu ĝin nun!" + +[download_fdroid] +other = "Elŝuti el F-Droid!" + +[download_google_play] +other = "Elŝuti el Google Play!" + +[home] +other = "Ĉefpaĝo" + +[contribute] +other = "Kontribui" + +[privacy_policy] +other = "Privateca politiko" + +[rss] +other = "RSS-fluo" + +[translations] +other = "Tradukoj" + +[read_more] +other = "Pliaj informoj" + +[latest_release] +other = "Plej nova versio: {{ .Scratch.Get \"latest_release_name\" }}" + +[latest_commit] +other = "Antaŭa kunfand-peto: \"{{ .Scratch.Get \"latest_commit_title\" }}\", de {{ .Scratch.Get \"latest_commit_author_name\" }} {{ .Scratch.Get \"latest_commit_html_timestamp\" }}." diff --git a/i18n/fr.toml b/i18n/fr.toml index 6be3a95..2767b4f 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -75,4 +75,4 @@ other = "Lire la suite" other = "Dernière version : {{ .Scratch.Get \"latest_release_name\" }}" [latest_commit] -other = "Dernier commit : \"{{ .Scratch.Get \"latest_commit_title\" }}\", par {{ .Scratch.Get \"latest_commit_author_name\" }} {{ .Scratch.Get \"latest_commit_html_timestamp\" }}." \ No newline at end of file +other = "Dernier commit : \"{{ .Scratch.Get \"latest_commit_title\" }}\", par {{ .Scratch.Get \"latest_commit_author_name\" }} {{ .Scratch.Get \"latest_commit_html_timestamp\" }}." -- GitLab From 7fdd5bd4efc645ad20e55c8d92fb6a8b9d94af0f Mon Sep 17 00:00:00 2001 From: verdulo Date: Sun, 8 Nov 2020 18:40:51 +0100 Subject: [PATCH 02/15] Revert "eo.toml" This reverts commit f52a1b7a86adb47ec05a15b7bf9d689bf507bca3 --- i18n/en.toml | 2 +- i18n/eo.toml | 78 ---------------------------------------------------- i18n/fr.toml | 2 +- 3 files changed, 2 insertions(+), 80 deletions(-) delete mode 100644 i18n/eo.toml diff --git a/i18n/en.toml b/i18n/en.toml index 0e57991..af1e31f 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -75,4 +75,4 @@ other = "Read more" other = "Latest release: {{ .Scratch.Get \"latest_release_name\" }}" [latest_commit] -other = "Latest commit: \"{{ .Scratch.Get \"latest_commit_title\" }}\", by {{ .Scratch.Get \"latest_commit_author_name\" }} {{ .Scratch.Get \"latest_commit_html_timestamp\" }}." +other = "Latest commit: \"{{ .Scratch.Get \"latest_commit_title\" }}\", by {{ .Scratch.Get \"latest_commit_author_name\" }} {{ .Scratch.Get \"latest_commit_html_timestamp\" }}." \ No newline at end of file diff --git a/i18n/eo.toml b/i18n/eo.toml deleted file mode 100644 index 849e545..0000000 --- a/i18n/eo.toml +++ /dev/null @@ -1,78 +0,0 @@ -[languageName] -other = "Esperanto" - -[date_format] -other = "ddd, la Do de MMM YYYY je HH:mm" - -[date_format_short] -other = "Do MMM YYYY" - -[reading_time] -other = "Tempo de lego" - -[reading_time_text] -one = "1 minuto" -other = "{{.Count}} minutoj" - -[written_by] -other = "Skribita de" - -[blog] -other = "Taglibro" - -[twitter] -other = "Twitter" - -[mastodon] -other = "Mastodon" - -[get_source_code] -other = "Fontkodo" - -[faq] -other = "Oftaj demandoj" - -[by] -other = "De {{ (index $.Site.Data.authors .Params.author).name }}" - -[previous_page] -other = "Antaŭa paĝo" - -[next_page] -other = "Sekva paĝo" - -[download_title] -other = "Akiru Silence!" - -[download_text] -other = "La aplikaĵo Silence estas disponebla ĉe F-Droid kaj Google Play. Elŝutu ĝin nun!" - -[download_fdroid] -other = "Elŝuti el F-Droid!" - -[download_google_play] -other = "Elŝuti el Google Play!" - -[home] -other = "Ĉefpaĝo" - -[contribute] -other = "Kontribui" - -[privacy_policy] -other = "Privateca politiko" - -[rss] -other = "RSS-fluo" - -[translations] -other = "Tradukoj" - -[read_more] -other = "Pliaj informoj" - -[latest_release] -other = "Plej nova versio: {{ .Scratch.Get \"latest_release_name\" }}" - -[latest_commit] -other = "Antaŭa kunfand-peto: \"{{ .Scratch.Get \"latest_commit_title\" }}\", de {{ .Scratch.Get \"latest_commit_author_name\" }} {{ .Scratch.Get \"latest_commit_html_timestamp\" }}." diff --git a/i18n/fr.toml b/i18n/fr.toml index 2767b4f..6be3a95 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -75,4 +75,4 @@ other = "Lire la suite" other = "Dernière version : {{ .Scratch.Get \"latest_release_name\" }}" [latest_commit] -other = "Dernier commit : \"{{ .Scratch.Get \"latest_commit_title\" }}\", par {{ .Scratch.Get \"latest_commit_author_name\" }} {{ .Scratch.Get \"latest_commit_html_timestamp\" }}." +other = "Dernier commit : \"{{ .Scratch.Get \"latest_commit_title\" }}\", par {{ .Scratch.Get \"latest_commit_author_name\" }} {{ .Scratch.Get \"latest_commit_html_timestamp\" }}." \ No newline at end of file -- GitLab From fdb25690432120fcfcc3ddf8dfc29cca1c64830e Mon Sep 17 00:00:00 2001 From: verdulo Date: Sun, 8 Nov 2020 18:48:01 +0100 Subject: [PATCH 03/15] Upload New File --- i18n/eo.toml | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 i18n/eo.toml diff --git a/i18n/eo.toml b/i18n/eo.toml new file mode 100644 index 0000000..849e545 --- /dev/null +++ b/i18n/eo.toml @@ -0,0 +1,78 @@ +[languageName] +other = "Esperanto" + +[date_format] +other = "ddd, la Do de MMM YYYY je HH:mm" + +[date_format_short] +other = "Do MMM YYYY" + +[reading_time] +other = "Tempo de lego" + +[reading_time_text] +one = "1 minuto" +other = "{{.Count}} minutoj" + +[written_by] +other = "Skribita de" + +[blog] +other = "Taglibro" + +[twitter] +other = "Twitter" + +[mastodon] +other = "Mastodon" + +[get_source_code] +other = "Fontkodo" + +[faq] +other = "Oftaj demandoj" + +[by] +other = "De {{ (index $.Site.Data.authors .Params.author).name }}" + +[previous_page] +other = "Antaŭa paĝo" + +[next_page] +other = "Sekva paĝo" + +[download_title] +other = "Akiru Silence!" + +[download_text] +other = "La aplikaĵo Silence estas disponebla ĉe F-Droid kaj Google Play. Elŝutu ĝin nun!" + +[download_fdroid] +other = "Elŝuti el F-Droid!" + +[download_google_play] +other = "Elŝuti el Google Play!" + +[home] +other = "Ĉefpaĝo" + +[contribute] +other = "Kontribui" + +[privacy_policy] +other = "Privateca politiko" + +[rss] +other = "RSS-fluo" + +[translations] +other = "Tradukoj" + +[read_more] +other = "Pliaj informoj" + +[latest_release] +other = "Plej nova versio: {{ .Scratch.Get \"latest_release_name\" }}" + +[latest_commit] +other = "Antaŭa kunfand-peto: \"{{ .Scratch.Get \"latest_commit_title\" }}\", de {{ .Scratch.Get \"latest_commit_author_name\" }} {{ .Scratch.Get \"latest_commit_html_timestamp\" }}." -- GitLab From 5b57696d2c672d635ceaf1f9a61d3c87cead6f8d Mon Sep 17 00:00:00 2001 From: verdulo Date: Wed, 11 Nov 2020 13:31:18 +0100 Subject: [PATCH 04/15] Add new directory --- content/eo/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 content/eo/.gitkeep diff --git a/content/eo/.gitkeep b/content/eo/.gitkeep new file mode 100644 index 0000000..e69de29 -- GitLab From e412abb3d4f2d49b8c330fdd2977ff6ccf6a8f42 Mon Sep 17 00:00:00 2001 From: verdulo Date: Wed, 11 Nov 2020 13:31:56 +0100 Subject: [PATCH 05/15] Upload New File --- content/eo/_index.md | 75 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 content/eo/_index.md diff --git a/content/eo/_index.md b/content/eo/_index.md new file mode 100644 index 0000000..f9148cc --- /dev/null +++ b/content/eo/_index.md @@ -0,0 +1,75 @@ +--- +title: Silence +head: Ĉu vi bezonas privatecon? +subtitle: Ĉifru viajn mesaĝojn SMS kaj MMS per Silence. Plibonigu vian privatecon, ne estu spionata. +button1_text: Elŝuti +button1_link: "/eo/#download" +button1_class: "fa fa-cloud-download" +button2_text: Kontribui +button2_link: "/eo/contribute" +button2_class: "fa fa-gitlab" +description: Ĉifru viajn mesaĝojn SMS kaj MMS per Silence, en via telefono kaj dum transsendo. Plibonigu vian privatecon, ne estu spionata. +image: images/logo-header.png +--- +{{% side_image image="images/silence.jpg" button_text="Akiru Silence!" button_link="/eo/#download" %}} + +## Protekti vian komunikadon dum transsendo kaj en la aparato. + +Silence (antaŭe SMSSecure) estas plena anstataŭigo por la implicita SMS‑mesaĝilo: ĉiuj mesaĝoj estas ĉifrataj loke kaj mesaĝoj al aliaj uzantoj de Silence estas ĉifrataj dum transsendo. + +{{% /side_image %}} + +{{% latest_release_commit %}} + +
+
+
+{{% panel title="Facila" icon="fa fa-magic" %}} +Silence funkcias kiel ĉiu alia SMS‑mesaĝilo. Vi ne devas ensaluti/krei konton kaj viaj amikoj ne devas aliĝi al iu nova servo. +{{% /panel %}} + +{{% panel title="Senmalfunkcia" icon="fa fa-cogs" %}} +Silence komunikiĝas uzante ĉifritajn SMS‑mesaĝojn. Neniu servilo aŭ interreta konekto estas uzata. +{{% /panel %}} + +{{% panel title="Privata" icon="fa fa-lock" %}} +Silence liveras tutvojan (fin-al-finan) ĉifradon por viaj mesaĝojn per la zorge prilaboritan protokolon de la aplikaĵo Signal. +{{% /panel %}} + +{{% panel title="Sekura" icon="fa fa-eye-slash" %}} +Ĉiuj mesaĝoj estas ĉifrataj loke, do se via telefono estos ŝtelita, viaj mesaĝoj estos protektataj. +{{% /panel %}} + +{{% panel title="Malferma kodo" icon="fa fa-check" %}} +Silence estas senpaga kaj malfermkoda aplikaĵo, ĉiu povas verigi ĝian sekurecon per revizi la fontkodon. +{{% /panel %}} + +{{% panel title="Komuna projekto" icon="fa fa-users" %}} +Silence estas farata de volontuloj. Neniu firmao respondumas pri ĝia evoluigado. Eĉ vi povas [kontribui](/eo/contribute)! +{{% /panel %}} +
+
+
+ +{{% home_part %}} +## Aliĝi al la komunumo + +Ĉu vi havas demandon? Ĉu vi volas helpi? + +* Mattermost: [nia platformo Mattermost](https://chat.silence.dev/silence) ĉe [chat.silence.dev](https://chat.silence.dev). +* Twitter: [`@SilenceIM`](https://twitter.com/SilenceIM) +* Mastodon: `@silence@mastodon.social` +* Retpoŝto: [`support@silence.im`](mailto:support@silence.im) ([`PGP-ŝlosilo`](https://silence.im/pgp.pub)) + +Se vi volas kontribui al la projekto Silence, [jen klarigo kiel](/eo/contribute). + +## Subteni Silence + +Silence estas povigata de viaj donacoj kaj ni akceptas Bitmonon (₿). Financa kontribuo helpas al ni pagi diversajn kostojn (retgastigon, nomregnon, ktp.) + +Nia Bitmon-adreso estas `1LoKZXg3bx6kfwAhEFQqS9pgeCE1CFMEJb` + +## Juĝalvoka kanario + +Nia “juĝalvoka kanario” (afiŝo pri manko de juĝalvoko) troviĝas sur [la dediĉita retpaĝo](/eo/warrant). +{{% /home_part %}} -- GitLab From 4dbb177336b9e2935b32a581d8b6d36840164dda Mon Sep 17 00:00:00 2001 From: verdulo Date: Wed, 11 Nov 2020 13:32:30 +0100 Subject: [PATCH 06/15] Upload New File --- content/eo/contribute.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 content/eo/contribute.md diff --git a/content/eo/contribute.md b/content/eo/contribute.md new file mode 100644 index 0000000..8fef2aa --- /dev/null +++ b/content/eo/contribute.md @@ -0,0 +1,25 @@ +--- +title: Kontribui +translationKey: "contribute" +slug: "contribute" +--- + +## Pri la retejo silence.dev + +Silence estis antaŭe evoluigata ĉe GitHub. Ekde Julio 2019, ni moviĝis al la mem‑gastigata platformo [silence.dev](https://silence.dev). Nun la fontkodo estas disponeble ĉe [nia servilo GitLab](https://git.silence.dev/Silence/Silence-Android/). Servoj ĉe silence.dev estas senpagaj kaj por Silence-rilataj projektoj, ne uzu ilin por nerilataj al Silence personaj projektoj. Vi devas krei konton uzante ĝustan retpoŝtan adreson aŭ uzi GitHub‑konton por ensaluti. + +## Tradukoj + +Ĉiu povas aktualigi tradukojn per [Weblate](https://translate.silence.dev). Vi devas havi konton ĉe nia GitLab por ensaluti al Weblate. Sendu viajn korektojn tien. Tradukoj estas aktualigataj en la fontkodo tuj antaŭ eldono de nova versio. + +## Raporti erarojn + +Vi povas sendi erar‑raportojn per [nia erar‑spurilo](https://git.silence.dev/Silence/Silence-Android/issues). + +1. Traserĉu ekzistajn problemojn por certiĝi, ke via problemo ne estos duplikato. +2. (malnepre) Traserĉu [problemojn pri Signal](https://github.com/signalapp/Signal-Android/issues). +3. Malfermu problemon laŭ [tiu ĉi ŝablono](https://git.silence.dev/Silence/Silence-Android/-/blob/master/.gitlab/issue_templates/Bug.md). Se vi ne povas akiri senerarigan protokolon el agordoj, uzu ADB: `adb logcat | grep $(adb shell ps | grep org.smssecure.smssecure | cut -c10-15)`. + +## Proponi kunfand-petojn + +Ĉiuj utilaj kunfand‑petojn «merge requests» estas akceptataj. Bonvolu konformi al [nia ŝablono](https://git.silence.dev/Silence/Silence-Android/-/blob/master/.gitlab/merge_request_templates/Merge%20Request.md) kaj enmeti kunfandojn al la branĉo `unstable` (kunfand‑petojn al `master` estos malakceptataj). -- GitLab From b05b01041e92566e8516ac6e1fbdb96697b61e98 Mon Sep 17 00:00:00 2001 From: verdulo Date: Wed, 11 Nov 2020 13:32:45 +0100 Subject: [PATCH 07/15] Upload New File --- content/eo/faq.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 content/eo/faq.md diff --git a/content/eo/faq.md b/content/eo/faq.md new file mode 100644 index 0000000..cafaf68 --- /dev/null +++ b/content/eo/faq.md @@ -0,0 +1,29 @@ +--- +title: Oftaj demandoj +translationKey: "faq" +slug: "faq" +--- + +## Ĉu Silence estas senpaga? + +Silence estas senpaga kaj malfermkoda programaro: vi ne pagos por elŝuti aŭ instali ĝin. Pro la fakto, ke Silence estas SMS/MMS‑mesaĝilo, via telefon‑provizanto povas ŝarĝi vin per pago, se via abonplano ne enhavas senlimajn SMS‑mesaĝojn. + +## Ĉu ricevonto devas instali Silence? + +Por komenci sekuran interparoladon, Silence estu instalita ĉe ambaŭ uzantoj. Vi plue povas paroli kun amikoj, kiuj ne instalis la aplikaĵon, sed per neĉifrataj mesaĝoj, simile kiel per alia apo por SMS/MMS. + +## Ĉu vi planas fari Silence por iOS? + +Apple ne permesas al eksteraj aplikaĵoj (kiel Silence) pritrakti mesaĝojn SMS/MMS. Tio ĉi signifas, ke ĉe iOS vi ne povas uzi alian aplikaĵon ol la antaŭinstalita. Mesaĝiloj por iOS uzas interretan konekton anstataŭ GSM, eĉ kiam ili nomiĝas ekzemple “SMS-mesaĝilo”. + +## Ĉu mi povas babili kun uzantoj de Signal per uzi Silence? + +Ne, vi ne povas. Silence uzas la ĉifran protokolon de Signal, tamen uzas alian metodon por transsendi mesaĝojn. Silence uzas mesaĝojn SMS/MMS kaj Signal uzas interretan konekton. + +## Kiel mi povas defendi min kontraŭ spionado per Silence? + +Uzante ĉifritajn mesaĝojn, Silence protektas enhavon de interparolado: tio ĉi signifas, ke nur vi kaj via ricevonto povas legi la interparoladon. Via telefonret‑provizanto, atakanto aŭ registara spiona programo ne povos legi ĉifiritajn mesaĝojn. La aplikaĵo Silence ne kaŝos vian “[socian diagramon](https://www.wikidata.org/wiki/Q648457?uselang=eo)”, do malgraŭ tio, ke mesaĝoj estas ĉifirtaj, atakantoj povos konkludi kun kiu vi parolas, kiam kaj kiel ofte. Krom tio, via telefono plue povas esti spurata per la GSM‑reto. + +## Ĉu mi povas kontribui al Silence? + +Jes, vi povas, eĉ kiam vi ne estas programisto! Unue provu diskonigi ideon pri ĉifri mesaĝojn SMS/MMS kaj reklami la aplikaĵon Silence al viaj amikoj, kunlaborantoj, parencoj, ktp. Vi ankaŭ povas traduki la aplikaĵon, raporti erarojn aŭ proponi novajn eblaĵojn. Legu la paĝon “[kontribui](/eo/contribute)“. Vi ankaŭ povas [donaci](/eo/#support-silence) al la projekto. -- GitLab From 4e29f3cbbffb5b21424cb094348c10a4660e9702 Mon Sep 17 00:00:00 2001 From: verdulo Date: Wed, 11 Nov 2020 13:33:00 +0100 Subject: [PATCH 08/15] Upload New File --- content/eo/privacy-policy.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/eo/privacy-policy.md diff --git a/content/eo/privacy-policy.md b/content/eo/privacy-policy.md new file mode 100644 index 0000000..bfca4d0 --- /dev/null +++ b/content/eo/privacy-policy.md @@ -0,0 +1,11 @@ +--- +title: Privateca politiko +translationKey: "privacy-policy" +slug: "privacy-policy" +--- + +Silence kolektas aŭ transsendas neniujn personajn informojn. La aplikaĵo postulas la jenajn permesojn: + +* `INTERNET`: Tiu ĉi permeso estas postulata por transsendi datumojn el/al servoj de via telefonret‑provizanto por uzi MMS‑mesaĝojn. Ĝi ne estas uzata por alia celo. +* `READ_CONTACTS`: Tiu ĉi permeso estas postulata por ke la aplikaĵo povu proponi kontaktojn al la uzanto dum skribi, kaj por vidigi kontaktajn informojn ĉe mesaĝfadenoj. Tiuj ĉi informoj ne estas transsendataj ekster via aparato. +* `READ_PHONE_STATE`: Tiu ĉi permeso estas postulata por akiri vian nunan telefonnumeron. Tio ĉi estas uzata por por administri du SIM‑kartojn por certigi, ke mesaĝoj estas sendataj/ricevataj al/el la nuna telefonnumero. Tiu ĉi informo ne estas transsendata ekster via aparato. -- GitLab From ae87006eba89a8852496f32d302d238de1f51e4d Mon Sep 17 00:00:00 2001 From: verdulo Date: Wed, 11 Nov 2020 13:33:16 +0100 Subject: [PATCH 09/15] Upload New File --- content/eo/warrant.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/eo/warrant.md diff --git a/content/eo/warrant.md b/content/eo/warrant.md new file mode 100644 index 0000000..832045b --- /dev/null +++ b/content/eo/warrant.md @@ -0,0 +1,16 @@ +--- +title: Juĝalvoka kanario +translationKey: "warrant" +slug: "warrant" +--- + +Subskribita “juĝalvoka kanario” estas publikigata je ĉiu du monatoj por certigi, ke Silence ne estis kompromitita de iu ekstera aganto per juĝalvoko. Vi povas elŝuti la [afiŝon de juĝalvoka kanario](/canary.txt) kaj la [PGP‑ŝlosilon](/pgp.pub) (fingrospuro estas`2684 ECEF 6076 1A5B 259F 45CC 878D 6D09 1EDE 0989`). + +``` +{{% warrant %}} +``` + +## Kiel verigi la juĝalvokan kanarion? + +1. Elŝutu la ŝlosilon: `curl -sS https://silence.im/pgp.pub | gpg --import -` +2. Verigu la afiŝon: `curl -sS https://silence.im/canary.txt | gpg --verify -` -- GitLab From faf766a3cca7143224f9197e072569b80ec3e2a7 Mon Sep 17 00:00:00 2001 From: verdulo Date: Wed, 11 Nov 2020 13:35:08 +0100 Subject: [PATCH 10/15] Add new file --- content/eo/blog/_index.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 content/eo/blog/_index.md diff --git a/content/eo/blog/_index.md b/content/eo/blog/_index.md new file mode 100644 index 0000000..df2e0a6 --- /dev/null +++ b/content/eo/blog/_index.md @@ -0,0 +1,3 @@ +--- +title: Taglibro +--- \ No newline at end of file -- GitLab From 32147939986828f24a2963859fe959d432b687df Mon Sep 17 00:00:00 2001 From: verdulo Date: Wed, 11 Nov 2020 14:10:19 +0100 Subject: [PATCH 11/15] Add new directory --- content/eo/blog/2020-07-13_a-new-website/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 content/eo/blog/2020-07-13_a-new-website/.gitkeep diff --git a/content/eo/blog/2020-07-13_a-new-website/.gitkeep b/content/eo/blog/2020-07-13_a-new-website/.gitkeep new file mode 100644 index 0000000..e69de29 -- GitLab From ae1ad9210470c93ea2ccf44f4105ad3fbc34ce21 Mon Sep 17 00:00:00 2001 From: verdulo Date: Wed, 11 Nov 2020 14:10:41 +0100 Subject: [PATCH 12/15] Upload New File --- .../eo/blog/2020-07-13_a-new-website/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/eo/blog/2020-07-13_a-new-website/index.md diff --git a/content/eo/blog/2020-07-13_a-new-website/index.md b/content/eo/blog/2020-07-13_a-new-website/index.md new file mode 100644 index 0000000..706e7a9 --- /dev/null +++ b/content/eo/blog/2020-07-13_a-new-website/index.md @@ -0,0 +1,16 @@ +--- +title: "Nova retejo" +author: bastien +date: 2020-07-13 21:54:00.000+0100 +header: "spacex-OHOU-5UVIYQ-unsplash.jpg" +translationKey: "a-new-website" +slug: "a-new-website" +--- + +Ekde hodiaŭ, Silence havas novan retejon kaj taglibron. Malgraŭ la fakto, ke ĝia enhavo ne ŝanĝiĝis, tio ĉi estas eblo plene uzi la sistemon GitLab Pages por anstataŭigi la antaŭan sistemon uzantan NodeJS. + +Fariĝis okazo mancii, ke Silence plue bezonas vin. Dum la antaŭaj jaroj, la fontkodo de Silence diferenciĝis de Signal pro granda diferenco de disponebla energio en la du projektoj. Tamen Silence plue estas sekura, ĉiu helpo gravas. Bonvolu raporti [problemojn](https://git.silence.dev/Silence/Silence-Android/-/issues), proponi [kunfand‑petojn](https://git.silence.dev/Silence/Silence-Android/-/merge_requests), kaj [diskuti](https://chat.silence.dev/silence/channels/town-square). + +Pro transigo al la dua versio de la retejo, multaj tradukoj perdiĝis. Bonvolu malfermi [kunfand‑petojn](https://git.silence.dev/Silence/silence.im/-/merge_requests) por (re)aldoni vian lingvon. + +Feliĉan babiladon per Silence! -- GitLab From 8e780a18f904b57ae925b2b1ce651255df69efe2 Mon Sep 17 00:00:00 2001 From: verdulo Date: Wed, 11 Nov 2020 14:14:31 +0100 Subject: [PATCH 13/15] Update config.toml --- config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index c24fd3a..19687e3 100755 --- a/config.toml +++ b/config.toml @@ -16,4 +16,7 @@ title = "Silence" contentDir = "content/en" [languages.fr] weight = 2 - contentDir = "content/fr" \ No newline at end of file + contentDir = "content/fr" + [languages.eo] + weight = 2 + contentDir = "content/eo" \ No newline at end of file -- GitLab From 4401f7e1399f625ac22be584a0580e08c32b382a Mon Sep 17 00:00:00 2001 From: verdulo Date: Wed, 11 Nov 2020 14:23:47 +0100 Subject: [PATCH 14/15] Update faq.md --- content/eo/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/eo/faq.md b/content/eo/faq.md index cafaf68..045a134 100644 --- a/content/eo/faq.md +++ b/content/eo/faq.md @@ -6,7 +6,7 @@ slug: "faq" ## Ĉu Silence estas senpaga? -Silence estas senpaga kaj malfermkoda programaro: vi ne pagos por elŝuti aŭ instali ĝin. Pro la fakto, ke Silence estas SMS/MMS‑mesaĝilo, via telefon‑provizanto povas ŝarĝi vin per pago, se via abonplano ne enhavas senlimajn SMS‑mesaĝojn. +Silence estas senpaga kaj malfermkoda programaro: vi ne pagos por elŝuti aŭ instali ĝin. Pro la fakto, ke Silence estas SMS/MMS‑mesaĝilo, via telefonret‑provizanto povas ŝarĝi vin per pagoj, se via abonplano ne enhavas senlimajn SMS‑mesaĝojn. ## Ĉu ricevonto devas instali Silence? -- GitLab From ddb519dc38121c2d82301d26afe5d52965f12e97 Mon Sep 17 00:00:00 2001 From: verdulo Date: Wed, 11 Nov 2020 14:27:39 +0100 Subject: [PATCH 15/15] Update privacy-policy.md --- content/eo/privacy-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/eo/privacy-policy.md b/content/eo/privacy-policy.md index bfca4d0..75599ca 100644 --- a/content/eo/privacy-policy.md +++ b/content/eo/privacy-policy.md @@ -8,4 +8,4 @@ Silence kolektas aŭ transsendas neniujn personajn informojn. La aplikaĵo postu * `INTERNET`: Tiu ĉi permeso estas postulata por transsendi datumojn el/al servoj de via telefonret‑provizanto por uzi MMS‑mesaĝojn. Ĝi ne estas uzata por alia celo. * `READ_CONTACTS`: Tiu ĉi permeso estas postulata por ke la aplikaĵo povu proponi kontaktojn al la uzanto dum skribi, kaj por vidigi kontaktajn informojn ĉe mesaĝfadenoj. Tiuj ĉi informoj ne estas transsendataj ekster via aparato. -* `READ_PHONE_STATE`: Tiu ĉi permeso estas postulata por akiri vian nunan telefonnumeron. Tio ĉi estas uzata por por administri du SIM‑kartojn por certigi, ke mesaĝoj estas sendataj/ricevataj al/el la nuna telefonnumero. Tiu ĉi informo ne estas transsendata ekster via aparato. +* `READ_PHONE_STATE`: Tiu ĉi permeso estas postulata por akiri vian nunan telefonnumeron. Tio ĉi estas uzata por administri du SIM‑kartojn por certigi, ke mesaĝoj estas sendataj/ricevataj al/el la nuna telefonnumero. Tiu ĉi informo ne estas transsendata ekster via aparato. -- GitLab