-
Notifications
You must be signed in to change notification settings - Fork 9
Glossary
nick edited this page Apr 25, 2011
·
1 revision
The following are common terms and abbreviations associated with Movable Type:
| 6A | Six Apart |
|---|---|
| CF | The CustomFields plugin |
| HMT | Hacking Movable Type |
| L10N | Localization (Wikipedia article) |
| LBT | The LaunchBackgroundTasks config directive |
| LMT | Learning Movable Type |
| mtcom | movabletype.com |
| mtorg | movabletype.org |
| MTCS | MT with Community Solution pack |
| MTE, MTES | MT with Enterprise Solution pack |
| MTOS | Movable Type Open Source |
| mtorg | movabletype.org |
| MTP | MT with Professional Solution pack |
| Meta Widget | A widget that includes other widgets. |
| Module |
|
| PQ, PubQueue | Publishing Queue |
| RPT | MT_DIR/tools/run-periodic-tasks |
| RQ | Rebuild Queue, former name of Publishing Queue |
| SSIA | Subject Says It All1 |
| TB | TrackBack |
| TC | TypeCore |
| TK | TypeKey |
| UTS | Universal Template Set |
| Widget |
A widget is a piece of content or functionality that is usually placed in the sidebar of a blog, but is often used in the header or footer as well. Technically, it's a snippet of HTML and/or JavaScript that you can manage like any other content on your blog. The snippet of code and it's label are typically wrapped in a block of code that all widgets share. <div class="widget-<!-- WIDGET BASENAME HERE --> widget">
<h3><!-- WIDGET LABEL HERE --></h3>
<div class="widget-content">
<!-- WIDGET CONTENT HERE -->
</div>
</div>
|
| WM | Widget Manager |
1 - You will see "SSIA" used most frequently as the only text entered in the body of a bug report. Unfortunately, it's demonstrably false and demonstrates nothing more than the writer's laziness and a lack of respect for other people's time. When filing a bug, you should always assume that the reader will have no clue what you're talking about. The more information, screenshots and links you include in a case, the less work the reader will have to do to understand what the case is about.