===========================
     NoteCase README
===========================

   NoteCase is a free hierarchical note manager program. It is published
   as open source and licensed under BSD-like license. Program is written
   in portable C++ (using GTK 2.x toolkit) and is currently compiled on 
   Windows and Linux operating systems.

   For more details on the project, consider browsing program web pages,
   or using help.ncd document (program help file).
   Project license can be found in the "docs" directory as license.txt.
   
   Big thanks goes to the <http://www.famfamfam.com/lab/icons/> site for some great free
   icons used in theis product.

-----------------
  Features
-----------------

  - rich format editing with support for embedded images
  - unencrpyted and encrpyted document formats supported
  - NoteCenter unencrpyted format supported (www.notecenter.net)
  - multiple text node operations are supported (moving up/down/...)
  - import gjots2 documents (requires .gjots2 extension on document)
  - multilanguage support
  - undo/redo support

-----------------
  Installation
-----------------

   Just unpack the archive contents and start the program. 

   Windows users require GTK toolkit installation. Installer package is
   available at <http://gladewin32.sourceforge.net/>.
   If you wish to compile the sources yourself download and install latest	
   development package, if not, you'll need only runtime GTK package version.

-----------------
  Compiling
-----------------

   1. Notecase compilation on Ubuntu
	- run "sudo apt-get install make g++ libgtk2.0-dev libgnomevfs2-dev" to install packages needed to compile notecase
	- download and unpack latest notecase sources
	- cd to notecase directory
	- run "sudo make install" (or just "make" if you do not wish to install the software)

-----------------
  Updates
-----------------

   The latest version of NoteCase can be found at <http://notecase.sf.net>
   Please send any suggestions/bug reports to e-mail 
   <miroslav.rajcic@inet.hr>
