Add Emissary
This commit is contained in:
parent
5c2f2b35e5
commit
555d301f2d
5 changed files with 54 additions and 4 deletions
|
@ -297,6 +297,12 @@
|
|||
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) {
|
||||
|
|
|
@ -275,7 +275,18 @@
|
|||
];
|
||||
|
||||
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) {
|
||||
|
|
|
@ -275,7 +275,18 @@
|
|||
];
|
||||
|
||||
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) {
|
||||
|
|
|
@ -276,7 +276,18 @@
|
|||
];
|
||||
|
||||
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) {
|
||||
|
|
|
@ -279,7 +279,18 @@
|
|||
];
|
||||
|
||||
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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue