Author: juha
Date: 2008-03-10 12:34:26 +0000 (Mon, 10 Mar 2008)
New Revision: 26673

Added:
   xfcalendar/trunk/doc/orage.1
   xfcalendar/trunk/doc/orage.xml
   xfcalendar/trunk/globaltime/globaltime.1
   xfcalendar/trunk/globaltime/globaltime.xml
Modified:
   xfcalendar/trunk/configure.in.in
   xfcalendar/trunk/doc/Makefile.am
   xfcalendar/trunk/globaltime/Makefile.am
Log:
Man pages for both Orage and globaltime.
Fixes Bug 3848 - globaltime doesn't have manpage



Modified: xfcalendar/trunk/configure.in.in
===================================================================
--- xfcalendar/trunk/configure.in.in    2008-03-09 19:51:09 UTC (rev 26672)
+++ xfcalendar/trunk/configure.in.in    2008-03-10 12:34:26 UTC (rev 26673)
@@ -9,7 +9,7 @@
 dnl
 
 dnl Version information
-m4_define([orage_version], [4.5.13.4-svn])
+m4_define([orage_version], [4.5.13.5-svn])
 
 m4_define([gtk_minimum_version], [2.6.0])
 m4_define([xfce_minimum_version], [4.4.0])

Modified: xfcalendar/trunk/doc/Makefile.am
===================================================================
--- xfcalendar/trunk/doc/Makefile.am    2008-03-09 19:51:09 UTC (rev 26672)
+++ xfcalendar/trunk/doc/Makefile.am    2008-03-10 12:34:26 UTC (rev 26673)
@@ -4,7 +4,20 @@
 noinst_DATA = \
        xfce-nochunk.xsl
 
-EXTRA_DIST = $(noinst_DATA)
+man_MANS = \
+       orage.1
 
+mandir = ${prefix}/man
+
+if MAINTAINER_MODE
+%.1: %.xml
+       xsltproc -nonet 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+endif
+
+EXTRA_DIST = \
+       $(noinst_DATA) \
+       $(man_MANS) \
+       orage.xml
+
 html: Makefile
        make -C C html

Added: xfcalendar/trunk/doc/orage.1
===================================================================
--- xfcalendar/trunk/doc/orage.1                                (rev 0)
+++ xfcalendar/trunk/doc/orage.1        2008-03-10 12:34:26 UTC (rev 26673)
@@ -0,0 +1,95 @@
+.\"     Title: orage
+.\"    Author: 
+.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
+.\"      Date: 03/10/2008
+.\"    Manual: 
+.\"    Source: 
+.\"
+.TH "ORAGE" "1" "03/10/2008" "" ""
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.SH "NAME"
+orage \- Calendar for the Xfce Desktop Environment
+.SH "SYNOPSIS"
+.HP 6
+\fBorage\fR [options] [[FILE]...]
+.SH "DESCRIPTION"
+.PP
+
+\fBorage\fR
+is a fast and easy to use graphical calendar for the Xfce Desktop Environment. 
It uses portable ical format and includes common calendar features like 
repeating appointments and multiple alarming possibilities.
+\fBorage\fR
+does not have group calendar features, but can only be used for single user.
+.PP
+
+\fBorage\fR
+takes a list of
+\fIFILE\fRs for ical files that should be imported. Contents of those files 
are read and converted into
+\fBorage\fR, but those files are left untouched.
+.PP
+For a more detailed explanation of
+\fBorage\fR, please see the Help menu.
+.SH "OPTIONS"
+.PP
+\fB\-v\fR, \fB\-\-version\fR
+.RS 4
+Print version information and exit.
+.RE
+.PP
+\fB\-?\fR, \fB\-\-help\fR
+.RS 4
+Print brief help and exit.
+.RE
+.PP
+\fB\-p\fR, \fB\-\-\-\-preferences\fR
+.RS 4
+Open the preferences setting window.
+.RE
+.PP
+\fB\-t\fR, \fB\-\-toggle\fR
+.RS 4
+Hide
+\fBorage\fR
+if it is visible and show it if it is hidden.
+.RE
+.PP
+\fB\-a\fR, \fB\-\-\-\-add\-foreign file [RW]\fR
+.RS 4
+Add a foreign file into
+\fBorage\fR. By default this file is read\-only but adding RW after the 
filename makes it writeable.
+.RE
+.PP
+\fB\-r\fR, \fB\-\-\-\-remove\-foreign file\fR
+.RS 4
+Remove foreign file from
+\fBorage\fR. The file itself is not removed or modified. If you want to remove 
it, you need to do that separately using proper operating system command.
+.RE
+.SH "FILES"
+.PP
+All
+\fBorage\fR
+datafiles are by default in
+\fI~/.local/share/orage\fR
+and all configuration files are in
+\fI~/.config/orage\fR. (Note that you can change these locations, so if you do 
not find them, check from the UI.)
+.SH "BUGS"
+.PP
+Please report any bugs and enhancement requests to
+\fIhttp://bugzilla.xfce.org/\fR. Usage related questions can be sent to
[EMAIL PROTECTED]
+email list.
+.SH "HOMEPAGE"
+.PP
+
+\fIhttp://www.xfce.org/projects/orage/\fR
+.SH "AUTHOR"
+.PP
+
+\fBorage\fR
+was originally written by Mickael Graf and is now being maintained by Juha 
Kautto
+<[EMAIL PROTECTED]>.
+.PP
+This manual page was written by Juha Kautto
+<[EMAIL PROTECTED]>.

Added: xfcalendar/trunk/doc/orage.xml
===================================================================
--- xfcalendar/trunk/doc/orage.xml                              (rev 0)
+++ xfcalendar/trunk/doc/orage.xml      2008-03-10 12:34:26 UTC (rev 26673)
@@ -0,0 +1,147 @@
+<!--
+  $Id: orage.xml 22971 2008-03-06 23:14:10Z juha $
+
+  Copyright (c) 2008 Juha Kautto <[EMAIL PROTECTED]>
+-->
+
+<refentry id="Orage">
+  <refmeta>
+    <refentrytitle>orage</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>orage</refname>
+    <refpurpose>Calendar for the Xfce Desktop Environment</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>orage</command>
+      <arg choice="opt">options</arg>
+      <arg rep="repeat">
+        <arg>FILE</arg>
+      </arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1>
+    <title>Description</title>
+    <para>
+      <command>orage</command> is a fast and easy to use graphical calendar 
+      for the Xfce Desktop Environment. It uses portable ical format and 
+      includes common calendar features like repeating appointments and 
+      multiple alarming possibilities. <command>orage</command> does not have
+      group calendar features, but can only be used for single user.
+    </para>
+    <para>
+      <command>orage</command> takes a list of <replaceable>FILE</replaceable>s
+      for ical files that should be imported. Contents of those files are read
+      and converted into <command>orage</command>, but those files are left
+      untouched.
+    </para>
+    <para>
+      For a more detailed explanation of <command>orage</command>, please see 
+      the Help menu.
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>Options</title>
+    <variablelist>
+      <varlistentry>
+        <term><option>-v</option>, <option>--version</option></term>
+        <listitem>
+          <para>Print version information and exit.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-?</option>, <option>--help</option></term>
+        <listitem>
+          <para>Print brief help and exit.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-p</option>, <option>----preferences</option></term>
+        <listitem>
+          <para>
+            Open the preferences setting window.
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-t</option>, <option>--toggle</option></term>
+        <listitem>
+          <para>
+            Hide <command>orage</command> if it is visible and show it if 
+            it is hidden.
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-a</option>, <option>----add-foreign file 
[RW]</option></term>
+        <listitem>
+          <para>
+            Add a foreign file into <command>orage</command>. By default this
+            file is read-only but adding RW after the filename makes it 
+            writeable.
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-r</option>, <option>----remove-foreign 
file</option></term>
+        <listitem>
+          <para>
+            Remove foreign file from <command>orage</command>. The file itself
+            is not removed or modified. If you want to remove it, you need to
+            do that separately using proper operating system command.
+          </para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+
+  <refsect1>
+    <title>Files</title>
+    <para>
+      All <command>orage</command> datafiles are by default in 
+      <replaceable>~/.local/share/orage</replaceable> and all configuration
+      files are in  <replaceable>~/.config/orage</replaceable>.
+      (Note that you can change these locations, so if you do not find them,
+       check from the UI.)
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>BUGS</title>
+    <para>
+      Please  report any bugs and enhancement requests to 
+      <replaceable>http://bugzilla.xfce.org/</replaceable>. Usage related
+      questions can be sent to <replaceable>[EMAIL PROTECTED]</replaceable>
+      email list.
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>HOMEPAGE</title>
+    <para>
+      <replaceable>http://www.xfce.org/projects/orage/</replaceable>
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>Author</title>
+    <para>
+      <command>orage</command> was originally written by Mickael Graf and
+      is now being maintained by Juha Kautto <email>[EMAIL PROTECTED]</email>.
+    </para>
+    <para>
+      This manual page was written by Juha Kautto <email>[EMAIL 
PROTECTED]</email>.
+    </para>
+  </refsect1>
+</refentry>

Modified: xfcalendar/trunk/globaltime/Makefile.am
===================================================================
--- xfcalendar/trunk/globaltime/Makefile.am     2008-03-09 19:51:09 UTC (rev 
26672)
+++ xfcalendar/trunk/globaltime/Makefile.am     2008-03-10 12:34:26 UTC (rev 
26673)
@@ -1,5 +1,15 @@
 bin_PROGRAMS = globaltime
 
+man_MANS =                                              \
+       globaltime.1
+
+mandir = ${prefix}/man
+
+if MAINTAINER_MODE
+%.1: %.xml
+       xsltproc -nonet 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+endif
+
 globaltime_SOURCES =                                           \
        globaltime.c                                                    \
        globaltime.h                                                    \
@@ -14,7 +24,11 @@
 globaltime_LDADD =                                             \
        $(LIBXFCEGUI4_LIBS)                                             \
        $(LIBXFCEUTIL_LIBS)                                             \
-       $(INTLLIBS)
+       $(INTLLIBS) 
 
+EXTRA_DIST =                                                   \
+       $(man_MANS)                                                             
\
+       globaltime.xml
 
+
 # vi:set ts=8 sw=8 noet ai:

Added: xfcalendar/trunk/globaltime/globaltime.1
===================================================================
--- xfcalendar/trunk/globaltime/globaltime.1                            (rev 0)
+++ xfcalendar/trunk/globaltime/globaltime.1    2008-03-10 12:34:26 UTC (rev 
26673)
@@ -0,0 +1,53 @@
+.\"     Title: globaltime
+.\"    Author: 
+.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
+.\"      Date: 03/10/2008
+.\"    Manual: 
+.\"    Source: 
+.\"
+.TH "GLOBALTIME" "1" "03/10/2008" "" ""
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.SH "NAME"
+globaltime \- International multiclock timeconverter for the Xfce Desktop 
Environment. It is part of Orage
+.SH "SYNOPSIS"
+.HP 11
+\fBglobaltime\fR
+.SH "DESCRIPTION"
+.PP
+
+\fBglobaltime\fR
+is a fast and easy to use graphical clock for the Xfce Desktop Environment. It 
can show several clocks in different timezones at the same time. It is also 
possible to change time, so that it is easier to see when certain time is in 
other timezones.
+\fBglobaltime\fR
+is not able to change your operating system time.
+.SH "FILES"
+.PP
+All
+\fBglobaltime\fR
+datafiles are by default in in
+\fI~/.config/globaltime\fR.
+.SH "BUGS"
+.PP
+Please report any bugs and enhancement requests to
+\fIhttp://bugzilla.xfce.org/\fR. Note that
+\fBglobaltime\fR
+is part of
+\fBorage\fR
+so bugs are reported against orage and component globaltime. Usage related 
questions can be sent to
[EMAIL PROTECTED]
+email list.
+.SH "HOMEPAGE"
+.PP
+
+\fIhttp://www.xfce.org/projects/orage/\fR
+.SH "AUTHOR"
+.PP
+
+\fBglobaltime\fR
+was written by Juha Kautto
+<[EMAIL PROTECTED]>.
+.PP
+This manual page was written by Juha Kautto
+<[EMAIL PROTECTED]>.

Added: xfcalendar/trunk/globaltime/globaltime.xml
===================================================================
--- xfcalendar/trunk/globaltime/globaltime.xml                          (rev 0)
+++ xfcalendar/trunk/globaltime/globaltime.xml  2008-03-10 12:34:26 UTC (rev 
26673)
@@ -0,0 +1,74 @@
+<!--
+  $Id: globaltime.xml 22971 2008-03-06 23:14:10Z juha $
+
+  Copyright (c) 2008 Juha Kautto <[EMAIL PROTECTED]>
+-->
+
+<refentry id="Globaltime">
+  <refmeta>
+    <refentrytitle>globaltime</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>globaltime</refname>
+    <refpurpose>International multiclock timeconverter for the Xfce Desktop 
Environment. It is part of Orage</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>globaltime</command>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1>
+    <title>Description</title>
+    <para>
+      <command>globaltime</command> is a fast and easy to use graphical clock 
+      for the Xfce Desktop Environment. It can show several clocks in different
+      timezones at the same time. It is also possible to change time, so that
+      it is easier to see when certain time is in other timezones. 
+      <command>globaltime</command> is not able to change your operating system
+      time.
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>Files</title>
+    <para>
+      All <command>globaltime</command> datafiles are by default in 
+      in <replaceable>~/.config/globaltime</replaceable>.
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>BUGS</title>
+    <para>
+      Please report any bugs and enhancement requests to 
+      <replaceable>http://bugzilla.xfce.org/</replaceable>.
+      Note that <command>globaltime</command> is part of
+      <command>orage</command> so bugs are reported against orage and component
+      globaltime.
+      Usage related questions can be sent to
+      <replaceable>[EMAIL PROTECTED]</replaceable> email list.
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>HOMEPAGE</title>
+    <para>
+      <replaceable>http://www.xfce.org/projects/orage/</replaceable>
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>Author</title>
+    <para>
+      <command>globaltime</command> was written by Juha Kautto
+      <email>[EMAIL PROTECTED]</email>.
+    </para>
+    <para>
+      This manual page was written by Juha Kautto <email>[EMAIL 
PROTECTED]</email>.
+    </para>
+  </refsect1>
+</refentry>

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to