An open API service indexing awesome lists of open source software.

https://github.com/aib/glito

Source copy of Glito IFS (Fractal) explorer by Emmanuel Debanne
https://github.com/aib/glito

Last synced: about 1 month ago
JSON representation

Source copy of Glito IFS (Fractal) explorer by Emmanuel Debanne

Awesome Lists containing this project

README

          

This is a Git port of the original sources of the Glito program taken from http://emmanuel.debanne.free.fr/glito/
Copyright © 1996, 2002, 2003 Emmanuel Debanne (emmanuel (a) debanne . net)

To build:
$ autoreconf -i
$ ./configure
$ make

=== Original README follows ===

v1.1

Read doc/manual_en.html for informations on Glito.
Lisez doc/manual_fr.html pour obtenir des informations sur Glito.
Legu doc/manual_eo.html por informighi pri Glito.

*** THANKS TO ***

Pierre-Emmanuel Reb (spiralling zoom, pseudo-logarithmic grey level,
mouse dragging)

*** How to update I18N ***
cd src
xgettext -k_ *.cpp *.hpp
cp messages.po ../po/glito.pot
cd ../po
msgmerge fr.po glito.pot -o fr.po