Skip to content

Commit

Permalink
Add Emissary
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Jan 18, 2025
1 parent 5c2f2b3 commit 555d301
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 4 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,12 @@ <h2 class="text-2xl font-bold mb-6 dark:text-slate-50">Take the Pledge</h2>
website: "https://NextGraph.org",
statement: "NextGraph.org is committed to data portability at its core, as it even goes further and beyond federation, for a truly decentralized network. It does guarantee perfect privacy as everything is encrypted end to end. The upcoming work on implementing a social platform we have planned, will uphold the principles listed in the Digital Platform Charter of Rights, as we strongly support diversity, minority communities and safety for everyone."
},
{
name: "Emissary",
date: "Jan 18, 2025",
website: "https://emissary.dev",
statement: "Emissary is a toolkit for building social applications on the open web. My goal from its inception has been to create a fundamentally respectful, responsible technology stack that anyone can use to launch their own platforms. I'm excited to see this Respectful Platforms initiative codifying these basic principles of human-first, accessible, and responsible design, and will strive to implement these values in Emissary, and every future app that uses Emissary at its core."
},
];

function createArticleElement(article, index) {
Expand Down
13 changes: 12 additions & 1 deletion lang/es/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,18 @@ <h2 class="text-2xl font-bold mb-6 dark:text-slate-50">Haz el compromiso</h2>
];

const pledges = [
// add here
{
name: "NextGraph.org",
date: "Jan 13, 2025",
website: "https://NextGraph.org",
statement: "NextGraph.org is committed to data portability at its core, as it even goes further and beyond federation, for a truly decentralized network. It does guarantee perfect privacy as everything is encrypted end to end. The upcoming work on implementing a social platform we have planned, will uphold the principles listed in the Digital Platform Charter of Rights, as we strongly support diversity, minority communities and safety for everyone."
},
{
name: "Emissary",
date: "Jan 18, 2025",
website: "https://emissary.dev",
statement: "Emissary is a toolkit for building social applications on the open web. My goal from its inception has been to create a fundamentally respectful, responsible technology stack that anyone can use to launch their own platforms. I'm excited to see this Respectful Platforms initiative codifying these basic principles of human-first, accessible, and responsible design, and will strive to implement these values in Emissary, and every future app that uses Emissary at its core."
},
];

function createArticleElement(article, index) {
Expand Down
13 changes: 12 additions & 1 deletion lang/fr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,18 @@ <h2 class="text-2xl font-bold mb-6 dark:text-slate-50">Prenez l'Engagement</h2>
];

const pledges = [
// add here
{
name: "NextGraph.org",
date: "Jan 13, 2025",
website: "https://NextGraph.org",
statement: "NextGraph.org is committed to data portability at its core, as it even goes further and beyond federation, for a truly decentralized network. It does guarantee perfect privacy as everything is encrypted end to end. The upcoming work on implementing a social platform we have planned, will uphold the principles listed in the Digital Platform Charter of Rights, as we strongly support diversity, minority communities and safety for everyone."
},
{
name: "Emissary",
date: "Jan 18, 2025",
website: "https://emissary.dev",
statement: "Emissary is a toolkit for building social applications on the open web. My goal from its inception has been to create a fundamentally respectful, responsible technology stack that anyone can use to launch their own platforms. I'm excited to see this Respectful Platforms initiative codifying these basic principles of human-first, accessible, and responsible design, and will strive to implement these values in Emissary, and every future app that uses Emissary at its core."
},
];

function createArticleElement(article, index) {
Expand Down
13 changes: 12 additions & 1 deletion lang/pl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,18 @@ <h2 class="text-2xl font-bold mb-6 dark:text-slate-50">Złóż przysięgę</h2>
];

const pledges = [
// add here
{
name: "NextGraph.org",
date: "Jan 13, 2025",
website: "https://NextGraph.org",
statement: "NextGraph.org is committed to data portability at its core, as it even goes further and beyond federation, for a truly decentralized network. It does guarantee perfect privacy as everything is encrypted end to end. The upcoming work on implementing a social platform we have planned, will uphold the principles listed in the Digital Platform Charter of Rights, as we strongly support diversity, minority communities and safety for everyone."
},
{
name: "Emissary",
date: "Jan 18, 2025",
website: "https://emissary.dev",
statement: "Emissary is a toolkit for building social applications on the open web. My goal from its inception has been to create a fundamentally respectful, responsible technology stack that anyone can use to launch their own platforms. I'm excited to see this Respectful Platforms initiative codifying these basic principles of human-first, accessible, and responsible design, and will strive to implement these values in Emissary, and every future app that uses Emissary at its core."
},
];

function createArticleElement(article, index) {
Expand Down
13 changes: 12 additions & 1 deletion lang/ru/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,18 @@ <h2 class="text-2xl font-bold mb-6 dark:text-slate-50">Примите обяза
];

const pledges = [
// add here
{
name: "NextGraph.org",
date: "Jan 13, 2025",
website: "https://NextGraph.org",
statement: "NextGraph.org is committed to data portability at its core, as it even goes further and beyond federation, for a truly decentralized network. It does guarantee perfect privacy as everything is encrypted end to end. The upcoming work on implementing a social platform we have planned, will uphold the principles listed in the Digital Platform Charter of Rights, as we strongly support diversity, minority communities and safety for everyone."
},
{
name: "Emissary",
date: "Jan 18, 2025",
website: "https://emissary.dev",
statement: "Emissary is a toolkit for building social applications on the open web. My goal from its inception has been to create a fundamentally respectful, responsible technology stack that anyone can use to launch their own platforms. I'm excited to see this Respectful Platforms initiative codifying these basic principles of human-first, accessible, and responsible design, and will strive to implement these values in Emissary, and every future app that uses Emissary at its core."
},
];

function createArticleElement(article, index) {
Expand Down

0 comments on commit 555d301

Please sign in to comment.