diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-09-29 20:52:01 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-09-29 20:52:01 +0000 |
commit | 2f3b23f96a5f595c9d0ef02abf5037f41e907390 (patch) | |
tree | 3d03ff4a0c3ad062f3669233e6002c3ed669d8a4 /www | |
parent | 20ec8b4958dc2d6a4a08f9b0dcae27c90f0155ef (diff) | |
download | semanticscuttle-2f3b23f96a5f595c9d0ef02abf5037f41e907390.tar.gz semanticscuttle-2f3b23f96a5f595c9d0ef02abf5037f41e907390.tar.bz2 |
first tests for api/posts/add
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@772 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'www')
-rw-r--r-- | www/api/posts_add.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/api/posts_add.php b/www/api/posts_add.php index 59f7dce..b392a80 100644 --- a/www/api/posts_add.php +++ b/www/api/posts_add.php @@ -5,6 +5,8 @@ // del.icio.us behavior: // - tags can't have spaces // - address and description are mandatory +// - description == title in semanticscuttle +// - extended == description in semanticscuttle // Scuttle behavior: // - Additional 'status' variable for privacy |