Difference between revisions of "fpbrowser"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
fpbrowser is a simple web browser written in Lazarus that uses the [[THtmlPort]] component.
+
fpbrowser is a web browser written in Lazarus.
  
 
__TOC__
 
__TOC__
Line 10: Line 10:
  
 
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.
 
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
 +
* [[THtmlPort]]
  
 
== Modules ==
 
== Modules ==

Revision as of 22:45, 10 November 2011

fpbrowser is a web browser written in Lazarus.

Screenshots

ToDo

Renderer 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.

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