| 52 | | * When creating a folder you must create a page with a basename of "index" in that folder in order for the navigaiotn to function correctly. Wordpress does not have the concept of folders, thus this is a two-step process in Movable Type. |
| | 58 | |
| | 59 | ## KNOWN ISSUES & DIFFERENCES FROM WP PLUGIN ## |
| | 60 | |
| | 61 | * When creating a folder you must create a page with a basename of "index" in that folder in order for the navigaiotn to function correctly. Wordpress does not have the concept of folders, thus this is a two-step process in Movable Type. |
| | 62 | * Sidebar is not created using WidgetManager. This was left out for simplicity, but may be incorporated in a future version. |
| | 63 | |
| | 64 | ### Addtions to Sandbox HTML in Movable Type ### |
| | 65 | * comment dates are wrapped in abbr tag with iso8601 date |
| | 66 | * because comments and trackback are different object types the id for individual TrackBacks is "trackback-ID#" instead of "comment-ID#" |
| | 67 | * comment-meta added to trackbacks to be more similar to comment markup |
| | 68 | * added class "trackback-title" to <p> containing the title of the TrackBack |
| | 69 | * Captcha for un-authenticated comments (class .comment-captcha) |
| | 70 | * Added rel next and prev category links to html head |
| | 71 | * Additional archive types are available: author-date-based and category-date-based entry listings. |
| | 72 | * (there may be a few additional differences which were overlooked) |
| | 73 | |
| | 74 | ### Differences in Sandbox on Movable Type vs. WordPress ### |
| | 75 | * MT doesn't support password protected posts/entries because it is not dynamic. |
| | 76 | * Edit link placed at the end of entry-meta data for consistency. |
| | 77 | * <$mt:EntryBody$> and <$mt:EntryMore$> are both included in the entry detail |
| | 78 | * unauthenticated commenters info is baked into cookie by default to mimic WP behaviour |
| | 79 | * Links (or Blogroll) is not a core feature of MT, but a page or plugin may be used to provide this functionality. |
| | 80 | * The archive page in MT is an index template and doesn't require the use of a page template as in WP. The markup has been preserved such that all themes will still apply correct markup. |
| | 81 | * MT doesn't have the ability to remove the current category when viewing an entry on a category index page. A feature request for this has been submitted to Six Apart: http://bugs.movabletype.org/default.asp?80604 |
| | 82 | * Added hAtom for author name on Author archives |
| | 83 | * No "description" field to author profile for use on the Author Archives, this can be added via CustomFields |
| | 84 | |
| | 85 | |
| | 86 | ## TO DO LIST ## |
| | 87 | |
| | 88 | * Convert config to YAML |
| | 89 | * http://code.sixapart.com/svn/mtplugins/trunk/ConfigAssistant/ |
| | 90 | * http://svn.sixapart.com/repos/eng/mtplugins/branches/PremiumNews/ |
| | 91 | * Ensure php functions work like functions in perl plugin script |
| | 92 | * Add entry atom feed including comments |
| | 93 | * Condition edit links to only display when user is logged into app (php/cookie) |
| | 94 | * Move sidebar elements into WigetManager |
| | 95 | * Document how to add comments on pages |
| | 96 | * Document tags: |
| | 97 | * <$mt:SandboxBodyClass$> |
| | 98 | * <$mt:SandboxEntryClass$> |
| | 99 | * <$mt:SandboxPageClass$> |
| | 100 | * <$mt:SandboxCommentClass$> |
| | 101 | * <$mt:SandboxTrackbackClass$> |
| | 102 | * <mt:IfFeedbackEnabled> |
| | 103 | |
| | 104 | |
| | 105 | ## SOURCE CODE ## |
| | 106 | |
| | 107 | Plugin Home http://beausmith.com/mt/plugins/sandbox |
| | 108 | MT Plugins Repo http://plugins.movabletype.org/Sandbox |
| | 109 | SVN Repo http://code.sixapart.com/svn/mtplugins/trunk/Sandbox |
| | 110 | Trac Browser http://code.sixapart.com/trac/mtplugins/browser/trunk/Sandbox |
| | 111 | |
| 56 | | * There is no official suppor for this theme from the developers. But a nice email with a promise of fresh-baked cookies may get you special assistance. |
| 57 | | |
| 58 | | ## SOURCE CODE ## |
| 59 | | |
| 60 | | Developer Home |
| 61 | | http://beausmith.com/mt/plugins/sandbox |
| 62 | | |
| 63 | | Plugins: |
| 64 | | http://plugins.movabletype.org/Sandbox |
| 65 | | |
| 66 | | SVN Repo: |
| 67 | | http://code.sixapart.com/svn/mtplugins/trunk/Sandbox |
| 68 | | |
| 69 | | Trac View: |
| 70 | | http://code.sixapart.com/trac/mtplugins/browser/trunk/Sandbox |
| 71 | | |
| 72 | | |
| 73 | | ## LICENSE ## |
| 74 | | |
| 75 | | * GPL - |
| 76 | | |
| 77 | | ## AUTHOR ## |
| 78 | | |
| 79 | | * Beau Smith <beau@sixapart.com> http://sixapart.com |
| 80 | | * Bryan Tighe <btighe@sixapart.com> http://sixapart.com |
| | 115 | * A email sent with promisew of fresh-baked cookies may get you special assistance, but there is not dedicated support for this template set. |
| | 116 | * Post your questions to the Movable Type Forums: |
| | 117 | * http://forums.movabletype.org/ |
| | 118 | * http://forums.movabletype.org/2008/07/sandbox.html |