Whisht Wind


« 十月 2008
星期日星期一星期二星期三星期四星期五星期六
   
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
       
今天

Subscribe

Add to My YahooSubscribe in RojoSubscribe in NewsGator OnlineThis blog's XML feed
Subscribe with BloglinesAdd to Google

Search this blog

Blog Roll

Downloads

Other Links

Popular Tags

android archive autoloading autopager china chinese cisco dhcp dict earthquake firefox flock fonts foxbeans hgweb j2me java javame jstardict jstardictm language mercurial milax moon mozilla mtu nb-xul netbeans openoffice opensolaris pack palette solaris stardict tar.gz tar.gz2 vpn vpnclient windows wine xul zip 嫦娥 郑萍如 面板

Weblog menu

Feeds

Recent Entries

Today's referrers

今日点击: 1973

Locations of visitors to this page

20070507 星期一 2007年05月07日

autopager change log

English 中文
You can always download installation file here. Or get the all the history file here and here.
你可以从 这里.下载最新安装文件. 或者从以下两个地方下载所有历史安装文件 mozdev.org and mozilla.org.
Use dtd and properties file to support multi language,currently only English and Chinese 增加中文界面
Double click to enable/disable 双击启用/禁用自动翻页。
Add a option to control when to loading next page base on how many unread content. It's the times of the window high.
针对各个网站设置翻页门限,大于零的数字,表示屏幕高度的倍数。当剩余页面少于该数字与窗口高度的乘积时开始翻页。
Add a small site setting wizard
添加了一个简单的设置向导

Rewrite the paging method, now support follow next page to buttons or links with javascript like href="javascript:nextpage();" or even complex.

Check Enable Javascript while loading page to use the new method.

重写翻页代码。现在支持通过点击按钮进入下一页的网站了。链接中有javascript代码的也支持了.
Add code to remove overflow control from web. Some site use it to add a toolbar at the end of window. If you are accessing a site like this, check "Disable the overflow setting of loaded page." in the setting to remove the overflow.
有些页面使用溢出控制页面,这可能使翻页之后很难看,你可以尝试选中"取消页面溢出控制"让插件试图取出页面上的溢出控制。
Add smart paging support. For some site with next links have text "next" or ">" or other you string you set, the extension will auto follow the link. It will try to meet the link/command text,id,name and class, and image source. To avoid follow wrong links, here I use equal compare after convert ot lower case. But for image, I use ends with. So you need only give the image name,not need the full path, lower case too.
增加了一个通用翻页,你只需设定一些在下一页链接中可能出现的文字如:Next,>,下一页等,插件就会自动翻页。插件搜索的的字段包括链接/或按钮文本,id,name,class和图片地址。采用的是全部转化为小写再比较是否相等。图片路径使用从后往前匹配,你只需输入文件名,如go_next.gif.
Add some parameters to XPath, you can write xpath like this:(//a[contains( %href%,@href)]/following-sibling::a)[1] . This is useful for the site that list all the page links,like 1,2,3 or A,b,c but not have a next like. The all supported values are:host,href,hostname,pathname,port,protocol,search and title. the first y ones are come from document.location the like one comes from document.title.

添加几个变量到XPath中,你可以写这样的 XPath:(//a[contains( %href%,@href)]/following-sibling::a)[1]  .它可以应用于类似这个站点:http://forums.mozine.cn/lofiversion/index.php/f49-0.html

目前支持的全部变量为:host,href,hostname,pathname,port,protocol,search 和 title. 前7个是来自于document.location,title来自于document.title.

Greatly Enhance the XPath generator.
增强了XPath生成器。
Add UP/Down button to site list and XPath list.
为站点列表和 XPath列表添加上移 /下移按钮.
configurable enable/disable hostkey. Default is ctrl+doubleclick. Configurable loading notification style.启用/禁用快捷键可以定制了.缺省为Ctrl+双击. 加载中提示的样式也可以定制了.
Add better frame support. Make page break style custom able.
更好的支持使用FRAME嵌入的网站。分页符的样式可自定义。
 Add a guid to each configed site so that when you update the site pattarn you will still keep it update.
每一个站点配置有一个自动生成的唯一编号,以便于自动更新更时知道替换哪一个配置。
Add a quick load option. It will try to merge pages while the next page is not totally loaded(Such as some pictures not loaded yet). It's not safe for all sites. You can try it for some sites.添加了一个快速翻页选项,选种它将会使翻页速度更快。其原理是在下一页面尚未完全加载,例如有些图像还未加载时就将下一页内容导入当前页。这在有些网站无法工作。你可以试用,如果下页上的图片等无法加载请取消此选项。
Support Mozilla,SeaMonkey,Flock and Firefox v1.5 now.
开始支持Mozilla,SeaMonkey,Flock 和 Firefox 1.5 到 2.0.
Confirm before loading next page. Recommend to install.
分页前提示用户选择操作。类似 ssl认证的选项。推荐更新。

Technorati Tags: , ,

My Tags:

( 2007年05月07日, 07:08:58 下午 CST ) [Listen] Permalink 评论 [0]

Share and enjoy:  Bookmark it with Blinklist Submit to Bloglines Bookmark it with Blogmarks Track with co.mments Bookmark it with Del.icio.us Submit it to Digg Submit it to Fark Bookmark it with Furl Bookmark it with Ma.gnolia Bookmark it with Maple Bookmark it at NewsVine Bookmark it at reddit.com Bookmark it at Simpy.com Bookmark it with Spurl Submit it to slashdot Track with TailRank See who links to it via Technorati Bookmark it with wists

评论:

发表一条评论:
  • HTML语法: 禁用