diff options
author | friendica <info@friendica.com> | 2014-05-15 19:56:31 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-15 19:56:31 -0700 |
commit | 2237c39c94f3fdad72a5d7703a6def69c26b0a47 (patch) | |
tree | 290731c17fe6a2300dd31c80567f50ecc0881d02 /app | |
parent | 077b97eac46989cfc7aadc14f3c4974fb31473b3 (diff) | |
download | volse-hubzilla-2237c39c94f3fdad72a5d7703a6def69c26b0a47.tar.gz volse-hubzilla-2237c39c94f3fdad72a5d7703a6def69c26b0a47.tar.bz2 volse-hubzilla-2237c39c94f3fdad72a5d7703a6def69c26b0a47.zip |
first apd files
Diffstat (limited to 'app')
-rw-r--r-- | app/channel.apd | 3 | ||||
-rw-r--r-- | app/matrix.apd | 3 | ||||
-rw-r--r-- | app/profile.apd | 4 |
3 files changed, 10 insertions, 0 deletions
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 + |