= AUTHOR =

Carlos Jenkins <cjenkins@softwarelibrecr.org>

= DEPENDENCIES =

This software depends on the following python libraries (as Ubuntu package name):

    + python-webkit
    + python-gtk2

For Latex functionality the following packages are required:

    + texlive-publishers (IEEEtran style)
    + texlive (LaTeX, fonts, etc)
    + texlive-latex-extra (To use paralist package)

= SCRIPTS =

To run Nested:
    cd nested
    ./nested

To create a Python source distribution:
    python setup.py sdist
    
To extract l10n strings:
    cd po/
    extract_strings.sh

To create a Debian package:
    cd dist/ubuntu/
    ./make_release.sh

To create a Windows executable (On a Windows Machine):
    cd dist\windows\
    make_release.bat

= TODO =

TODO v1.2:

- Editor Website

TODO v2.0:

- Link dialog should load to the Label the currently selected word.
- TreeView Copy/Cut/Paste
- Find and replace
- Hide emails to base64 images
- Expanded document format
- Bookmarks
- Document statistics
- Improve Undo/Redo to include timed and action based modifications, not token based
- Undo/Redo stack for whole application (stack per section, stack for tree)
- Add description, metatags
- Spell checking
- References support
- Footnotes support
- Extended themes that include syntax highlight. @see t2t_highlight.py, styles variable
- Bump to Gtk3
- epub publishing. (txt2tags > docbook > epub via epub-tools?)
- Improve default/avalaible filters (@see textallion)
- Consider Slidy target / theme
- Support rubber in GNU/Linux, instead of directly calling pdflatex.

= KNOWN BUGS =

- Name and selected path on dialog when creating new file/opening example/opening file is not changes.
- Publishing might take a while, and no visual feedback is given.
- The gallery can only handle raster images (gif, png, jpg), but vectorial ones like eps, svg, pdf 
  are more suitable for LaTeX targets.
- Common procs (%!preproc:, %!postproc:) will be correctly interpreted and saved, 
  but when file is re-opened they will appear present in all targets. This is known
  limitation because a the way txt2tags process the file.
- Website theme: content of section with commented title will not be avalaible. Feature?
- All the content of a theme folder is published, but just style, script and images should be exported.
