fpbrowser/fr

From Lazarus wiki
Revision as of 10:50, 30 April 2020 by E-ric (talk | contribs)
Jump to navigationJump to search

English (en) français (fr)

fpbrowser est un navigateur Web écrit avec Lazarus.

Capture d'écran

fpbrowser mac.png

Moteurs de rendu

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

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

Also interesting 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.

Téléchargement

You can download the source using Subversion:

 svn co https://svn.code.sf.net/p/lazarus-ccr/svn/applications/fpbrowser fpbrowser

And it requires Synapse:

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

Voir aussi