ApacheConf version 0.1 has been released. It is more of a preview release, as a few of the features in the GUI are not yet coded, and several features have yet to be added anywhere in the code. Release Notes:
******************0.1******************
Initial release. All data is read from Apache configu-
ration file, only data in 'General' and 'Modules' tabs
is saved when the 'save' button is clicked. Many of
the buttons are useless (New and Save As come to
mind), but the Save button/menu item actually does
save data (provided it is in 'General' and 'Modules'
tabs).
All the UI probably is as it will be when every-
thing is working.
Conditionals are not even loaded for the moment,
though there is a splatter of code inside the
'mainwindow.ui.h' file that refers to it (it is comm-
ented out).
Full source code is included in ZIP file, as well as
a Linux binary (in the bin directory), LaTeX and HTML
source code docs (thanks to Doxygen), and a sample
Apache configuration file.
-----TODO-----
- Implement conditionals + nested conditionals
- Make save button encompass all data
- Add syntax highlighting to advanced view
- IIS/PWS import?
- Implement more advanced functions, such as the
tags and more advanced settings.