OWB 1.2 for MorphOS Version ********************************************************************************* * * * IMPORTANT: if you're really impatient, look at the "Usage/First Run" section. * * * ********************************************************************************* What is OWB? ------------ OWB is a web browser designed for CE devices such as mobile phones, portable media players, Set Top Boxes and TV decoders, and any other consumer electronic product (GPS, home-gateways, Web-radios, PVR, DVD recorders, wireless devices etc.) Galeking release is the new mixture of WebKit with Sand-Labs flavour. It is based on a day-to-day merging capability with WebKit while it still provides the easy to use, easy to implement and easy to test OWBAL abstraction layer. More information at: http://www.sand-labs.org/owb License ------- Copyright (C) 2008 Pleyo. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of Pleyo nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY PLEYO AND ITS CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL PLEYO OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. MorphOS Port ------------ Here are the key features: - Based on r884 OWB SVN (March 2009) - Javascript, CSS, DOM, SVG, Unicode, SSL, ... - Antialiased fonts and kerning, font families and support for international charsets - MUI Interface - Cairo technology !!1 - Multiple tabs and windows - Download manager - Bookmarks - Fastlinks - History - URL Completion - Contextual menus - Contextual cursors - Copy/Cut/Paste - OpenURL/Rexx support - No PayPal donation needed ... Requirements ------------ MorphOS 2 is strongly advised, but it can still work on a 1.4.x setup with a recent enough MUI snapshot (2007). It requires at least 35MB of free memory. Note: the stripped down version has SVG and libICU disabled (which means pages not using latin1 or UTF8 may not be displayed correctly). Lite version ------------ The lite version is identical to the normal one, except SVG and libICU are disabled. ICU being disabled, it means only UTF-8 and latin1 charsets will be displayed correctly. If you want a version with SVG disabled but ICU enabled, please let me know. Note that ICU adds about 8MB to the binary size. Usage ----- - First run (IMPORTANT! READ!) At *first* run, OWB will index your truetype fonts directory (MOSSYS:fonts/_ttf by default). This operation can take a long time (expect a few minutes on efika). Progress is indicated if you run OWB from shell. Once it's done, a conf/font/fonts-.cache file is created for each configured font directory. If you wish to use another truetype font directory, please edit conf/font/fonts.conf and change the attribute. By default, it's: ... MOSSYS:fonts/_ttf ... You can add additional directories by adding a .. line. I strongly advise to use Microsoft fonts (for instance) instead of default MOSSYS:fonts/_ttf that aren't really suited for web use. If you installed sputnik previously, you can just configure fonts.conf attribute to "SYS:fonts/_ttf" to use them. To use japanese fonts or anything else, just add relevant fonts in the configured font directory. Please note that japanese fonts can slow down rendering quite a lot. - Settings A settings window is available. You can set download directory, homepage, interface settings, content settings, fonts and more. - Some additional settings are only available through env vars at the moment (they will end in settings window later): HTTP_PROXY WEBKIT_IGNORE_SSL_ERRORS OWB_USER_AGENT - Bookmarks OWB can import IBrowse bookmarks. Just copy it to OWB directory as bookmarks.html. If you wish to make an entry appear in fastlinks or pulldown menu, just check the relevant option in bookmark editor. - OpenURL configuration Rexx Port: OWB Show:SHOW Screen To Front: SCREENTOFRONT Open: OPEN NAME="%u" Open in new window: OPEN NAME="%u" NEWPAGE Preempted rants --------------- - It takes ages to start! -> It only happens at first start or when you update your fonts. Current OWB version uses FontConfig, which is quite slow at indexing. After that, it should start in a second or so. - It's slow! -> OWB is based on WebKit and this version uses Cairo to render. Modern browsers tend to be a bit less effective than our good old browsers. :) That said, there's still room for optimization. - It's too memory-hungry! -> See above. - It can't read flash! -> And it won't for a while. - Some SSL websites show a certificate error requester! -> Maybe they're not certified. You can either update "curl-ca-bundle.crt" file, or ignore SSL errors with: "setenv WEBKIT_IGNORE_SSL_ERRORS 1" (not really recommended). - It crashes! -> OWB is fairly stable (as long as you have enough memory, like any *posix* application nowadays...). If you get a reproducible crash, send me a debug log. - OWB hits/crashes when opening more than n tabs. -> known issue fixed in MUI, which should be available with MorphOS 2.3. In the meanwhile, you can also avoid it by just unchecking system prefs->Debug->MUI->Error checkmark (the error was caused by MUI debug routine). ... Well, I'm sure I forgot some. :) What's missing and might be supported in next versions ------------------------------------------------------ - Download resume/pause/retry - Password manager - Popup blocker - Configurable mimetype actions - Plugin interface - General ergonomy needs to be enhanced/polished ... and more... History ------- - 12.04.2009: OWB 1.2 - Updated to OWB SVN r884 (08.03.2009). - Updated to Curl 7.19.3. - Substancially increased scrolling speed in some cases. - Reduced a lot CPU usage in some cases (i.e MorphZone forum when replying). - Added authentication window (not all protocols are handled yet). - Added history loading/saving with max age/max entries settings. - Added support for visited links marking. - Added URL completion: string and/or popup completion modes are available (and optional). - Added console window (displaying JavaScript error messages amongst others). - Added "Save as HTML" menu entry. - Added cache model and page cache settings. - Added "New Tab" button. - Added context menu actions to tab titles. - Added context menu in downloaded entries list to open file/directory with Ambient. - Added loading transfer anim in tabs (optional). - Added "SAVEURL URL/A" rexx command (downloads passed URL to download directory). - Allow Euro symbol input in forms. - Send "Accept-Language" http header set with system preferred languages. - Implemented JavaScript prompt request. - Enabled "Resizable TextArea" webkit option. - Made tab-cycling work properly for the whole browser window (it was only working inside the page content before). - Remember last opened file path during session. - Began implementing plugin interface (nothing to see yet, except plugin placeholder). - Unescape downloaded file names. - Protected tab and status labels against MUI escape-sequences abuses. - URL filecomment wasn't written correctly when downloading to a SFS partition. - Bookmarks menuitems are now updated in realtime too. - QuickLink group reworked and (hopefully) fixed for pre-2.x MUI versions. It also offers more layout options. - Don't move downloaded entry to finished tab in case current size is greater than advertised file size (which can happen with on-the-fly gzip unpacking). - Fixed some issues with window/tab titles sometimes showing wrong label. - Cosmetics here and there in the GUI. - Use shared jpeg and png libraries. - 21.02.2009: OWB 1.1 - Updated to 12.02.2009 SVN (GaleKing). It at least fixes gifanims, amongst many other things. - Updated to Cairo 1.8.6 and pixman 0.14.0 (altivec enabled for MorphOS 2.x). - Updated to Curl 7.19.2: it *seems* to be more robust and slightly faster. - Added libICU support (which makes codepage actually work). - Convert UTF8 to local charset in tab/window/status labels (MorphOS 2.x). - Added persistant cookies saving. - Added confirmation request when quitting. - Navigation buttons can be displayed as text/text&image/image. - Added history feature in back and forward buttons contextmenus. - Reworked quicklink edition in bookmark window. Their look and layout is now configurable and their edition is done in realtime (thanks Poly :)). - Cosmetics in bookmark window. - Added download speed in download window. - Cosmetics in download window. - Fixed a refresh issue in tabs. - Middlebutton doubleclick now creates a new tab in background. - Contextual cursors support (MorphOS 2.x only). - Display filename in upload file forms. - Added support for Javascript confirm alert and Javascript window.close(). - Added network activity leds. - Added network connection manager window. - Added a feedback requester for connection failures (connection refused, unknown hostname, ...) - Added more settings (fonts families, interface settings, maximum active connections, javascript, ...) - Added PDF export option (just an unfinished experiment for now, only first page will be saved correctly). - Added a splash window during fontconfig cache generation. - Fixed deadkeys input (i.e for typing ö, ü,... characters with some keymaps). - Fixed a crash when directly closing a tab that hadn't been shown yet. - Fixed a bug in fontconfig. Only first font directory would be scanned (it also means font cache will be regenerated with this version). - 01.02.2009: OWB 1.0 First public release. Contact ------- If you have any suggestion or bug to report, please contact me at: fabien.coeurjoly@wanadoo.fr But please, don't flood me. I'm quite aware of what's missing already. :)