Add a doc page that links to the StatusNet wiki API page

Add a redirect action that merely redirects to another action
Redirect /api to /doc/api so users don't get the "lame" "No such user" error message
This commit is contained in:
Craig Andrews
2010-10-12 23:36:33 -04:00
parent 5f81f6119b
commit f79dbaf9a7
4 changed files with 83 additions and 0 deletions

6
doc-src/api Normal file
View File

@@ -0,0 +1,6 @@
<!-- Copyright 2008-2010 StatusNet Inc. and contributors. -->
<!-- Document licensed under Creative Commons Attribution 3.0 Unported. See -->
<!-- http://creativecommons.org/licenses/by/3.0/ for details. -->
%%site.name%% provides an API that applications can use to interact with it.
More information about this API can be found on the [StatusNet Wiki](http://status.net/wiki/API).