From b6abf79d60722dbee89e6270435d0b11c0dffa91 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 30 Nov 2003 14:27:42 +0000 Subject: relase 0.3 --copy-always --sort bi-directory merges --check-md git-svn-id: file:///home/lennart/svn/public/syrep/trunk@43 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- man/man.css | 30 -------------- man/man.xsl | 120 ----------------------------------------------------- man/syrep.1.xml.in | 47 +++++++++++++++++---- man/xmltoman.css | 30 ++++++++++++++ man/xmltoman.dtd | 39 +++++++++++++++++ man/xmltoman.xsl | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 228 insertions(+), 158 deletions(-) delete mode 100644 man/man.css delete mode 100644 man/man.xsl create mode 100644 man/xmltoman.css create mode 100644 man/xmltoman.dtd create mode 100644 man/xmltoman.xsl (limited to 'man') diff --git a/man/man.css b/man/man.css deleted file mode 100644 index 37dd55f..0000000 --- a/man/man.css +++ /dev/null @@ -1,30 +0,0 @@ -/* $Id$ */ - -/*** - This file is part of syrep. - - syrep is free software; you can redistribute it and/or modify it under - the terms of the GNU General Public License as published by the Free - Software Foundation; either version 2 of the License, or (at your - option) any later version. - - syrep is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - for more details. - - You should have received a copy of the GNU General Public License - along with syrep; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -***/ - -body { color: black; background-color: white; margin: 0.5cm; } -a:link, a:visited { color: #900000; } -h1 { text-transform:uppercase; font-size: 18pt; color: #00009F; } -p { margin-left:1cm; margin-right:1cm; } -.cmd { font-family:monospace; } -.file { font-family:monospace; } -.arg { text-transform:uppercase; font-family:monospace; font-style: italic; } -.opt { font-family:monospace; font-weight: bold; } -.manref { font-family:monospace; } -.option .optdesc { margin-left:2cm; } diff --git a/man/man.xsl b/man/man.xsl deleted file mode 100644 index 7946a76..0000000 --- a/man/man.xsl +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - - - - - - <xsl:value-of select="@name"/>(<xsl:value-of select="@section"/>) - - - - -

Name

-

- - - - -

- - - -
- - -

- -

-
- - -

- -

-
- - - - - - - - - - - - - - -
- -
-
- - -

Synopsis

- -
- - -

Synopsis

- -
- - -

Description

- -
- - -

Options

- -
- - -

- -
- - -
-
- - - - - () - - - () - - - - - - - - -
diff --git a/man/syrep.1.xml.in b/man/syrep.1.xml.in index 2b6e502..ce946b7 100644 --- a/man/syrep.1.xml.in +++ b/man/syrep.1.xml.in @@ -1,6 +1,6 @@ - - + + @@ -32,9 +32,11 @@ syrep [options...] --update DIRECTORY ... syrep [options...] --diff SNAPSHOT SNAPSHOT syrep [options...] --merge SNAPSHOT DIRECTORY + syrep [options...] --merge PATCH DIRECTORY + syrep [options...] --merge DIRECTORY DIRECTORY syrep [options...] --makepatch DIRECTORY SNAPSHOT syrep [options...] --extract SNAPSHOT ... - syrep [options...] --cleanup SNAPSHOT ... + syrep [options...] --cleanup DIRECTORY ... @@ -55,7 +57,18 @@

Syrep is able to cope with 64 bit file sizes. (LFS)

-

Syrep is optimized for speed. It may make use of a message digest cache to accelerate the calculation of digests of a whole directory hierarchy.

+

Syrep is optimized for speed. It may make use of a message + digest cache to accelerate the calculation of digests of a whole + directory hierarchy.

+ +

A syrep repository is a normal UNIX directory tree containing a + special directory .syrep with a file + current.syrep (called snapshot) which holds file + system history data. A directory is turned into a syrep repository + by running --update on it. Snapshots are used to + perform basic tasks like comparing repositories (command + --diff) or creating patches between them (command + --make-patch).

@@ -121,7 +134,7 @@ + +
@@ -184,23 +202,36 @@
-
+
+ + +
diff --git a/man/xmltoman.css b/man/xmltoman.css new file mode 100644 index 0000000..0892e4f --- /dev/null +++ b/man/xmltoman.css @@ -0,0 +1,30 @@ +/* $Id$ */ + +/*** + This file is part of ifplugd. + + ifplugd is free software; you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your + option) any later version. + + ifplugd is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with ifplugd; if not, write to the Free Software Foundation, + Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +***/ + +body { color: black; background-color: white; margin: 0.5cm; } +a:link, a:visited { color: #900000; } +h1 { text-transform:uppercase; font-size: 18pt; color: #00009F; } +p { margin-left:1cm; margin-right:1cm; } +.cmd { font-family:monospace; } +.file { font-family:monospace; } +.arg { text-transform:uppercase; font-family:monospace; font-style: italic; } +.opt { font-family:monospace; font-weight: bold; } +.manref { font-family:monospace; } +.option .optdesc { margin-left:2cm; } diff --git a/man/xmltoman.dtd b/man/xmltoman.dtd new file mode 100644 index 0000000..39cfa28 --- /dev/null +++ b/man/xmltoman.dtd @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/man/xmltoman.xsl b/man/xmltoman.xsl new file mode 100644 index 0000000..2048708 --- /dev/null +++ b/man/xmltoman.xsl @@ -0,0 +1,120 @@ + + + + + + + + <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + + + + + + <xsl:value-of select="@name"/>(<xsl:value-of select="@section"/>) + + + + +

Name

+

+ + - + +

+ + + +
+ + +

+ +

+
+ + +

+ +

+
+ + + + + + + + + + + + + + +
+ +
+
+ + +

Synopsis

+ +
+ + +

Synopsis

+ +
+ + +

Description

+ +
+ + +

Options

+ +
+ + +

+ +
+ + +
+
+ + + + + () + + + () + + + + + + + + +
-- cgit