mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-02-16 15:14:28 +00:00
Fix Hubzilla links, closes #35
This commit is contained in:
parent
cd9c622364
commit
38cfb6409f
|
@ -22,7 +22,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Hubzilla",
|
"title": "Hubzilla",
|
||||||
"url" : " https://project.hubzilla.org",
|
"url" : " https://hubzilla.org",
|
||||||
"smallImg": "/img/hubzilla.png",
|
"smallImg": "/img/hubzilla.png",
|
||||||
"descr": "Feature-rich social platform. Create channels with a decentralized nomadic identity"
|
"descr": "Feature-rich social platform. Create channels with a decentralized nomadic identity"
|
||||||
},
|
},
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Zot",
|
"name": "Zot",
|
||||||
"url": "https://project.hubzilla.org/help/developer/zot_protocol"
|
"url": "https://zotlabs.org/help/developer/zot_protocol"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ActivityPub",
|
"name": "ActivityPub",
|
||||||
|
|
|
@ -7,18 +7,18 @@
|
||||||
"type": "macroblogging",
|
"type": "macroblogging",
|
||||||
"logoClr": "43488a",
|
"logoClr": "43488a",
|
||||||
"created": "2015",
|
"created": "2015",
|
||||||
"official": "https://project.hubzilla.org",
|
"official": "https://hubzilla.org",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repo": "https://framagit.org/hubzilla/core",
|
"repo": "https://framagit.org/hubzilla/core",
|
||||||
"language": "PHP",
|
"language": "PHP",
|
||||||
"protocols":
|
"protocols":
|
||||||
[
|
[
|
||||||
{"title": "Zot", "url": "https://project.hubzilla.org/help/developer/zot_protocol"},
|
{"title": "Zot", "url": "https://zotlabs.org/help/developer/zot_protocol"},
|
||||||
{"title": "OStatus", "url": "https://github.com/OStatus"},
|
{"title": "OStatus", "url": "https://github.com/OStatus"},
|
||||||
{"title": "diaspora", "url": "https://github.com/diaspora/diaspora_federation"},
|
{"title": "diaspora", "url": "https://github.com/diaspora/diaspora_federation"},
|
||||||
{"title": "ActivityPub", "url": "https://activitypub.rocks"}
|
{"title": "ActivityPub", "url": "https://activitypub.rocks"}
|
||||||
],
|
],
|
||||||
"wiki": "https://project.hubzilla.org/wiki/hubzilla/Hubzilla%2BProject/Home",
|
"wiki": "",
|
||||||
"servers":
|
"servers":
|
||||||
[
|
[
|
||||||
{"num": "1", "url": "https://the-federation.info/hubzilla"},
|
{"num": "1", "url": "https://the-federation.info/hubzilla"},
|
||||||
|
@ -28,12 +28,12 @@
|
||||||
"mobile": "",
|
"mobile": "",
|
||||||
"tutorials":
|
"tutorials":
|
||||||
[
|
[
|
||||||
{"id": "0", "url": "https://project.hubzilla.org/help/member/member_guide"},
|
{"id": "0", "url": "https://zotlabs.org/help/member/member_guide"},
|
||||||
{"id": "1", "url": "https://project.hubzilla.org/help/admin/administrator_guide"},
|
{"id": "1", "url": "https://zotlabs.org/help/developer/developer_guide"},
|
||||||
{"id": "2", "url": "https://project.hubzilla.org/help/tutorials/personal_channel"}
|
{"id": "2", "url": "https://zotlabs.org/help/tutorials/personal_channel"}
|
||||||
|
|
||||||
],
|
],
|
||||||
"devTutorial": "https://github.com/redmatrix/hubzilla/wiki/Deploying-Hubzilla#install-and-set-up-the-basics",
|
"devTutorial": "https://zotlabs.org/help/admin/administrator_guide",
|
||||||
"cheatsheets":
|
"cheatsheets":
|
||||||
[
|
[
|
||||||
{"id": "0", "url": "/img/hubzilla-permissions.png"}
|
{"id": "0", "url": "/img/hubzilla-permissions.png"}
|
||||||
|
|
|
@ -88,6 +88,7 @@ uMatch: Find users similar to you by their vocabulary
|
||||||
wizard: SERVER WIZARD
|
wizard: SERVER WIZARD
|
||||||
userGuide: User guide
|
userGuide: User guide
|
||||||
adminGuide: Administrator guide
|
adminGuide: Administrator guide
|
||||||
|
devGuide: Developer guide
|
||||||
|
|
||||||
# diaspora page
|
# diaspora page
|
||||||
proxy: proxy
|
proxy: proxy
|
||||||
|
|
|
@ -7,7 +7,7 @@ layout: layout
|
||||||
const data = site.data.hubzilla.data;
|
const data = site.data.hubzilla.data;
|
||||||
const tutorials = data.tutorials;
|
const tutorials = data.tutorials;
|
||||||
const cheatsheets = data.cheatsheets;
|
const cheatsheets = data.cheatsheets;
|
||||||
const tuts = [__('userGuide'), __('adminGuide'), __('channel')];
|
const tuts = [__('userGuide'), __('devGuide'), __('channel')];
|
||||||
const sheets = [__('permissions')];
|
const sheets = [__('permissions')];
|
||||||
%>
|
%>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue