[jboss-cvs] JBossBlog SVN: r228 - trunk/view/manage/shotoku.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 28 08:49:08 EST 2008


Author: adamw
Date: 2008-02-28 08:49:07 -0500 (Thu, 28 Feb 2008)
New Revision: 228

Modified:
   trunk/view/manage/shotoku/shotoku_mod.xhtml
Log:


Modified: trunk/view/manage/shotoku/shotoku_mod.xhtml
===================================================================
--- trunk/view/manage/shotoku/shotoku_mod.xhtml	2008-02-28 13:36:54 UTC (rev 227)
+++ trunk/view/manage/shotoku/shotoku_mod.xhtml	2008-02-28 13:49:07 UTC (rev 228)
@@ -13,12 +13,35 @@
             <p>
                 You can convert files from a directory in SVN to posts using Shotoku.
                 The conversion is as follows:
-                <ul>
-                    <li>a - </li>
-                </ul>
+                <br />
+                <br />
+                <i>post title</i> - value of the 'title' property of the file
+                <br />
+                <br />
+                <i>post author</i> - value of the 'author' property; however if all posts have the
+                same author, you can omit this, then the value of the author field for the feed will be used
+                <br />
+                <br />
+                <i>post content</i> - file content
             </p>
         </li>
         <li>
+            <p>
+                Podcasts are also easy to create. The conversion is a little bit different:
+                <br />
+                <br />
+                <i>post content</i> - value of the 'description' property
+                <br />
+                <br />
+                <i>post enclosure</i> - the file forms the enclosure; however you need to provide
+                the link, from which this file can be downloaded, by providing a relative URL directory, to
+                which the name of the file will be appended
+                <br />
+                <br />
+                <i>post image (optional)</i> - value of the 'thumbnail' property (also a relative URL)
+            </p>
+        </li>
+        <li>
             <p>#{messages['blog.feed.remote.mod.authors']}</p>
         </li>
     </ul>




More information about the jboss-cvs-commits mailing list