summaryrefslogtreecommitdiff
path: root/doc-src
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/api6
-rw-r--r--doc-src/help1
2 files changed, 7 insertions, 0 deletions
diff --git a/doc-src/api b/doc-src/api
new file mode 100644
index 000000000..5c8815bdd
--- /dev/null
+++ b/doc-src/api
@@ -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).
diff --git a/doc-src/help b/doc-src/help
index 024d47378..6d12b4cd7 100644
--- a/doc-src/help
+++ b/doc-src/help
@@ -35,3 +35,4 @@ Here are some documents that you might find helpful in understanding
* [Source](%%doc.source%%) - How to get the StatusNet source code
* [Badge](%%doc.badge%%) - How to put a StatusNet badge on your blog or homepage
* [Bookmarklet](%%doc.bookmarklet%%) - Bookmarklet for posting Web pages
+* [API](%%doc.api%%) - API for use by external clients