Friday, January 28, 2005

【Publish】K-MeleonCCF 0.019PR4 CN a

Fixed the bug of menu of Favorites and Hotlist in Chinese version.

Added Favorites and Hotlist plugin Chinese translation.

Download from here:
http://www-personal.engin.umich.edu/%7Ehaojng/K-MeleonCCF0.019PR4CNa.exe

【Publish】K-MeleonCCF 0.019PR4 CN

First Chinese Version Based on K-Meleon 0.9

[Chinese Release Notes]

 这里发布第一个基于K-Meleon 官方 0.9版本内核的 K-MeleonCCF 0.019 PR4 正式中文版
基于的Mozilla引擎版本是Gecko 1.7.5. 与Firefox 1.0 相同。 

由于K-Meleon使用的Windows Native Interface. 没有使用XUL. 使得它在缺少XUL支持的前提下获得了比Firefox/Mozilla Suite等Gecko浏览器更快速的浏览速度,开启速度,和更少的资源占用。(默认情况下K-MeleonCCF本身设定的内存缓存设得比较高,如果不需要,可以相应调低)

[一些小Tip:]
代码:

MyIE2/Maxthon 一些很方便的功能在K-MeleonCCF 中都可以找到相对应的方法

鼠标左键托拽链结打开新标签 -》 鼠标右键托拽链结打开新标签 
鼠标左键托拽文字打开搜索,或打开文字链结 -》 选中文字,右键弹出菜单,选择‘转到地址’打开文字地址,选择’选中的文字‘菜单可以打开搜索
多代理功能 -》 菜单选择代理
广告过滤 -》 不是很方便,工具->高级属性->User Content.css 编辑此文件中的Block Ads块内容

[待整理]

K-MeleonCCF 的其他一些功能
- 对于任意的书签,可以定义别名。在地址栏输入或是Ctrl+M使用打开别名或宏功能输入即打开相应网页
- 热键功能,定义Ctrl+1 到 Ctrl+9 给指定网页地址
- 查看当前网页所有图片功能
- 设置下载工具。使用用户自己偏爱的工具下载链结。
- 快捷组功能,启动组功能。 
- 撤消关闭的网页功能。打开上次线程功能。
- 翻译页面从英文到中文功能
- 调用CyberArticle保存文档功能
- 多窗口,多标签浏览功能。即多个窗口,每个窗口有多个标签的浏览模式。
- 关键字自动搜索功能
- 查找并加亮功能
- 鼠标手势功能



[Release Notes for PR4 CN]
* 大部分中文化
+ 打开别名和Macro功能。 从Menu -> Edit选取或热键Ctrl + M
* 一些其他Bug的修补


下载地址:
http://www-personal.engin.umich.edu/%7Ehaojng/K-MeleonCCF0.019PR4CN.exe

Thursday, January 20, 2005

Maty's Spanish K-Meleon Site

Thanks for Maty. He has translated the official K-Meleon 0.9 together with CCF version into Spanish. Great job.

Here is his site address:
http://nauscopio.coolfreepages.com/#K-MELEON_NAUSCOPICO_20-ENE-2005

Wednesday, January 19, 2005

[Publish] K-Meleon CCF 0.019 PR3

[Chinse Release Notes]
首个使用K-Meleon 官方 0.9 Final 内核的版本

其他则是一些小的更新

*恢复了CyberArticle保存网页功能
*一些Bug的Fix

下载地址:
http://www-personal.engin.umich.edu/~haojng/K-MeleonCCF0.019PR3.exe

Friday, January 14, 2005

A little summary of the current K-Meleon CCF status

Some people are asking questions to me like this, since K-M 0.9 is coming out with all the new functions, why they need my customized version? So now, for clarity, I wrote this rough summary about my version.

What's the difference of my customized unofficial version from the official 0.9 K-Meleon: (Current version is K-Meleon CCF 0.019 PR2)

* Multi-Proxy function
User can setup the user-defined proxys and change between them very easily.
* Hotkey function
User can define hotkeys for the website/web adress for frequent surfing.
* Download Manager Setting
User can set up the user-defined Download Manager and use it to download the files from the right click menu at links.
* Font setting
User can setup the minimum font size from the Menu->Tools->Font size setting. A new function like this to setup the fonts will come in the next a few release.
* Right Mouse Button drag and drop functions
With modified mouse gestures plugin, two functions at this moment are added.
1) Right button drag and drop a link to open this link in a new layer/tab.
2) Right button drag and drop a image will open the "Save image as" dialog.
* jsnj's "Open All links in the page" function
It is from Menu->Edit->Open All links in the page
* Web page translation function
This function is implemented by Google's translation engin. Currently only the English->Chinese option is availabe. New translation option will be added with user's request.
* Protobion's new Qucknote function with toolbar's icon added
I think his idea is very nice for K-M users although his Qucknote version is buggy and less of fucntion. Hope he can develop a much better version in the future.
* Modified Phoenity Theme
Although I am not sure whether it is permitted or not, I modified the official Phoenity Theme to make it incorporate more function and more like other IE-Shell (Maxthon/Netcaptor) toolbars.
* Modified default settings for K-Meleon
I modifed a lot default settings from official K-M for convenient (at lease for me) use. Including:
1) Layer/Tab only browsing mode
2) Network optimizing configs
Add these at this moment:
user_pref("Network.dns.disableIPv6", true);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.firstrequest", true);
3) Modified default mouse gestures setting
4) Modified default toolbar position and lock setting
5) Add these in users.js
/* SECURITY WARNINGS OFF */
user_pref("security.warn_entering_secure", false);
user_pref("security.warn_entering_weak", true);
user_pref("security.warn_leaving_secure", false);
user_pref("security.warn_submit_insecure", false);
user_pref("security.warn_viewing_mixed", false);
/* SPEED SETTINGS */
user_pref("browser.display.show_image_placeholders", false);
user_pref("browser.cache.memory.capacity", 65536);
user_pref("browser.cache.disk_cache_ssl", true);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.notify.ontimer", true);
user_pref("plugin.expose_full_path", true);
user_pref("signed.applets.codebase_principal_support", false);
6) ......
There should be some other default settings change but I can't remember right now.

* UserContent.css change (Ad-Block functions etc.)
Add some functions in like Ad-Block functions
* 1.8 Gecko Engin in K-Meleon (Only availabe in 0.018 and 0.017 version)
Although it has some bugs inside, I incorporate Ulf's bleading 1.8 gecko core with my added functions in CCF 0.018 version. If you want to try it with this wonderful gecko engin with K-M, you can download and use it. The future release will try to incorporate the latest Gecko engin with latest K-Meleon 0.9 source.

...... More and more functions are coming.....

One important thing to mention: Almost all the functions added by Macros or Modified plugins will NOT add any more CPU or Memory usage than the official 0.9 version.

If you want to modify my version or release my version anywhere else, feel free to do so. For modification and re-publish, please note the original version and it is all you need.
And please feel free to use any ideas in my unofficial version if you want to use it somewhere else.

If the last official 0.9 K-Meleon wants to add the functions from my version, please feel free to do that.

And please help me broadcast/make more people know this version with the incoming official 0.9 version K-Meleon. So more people will have choices to choose a wonderful Gecko based browser. Thank you very much!

Hao

Tuesday, January 11, 2005

[Publish] K-Meleon CCF 0.019 PR2

[English Release Notes]
Based on Ulf's K-Meleon 0.9 RC2.

+ All updates RC2 has
+ Multi-Proxy support increase to 6 options
+ Add download manager support. User can set user-defined download manager like Flashget or Net transport and choose to download the link using this manager from right click menu.

Download:
http://www-personal.engin.umich.edu/~haojng/K-MeleonCCF0.019PR2.exe

[Chinses Release Notes]
这个版本基于K-Meleon 0.9 RC2
基于Ulf的原话,RC2将是 K-Meleon 0.9 Final前的最后一个版本
As I promised previously, K-Meleon 0.9 发布后, 我将准备推出相应的0.9和CCF版本的中文版本. 并且准备推出基于 0.9 final source的 Gecko 1.8 内核版本

本版CCF版本依然基于Gecko 1.7.5, 稳定性与兼容性非常不错。默认的部分设置进行了微调,加入了部分让Gecko引擎加速Render的设置。

[更新]
* 改进的QuckNote 功能于新的图标,集成入工具栏.
* 增加Proxys可选择项目到六个.
* ALT+key 小写字母快捷键 (F&avorites and H&otlist)
* Fix了offline Browsing
* 对于锁定的工具栏也可以选择是否打开项目
* Fix强制刷新的一些bug
+ 双击/中键点击 标签工具栏打开新标签
* Fix了Javascript console的一些bug
+ 添加用户设置下载管理器(Download Manager)功能,用户可以自己选择使用的工具(Flashget/Net transport/Netants等),右键菜单中可以选择使用设置的工具下载链结.
* Fix了鼠标右键托拽链结打开链结在新标签功能存在的bug.

下载地址:

http://www-personal.engin.umich.edu/~haojng/K-MeleonCCF0.019PR2.exe

Wednesday, January 05, 2005

[Publish] K-Meleon CCF 0.019 PR1

[更新]
基于K-Meleon 0.9 RC1

* 一些fix
* 新开空白页,focus在地址栏上
* 添加quick Note功能
* 更改了一些快捷键的设置
* Privacy功能增强

下载:
http://www-personal.engin.umich.edu/~haojng/K-MeleonCCF0.019PR1.exe

Monday, January 03, 2005

CCF New year special version

This version has already been published on Jan.1 as expected. And it will be availabe only in the CCF New Year special CD/DVD package. (You can find it somewhere to download and it is free.)