File: blaze.1

package info (click to toggle)
blazeblogger 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 748 kB
  • sloc: perl: 2,929; makefile: 122; sh: 80
file content (118 lines) | stat: -rw-r--r-- 3,160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
.\" manual page for blaze, a command wrapper for BlazeBlogger
.\" Copyright (C) 2010-2011 Jaromir Hradilek
.\"
.\" Permission is granted to copy, distribute and/or modify this document
.\" under the terms of the GNU Free Documentation License, Version 1.3 or
.\" any later version published by the Free Software Foundation;  with no
.\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
.\"
.\" A copy  of the license is included  as a file called FDL  in the main
.\" directory of the BlazeBlogger source package.
.TH BLAZE 1 "2011-02-18" "Version 1.2.0" "BlazeBlogger Documentation"
.SH NAME
blaze \- allows you to run BlazeBlogger utilities with a single command
.SH SYNOPSIS
.B  blaze
.I  command
.RI [ option ...]
.PP
.B  blaze
.BR help | man
.RI [ command ]
.PP
.B blaze
.BR \-h | \-v
.SH DESCRIPTION
.B blaze
provides a common way to run BlazeBlogger utilities with a single command.
.SH OPTIONS
.SS Command Line Options
.TP
.BR \-h ", " \-\-help
Displays usage information and exits.
.TP
.BR \-v ", " \-\-version
Displays version information and exits.
.SS Available Commands
.TP
.BR init ", " in
Runs
.BR blaze-init ,
a utility that either creates a BlazeBlogger repository, or recovers a
previously corrupted one.
.TP
.BR config ", " cf ", " cfg
Runs
.BR blaze-config ,
a utility that either displays, or sets BlazeBlogger configuration options.
.TP
.B  add
Runs
.BR blaze-add ,
a utility that adds a blog post or a page to the BlazeBlogger repository.
.TP
.BR edit ", " ed
Runs
.BR blaze-edit ,
a utility that edits a blog post or a page in the BlazeBlogger repository.
.TP
.BR remove ", " rm ", " del
Runs
.BR blaze-remove ,
a utility that removes a blog post or a page from the BlazeBlogger
repository.
.TP
.BR list ", " ls
Runs
.BR blaze-list ,
a utility that lists blog posts or pages in the BlazeBlogger repository.
.TP
.BR make ", " mk
Runs
.BR blaze-make ,
a utility that generates a blog from the BlazeBlogger repository.
.TP
.B  log
Runs
.BR blaze-log ,
a utility that displays the BlazeBlogger repository log.
.TP
.B  help
Displays usage information, either for the utility itself, or for the
selected
.IR command .
.TP
.B  man
Displays a manual page, either for the utility itself, or for the selected
.IR command .
.TP
.BR version ", " vs ", " ver
Displays version information.
.SH ENVIRONMENT
.TP
.B  EDITOR
Unless the
.B  core.editor
option is set,
.B  blaze
tries to use system-wide settings to decide which editor to use.
.SH SEE ALSO
.BR blaze-init (1),
.BR blaze-config (1),
.BR blaze-add (1),
.BR blaze-edit (1),
.BR blaze-remove (1),
.BR blaze-list (1),
.BR blaze-make (1),
.BR blaze-log (1)
.SH BUGS
To report a bug or to send a patch, please, add a new issue to the bug
tracker at <http://code.google.com/p/blazeblogger/issues/>, or visit the
discussion group at <http://groups.google.com/group/blazeblogger/>.
.SH COPYRIGHT
Copyright (C) 2009-2011 Jaromir Hradilek
.PP
This program is free software; see the source for copying conditions. It 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.