30 Comments March 20th, 2007 by Xu Yiyang
导师让三月份交毕业论文,所以这段时间基本没有更新。现在这个版本是月初就定型的,拖到今天又改了几处,才放出来。
改动包括:
- 全部使用WordPress 2.1的模板标签,因此不再支持WordPress 2.0.x。
- 取消了侧边栏位置的选项。
- 重新设计的外观(如果你喜欢原样式,在后台把背景图片选项的勾去掉即可)。
Changes:
- Update with WP 2.1’s template tags and no longer support wordpress 2.0.x.
- Remove the option of sidebar position.
- Redesign the appearance.
Unnamed Project Page
Download Unnamed 1.1.3
下载Unnamed简体中文语言包
Update 2007-03-20:
11 Comments February 21st, 2007 by Xu Yiyang

此版本历时两周,有很多改动我自己都忘了,拣主要的一条说:
如图所示,新版本增加了颜色拾取器来选择字体、链接、背景颜色,跟在Custom Image Header下的类似,代码也基本相同——结合custom header以及widgets,模板算是可以实现半可视化的编辑了。这样想来,完全可视化的编辑应该也不难实现,不过那样实在没有必要,不然就成Live Spaces了。
Changes:
- Use color picker to change text color, link color and background color.
- CSS tweaks and bug fixes.
Unnamed Project Page
Download Unnamed 1.1.2
12 Comments February 8th, 2007 by Xu Yiyang
这将是年前的最后一个Release,更新包括:
另外麻烦谁能给我一张IE6下CSS下拉菜单的截图,Vista死活不让上IE6,郁闷。小圈感激。
Changes:
- Fastinit 1.3.
- CSS drop down menu.
- Use png background images instead of jpg.
- Remove the image border in the posts.
Unnamed Project Page
Download Unnamed 1.1.1
4 Comments February 2nd, 2007 by Xu Yiyang
WordPress 2.1 增加了一个script loader,允许模板和插件直接调用WordPress自带的 javascript library。比如需要调用prototype.js,那么相关语句便是:
wp_enqueue_script('prototype');
当然书写形式上可以非常灵活。
为了顺应潮流,我也给unnamed 1.1添加了该功能。
值得注意的是,unnamed的prototype.js和effects.js是经过压缩和裁剪的,加起来一共只有57Kb,而启用script loader意味着你的站点必须加载以上两个文件的完整版本,外加一个在unnamed中毫无用处的wp-scriptaculous.js。
我不清楚使用script loader后对页面载入速度的具体影响,所以还是留个选项,由用户自行决定是否使用该项功能好了。
I added the script loader to unnamed 1.1. You can enable it for better compatibility or disable it for better performance.
Unnamed Project Page
Download Unnamed 1.1.0.2
4 Comments January 29th, 2007 by Xu Yiyang
对本站所有WordPress主题(包括Unnamed、Spring 和 Blue Memories )进行了一次统一的更新,主要修正了这些主题在IE 5.5下的兼容性问题,请去各自项目页面下载最新版本。
另外,Unnamed 1.002和0.5SE将被视为1.0和0.5系列的最终版本而不再更新,1.1会成为今后一段时间的主要版本。
I’ve fixed compatibility problems in IE 5.5 for Unnamed, Spring and Blue Memories. You can get the latest versions on their project pages.