
  Organizer 1.0 Readme File
  -------------------------
  Rui Anastacio, Fev 1999
  
  
  
  
  
  CONTENTS
  
     * About this program
	 * Instalation
	 * Before begin
	 
	 
	 
	 
 ABOUT THIS PROGRAM
 ------------------
 
 Organizer is a text browser. You can view and edit text files in fast and 
 easy way.
 
 Home page is: http://www.geocities.com/SiliconValley/6333/organizer
 
 
 INSTALATION
 -----------
 
 You need TCL/TK 8 installed on your system.
 
 Steps:
 
    1. Copy the script "organizer" to some path directory.
	2. Copy all the icons (gif files) to some directory GIF_DIR (you choose)
	3. Edit the organizer script. The first lines define some parameters you
	   can change, and they are:
	   
	   
	BOOK_FILE     -  The full name (path + name) of your book list file. This
	                 file contains entrys like:
					   "personal=~/books/personal"
					   "-"
					   "TCL LIBS=/doc/tcl/lib"
					 The first defines book name "personal" and corresponding 
					 directory  "~/books/personal"
					 The second is a separator.
					 
					 This file can be edited from organizer.
					 
				-->	 For Now don't change this.
					 
	ORGANIZER_GIFS  - The directory GIF_DIR (see step 2)
	
	EDITOR_FONTS    - List of names and fonts available at the editor
	                  X11 users  can use any font of the system

    EDITOR_FONT     - Starting font
	 


  BRIEF EXAMPLE
  -------------
  
  Lets create some books dirs:
  
    mkdir ~/books
	mkdir ~/books/personal
	mkdir ~/books/work
  
  Now create text file ~/.books
  This is the list of books. Write the following 3 lines into it:
Personal=~/books/personal
-
Work=~/books/work  

  Make shure your BOOK_FILE parameter is "~/.books".
  
  Now start organizer. Open the personal book (top left button)
  Using the tools you can create pages and sections. 
  Create 2 pages: one titled "Todo List" and the other "Adress Book"
  
  Open the "Todo List" in the editor and write some stuff
  Without saving change to "Adress Book" and write some stuff.
  Go Back do "Todo List". The changes were saved.
  SAVING IS AUTOMATIC if the file was modified. The save button is to
  force saving at that time.
  
  Now create, rename and delete some sections and pages to see how it works.
  
  To add or remove books use the tools button, item "Edit Book List", and edit
  the file. Reload the list to update the book menu.
  
