From 9da838ad3ebc0bbb4a63b72e4ca9619bc86bca4e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 16 May 2007 00:07:22 +0000 Subject: dont hardcode the paths in the man pages. add the docbook-to-man parsed stuff to svn. nice makefile rules for them. --- doc/openbox-gnome-session.1 | 19 --------- doc/openbox-gnome-session.1.in | 19 +++++++++ doc/openbox-kde-session.1 | 19 --------- doc/openbox-kde-session.1.in | 19 +++++++++ doc/openbox-session.1 | 39 ------------------ doc/openbox-session.1.in | 39 ++++++++++++++++++ doc/openbox.1 | 94 ------------------------------------------ doc/openbox.1.in | 94 ++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 171 insertions(+), 171 deletions(-) delete mode 100644 doc/openbox-gnome-session.1 create mode 100644 doc/openbox-gnome-session.1.in delete mode 100644 doc/openbox-kde-session.1 create mode 100644 doc/openbox-kde-session.1.in delete mode 100644 doc/openbox-session.1 create mode 100644 doc/openbox-session.1.in delete mode 100644 doc/openbox.1 create mode 100644 doc/openbox.1.in (limited to 'doc') diff --git a/doc/openbox-gnome-session.1 b/doc/openbox-gnome-session.1 deleted file mode 100644 index 68e29f7b..00000000 --- a/doc/openbox-gnome-session.1 +++ /dev/null @@ -1,19 +0,0 @@ -.TH "OPENBOX" "1" -.SH "NAME" -openbox-gnome-session \(em Run a GNOME session with Openbox as the window manager - -.SH "DESCRIPTION" -.PP -\fBopenbox-gnome-session\fR runs a GNOME session with -Openbox as the window manager. -.SH "SEE ALSO" -.PP -openbox(1), openbox-kde-session (1), openbox-session(1). - -.PP -The program's full documentation is available on the website: -\fBhttp://openbox.org/\fP -.PP -Please report bugs to: \fBhttp://bugzilla.icculus.org/ -\fP -.\" created by instant / docbook-to-man, Mon 14 May 2007, 21:59 diff --git a/doc/openbox-gnome-session.1.in b/doc/openbox-gnome-session.1.in new file mode 100644 index 00000000..bff2570e --- /dev/null +++ b/doc/openbox-gnome-session.1.in @@ -0,0 +1,19 @@ +.TH "OPENBOX" "1" +.SH "NAME" +openbox-gnome-session \(em Run a GNOME session with Openbox as the window manager + +.SH "DESCRIPTION" +.PP +\fBopenbox-gnome-session\fR runs a GNOME session with +Openbox as the window manager. +.SH "SEE ALSO" +.PP +openbox(1), openbox-kde-session (1), openbox-session(1). + +.PP +The program's full documentation is available on the website: +\fBhttp://openbox.org/\fP +.PP +Please report bugs to: \fBhttp://bugzilla.icculus.org/ +\fP +.\" created by instant / docbook-to-man, Tue 15 May 2007, 20:08 diff --git a/doc/openbox-kde-session.1 b/doc/openbox-kde-session.1 deleted file mode 100644 index e877cb0f..00000000 --- a/doc/openbox-kde-session.1 +++ /dev/null @@ -1,19 +0,0 @@ -.TH "OPENBOX" "1" -.SH "NAME" -openbox-kde-session \(em Run a KDE session with Openbox as the window manager - -.SH "DESCRIPTION" -.PP -\fBopenbox-kde-session\fR runs a KDE session with -Openbox as the window manager. -.SH "SEE ALSO" -.PP -openbox(1), openbox-gnome-session (1), openbox-session (1). - -.PP -The program's full documentation is available on the website: -\fBhttp://openbox.org/\fP -.PP -Please report bugs to: \fBhttp://bugzilla.icculus.org/ -\fP -.\" created by instant / docbook-to-man, Mon 14 May 2007, 21:59 diff --git a/doc/openbox-kde-session.1.in b/doc/openbox-kde-session.1.in new file mode 100644 index 00000000..aa040cfc --- /dev/null +++ b/doc/openbox-kde-session.1.in @@ -0,0 +1,19 @@ +.TH "OPENBOX" "1" +.SH "NAME" +openbox-kde-session \(em Run a KDE session with Openbox as the window manager + +.SH "DESCRIPTION" +.PP +\fBopenbox-kde-session\fR runs a KDE session with +Openbox as the window manager. +.SH "SEE ALSO" +.PP +openbox(1), openbox-gnome-session (1), openbox-session (1). + +.PP +The program's full documentation is available on the website: +\fBhttp://openbox.org/\fP +.PP +Please report bugs to: \fBhttp://bugzilla.icculus.org/ +\fP +.\" created by instant / docbook-to-man, Tue 15 May 2007, 20:08 diff --git a/doc/openbox-session.1 b/doc/openbox-session.1 deleted file mode 100644 index 1aded857..00000000 --- a/doc/openbox-session.1 +++ /dev/null @@ -1,39 +0,0 @@ -.TH "OPENBOX" "1" -.SH "NAME" -openbox-session \(em Runs an Openbox session without any session manager. - -.SH "DESCRIPTION" -.PP -\fBopenbox-session\fR runs an openbox session without -any session manager. Without a session manager, you will not be able -to save your state from one log in to the next. -.PP -On log in, \fBopenbox-session\fR will run the -~/.config/openbox/autostart.sh script if it exists, and will run the -system-wide script /opt/openbox/etc/xdg/openbox/autostart.sh otherwise. You may -place anything you want to run automatically in those files, for example: - -.PP -.RS -.PP -.nf -xsetroot \-solid grey & -gnome-settings-daemon & -.fi -.RE -.PP -Make sure that each line is followed by a "&" or else the script will -stop there and further commands will not be executed. You can use the -/opt/openbox/etc/xdg/openbox/autostart.sh file as an example for creating your -own. -.SH "SEE ALSO" -.PP -openbox(1), openbox-kde-session (1), openbox-gnome-session (1). - -.PP -The program's full documentation is available on the website: -\fBhttp://openbox.org/\fP -.PP -Please report bugs to: \fBhttp://bugzilla.icculus.org/ -\fP -.\" created by instant / docbook-to-man, Mon 14 May 2007, 22:02 diff --git a/doc/openbox-session.1.in b/doc/openbox-session.1.in new file mode 100644 index 00000000..58b4bafd --- /dev/null +++ b/doc/openbox-session.1.in @@ -0,0 +1,39 @@ +.TH "OPENBOX" "1" +.SH "NAME" +openbox-session \(em Runs an Openbox session without any session manager. + +.SH "DESCRIPTION" +.PP +\fBopenbox-session\fR runs an openbox session without +any session manager. Without a session manager, you will not be able +to save your state from one log in to the next. +.PP +On log in, \fBopenbox-session\fR will run the +~/.config/openbox/autostart.sh script if it exists, and will run the +system-wide script @configdir@/openbox/autostart.sh otherwise. You may +place anything you want to run automatically in those files, for example: + +.PP +.RS +.PP +.nf +xsetroot \-solid grey & +gnome-settings-daemon & +.fi +.RE +.PP +Make sure that each line is followed by a "&" or else the script will +stop there and further commands will not be executed. You can use the +@configdir@/openbox/autostart.sh file as an example for creating your +own. +.SH "SEE ALSO" +.PP +openbox(1), openbox-kde-session (1), openbox-gnome-session (1). + +.PP +The program's full documentation is available on the website: +\fBhttp://openbox.org/\fP +.PP +Please report bugs to: \fBhttp://bugzilla.icculus.org/ +\fP +.\" created by instant / docbook-to-man, Tue 15 May 2007, 20:08 diff --git a/doc/openbox.1 b/doc/openbox.1 deleted file mode 100644 index 7416b081..00000000 --- a/doc/openbox.1 +++ /dev/null @@ -1,94 +0,0 @@ -.TH "OPENBOX" "1" -.SH "NAME" -openbox \(em Next generation, highly configurable window manager - -.SH "SYNOPSIS" -.PP -\fBopenbox\fR [\fB\-\-help\fP] [\fB\-\-version\fP] [\fB\-\-replace\fP] [\fB\-\-reconfigure\fP] [\fB\-\-sm-disable\fP] [\fB\-\-sync\fP] [\fB\-\-debug\fP] [\fB\-\-debug-focus\fP] [\fB\-\-debug-xinerama\fP] -.SH "DESCRIPTION" -.PP -Openbox is a next generation, highly -configurable window manager. Openbox is compliant with the -latest window manager standards. -.PP -You can start Openbox in three ways: -.PP -If you run a display manager such as GDM, you will find 3 entries -in the login session type menu for Openbox: -\fBGNOME/Openbox\fR, \fBKDE/Openbox\fR and \fBOpenbox\fR. If you want to use Openbox -within GNOME or KDE, you can choose the appropriate entry, and it will -launch GNOME or KDE with Openbox as the window manager. -.PP -The third option at log in, which is \fBOpenbox\fR without a session manager, uses the \fBopenbox-session\fR command to start Openbox. On log in, \fBopenbox\fR will -run the ~/.config/openbox/autostart.sh script if it exists, and will run -the system-wide script /opt/openbox/etc/xdg/openbox/autostart.sh otherwise. You -may place anything you want to run automatically in those files, for -example: - -.PP -.RS -.PP -.nf -xsetroot \-solid grey & -gnome-settings-daemon & -.fi -.RE -.PP -Make sure that each line is followed by a "&" or else the script will -stop there and further commands will not be executed. You can use the -/opt/openbox/etc/xdg/openbox/autostart.sh file as an example for creating your -own. -.PP -The default /opt/openbox/etc/xdg/openbox/autostart.sh runs a number of things -with Openbox. -.PP -Lastly, if you use \fBstartx\fR to launch your X -session, you can set up a ~/.xinitrc file to run -\fBopenbox-session\fR and follow the same directions as -above regarding the autostart.sh file. -.PP -You can use the \fBobconf\fR tool to configure Openbox -easily with a graphical interface, however more in-depth configuration -is possible by editing the configuration files by hand. Please note that -\fBobconf\fR older than version 2.0 may not work at all -for you. -.PP -The default configuration and menu files are installed in -/opt/openbox/etc/xdg/openbox/, and the user configuration is placed in -~/.config/openbox/. You can copy the default configuration and menus -to ~/.config/openbox and edit it to your liking. -.SH "OPTIONS" -.PP -These are the possible options that \fBopenbox\fR accepts: -.IP "\fB\-\-help\fP" 10 -Show a summary of the options available. -.IP "\fB\-\-version\fP" 10 -Show the version of the program. -.IP "\fB\-\-replace\fP" 10 -Replace the currently running window manager. -.IP "\fB\-\-reconfigure\fP" 10 -If Openbox is already running on the display, tell it to -reload its configuration. -.IP "\fB\-\-sm-disable\fP" 10 -Do not connect to the session manager. -.IP "\fB\-\-sync\fP" 10 -Run in synchronous mode (for debugging). -.IP "\fB\-\-debug\fP" 10 -Display debugging output. -.IP "\fB\-\-debug-focus\fP" 10 -Display debugging output for focus handling. -.IP "\fB\-\-debug-xinerama\fP" 10 -Split the display into two fake xinerama regions, if -xinerama is not already enabled. This is for debugging -xinerama support. -.SH "SEE ALSO" -.PP -obconf (1), openbox-gnome-session (1), openbox-kde-session (1). - -.PP -The program's full documentation is available on the website: -\fBhttp://openbox.org/\fP -.PP -Please report bugs to: \fBhttp://bugzilla.icculus.org/ -\fP -.\" created by instant / docbook-to-man, Mon 14 May 2007, 22:02 diff --git a/doc/openbox.1.in b/doc/openbox.1.in new file mode 100644 index 00000000..d7387ac5 --- /dev/null +++ b/doc/openbox.1.in @@ -0,0 +1,94 @@ +.TH "OPENBOX" "1" +.SH "NAME" +openbox \(em Next generation, highly configurable window manager + +.SH "SYNOPSIS" +.PP +\fBopenbox\fR [\fB\-\-help\fP] [\fB\-\-version\fP] [\fB\-\-replace\fP] [\fB\-\-reconfigure\fP] [\fB\-\-sm-disable\fP] [\fB\-\-sync\fP] [\fB\-\-debug\fP] [\fB\-\-debug-focus\fP] [\fB\-\-debug-xinerama\fP] +.SH "DESCRIPTION" +.PP +Openbox is a next generation, highly +configurable window manager. Openbox is compliant with the +latest window manager standards. +.PP +You can start Openbox in three ways: +.PP +If you run a display manager such as GDM, you will find 3 entries +in the login session type menu for Openbox: +\fBGNOME/Openbox\fR, \fBKDE/Openbox\fR and \fBOpenbox\fR. If you want to use Openbox +within GNOME or KDE, you can choose the appropriate entry, and it will +launch GNOME or KDE with Openbox as the window manager. +.PP +The third option at log in, which is \fBOpenbox\fR without a session manager, uses the \fBopenbox-session\fR command to start Openbox. On log in, \fBopenbox\fR will +run the ~/.config/openbox/autostart.sh script if it exists, and will run +the system-wide script @configdir@/openbox/autostart.sh otherwise. You +may place anything you want to run automatically in those files, for +example: + +.PP +.RS +.PP +.nf +xsetroot \-solid grey & +gnome-settings-daemon & +.fi +.RE +.PP +Make sure that each line is followed by a "&" or else the script will +stop there and further commands will not be executed. You can use the +@configdir@/openbox/autostart.sh file as an example for creating your +own. +.PP +The default @configdir@/openbox/autostart.sh runs a number of things +with Openbox. +.PP +Lastly, if you use \fBstartx\fR to launch your X +session, you can set up a ~/.xinitrc file to run +\fBopenbox-session\fR and follow the same directions as +above regarding the autostart.sh file. +.PP +You can use the \fBobconf\fR tool to configure Openbox +easily with a graphical interface, however more in-depth configuration +is possible by editing the configuration files by hand. Please note that +\fBobconf\fR older than version 2.0 may not work at all +for you. +.PP +The default configuration and menu files are installed in +@configdir@/openbox/, and the user configuration is placed in +~/.config/openbox/. You can copy the default configuration and menus +to ~/.config/openbox and edit it to your liking. +.SH "OPTIONS" +.PP +These are the possible options that \fBopenbox\fR accepts: +.IP "\fB\-\-help\fP" 10 +Show a summary of the options available. +.IP "\fB\-\-version\fP" 10 +Show the version of the program. +.IP "\fB\-\-replace\fP" 10 +Replace the currently running window manager. +.IP "\fB\-\-reconfigure\fP" 10 +If Openbox is already running on the display, tell it to +reload its configuration. +.IP "\fB\-\-sm-disable\fP" 10 +Do not connect to the session manager. +.IP "\fB\-\-sync\fP" 10 +Run in synchronous mode (for debugging). +.IP "\fB\-\-debug\fP" 10 +Display debugging output. +.IP "\fB\-\-debug-focus\fP" 10 +Display debugging output for focus handling. +.IP "\fB\-\-debug-xinerama\fP" 10 +Split the display into two fake xinerama regions, if +xinerama is not already enabled. This is for debugging +xinerama support. +.SH "SEE ALSO" +.PP +obconf (1), openbox-gnome-session (1), openbox-kde-session (1). + +.PP +The program's full documentation is available on the website: +\fBhttp://openbox.org/\fP +.PP +Please report bugs to: \fBhttp://bugzilla.icculus.org/ +\fP +.\" created by instant / docbook-to-man, Tue 15 May 2007, 20:08 -- cgit v1.2.3