Not a developer? Go to MovableType.com

Documentation

Managing multiple instances of Movable Type from a single installation

By Byrne Reese and posted in Installation on September 21, 2007.

Some hosting providers and large companies wish to host multiple instances of Movable Type from a single source base. Each of these instances will have its own dedicated database. This allows for: easier maintenance across all instances of Movable Type...

Read more

Documentation

MT4 Main Index Default Template (Flattened)

By Anil Dash and posted in Designer's Guide on September 22, 2007.

Getting the hang of MT4's templates can be tricky if you're not familiar with how the new system of includes and variables work. But the basic idea is that you should be able to make a straightforward HTML page, and...

Read more

Documentation

Registering Style Catcher Repositories

By Byrne Reese and posted in Plugins on October 15, 2007.

Movable Type allows for users to browse, select and download themes hosted on a remote website. These repositories, once setup (see below) can be registered within the application and listed alongside other style repositories or "categories" as seen in the...

Read more

Documentation

Movable Type Community Solution 1.0 Release Notes

By Jay Allen and posted in Appendix: Release Notes on October 29, 2007.

Terminology "Mismatch" Movable Type, while originally designed as a blogging platform, is capable of publishing sites of all sorts, including forums. Applications like forums however can often use different terminology or nomenclature when referring to the same thing. This can...

Read more

Documentation

IfEntryRecommended

By Byrne Reese and posted in Appendix: Template Tags on November 3, 2007.

Warning: This tag is not recommended as the implementation requires inline javascript which dramatically slows down the rendering of the html page in a browser. This tag is not currently used in any of the default template sets shipped...

Read more

Documentation

Registering Help URLs for Template Tags

By Byrne Reese and posted in Movable Type 4.1 on November 29, 2007.

Movable Type will automatically link to documentation for a specific template tag, whenever that tag is used by a user within the administrative interface. In order for Movable Type to compose a link properly, it must be given the URL...

Read more

Documentation

Movable Type 4.1 Release Notes

By Jay Allen and posted in Appendix: Release Notes on November 29, 2007.

Advisories Due to a memory leak in Movable Type template parser, large scale web sites are advised not to use Publish Queue in daemon mode or FastCGI for the time being. This memory leak has been fixed in Movable Type...

Read more

Documentation

AuthorUserpic

By Byrne Reese and posted in Appendix: Template Tags on November 30, 2007.

This template tags returns a complete HTML <img> tag representing the current author's userpic. For example: <img src="http://www.yourblog.com/path/to/userpic.jpg" width="100" height="100" />...

Read more

Documentation

CommenterUserpic

By Byrne Reese and posted in Appendix: Template Tags on December 3, 2007.

This template tag returns a complete HTML img tag for the current commenter's userpic. For example: <img src="http://yourblog.com/userpics/1.jpg" width="100" height="100" /> Example: <h2>Recent Commenters</h2> <mt:Entries recently_commented_on="10"> <div class="userpic" style="float: left; padding: 5px;"><$mt:CommenterUserpic$></div> </mt:Entries>...

Read more

News

Downloading MTOS

By Byrne Reese and posted in Open Source Project on December 10, 2007.

Users wishing to obtain the absolutely most recent code of MTOS can check code out directly from the source code repository. To do so requires that you have a git client installed on your machine. You can check out the latest from the github repository: % git clone http://github.com/movabletype/movabletype.git Once you have cloned the source code, you will need to run the following command to process the build and ready it for the web: % cd movabletype % make me Note: it is our goal to remove the need for this last step, but for the time being it is required in order to set the default language of the checked out files. GitHub is the most popular Git hosting, and it also provides social networking functions such as feeds, followers and the network graph to display how the team works on the repository. We believe that this transition will help our community a lot. The development process will be more transparent, easier to try the bleeding edge version of the code, and of course, you can fork your own projects ! movabletype/movabletype - GitHub...

Read more