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.</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>Date formats</dt> |
---|
52 | <dd>The date format of the blog posts. See the date and time |
---|
53 | format reference section below for further details.</dd> |
---|
54 | |
---|
55 | <dt>Time format</dt> |
---|
56 | <dd>The time format of the blog posts. See the date and time |
---|
57 | format reference section below for further details.</dd> |
---|
58 | |
---|
59 | <dt>Display .. entries per page</dt> |
---|
60 | <dd>The number will be used as the limit for the number of entries |
---|
61 | on the homepage, the first page of each category and the rss feeds.</dd> |
---|
62 | |
---|
63 | <dt>Leave comments open for .. days</dt> |
---|
64 | <dd>The number of days during wich comments and trackbacks will be open |
---|
65 | after the post publication. When empty, the comments will be kept open |
---|
66 | indefinitly.</dd> |
---|
67 | |
---|
68 | <dt>Display smilies on entries and comments </dt> |
---|
69 | <dd>Display sequences of characters as :-) or ;-) as images.</dd> |
---|
70 | |
---|
71 | <dt>Accept comments</dt> |
---|
72 | <dd>Globally accepts comments on the blog. Takes precedence over the |
---|
73 | per post setting.</dd> |
---|
74 | |
---|
75 | <dt>Accept trackbacks</dt> |
---|
76 | <dd>Globally accepts trackbacks on the blog. Takes precedence over the |
---|
77 | per post setting.</dd> |
---|
78 | |
---|
79 | <dt>Moderate comments and trackbacks</dt> |
---|
80 | <dd>With such an option, comments and trackbacks will be published after |
---|
81 | editor agreement.</dd> |
---|
82 | |
---|
83 | <dt>Add "nofollow" relation on comments and trackbacks links</dt> |
---|
84 | <dd>Adds an attribut on the links in comments and trackbacks, instructing the |
---|
85 | search bots not to follow those links. This antispam features has yet to |
---|
86 | prove its value.</dd> |
---|
87 | |
---|
88 | <dt>Wiki syntax for comments </dt> |
---|
89 | <dd>Allows a subset of the wiki syntax to be used in comments.</dd> |
---|
90 | </dl> |
---|
91 | |
---|
92 | <h3>Format reference</h3> |
---|
93 | <p>Some fields can be configured to format the date and time to your needs. |
---|
94 | Here is a reference:</p> |
---|
95 | |
---|
96 | <ul> |
---|
97 | <li><strong>%a</strong>: abreviated week day (local).</li> |
---|
98 | <li><strong>%A</strong>: complete week day (local).</li> |
---|
99 | <li><strong>%b</strong>: abbreviated month name (local).</li> |
---|
100 | <li><strong>%B</strong>: complete month name (local).</li> |
---|
101 | <li><strong>%c</strong>: default local date and time display.</li> |
---|
102 | <li><strong>%C</strong>: century (the year, divided by 100 and |
---|
103 | round up beetween 00 and 99)</li> |
---|
104 | <li><strong>%d</strong>: numeric month day (from 01 to 31)</li> |
---|
105 | <li><strong>%D</strong>: identical to %m/%d/%y</li> |
---|
106 | <li><strong>%e</strong>: numeric month day (from 1 to 31)</li> |
---|
107 | <li><strong>%g</strong>: identical to %G, 2 digits.</li> |
---|
108 | <li><strong>%G</strong>: The year on 4 digits, according to the week number |
---|
109 | (cf. %V). Format and value identical to %Y, except that if the number of the |
---|
110 | week belongs to the preceding or following year, the current year |
---|
111 | will be used instead.</li> |
---|
112 | <li><strong>%h</strong>: identical to %b</li> |
---|
113 | <li><strong>%H</strong>: digital hour of the day, 24H mode |
---|
114 | (from 00 to 23)</li> |
---|
115 | <li><strong>%I</strong>: digital hour of the day, 12H mode |
---|
116 | (from 01 to 12)</li> |
---|
117 | <li><strong>%j</strong>: day of the year, digital (from 001 to 366)</li> |
---|
118 | <li><strong>%m</strong>: month, digital (from 1 à 12)</li> |
---|
119 | <li><strong>%M</strong>: minute, digital</li> |
---|
120 | <li><strong>%n</strong>: newline character</li> |
---|
121 | <li><strong>%p</strong>: either `am' or `pm', according to the absolute time, |
---|
122 | or depending of the local settings.</li> |
---|
123 | <li><strong>%r</strong>: the hour, a.m. and p.m. format</li> |
---|
124 | <li><strong>%R</strong>: the hour, 24h format</li> |
---|
125 | <li><strong>%S</strong>: seconds, digital</li> |
---|
126 | <li><strong>%t</strong>: tab character</li> |
---|
127 | <li><strong>%T</strong>: the current time (identical to %H:%M:%S)</li> |
---|
128 | <li><strong>%u</strong>: day week, digit, from 1 to 7. (1 stands for monday)</li> |
---|
129 | <li><strong>%U</strong>: week number, the first sundqy of the year being the |
---|
130 | first day of the first week.</li> |
---|
131 | <li><strong>%V</strong>: the week numpber as defined in ISO |
---|
132 | 8601:1988, digital, from 01 to 53. The week 1 is the first week |
---|
133 | with more than 4 days in the current year, whose monday is the first day. |
---|
134 | (Use %G or %g for the year elements corresponding to the number of the |
---|
135 | week for the considered timestamp.)</li> |
---|
136 | <li><strong>%W</strong>: number of the week in the year, the first monday of |
---|
137 | the year being the start of the first week</li> |
---|
138 | <li><strong>%w</strong>: day of the week, digital, 0 stands for sunday</li> |
---|
139 | <li><strong>%x</strong>: prefered format for the date without the time</li> |
---|
140 | <li><strong>%X</strong>: prefered format for the time without the date</li> |
---|
141 | <li><strong>%y</strong>: the year, two digits (from 00 to 99)</li> |
---|
142 | <li><strong>%Y</strong>: the year, four digits</li> |
---|
143 | <li><strong>%Z ou %z</strong>: timezone, name or abbreviation</li> |
---|
144 | <li><strong>%%</strong>: a litteral `%' character</li> |
---|
145 | </ul> |
---|
146 | |
---|
147 | </body> |
---|
148 | </html> |
---|