30

这个需求很另类啊,不过已经基本实现了(基于wordpress自带的xmlrpc.php而成)。可用的功能有:

  1. 使用dedecms自己的模板、CSS;
  2. 发表带图片的文章;
  3. 列出最近发表的文章;
  4. 指定分类(取消了live writer新建分类的功能);
  5. 标签;
  6. 文章来源;
  7. 文章作者;
  8. 文章简介;
  9. 设置发表时间

待实现功能:编辑已经发表的文章。

//****

相关文章:

Windows Live Writer Provider Customization API

WordPress themes on Live Writer

Weblog Client

By 馒头 \\ tags: , ,

18

=== Plugin Name ===
Contributors: zGia!
Donate link: http://none
Tags: plugin time
Requires at least: 2.0.2
Tested up to: 2.3.2
Stable tag: zgia-babyage-0.2

Show baby’s age.

== Description ==

This plugin can show your baby’s age in wp page, just like: Dear baby is 6 months and 1 days old.
Your can find it here: http://yuntian.name/?p=5.
And you canemail: wuliuqiba(AT)gmail.com.
Thanks for using the plugin.
== Installation ==

1. Unzip babyage.0.2.zip to WPDIR/wp-content/plugins/babyage/. If there is no babyage folder, please create it. You will find 5 files in it.
2. Edit config.php, and select your own language, timezone, and baby’s birthday: $bornYear, $bornMonth, $bornDay.
3 Add “<span id=”babyage” style=”color: red; font-weight: bold;”></span>” to your theme file, such as header.php, sidebar.php, etc.
4. Active the plugin.

== Screenshots ==

1. preview
screenshot

== Frequently Asked Questions ==
Please view: http://yuntian.name/?p=5.

Click here to download babyage 0.2.

========================================================= 

插件是为俺家星月妹妹写的。你可以点击这里看看效果,页面的右上角。

2008.1.18,第二版,使用了配置文件和语言文件 。
使用方法:
1. 压缩包解压到WPDIR/wp-content/plugins/babyage/下,如果没有babyage文件夹,请自己建立。解压后,有5个文件。
2. 编辑config.php,可以修改:设置语言文件、时区和宝宝的出生时间:$bornYear,$bornMonth,$bornDay这些变量。
3. 您当前使用的theme,根据您想显示的位置,编辑相应的文件,增加“<span id=”babyage” style=”color: red; font-weight: bold;”></span>”即可。比如我修改的是sidebar.php,这样就显示在页面的侧边栏。
4. 后台启用插件即可。

点击下载:babyage 0.2

By 馒头 \\ tags: , ,