The New Movable Type Plugin Directory

| 0 Comments | 0 TrackBacks | WebBlog Articles

今天上班的时候收到 plugins@sixapart.com 的通知邮件:)
看来 www.movabletype.org 的整合的差不多了。 尝试点 email 上的地址,发现是 "找不到服务器",看来在单位是无法访问 www.movabletype.org 了:)
把Email 贴到这里,回家再看吧:)
全文如下:

Dear EasunLee,

We're on the cusp of releasing a completely redesigned and enhanced Plugin Directory for Movable Type. We are emailing every developer, including yourself, who has previously submitted a plugin to the directory and asking that they update or remove their listing from the directory. Doing so will ensure the highest quality directory and the best possible experience to visitors of the directory when we officially launch it.

There are a few things you should know in order to update any plugins you might have registered. First, to ease the transition to the new system we have migrated your plugins and account data into the new system. However, because the old plugin directory used TypeKey to manage account access we have had to generate new login credentials for your new plugin directory account. The credentials and information below will help you login to the directory for the first time, edit your profile and update your plugins.

URL: http://www.movabletype.org/cgi-bin/mt4community/plugins/ProNet/pronet.cgi
Username: easunlee
Password: *********

Once you have logged in you are free to change your password to one that is easier to remember.

We apologize for the inconvenience this may cause. Thank you very much for your continued support.

Sincerely,
The MT.org Team

引用通告|TrackBacks (0)

本日志的TrackBack URL: http://easun.org/cgi-bin/mtos/tb_mt_41.pl/132.

发表该文评论|Leave a comment

最近发表|Recent Entries

[MT Tips]如何让某个日志在Blog首页固顶?

貌似最简单的办法就是修改日期到一个很遥远的日期,比如 AnySQL 那样:) 但是带来的问题的很多,比如导致Feed阅读器犯糊涂或者影响搜索引擎的收录等等,更糟糕的是对于 日志来说,最主要的就是发布日期。也许大家都已经发现了,我的主页模仿 MT Forum 搞了一个固顶日志(也是为了风格统一)出来,这个固顶日志是后台通过自己设置实现的。是怎么设置的。答案是利用 <mt:Entries> 的tags 功能。 具体概念代码如下:<mt:Entries tag="@top" sort_by="authored_on" sort_order="descend" limit="1" blog_ids="1,5"> dosthing.....</mt:Entries> 这样我们只要要在固定的主题 加上…

北京 Perl Workshop 2008 网站开张 - 接受大会注册,演讲报名

网站开张了, 地址是 http://conference.perlchina.org/bjpw2008/ 由 PerlChina 和 Postgresql China 合办,2008 年 11 月 8 号举行的 Beijing Perl Workshop 是一个免费的 Perl 交流会,向所有对…

好玩的 MT Forum 的按作者归档

Perl Forum 用 MT4 的 MT Forum 的功能搭建起来了好几天了,一直没有发现什么意外,今天突然发现 按作者按月归档 貌似找完了整个发布完的 Perl Forum 也没有找到 link ,查看作者个人信息貌似也没有 link ? 真是好玩的 归档方式。从后台看,给每个用户(作者)都建立了按月的归档页面,估计是为了便于各用户归档自己的文章吧? 后台抓图如下:…