added SGML version of users guide

This commit is contained in:
brandonne 2001-12-31 07:17:37 +00:00
parent 42bdd915f0
commit 601f495f93
10 changed files with 193 additions and 0 deletions

View File

View File

@ -0,0 +1,74 @@
<!DOCTYPE chapter SYSTEM "calendar.sgml" PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<chapter id="Calendar">
<title>Calendar</title>
<para>
A searchable daily,weekly, monthly calendar/scheduling applicaiton with alerts for high priority events.
</para>
<sect1>
<title>Viewing</title>
<para>
To view your calendar, click on the calendar icon in the menu. This will bring you to the default view selected in your preferences. You can click one of the six icons to change your calendar view.
</para>
<variablelist>
<varlistentry>
<term><guiicon><inlinegraphic fileref="images/today.gif"></inlinegraphic></guiicon>Day</term>
<listitem>
<para>
Current day is displayed, broken down into time increments. Increment and working hours can be set in preferences.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guiicon><inlinegraphic fileref="images/week.gif"></inlinegraphic></guiicon>Week</term>
<listitem>
<para>
Current week is displayed. Start day of week can be set in preferences.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guiicon><inlinegraphic fileref="images/month.gif"></inlinegraphic></guiicon>Month</term>
<listitem>
<para>
Current month is displayed.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guiicon><inlinegraphic fileref="images/year.gif"></inlinegraphic></guiicon>Year</term>
<listitem>
<para>
Current year is displayed.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guiicon><inlinegraphic fileref="images/planner.gif"></inlinegraphic></guiicon>Planner</term>
<listitem>
<para>
I don't know yet
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guiicon><inlinegraphic fileref="images/view.gif"></inlinegraphic></guiicon>&nbsp;Daily Matrix View</term>
<listitem>
<para>
Displays a selection of users and their available times for a given date range
</para>
</listitem>
</varlistentry>
</variablelist>
</sect1>
<sect1>
<title>Adding an entry</title>
</sect1>
<sect1>
<title>Editing an entry</title>
</sect1>
<sect1>
<title>Preferences</title>
</sect1>
</chapter>

View File

@ -0,0 +1,5 @@
<!DOCTYPE chapter SYSTEM "email.sgml" PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<chapter id="Email">
<title>Email</title>
</chapter>

View File

@ -0,0 +1,5 @@
<!DOCTYPE chapter SYSTEM "filemanager.sgml" PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<chapter id="FileManager">
<title>File Manager</title>
</chapter>

View File

@ -0,0 +1,23 @@
<!DOCTYPE chapter SYSTEM "general.sgml" PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<chapter id="General">
<title>General</title>
<para>
Here will go an overview of categories and other overall topics.
</para>
<sect1>
<title>Categories</title>
</sect1>
<sect1>
<title>Templates and Themes</title>
</sect1>
<sect1>
<title>Access Control Lists</title>
</sect1>
<sect1>
<title>Translations</title>
</sect1>
</chapter>

View File

@ -0,0 +1,33 @@
<!DOCTYPE chapter SYSTEM "introduction.sgml" PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<chapter id="Introduction">
<title>Introduction</title>
<sect1>
<title>What is phpGroupWare</title>
<para>
phpGroupWare is a multi-user web-based suite written in PHP. It contains many applications, including a Calendar, email package, contact database and project manager. It also includes an extensive API for writing new applications.
</para>
</sect1>
<sect1>
<title>About the author</title>
<para>
Brandon Neill just wanted to figure out how to use the program and decided to write a manual as an excuse to bug the developers.
</para>
</sect1>
<sect1>
<title>Acknowledgements</title>
<para>
I would like to thank the many authors of phpGroupWare and it's applications for creating such a useful and extensible product. I would also like to thank the authors of previous version of the documentation and the authors of the LDP Author guide for teaching me how to use DocBook.
</para>
</sect1>
<sect1>
<title>Notes</title>
<para>
This document is based upon the current CVS release, where possible I included notes relating to the current stable release (0.9.12). This is a work in progress, please email any corrections to <email>bneill@yahoo.com</email>.
</para>
</sect1>
</chapter>

View File

@ -0,0 +1,5 @@
<!DOCTYPE chapter SYSTEM "notes.sgml" PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<chapter id="Notes">
<title>Notes</title>
</chapter>

View File

@ -0,0 +1,39 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<!ENTITY introduction SYSTEM "introduction.sgml">
<!ENTITY general SYSTEM "general.sgml">
<!ENTITY calendar SYSTEM "calendar.sgml">
<!ENTITY email SYSTEM "email.sgml">
<!ENTITY addressbook SYSTEM "addressbook.sgml">
<!ENTITY notes SYSTEM "notes.sgml">
<!ENTITY todo SYSTEM "todo.sgml">
<!ENTITY project SYSTEM "project.sgml">
<!ENTITY filemanager SYSTEM "filemanager.sgml">
<book id="index">
<bookinfo>
<title>phpGroupWare User's Manual</title>
<author>
<firstname>Brandon</firstname><surname>Neill</surname>
</author>
<pubdate>$Revision$, $Date$</pubdate>
<Abstract>
<para>
This Manual is for users of phpGroupware.
</para>
</abstract>
</bookinfo>
&introduction
&general
&calendar
&email
&addressbook
&notes
&todo
&project
&filemanager
</book>

View File

@ -0,0 +1,4 @@
<!DOCTYPE chapter SYSTEM "project.sgml" PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<chapter id="Project">
<title>Project</title>
</chapter>

View File

@ -0,0 +1,5 @@
<!DOCTYPE chapter SYSTEM "todo.sgml" PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<chapter id="Todo">
<title>Todo</title>
</chapter>