Index: ossp-pkg/as/as-gui/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/Makefile.in,v rcsdiff -q -kk '-r1.46' '-r1.47' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/Makefile.in,v' 2>/dev/null --- Makefile.in 2003/03/05 15:23:33 1.46 +++ Makefile.in 2003/03/05 20:24:52 1.47 @@ -37,6 +37,7 @@ bindir = @bindir@ sbindir = @sbindir@ libdir = @libdir@ +datadir = @datadir@ includedir = @includedir@ mandir = @mandir@ @@ -131,13 +132,17 @@ $(IDL) --c++-suffix=cpp $< endif +# Special treatment for help panel class, which needs the $datadir variable +as_helpanel.o: as_helpanel.cpp + $(CXX) -c -DTITRAQ_DOCDIR=\"$(datadir)\" $(CPPFLAGS) $(CXXFLAGS) $< + as-gui.1: as-gui.pod VS=`$(SHTOOL) version -lc -dshort as_version.cpp`; \ VL=`$(SHTOOL) version -lc -dlong as_version.cpp`; \ D=`$(SHTOOL) version -lc -dlong as_version.cpp | sed -e 's;.*(;;' -e 's;).*;;'`; \ $(POD2MAN) --quotes=none \ --section=1 --center="AS Accounting System" \ - --release="$$D" --date="asgui $$VS" as-gui.pod | \ + --release="$$D" --date="as-gui $$VS" as-gui.pod | \ sed -e "s;ASGUI_VERSION_STR;$$VL;" >as-gui.1 as-gui.conf.5: as-gui.conf.pod @@ -146,24 +151,28 @@ D=`$(SHTOOL) version -lc -dlong as_version.cpp | sed -e 's;.*(;;' -e 's;).*;;'`; \ $(POD2MAN) --quotes=none \ --section=5 --center="AS Preferences File" \ - --release="$$D" --date="asgui $$VS" as-gui.conf.pod | \ + --release="$$D" --date="as-gui $$VS" as-gui.conf.pod | \ sed -e "s;ASGUI_VERSION_STR;$$VL;" >as-gui.conf.5 install: all $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(prefix) $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir) -# $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1 -# $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man5 + $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1 + $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man5 + $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(datadir) $(SHTOOL) install -c -s -m 755 as-gui $(DESTDIR)$(bindir)/as-gui -# $(SHTOOL) install -c -m 644 as-gui.1 $(DESTDIR)$(mandir)/man1/as-gui.1 -# $(SHTOOL) install -c -m 644 as-gui.conf.5 $(DESTDIR)$(mandir)/man5/as-gui.conf.5 + $(SHTOOL) install -c -m 644 as-gui.1 $(DESTDIR)$(mandir)/man1/as-gui.1 + $(SHTOOL) install -c -m 644 as-gui.conf.5 $(DESTDIR)$(mandir)/man5/as-gui.conf.5 + $(SHTOOL) install -c -m 644 as-gui.html $(DESTDIR)$(datadir)/as-gui.html uninstall: -# $(RM) $(DESTDIR)$(mandir)/man5/as-gui.conf.5 -# $(RM) $(DESTDIR)$(mandir)/man1/as-gui.1 + $(RM) $(DESTDIR)$(datadir)/as-gui.html + $(RM) $(DESTDIR)$(mandir)/man5/as-gui.conf.5 + $(RM) $(DESTDIR)$(mandir)/man1/as-gui.1 $(RM) $(DESTDIR)$(bindir)/as-gui -# $(RMDIR) $(DESTDIR)$(mandir)/man5 >/dev/null 2>&1 || $(TRUE) -# $(RMDIR) $(DESTDIR)$(mandir)/man1 >/dev/null 2>&1 || $(TRUE) + $(RMDIR) $(DESTDIR)$(datadir) >/dev/null 2>&1 || $(TRUE) + $(RMDIR) $(DESTDIR)$(mandir)/man5 >/dev/null 2>&1 || $(TRUE) + $(RMDIR) $(DESTDIR)$(mandir)/man1 >/dev/null 2>&1 || $(TRUE) $(RMDIR) $(DESTDIR)$(mandir) >/dev/null 2>&1 || $(TRUE) $(RMDIR) $(DESTDIR)$(bindir) >/dev/null 2>&1 || $(TRUE) $(RMDIR) $(DESTDIR)$(prefix) >/dev/null 2>&1 || $(TRUE) @@ -173,7 +182,6 @@ ifdef CORBABASE $(RM) $(IDL_OBJ) endif - $(RM) as-gui.conf.5 as-gui.1 $(RM) as_gui_pcre.tab *.core distclean: clean Index: ossp-pkg/as/as-gui/as-gui.conf.pod RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as-gui.conf.pod,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as-gui.conf.pod,v' 2>/dev/null --- as-gui.conf.pod 2002/11/28 20:44:36 1.2 +++ as-gui.conf.pod 2003/03/05 20:24:52 1.3 @@ -26,25 +26,78 @@ ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ## SUCH DAMAGE. ## -## titraq.conf.pod: Plain old documentation file +## as-gui.conf.pod: Plain old documentation file ## =pod =head1 NAME -B - OSSP AS configuration file +B - as-gui configuration file =head1 DESCRIPTION +The B accounting system graphical client allows for easy yet flexible +accounting of time and tasks. It caters to a variety of user interface tastes +by offering a variety of parameterized options. + +Many such options influence direct rendering of the graphical representation +of all data and the controls which operate on the data. However, other options +control communication with the B server, local report formatting, or +backup storage. + +Features such as macro processing, rulesets, account aliases, and session +tuning will be stored as well (when these future preferences are finally +implemented). + +Because of the many possibilities offered, there exists a system to manage the +preferences involved. The system depends on the preferences file F<~/.as-gui>, +reading data from it when starting and running B, and storing data to +it when finally terminating. + +The file F<~/.as-gui> is stored in XML format, and is parsed internally by +B. There is no need to edit this file, although there is also no harm +in doing so. Please remember that all parameters may change during runtime, so +it is wisest to edit after quitting the B application. + +Attenzione! During runtime, all parameters are user-defined and are accessible +by selecting the 'Preferences...' subitem under the 'Edit' menu. + =head1 EXAMPLES +Entries taken from a preferences file: + +=over 4 + +=item B + +