From a77b08a762ffc1a6fd925f9324a342d235aafc92 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 19 Sep 2011 18:41:31 +0000 Subject: updatet docs. svn path=/trunk/netsurf/; revision=12823 --- atari/doc/bugs | 3 +-- atari/doc/faq.txt | 7 +++++++ atari/doc/readme.txt | 46 ++++++---------------------------------------- atari/doc/todo.txt | 20 +++++--------------- 4 files changed, 19 insertions(+), 57 deletions(-) (limited to 'atari') diff --git a/atari/doc/bugs b/atari/doc/bugs index 34e180b91..dd71d11a6 100755 --- a/atari/doc/bugs +++ b/atari/doc/bugs @@ -3,7 +3,6 @@ KNOWN BUGS - On classic TOS systems (aka !FreeMiNT) the palette is reset when a new window is opened. This means: when opening a new window, the colors aren't correct! - - Visiting pages that contain frames: undefined behavior - Double Redraws when used with classic TOS Systems. - Browser window can not be moved out of the desktop area, to the right. - \ No newline at end of file + diff --git a/atari/doc/faq.txt b/atari/doc/faq.txt index ce5363eb9..e285af736 100755 --- a/atari/doc/faq.txt +++ b/atari/doc/faq.txt @@ -8,6 +8,7 @@ Date: 15.02.2011 03.) WHEN I WANT TO RUN NETSURF IT SAYS: "SOCKET NOT CONNECTED". 04.) I'M GETTING "INSUFFICENT MEMORY" MESSAGES WHEN RUNNING NETSURF. 05.) A PAGE CRASHES - WHAT CAN I DO? +06.) SSL DOES NOT WORK - WHAT'S WRONG? 1.) Question: CAN NETSURF ALSO BE RUN WITHIN AN TOS ENVIRONMENT? @@ -64,3 +65,9 @@ Date: 15.02.2011 FAQ entry. +6.) Question: + SSL DOES NOT WORK - WHAT TO DO? + + Answer: + Try to move the shipped cabundle.crt file to the path where NetSurf + looks for the SSL certificates (Displayed within statusbar). diff --git a/atari/doc/readme.txt b/atari/doc/readme.txt index 875e7b3fe..e50450e4e 100755 --- a/atari/doc/readme.txt +++ b/atari/doc/readme.txt @@ -9,7 +9,7 @@ Version 3.0 (Development Version) Ported by: m0n0 -Release date: 20.02.2011 +Release date: 09.09.2011 Contact: ole@monochrom.net WWW: http://netsurf-browser.org @@ -59,11 +59,9 @@ Missing Features: This section describes Features that NetSurf-Core offers but which are not handled by the GEM frontend currently. - -- Frames -- Hotlist / Bookmarks -- Configuration dialog (use texteditor instead) -- Grapical website history dialog + + - Configuration dialog (use texteditor instead) + - Grapical website history dialog Installation Notes: @@ -79,15 +77,6 @@ Installation Notes: that makes it possible, that you can identify the problem. -Things to test: ---------------- - - - Navigate to a lot of pages, note the ones that crashed, please don't report pages that you visited - after visiting pages with frames... Make sure you don't call pages with frames. I know that it's not working, - and I know that it can cause BUGS. - - Have a look at the memory usage... - - Additional Notes ---------------- @@ -113,34 +102,15 @@ Additional Notes Known Bugs ---------- - - Redraw artefacts/fale clipping when moving other applications above + - Redraw artefacts/false clipping when moving other applications above NetSurf. - - Visiting frames results in unknown behavior - (Some pages containing iframes still display, - but there are problems with focusing the correct window, - which results in missing redraws - clicking the mouse within - the window or scrolling resolves the problem). - Double Redraws when used with classic TOS systems. - Window can not be moved out of the desktop area to the right - - When leaving the search dialog open and navigate to another - page, the behavior is unknown. - As a solution: always close the search before you visit another page - or click on a link. Technical info & outlook ------------------------ - 1. There is an stack excess lurking withing mintlibs regex implementation. - Some pages can trigger that excess, therefore the initial stack space - is set to an very large default value - around 3 MB. You are free to - lower that value with freemint stack tool - most pages even work fine - with 64k stack space! Yahoo & dict.leo.org are known to trigger the - stack excess. - Last minute note: because the default maximum TPA value within MINT.CNF - I had to adjust the stack value down to 1000k. If you encounter crashes - during page rendering - please increase the stack size (SEE FAQ) - Greetings & Thanks ------------------ @@ -156,8 +126,4 @@ Greetings & Thanks ---- -M0N0 - 19.02.2011 - - - - \ No newline at end of file +M0N0 - 09.09.2011 diff --git a/atari/doc/todo.txt b/atari/doc/todo.txt index 8a3bae0f4..a82f85e60 100755 --- a/atari/doc/todo.txt +++ b/atari/doc/todo.txt @@ -2,36 +2,27 @@ TODO's (no priority order) - Optimize remove / redraw of caret, use pixbuffer instead? - Optimize drawing of bitmaps on Low-Memory machines - - Optimize Clipping for Plotters ( use OS clipping instead of own clipping ) - ( partially done, needs improvement? ) - Restore the Palette when Windows get's the Focus -> only needed for <= 256 colors - Make drawing of tiled bitmaps optional ( they are slooow ) -> already optimized, still needed? - - Implement TreeView - - Implement TreeView Hotlits + - Implement PopUp Context Menu ( + "Open link in new Window" ) - Implement TreeView History - Implement TreeView SSL Dialog - Implement Native Select Menu - - Implement Frames (?) - - Implement IFrames - Implement offscreen plotter - Implement Options Dialog - Implement Favicon Display - - Optimize behaviour when windows gets the newtop, - set focus to the frame where the click occured, - not just the frame container. + - Implement SystemColors - Replace RSC strings with string from messages file. - Implement Selection within URL Widget by depressing SHIFT + Mouse Click - Implement Home / End Cursors within the URL Widget - - Test pages that use a refferer. + - Implement Offscreen plotter. + - Test more pages that use a refferer. - Optimize Offscreen Plotter: Save inactive framebuffers to disk? - Ensure that a font-face is set to the default font when it couldn't be loaded. - Loose focus for browser / url widget etc. when changing focus ( at best, implement callback for this...) - - Yahoo.de / .com etc. still crashes - this is probably not an Atari-Version - fault, but applies to all other netsurf versions. - -> this is caused by regex stack exhaust within mintlib - Have browser_window specific cursor, window specifc cursor - When minimized (not iconyfied) NetSurf doesn't recognize that. - complete Iconify (webpage favicon ) @@ -41,5 +32,4 @@ path2url in: ./res/icons/dir.png path2url out: file:///./res/icons/dir.png url2path in: file:///./res/icons/dir.png - loesung fuer kompletten tree icons path finden - - schauen warum download_path nicht verwendet wird. - \ No newline at end of file + -- cgit v1.2.3