Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-website.git/shortlog/afe7502dfb4389ad67d2818cf09ba88148ed9069
...commit 
http://git.netsurf-browser.org/netsurf-website.git/commit/afe7502dfb4389ad67d2818cf09ba88148ed9069
...tree 
http://git.netsurf-browser.org/netsurf-website.git/tree/afe7502dfb4389ad67d2818cf09ba88148ed9069

The branch, master has been updated
       via  afe7502dfb4389ad67d2818cf09ba88148ed9069 (commit)
      from  1310062609eb9636e8803fa0fc980b2221831ecc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-website.git/commit/?id=afe7502dfb4389ad67d2818cf09ba88148ed9069
commit afe7502dfb4389ad67d2818cf09ba88148ed9069
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Remove reference to linux framebuffer.
    
    This surface type has been removed.

diff --git a/about/index.html b/about/index.html
index 7407d6e..efeeed5 100644
--- a/about/index.html
+++ b/about/index.html
@@ -170,8 +170,6 @@
 <p>NetSurf's framebuffer front end has no particular operating system or GUI 
toolkit requirements. Its mouse pointer, all its widgets etc, are drawn though 
NetSurf's internal plotters, the same rendering interface used to draw web 
pages. This makes the framebuffer front end highly portable. Currently the 
framebuffer front end can target the following framebuffer surface 
providers:</p>
 
 <dl>
-<dt>The Linux framebuffer</dt>
-<dd>Output to a Linux framebuffer and input from Linux input event device 
nodes. The output device may be specified and defaults to <code 
style="color:#46a;">/dev/fb0</code>. The input node search path may also be 
specified, and defaults to <code style="color:#46a;">/dev/input/</code>.</dd>
 <dt>SDL</dt>
 <dd>The SDL surface is a straightforward port to the SDL library which is 
available for many operating systems. This allows the framebuffer NetSurf front 
end to be run inside a desktop window, making development easier.</dd>
 <dt>X</dt>


-----------------------------------------------------------------------

Summary of changes:
 about/index.html |    2 --
 1 file changed, 2 deletions(-)

diff --git a/about/index.html b/about/index.html
index 7407d6e..efeeed5 100644
--- a/about/index.html
+++ b/about/index.html
@@ -170,8 +170,6 @@
 <p>NetSurf's framebuffer front end has no particular operating system or GUI 
toolkit requirements. Its mouse pointer, all its widgets etc, are drawn though 
NetSurf's internal plotters, the same rendering interface used to draw web 
pages. This makes the framebuffer front end highly portable. Currently the 
framebuffer front end can target the following framebuffer surface 
providers:</p>
 
 <dl>
-<dt>The Linux framebuffer</dt>
-<dd>Output to a Linux framebuffer and input from Linux input event device 
nodes. The output device may be specified and defaults to <code 
style="color:#46a;">/dev/fb0</code>. The input node search path may also be 
specified, and defaults to <code style="color:#46a;">/dev/input/</code>.</dd>
 <dt>SDL</dt>
 <dd>The SDL surface is a straightforward port to the SDL library which is 
available for many operating systems. This allows the framebuffer NetSurf front 
end to be run inside a desktop window, making development easier.</dd>
 <dt>X</dt>


-- 
NetSurf website source for *.netsurf-browser.org

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to