From 2237c39c94f3fdad72a5d7703a6def69c26b0a47 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 May 2014 19:56:31 -0700 Subject: first apd files --- app/channel.apd | 3 +++ app/matrix.apd | 3 +++ app/profile.apd | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 app/channel.apd create mode 100644 app/matrix.apd create mode 100644 app/profile.apd (limited to 'app') diff --git a/app/channel.apd b/app/channel.apd new file mode 100644 index 000000000..cfb1f55da --- /dev/null +++ b/app/channel.apd @@ -0,0 +1,3 @@ +url: $baseurl/channel/$nick +requires: local_user +name: Channel Home diff --git a/app/matrix.apd b/app/matrix.apd new file mode 100644 index 000000000..c762e5aa6 --- /dev/null +++ b/app/matrix.apd @@ -0,0 +1,3 @@ +url: $baseurl/network +requires: local_user +name: Matrix diff --git a/app/profile.apd b/app/profile.apd new file mode 100644 index 000000000..ce52f960b --- /dev/null +++ b/app/profile.apd @@ -0,0 +1,4 @@ +url: $baseurl/profile/$nick +requires: local_user +name: Profile + -- cgit v1.2.3