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

NAME

6       blaze-init - creates or recovers a BlazeBlogger repository
7

SYNOPSIS

9       blaze-init [-fqV] [-b directory]
10
11       blaze-init -h|-v
12

DESCRIPTION

14       blaze-init either creates a fresh new BlazeBlogger repository, or
15       recovers an existing one in case it is corrupted. Optionally, it can
16       also revert a configuration and default templates to their original
17       state, leaving all user data (that is, both blog posts and pages)
18       intact.
19

OPTIONS

21       -b directory, --blogdir directory
22           Allows you to specify a directory in which the BlazeBlogger
23           repository is to be blaced. The default option is a current working
24           directory.
25
26       -f, --force
27           Reverts existing configuration, theme, and language files to their
28           initial state. By default, these files are kept intact.
29
30       -q, --quiet
31           Disables displaying of unnecessary messages.
32
33       -V, --verbose
34           Enables displaying of all messages, including a list of created
35           files.
36
37       -h, --help
38           Displays usage information and exits.
39
40       -v, --version
41           Displays version information and exits.
42

EXAMPLE USAGE

44       Create a new blog in a current directory:
45
46         ~]$ blaze-init
47         Created a BlazeBlogger repository in .blaze.
48
49       Create a new blog in ~/public_html:
50
51         ~]$ blaze-init -b ~/public_html
52         Created a BlazeBlogger repository in /home/joe/public_html/.blaze.
53
54       Revert a configuration file and default templates to their initial
55       state:
56
57         ~]$ blaze-init -f
58         Recovered a BlazeBlogger repository in .blaze.
59
60       Or if you want to see what files have been reverted:
61
62         ~]$ blaze-init -fV
63         Created .blaze/config
64         Created .blaze/theme/default.html
65         Created .blaze/style/default.css
66         Created .blaze/lang/en_US
67         Recovered a BlazeBlogger repository in .blaze.
68

SEE ALSO

70       blaze-config(1), blaze-add(1)
71

BUGS

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