1BLAZE-LIST(1)             BlazeBlogger Documentation             BLAZE-LIST(1)
2
3
4

NAME

6       blaze-list - lists blog posts or pages in the BlazeBlogger repository
7

SYNOPSIS

9       blaze-list [-cpqrsCPSV] [-b directory] [-I id] [-a author] [-t title]
10       [-T tag] [-d day] [-m month] [-y year] [-n number]
11
12       blaze-list -h|-v
13

DESCRIPTION

15       blaze-list lists existing blog posts or pages in the BlazeBlogger
16       repository. Additionally, it can also display basic repository
17       statistics.
18

OPTIONS

20       -b directory, --blogdir directory
21           Allows you to specify a directory in which the BlazeBlogger
22           repository is placed. The default option is a current working
23           directory.
24
25       -I id, --id id
26           Allows you to display a single blog post or a page with the
27           specified id.
28
29       -a author, --author author
30           Allows you to list blog posts or pages by the selected author.
31
32       -t title, --title title
33           Allows you to list blog posts or pages with matching title.
34
35       -T tag, --tag tag
36           Allows you to list blog posts or pages with matching tag.
37
38       -d day, --day day
39           Allows you to list blog posts or pages from the specified day of a
40           month. The value has to be in the "DD" form.
41
42       -m month, --month month
43           Allows you to list blog posts or pages from the specified month.
44           The value has to be in the "MM" form.
45
46       -y year, --year year
47           Allows you to list blog posts or pages from the specified year. The
48           value has to be in the "YYYY" form.
49
50       -n number, --number number
51           Allows you to specify a number of blog posts or pages to be listed.
52
53       -p, --page
54           Tells blaze-list to list pages.
55
56       -P, --post
57           Tells blaze-list to list blog posts. This is the default option.
58
59       -S, --stats
60           Tells blaze-list to display statistics.
61
62       -s, --short
63           Tells blaze-list to display each blog post or page information on a
64           single line.
65
66       -r, --reverse
67           Tells blaze-list to display blog posts or pages in reverse order.
68
69       -c, --color
70           Enables colored output. When supplied, this option overrides the
71           relevant configuration option.
72
73       -C, --no-color
74           Disables colored output. When supplied, this option overrides the
75           relevant configuration option.
76
77       -q, --quiet
78           Disables displaying of unnecessary messages.
79
80       -V, --verbose
81           Enables displaying of all messages. This is the default option.
82
83       -h, --help
84           Displays usage information and exits.
85
86       -v, --version
87           Displays version information and exits.
88

EXAMPLE USAGE

90       List all blog post:
91
92         ~]$ blaze-list
93         ID: 11 | 2010-07-05 | Jaromir Hradilek
94
95             Title: Join #blazeblogger on IRC
96             Tags:  announcement
97
98         ID: 10 | 2009-12-16 | Jaromir Hradilek
99
100             Title: Debian and Fedora Packages
101             Tags:  announcement
102
103         etc.
104
105       List all blog post in reverse order:
106
107         ~]$ blaze-list -r
108         ID: 1 | 2009-02-10 | Jaromir Hradilek
109
110             Title: BlazeBlogger 0.7.0
111             Tags:  release
112
113         ID: 2 | 2009-02-11 | Jaromir Hradilek
114
115             Title: BlazeBlogger 0.7.1
116             Tags:  release
117
118         etc.
119
120       List all pages:
121
122         ~]$ blaze-list -p
123         ID: 5 | 2009-02-10 | Jaromir Hradilek
124
125             Title: Downloads
126
127         ID: 4 | 2009-02-10 | Jaromir Hradilek
128
129             Title: Themes
130
131         etc.
132
133       List each blog post on a single line:
134
135         ~]$ blaze-list -s
136         ID: 11 | 2010-07-05 | Join #blazeblogger on IRC
137         ID: 10 | 2009-12-16 | Debian and Fedora Packages
138         etc.
139
140       Display a short version of blog statistics:
141
142         ~]$ blaze-list -Ss
143         There is a total number of 11 blog posts and 5 pages in the repository.
144

SEE ALSO

146       blaze-config(1), blaze-add(1)
147

BUGS

149       To report a bug or to send a patch, please, add a new issue to the bug
150       tracker at <http://code.google.com/p/blazeblogger/issues/>, or visit
151       the discussion group at <http://groups.google.com/group/blazeblogger/>.
152
154       Copyright (C) 2009-2010 Jaromir Hradilek
155
156       This program is free software; see the source for copying conditions.
157       It is distributed in the hope that it will be useful, but WITHOUT ANY
158       WARRANTY; without even the implied warranty of MERCHANTABILITY or
159       FITNESS FOR A PARTICULAR PURPOSE.
160
161
162
163Version 1.1.2                     2010-11-08                     BLAZE-LIST(1)
Impressum