Go to file
2020-09-26 14:46:51 +02:00
data Correct the desktop file entry for view(1) 2019-10-06 03:22:56 +02:00
doc Update the template for the top GtkDoc page 2020-03-03 10:26:58 +01:00
include Rework the desktop to allow modular handlers 2020-09-26 14:46:51 +02:00
po Update the translations 2020-09-13 06:20:50 +02:00
src Rework the desktop to allow modular handlers 2020-09-26 14:46:51 +02:00
tests Make every test optional 2020-01-10 23:12:16 +01:00
tools Use PROGNAME_ICONLIST for iconlist 2018-10-26 19:03:44 -03:00
.gitignore Register the new configuration file 2020-03-03 01:25:07 +01:00
COPYING Switch to the 2-clause BSD license 2018-10-26 13:51:03 -03:00
project.conf About to release DeforaOS Browser 0.5.4 2020-03-03 10:24:04 +01:00
README.md Import a README file for DeforaOS Browser 2019-10-06 04:37:37 +02:00
TODO Remove an item from the TODO list 2017-12-28 06:06:36 +01:00

DeforaOS Browser

About Browser

Browser is a file manager and image browser.

It can be extended through plug-ins, which are then displayed in the left pane of the file management windows.

Browser is part of the DeforaOS Project, and distributed under the terms of the BSD License (2-clause).

Compiling Browser

Browser depends on the following components:

  • Gtk+ 2 or 3
  • DeforaOS libDesktop
  • DocBook-XSL (for the manual pages)
  • GTK-Doc (for the API documentation)

With GCC, this should then be enough to compile and install Browser:

$ make install

To install (or package) Browser in a different location:

$ make PREFIX="/another/prefix" install

Browser also supports DESTDIR, to be installed in a staging directory; for instance:

$ make DESTDIR="/staging/directory" PREFIX="/another/prefix" install

Documentation

Manual pages for each of the executables installed are available in the doc folder. They are written in the DocBook-XML format, and need libxslt and DocBook-XSL to be installed for conversion to the HTML or man file format.

Likewise, the API reference for Browser (plug-ins) is available in the doc/gtkdoc folder, and is generated using gtk-doc.