- 宣布支持Atom,yeah~~~
- 内建搜索引擎一个(废话,难道还两个^^)
- 可搜索以前下载阅读过的新闻(否则还叫什么搜索引擎-_||)
- 增强了浏览器功能,如屏蔽弹出窗、自动填写表单(哈欠一个)
- 改进了群组及样式
- 支持更多blog程序
阅读完整的FeedDemon™ 1.10 Release Notes
IBPlanet is closed while Invisionize (www.invisionize.com)
is being prepared for opening
While we are down, you can still chat online on the Invisionize IRC server! Point your IRC client (such as mIRC or X Chat) to irc.invisionize.com port 6667 and join the channel #lobby
IBPlanet is now closed in preparation for the opening of a new and improved resource site, Invisionize! We thank you for your patience while the transition is in progress. Invisionize will feature:
A slick new design
Invisionize's new site design was designed to be simple and elegant, allowing you to quickly find the content you are looking for faster then ever while enjoying the experience!
Powerful new database system
Invisionize uses a powerful new database system with many new and improved features, such as the new user control panel to allow you to more easily track and modify your submissions.
New tools section
Invisionize has acquired Invision Tools and added a new tools section to our site. Tools are stand alone programs and scripts which help you to administrate, maintain, or add on to your board. In addition to the downloadable tools, Invisionize will be offering several hosted tools such as a secure password generator and dynamic image creation script.
Invision Power Board 2.0 support
Invisionize will now be accepting modifications, skins, and graphics for your Invision Power Board 2.0!
Invision Power File Manager and other Invision Power scripts support
Invisionize has expanded it's database to support Invision Power File Manager 1.0. You may now easily find modifications, skins, graphics, and tools for IPFM in one centralized place. We also will be adding support for other Invision Power products such as Invision Power Top Site List in the near future.
What's still coming?
Premium services
Invisionize will be launching a new premium services system which will expand your options even further. Premium services will allow us to continue to help you improve the way you manage your forum. In the coming weeks, Invisionize will be adding premium services to help you get custom content and assist you with installation. Some of our planned new premium services, such as a paid database, will not only benefit users, but also the authors.
International support
Over the coming months, Invisionize will be working with foreign sites to offer our content in a variety of languages. More information on our Invisionize International Network will be available shortly.
and much more!
We have just released IPB 2.0.0 PDR 4 to the download area. This release comes with proper IPB 2.0.0 documentation so be sure to read "readme.html" which can be found in the root folder of the download archive. This file details which files have changed since PDR 3 and which bugs this release fixes.
IPB 2.0.0 公共开发第四版已经开始提供下载。这次的版本提供了正确的文档,所以请务必仔细阅读readme.html文件,其中详述了公共开发第三版以来的文件更新和bug修复情况。
Upgrading from previous versions of IPB 2.0.0
从IPB 2.0.0之前的公共开发版本升级
The only step not mentioned on the upgrade document is to add your board url to the conf_global.php.
Open "conf_global.php" from your IPB installation in a text editor (after downloading from your website)
Add the following line just before the "?>"
$INFO['board_url'] = 'http://domain.com/forums';
(Replacing http://domain.com/forums with the actual URL to your IPB without a trailing slash)
Save the file and re-upload it to your webspace and CHMOD to 0666 (CHMOD optional)
升级文档中唯一没有提到的一个步骤是在你的conf_global.php中加入论坛的URL地址。
用文本编辑器打开下载下来的conf_global.php,在"?>"之前添加以下代码
$INFO['board_url'] = 'http://domain.com/forums';
注意将其中的http://domain.com/forums替换成你的IPB论坛的实际URL地址,地址后不要有斜杠。
存盘后上传覆盖原文件,并设置文件权限为可读(CHMOD 0666)。
If you're upgrading, please make sure that you upload "install/installfiles/ipb_templates.xml" before running the upgrade system (found in "upgrade/index.php"). The location of this file may move in future releases to prevent confusion.
如果你正在升级,请务必确认在运行升级系统(即upgrade/index.php)之前已经上传了install/installfiles/ipb_templates.xml文件。为了不引起混淆,这个文件的位置在未来的版本中可能有所变动。
Upgrading from IPB 1.3
从IPB 1.3版本升级
There is no upgrade path to upgrade from IPB 1.3 - expect this shortly.
目前为止仍然没有办法从IPB 1.3升级到2.0.0,期望在下一版或不久后可以实现。
> DOWNLOAD NOW!
Customers who upgraded yesterday should upload the following updated files:
昨天已经升级的注册用户必须再次上传覆盖以下文件:
- sources/lib/msg_functions.php
- sources/messenger.php
- sources/usercp.php
- upgrade/index.php
Wouldn't it be great to have your own boat, and sail the seven seas with the wind in your face? Perhaps not, if you're living in an inflatable world where anything sharp could result in perilous catastrophe. Such is the premise for Guillaume Herent and Xavier Andre's award-winning short film "Pfffirate". Guillaume recently spoke to CGNetworks about the production of the short film.
This is the fifth IPB 2.0.0 development update. These updates are designed to keep you informed on the development progress of Invision Power Board v2.0.0.
We've almost completed IPB 2.0.0 PDR 4 which completes the database abstraction and rounds off some features.
IPB 2.0.0 公共开发第四版已经基本完成,数据库抽象层和一些其他功能在该版中都已完成。
This release took much longer to complete than expected due to the enormous task of going through each IPB source file (160+ files) and manually extracting the SQL statements to either put them in the queries file or convert them into the database abstracted methods. This is a vital step for allowing IPB 2 to be ported to different database systems and although it's taken a great deal of time, it's entirely justified by the flexibility the system allows.
完成这个版本比预期的时间要长好多,主要是由于这是个浩大的工程,几乎涉及了IPB的每一个原文件(160多个文件),而且要手动地将SQL语句提取到查询文档中,同时还要将它们转换成数据库抽象方法。这是使IPB 2可以移植到不同的数据库系统上的至关重要的一步,尽管耗时巨大,但是作为提高整个系统的灵活性和兼容性是尤为值得的。
Other items finished in this release are as follows:
本版中完成的其他一些项目:
* Skin import / export routines (export XML templates and XMLarchive image sets) 皮肤导入/导出程序(导出XML模板及XML存档的图片)
* Languages import / export routines (export XML language file) 语言导入/导出程序(导出XML语言文件)
* Re-designed mini-profile card (more info, better layout) 重新设计了袖珍资料卡(mini-profile card),可容纳更多信息,排版更合理
I've also fixed a few of the larger bugs so far (permission mask addition / removal, moderator addition, etc) and although we have many bugs left to fix before we get to RC1 status we're confident that they are minor and as such won't take long to work through.
同时也修正了一小部分目前为止比较大的bug(权限蒙板添加/删除,版主添加等等),当然在RC1之前仍然有很多bug等待修正,相信那些都是相对较次要的bug,不会耗费太多时间的。
Latest Release Date Estimates
新版本发布日期预计
PDR4 (next beta release): Wednesday 2nd June
RC1 (first supported release): No specific date - around the middle of June
公共开发第四版(下一个beta版本): 6月2日 星期三
公测第一版(开始提供支援): 日期未定 - 大约在6月中旬左右
Please note that these dates are only estimates and should only be used as a guide. They are subject to change without notice due to the unpredictable nature of software development. Put simply: they are dates that seem reasonable based on the current speed of development.
以上是预计日期,仅供参考。
What's left to do?
尚待完成的任务
We're nearly at the stage where IPB 2 reaches release candidate quality. The full feature set is now implemented (apart from a few minor tweaks and enhancements).
离预发布版本已经非常接近了。所有功能均已植入。
Skins and Languages
皮肤和语言
As mentioned in other announcements, the skins and language sets are not complete and will receive an overhaul during the development cycle. As a rule of thumb, the skins and langauges will not be complete until PR 1 (RC 1).
首要原则,皮肤和语言至少要等到公测第一版时才会完成。
Upgrading to PDR 4 from PDR 1,2 or 3
从公共开发第一、第二或第三版升级到第四版
We have initiated our new upgrade system and a new upgrade module will be written for PDR 4.
新的升级系统已经启用,将为第四版写一个升级模块。
Upgrading from 1.3 to 2.0.0
从1.3升级到2.0.0
There is currently no upgrade path from 1.3 to 2.0.0. We plan on writing the upgrade script for around PDR 4 (Beta 4) - possibly just after. Until then please don't try and import a 1.3 database into 2.0 - it simply won't work.
目前来说不能升级。计划在公共开发第四版的时候写升级脚本,在此之前请勿尝试将1.3的数据库导入至2.0,结果只能是不能用。
I'm ... I'm ...
All my bags are packed, I'm ready to go
I'm standin' here outside your door
I hate to wake you up to say goodbye
But the dawn is breakin', it's early morn
The taxi's waitin', he's blowin' his horn
Already I'm so lonesome I could die
So kiss me and smile for me
Tell me that you'll wait for me
Hold me like you'll never let me go
'Cause I'm leaving on a jet plane
I don't know when I'll be back again
Oh, babe, I hate to go
I'm ...
There's so many times I've let you down
So many times I've played around
I'll tell you now, they don't mean a thing
Every place I go, I think of you
Every song I sing, I sing for you
When I come back I'll wear your wedding ring
So kiss me and smile for me
Tell me that you'll wait for me
Hold me like you'll never let me go
'Cause I'm leaving on a jet plane
I don't know when I'll be back again
Oh, babe, I hate to go
Now the time has come to leave you
One more time, oh, let me kiss you
And close your eyes and I'll be on my way
Dream about the days to come
When I won't have to leave alone
About the times that I won't have to say ...
Oh, kiss me and smile for me
Tell me that you'll wait for me
Hold me like you'll never let me go
'Cause I'm leaving on a jet plane
I don't know when I'll be back again
Oh, babe, I hate to go
And I'm leaving on a jet plane
I don't know when I'll be back again
Oh, babe, I hate to go
But I'm leaving on a jet plane
(Ah ah ah ah)
Leaving on a jet plane
(Ah ah ah ah)
Leaving on a jet plane
(Ah ah ah ah)
Leaving on a jet plane
(Ah ah ah ah)
Leaving on a jet plane
(Ah ah ah ah)
Leaving on a jet plane
(Ah ah ah ah)
Leaving on a jet plane
(Ah ah ah ah)
Leaving on a jet plane
(Ah ah ah ah)
(Leaving) On a jet plane