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

NAME

6       blaze-remove  - removes a post or page from the BlazeBlogger repository
7

SYNOPSIS

9       blaze-remove [-fipqPV] [-b directory] id...
10
11       blaze-remove -h|-v
12

DESCRIPTION

14       blaze-remove removes a blog post or a page with the specified id from
15       the BlazeBlogger repository.
16

OPTIONS

18       -b directory, --blogdir directory
19           Allows you to specify a directory in which the BlazeBlogger
20           repository is placed. The default option is a current working
21           directory.
22
23       -p, --page, --pages
24           Tells blaze-remove to remove a page or pages.
25
26       -P, --post, --posts
27           Tells blaze-remove to remove a blog post or blog posts. This is the
28           default option.
29
30       -f, --force
31           Disables requiring manual confirmation of each blog post or page
32           removal.  This is the default option.
33
34       -i, --interactive
35           Enables requiring manual confirmation of each blog post or page
36           removal.
37
38       -q, --quiet
39           Disables displaying of unnecessary messages.
40
41       -V, --verbose
42           Enables displaying of all messages. This is the default option.
43
44       -h, --help
45           Displays usage information and exits.
46
47       -v, --version
48           Displays version information and exits.
49

EXAMPLE USAGE

51       Remove a blog post:
52
53         ~]$ blaze-remove 10
54         Successfully removed the post with ID 10.
55
56       Remove a page:
57
58         ~]$ blaze-remove -p 4
59         Successfully removed the page with ID 4.
60
61       Remove multiple blog posts:
62
63         ~]$ blaze-remove 10 4 6
64         Successfully removed the post with ID 10, 4 and 6.
65
66       Remove multiple blog posts safely:
67
68         ~]$ blaze-remove -i 10 4 6
69         Remove the post with ID 10 titled `Debian and Fedora Packages'? y
70         Remove the post with ID 4 titled `BlazeBlogger 0.8.0 RC2'? y
71         Remove the post with ID 6 titled `BlazeBlogger 0.8.1'? y
72         Successfully removed the post with ID 10, 4 and 6.
73

SEE ALSO

75       blaze-config(1), blaze-add(1), blaze-list(1)
76

BUGS

78       To report a bug or to send a patch, please, add a new issue to the bug
79       tracker at <http://code.google.com/p/blazeblogger/issues/>, or visit
80       the discussion group at <http://groups.google.com/group/blazeblogger/>.
81
83       Copyright (C) 2008-2010 Jaromir Hradilek
84
85       This program is free software; see the source for copying conditions.
86       It is distributed in the hope that it will be useful, but WITHOUT ANY
87       WARRANTY; without even the implied warranty of MERCHANTABILITY or
88       FITNESS FOR A PARTICULAR PURPOSE.
89
90
91
92Version 1.1.2                     2010-11-08                   BLAZE-REMOVE(1)
Impressum