Lilina 升级了到了 0.9

| 3 Comments

很久没有更新的 Lilina 升级了(看到首页有点变化。还以为是被黑掉了)。 新版本直接从 0.7 跳到了 0.9 rc1。改进特点如下:

  * Changed <? to <?php and <?= to <?php echo  
  * Changed physical styles to logical styles
  * Added browser sniffing and content type generating
  * Added RSS output
  * Fixed several bugs 
  * Added <GUID> support
  * Upgraded Magpie code (inc/ and extlib/)
  * Added more social bookmarking links 

实质的变动似乎不多。升级很简单。不过发现 "Fancy" 模式 CSS 文件似乎有一点问题。

如果发现速度慢,可以简单的做一个静态页面提高访问首页速度:

*/10 * * * * (/usr/bin/wget -t 60 -O /$Your_Path$/lilina/index.html  \
http://www.dbanotes.net/lilina/index.php ) 

Lilina 和 Gregarius 相比,软件结构清晰是最大的优点。

访问我的 Lilina 测试页面

3 Comments

我也昨天刚用lilina,好像还有点小问题。

*/10 * * * * (/usr/bin/wget -t 60 -O /$Your_Path$/lilina/index.html \
http://www.dbanotes.net/lilina/index.php )

这一段代码是什么意思?SSH代码吗?

crontab 任务