$Id: README,v 1.16 2004/07/03 21:10:10 erwin Exp $
erwin - really simple html editor
really really simple
See INSTALL for installation instructions.
I am developing erwin with the following libraries, so you should probably have a least these version installed:
libgtk2.0-0 2.4.3-1 libgtkhtml2-0 2.4.1-1 libxml2 2.6.10-3
libgtksourceview1.0-0 1.0.1-2
if you don't have libgtkhtml2 installed, then the configure script should detect this, and then you can't display the rendered html page. Everything else should work. This is not tested.
compiler:
gcc-3.3 3.3.4-2
should work with any other compiler. True or False.
Check out erwins shiny metal homepage: http://lisas.de/erwin/
CTRL+P tries to close the last not closed tag
----------------------old readme file---------------------- erwin - HTML Editor
See INSTALL for installation instructions.
erwin requires GTK+1.2 in order to compile. GTK can be found at http://www.gtk.org
We are developing erwin on GTK+1.2.3.
To enable debugging uncomment the DEBUG line in the Makefile.
These release seems to be quite stable. If you experience any problems feel free to contact us.
Feel free to contact if you have any good ideas for improvement.
You can find as at
http://www-stud.fht-esslingen.de/erwin
or
mailto:erwin@rhlx01.fht-esslingen.de
We would like to say thank you to:
- Stefan<sontheim@rhlx01.fht-esslingen.de>
- Heavy beta- and alpha testing
- Lots of good ideas
Keyboard Shortcuts:
Motion Shortcuts
Ctrl-A Beginning of line
Ctrl-E End of line
Ctrl-N Next Line
Ctrl-P Previous Line
Ctrl-B Backward one character
Ctrl-F Forward one character
Alt-B Backward one word
Alt-F Forward one word
Editing Shortcuts
Ctrl-H Delete Backward Character (Backspace)
Ctrl-D Delete Forward Character (Delete)
Ctrl-W Delete Backward Word
Alt-D Delete Forward Word
Ctrl-K Delete to end of line
Ctrl-U Delete line
Selection Shortcuts
Ctrl-X Cut to clipboard
Ctrl-C Copy to clipboard
Ctrl-V Paste from clipboard
That's it...
