Dotclear

source: locales/en/help/blog_pref.html @ 990:1f039d91af4c

Revision 990:1f039d91af4c, 6.1 KB checked in by franck <carnet.franck.paul@…>, 13 years ago (diff)

Complement help topic on "removed" blog status, fixes #1355

Line 
1<html>
2<head>
3  <title>Blog settings</title>
4</head>
5
6<body>
7
8<h3>Blog details</h3>
9<dl>
10  <dt>Blog ID</dt>
11  <dd>Unique ID of the blog. Mandatory, can only be modified by a super administrator.</dd>
12 
13  <dt>Blog name</dt>
14  <dd>Name of the blog, mandatory.</dd>
15 
16  <dt>Blog URL</dt>
17  <dd>Complete blog URL. Mandatory, can only be modified by a super administrator.</dd>
18 
19  <dt>Blog status</dt>
20  <dd>
21    <ul>
22      <li><strong>online</strong>: blog open to visitors</li>
23      <li><strong>offline</strong>: blog closed to visitors
24      but open to writers.</li>
25      <li><strong>removed</strong>: blog closed to both visitors and writers, opened only for super-administrators.</li>
26    </ul>
27  </dd>
28 
29  <dt>Blog description</dt>
30  <dd>Here you can put any description you want for your blog. This is a
31  simple text, without formatting.</dd>
32</dl>
33
34<h3>Blog configuration</h3>
35<dl>
36  <dt>Blog editor's name</dt>
37  <dd>Name of the person responsible for the blog. It may be the owner or the
38  publisher if he exists.</dd>
39 
40  <dt>Copyright notice</dt>
41  <dd>Note about the reproduction rights for the blog.</dd>
42 
43  <dt>Default language</dt>
44  <dd>Language of the blog interface. Either this language is among the avalaible ones,
45  and the interface will be translated, or it is not, and the interface will then
46  default to English.</dd>
47 
48  <dt>Blog timezone</dt>
49  <dd>Defines the timezone that will be used for comments and trackbacks.</dd>
50
51  <dt>XML/RPC interface</dt>
52  <dd>Allows external client to interact with your blog via XML/RPC
53  protocol. When activated the needed parameters to be set in your external client are displayed.</dd>
54 
55  <dt>Date formats</dt>
56  <dd>The date format of the blog posts. See the date and time
57  format reference section below for further details.</dd>
58 
59  <dt>Time format</dt>
60  <dd>The time format of the blog posts. See the date and time
61  format reference section below for further details.</dd>
62 
63  <dt>Display .. entries per page</dt>
64  <dd>The number will be used as the limit for the number of entries
65  on the homepage, the first page of each category and the rss feeds.</dd>
66 
67  <dt>Leave comments open for .. days</dt>
68  <dd>The number of days during wich comments and trackbacks will be open
69  after the post publication. When empty, the comments will be kept open
70  indefinitly.</dd>
71 
72  <dt>Display smilies on entries and comments </dt>
73  <dd>Display sequences of characters as :-) or ;-) as images.</dd>
74 
75  <dt>Accept comments</dt>
76  <dd>Globally accepts comments on the blog. Takes precedence over the
77  per post setting.</dd>
78 
79  <dt>Accept trackbacks</dt>
80  <dd>Globally accepts trackbacks on the blog. Takes precedence over the
81  per post setting.</dd>
82 
83  <dt>Moderate comments and trackbacks</dt>
84  <dd>With such an option, comments and trackbacks will be published after
85  editor agreement.</dd>
86 
87  <dt>Add "nofollow" relation on comments and trackbacks links</dt>
88  <dd>Adds an attribute on inks in comments and trackbacks, instructing the
89  search bots not to follow them. This antispam features has yet to
90  prove its value.</dd>
91 
92  <dt>Wiki syntax for comments </dt>
93  <dd>Allows a subset of the wiki syntax to be used in comments.</dd>
94</dl>
95
96<h3>Format reference</h3>
97<p>Some fields can be configured to format the date and time to your needs.
98Here is a reference:</p>
99
100<ul>
101  <li><strong>%a</strong>: abreviated week day (local).</li>
102  <li><strong>%A</strong>: complete week day (local).</li>
103  <li><strong>%b</strong>: abbreviated month name (local).</li>
104  <li><strong>%B</strong>: complete month name (local).</li>
105  <li><strong>%c</strong>: default local date and time display.</li>
106  <li><strong>%C</strong>: century (the year, divided by 100 and
107  round up beetween 00 and 99)</li>
108  <li><strong>%d</strong>: numeric month day (from 01 to 31)</li>
109  <li><strong>%D</strong>: identical to %m/%d/%y</li>
110  <li><strong>%e</strong>: numeric month day (from 1 to 31)</li>
111  <li><strong>%g</strong>: identical to %G, 2 digits.</li>
112  <li><strong>%G</strong>: The year on 4 digits, according to the week number
113  (cf. %V). Format and value identical to %Y, except that if the number of the
114  week belongs to the preceding or following year, the current year
115  will be used instead.</li>
116  <li><strong>%h</strong>: identical to %b</li>
117  <li><strong>%H</strong>: digital hour of the day, 24H mode
118  (from 00 to 23)</li>
119  <li><strong>%I</strong>: digital hour of the day, 12H mode
120  (from 01 to 12)</li>
121  <li><strong>%j</strong>: day of the year, digital (from 001 to 366)</li>
122  <li><strong>%m</strong>: month, digital (from 1 à 12)</li>
123  <li><strong>%M</strong>: minute, digital</li>
124  <li><strong>%n</strong>: newline character</li>
125  <li><strong>%p</strong>: either `am' or `pm', according to the absolute time,
126  or depending of the local settings.</li>
127  <li><strong>%r</strong>: the hour, a.m. and p.m. format</li>
128  <li><strong>%R</strong>: the hour, 24h format</li>
129  <li><strong>%S</strong>: seconds, digital</li>
130  <li><strong>%t</strong>: tab character</li>
131  <li><strong>%T</strong>: the current time (identical to %H:%M:%S)</li>
132  <li><strong>%u</strong>: day week, digit, from 1 to 7. (1 stands for monday)</li>
133  <li><strong>%U</strong>: week number, the first sundqy of the year being the
134  first day of the first week.</li>
135  <li><strong>%V</strong>: the week numpber as defined in ISO
136  8601:1988, digital, from 01 to 53. The week 1 is the first week
137  with more than 4 days in the current year, whose monday is the first day.
138  (Use %G or %g for the year elements corresponding to the number of the
139  week for the considered timestamp.)</li>
140  <li><strong>%W</strong>: number of the week in the year, the first monday of
141  the year being the start of the first week</li>
142  <li><strong>%w</strong>: day of the week, digital, 0 stands for sunday</li>
143  <li><strong>%x</strong>: prefered format for the date without the time</li>
144  <li><strong>%X</strong>: prefered format for the time without the date</li>
145  <li><strong>%y</strong>: the year, two digits (from 00 to 99)</li>
146  <li><strong>%Y</strong>: the year, four digits</li>
147  <li><strong>%Z ou %z</strong>: timezone, name or abbreviation</li>
148  <li><strong>%%</strong>: a litteral `%' character</li>
149</ul>
150
151</body>
152</html>
Note: See TracBrowser for help on using the repository browser.

Sites map