diff --git a/apps/syndie/jsp/post.jsp b/apps/syndie/jsp/post.jsp
index fd8c62fc14..ab976002c0 100644
--- a/apps/syndie/jsp/post.jsp
+++ b/apps/syndie/jsp/post.jsp
@@ -148,28 +148,8 @@ for (Iterator iter = names.iterator(); iter.hasNext(); ) {
Include public names?
-Post content (in raw SML, no headers):
+Post content (in raw SML, no headers):
[img attachment="1"]alt[/img] = use attachment 1 as an image with 'alt' as the alt text
+
[blog name="name" bloghash="base64hash"]description[/blog] = link to all posts in the blog
+
[blog name="name" bloghash="base64hash" blogentry="1234"]description[/blog] = link to the specified post in the blog
+
[blog name="name" bloghash="base64hash" blogtag="tag"]description[/blog] = link to all posts in the blog with the specified tag
+
[blog name="name" blogtag="tag"]description[/blog] = link to all posts in all blogs with the specified tag
+
[link schema="eep" location="http://forum.i2p"]text[/link] = offer a link to an external resource (accessible with the given schema)
+
[archive name="name" description="they have good stuff" schema="eep" location="http://syndiemedia.i2p/archive/archive.txt"]foo![/archive] = offer an easy way to sync up with a new Syndie archive
+
+SML headers are newline delimited key:value pairs. Example keys are:
+
+
bgcolor = background color of the post (e.g. bgcolor:#ffccaa or bgcolor=red)
+
bgimage = attachment number to place as the background image for the post (only shown if images are enabled) (e.g. bgimage=1)