Difference between revisions of "fpbrowser"

From Lazarus wiki
Jump to navigationJump to search
Line 5: Line 5:
 
== Screenshots ==
 
== Screenshots ==
  
ToDo
+
[[Image:fpbrowser_mac.png]]
  
 
== Rendering Engines ==
 
== Rendering Engines ==

Revision as of 09:16, 17 November 2011

fpbrowser is a web browser written in Lazarus.

Screenshots

fpbrowser mac.png

Rendering Engines

The source code of fpbrowser allows selecting the used rendering engine. Currently there are 2 options available: TurboPower iPro and THTMLPort, being that currently TurboPower is utilized.

  • TurboPower iPro <- This is the default one utilized
  • THtmlPort <- This shows the HTML a bit better, but it has some problems while compiling, it seams to hit a FPC bug which prevents building sometimes and is very annoying

Also interresting is this wiki page which lists possible rendering engines: Webbrowser

Modules

FPBrowser support modules, which are plugins which can change the behavior of the browser.

mod_braille

This module converts the text of websites in Braille so that people can practice their Braille skills.

Download

You can download the source using Subversion:

 svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/applications/fpbrowser fpbrowser

And it requires Synapse:

svn co https://synalist.svn.sourceforge.net/svnroot/synalist/trunk/ synapse

See Also