SIGLAR - GTK+ based simple acronym creation tool


Description
===========

Siglar is a simple GTK+ acronym creation tool 
that emphasizes simplicity. As development
focuses on keeping weight down to a minimum 
the interface is quite simple and clean. 
Siglar is simple to use, is easily installed, 
requires few libraries, and starts up quickly.

This freeware program is released under a propietary 
license, see the file 'license.txt' for more information.

Installation
============

Siglar requires GTK+-2.10.x libraries.

Simple install procedure:

 $ tar xzvf siglar-x.x.x.i386.tar.gz  # unpack the files
 $ cd siglar-x.x.x.i386               # enter in the new directory
 $ ./install.sh                       # install siglar (become root if necessary)
  
if you are installing over a previous version of siglar 
you must delete the configuration file .siglar.conf 
from home folder to each user acount, if you try to 
run siglar with an old configuration file it may 
crash (you get a segmentation fault).


Command line arguments
======================

since version 0.8.3 siglar have this commands:

 $ siglar clipboard # Start siglar with the current clipboard content as the words to use
 
 $ siglar word1 word2 ... # start siglar creating acronyms with this words

