Kodevert - README
=================================

Author: Bojan D.  -  www.notry.net
File: Kodevert.exe
Version: 1.0.0.1


CONTENTS:
------------------------------------------------------------------
- Use
- Features
- Version History
- Known Issues
- TODO
- License
- Acknowledgements


Use
-------------------------------------------------------------------
Using Kodevert is simple. Just click on "Browse..." button, open the source code file (the file path is displayed in the
textbox, but it is not directly editable from it), and click "Build" button to build the html file.
Kodevert saves the output in filenameext.html file, and in the location of the source code file.
So, for example, if I was exporting a file "C:\work\AboutDlg.cpp", ACETool will export it to file:
"C:\work\AboutDlgcpp.html".


Features
-------------------------------------------------------------------
- C/C++ Support: 82 keywords; comments; quotes.
- Resource file support
- Supported extensions: *.cpp, *.hpp, *.c, *.h, *.rc.
- It's free!


Version History
-------------------------------------------------------------------
1.0.0.1 - February 26, 2004
	First release.


Known Issues
-------------------------------------------------------------------
Right now I am not aware of any bugs in Kodevert.


TODO
-------------------------------------------------------------------
In order of priority:
- Add multiple file support.
- Add other language support: java, VB, PHP,...


License
-------------------------------------------------------------------
Copyright (c) 2004 Bojan D.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
rights to use, distribute, and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions
of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Acknowledgements
-------------------------------------------------------------------
Kodevert uses Hyperlink static control written by Chris Maunder, and is freely available at http://www.codeguru.com
Icon used from http://www.DeviantArt.com

