File: bluefeather.1

package info (click to toggle)
ruby-bluefeather 0.41-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 664 kB
  • sloc: ruby: 4,195; makefile: 8
file content (57 lines) | stat: -rw-r--r-- 1,423 bytes parent folder | download | duplicates (5)
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
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.5.
.TH BLUEFEATHER "1" "January 2012" "bluefeather 0.40 (2010-04-29)" "Extended Markdown Convertor"
.SH NAME
bluefeather \- Bluefeather
.SH SYNOPSIS
.B bluefeather
[\fIoptions\fR] \fIfile1 \fR[\fIfile2 file3 \fR..]
.SH DESCRIPTION
bluefeather \- Extended Markdown Converter
.SH OPTIONS
.TP
\fB\-e\fR, \fB\-\-encoding\fR NAME
parse input files as encoding of NAME:
.IP
s[hift(_\-)jis] / e[uc\-jp] / u[tf\-8] / a[scii]
.IP
default: 'utf\-8'
.TP
\fB\-f\fR, \fB\-\-format\fR TYPE
specify format:
.IP
t[ext]      => text mode
.IP
d[ocument] => document mode
.TP
\fB\-\-force\fR
write even if target files have not changed.
(default: only if target files have changed)
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help.
.TP
\fB\-o\fR, \fB\-\-output\fR DIR
output files to DIR. (default: same as input file)
.TP
\fB\-q\fR, \fB\-\-quiet\fR
no output to stderr.
.TP
\fB\-\-suffix\fR .SUF
specify suffix of output files. (default: '.html')
.TP
\fB\-v\fR, \fB\-\-verbose\fR
verbose mode \- output detail of operation.
.TP
\fB\-\-version\fR
show BlueFeather version.
.SS "Advanced Usage:"
.IP
* If specify files only '\-', bluefeather read from stdin and write to stdout.
.SS "Example:"
.IP
bluefeather *.bftext *.bfdoc
bluefeather \fB\-v\fR \fB\-\-sufix\fR .xhtml \fB\-o\fR ../ sample.markdown
bluefeather \-
.SS "More info:"
.IP
see <http://ruby.morphball.net/bluefeather/>