Changeset 2534:c333aa67c0b0 for locales/en/help
- Timestamp:
- 11/11/13 11:25:35 (12 years ago)
- Branch:
- 2.6
- Location:
- locales/en/help
- Files:
-
- 10 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
locales/en/help/core_blog_pref.html
r2367 r2534 5 5 6 6 <body> 7 8 <h3>Blog details</h3> 7 <h4>Blog details</h4> 9 8 <dl> 10 9 <dt>Blog ID</dt> 11 10 <dd>Unique ID of the blog. Mandatory, can only be modified by a super administrator.</dd> 12 11 13 12 <dt>Blog name</dt> 14 <dd>Name of the blog, mandatory. </dd>15 13 <dd>Name of the blog, mandatory. It can be modified at any time without any impact on the blog operation.</dd> 14 16 15 <dt>Blog URL</dt> 17 <dd>Complete blog URL. Mandatory, can only be modified by a super administrator.</dd> 18 16 <dd>Full blog URL. Mandatory, can only be modified by a super administrator.</dd> 17 18 <dt>URL scan method</dt> 19 <dd>Defines the way the URL is read. PATH_INFO is recommended, QUERY_STRING has to be used if PATH_INFO does not work. Using PATH_INFO mode, the blog URL must end with a "/" and using QUERY_STRING, it must end with an "?".</dd> 20 19 21 <dt>Blog status</dt> 20 22 <dd> 21 23 <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> 24 <li><strong>Online:</strong> Blog open to visitors.</li> 25 <li><strong>Offline:</strong> Blog closed to visitors but open to writers.</li> 26 <li><strong>Removed:</strong> Blog closed to both visitors and writers, open only to super administrators.</li> 26 27 </ul> 27 28 </dd> 28 29 29 30 <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> 31 <dd>Here you can put any description you want for your blog. This is a simple text, without any formatting.</dd> 32 </dl> 33 34 <h4>Blog configuration</h4> 35 35 <dl> 36 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 37 <dd>Name of the person responsible for the blog. It may be the owner or the publisher if there is one. This information will be displayed in the blog feed.</dd> 38 39 <dt>Default language</dt> 40 <dd>Language of the blog interface. Either this language is amongst the avalaible ones, and the interface will be translated, or it is not, and the interface will be in English by default.</dd> 41 42 <dt>Blog timezone</dt> 43 <dd>Defines the timezone that will be used for comments and trackbacks.</dd> 44 40 45 <dt>Copyright notice</dt> 41 46 <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> 47 48 <dt>New post URL format</dt> 49 <dd>Dropdown list to select the URL format.</dd> 50 51 <dt>HTML tag for the title of the notes on the blog</dt> 52 <dd>Dropdown list to select an HTML tag.</dd> 50 53 51 54 <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 55 <dd>Allows external clients to interact with your blog via the XML/RPC protocol. After activation the required parameters to be set in your external clients are displayed.</dd> 56 </dl> 57 58 <h4>Comments and trackbacks</h4> 59 <dl> 60 <dt>Accept comments</dt> 61 <dd>Globally accepts comments on the blog. Takes precedence over the per post setting.</dd> 62 63 <dt>Moderate comments</dt> 64 <dd>With this option, comments will be published only after editor's agreement.</dd> 65 66 <dt>Leave comments open for X days</dt> 67 <dd>The number of days during wich comments will be open after the post publication. When empty, the comments will be kept open indefinitly.</dd> 68 69 <dt>Wiki syntax for comments</dt> 70 <dd>Allows a subset of the wiki syntax to be used in comments.</dd> 71 72 <dt>Accept trackbacks</dt> 73 <dd>Globally accepts trackbacks on the blog. Takes precedence over the per post setting.</dd> 74 75 <dt>Moderate trackbacks</dt> 76 <dd>With this option, trackbacks will be published only after editor's agreement.</dd> 77 78 <dt>Leave trackbacks open for X days</dt> 79 <dd>The number of days during wich trackbacks will be open after the post publication. When empty, the trackbacks will be kept open indefinitly.</dd> 80 81 <dt>Add "nofollow" relation on comments and trackbacks links</dt> 82 <dd>Adds an attribute on links in comments and trackbacks, instructing the search bots not to follow them. This antispam features has yet to prove its value.</dd> 83 </dl> 84 85 <h4>Blog presentation</h4> 86 <dl> 87 <dt>Date format</dt> 88 <dd>Defines the date format for the blog posts. See the "Format reference" section below for more information. You can use the dropdown list to quickly select a pre-existing pattern.</dd> 89 59 90 <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> 91 <dd>Defines the time format for the blog posts. See the "Format reference" section below for more information. You can use the dropdown list to quickly select a pre-existing pattern.</dd> 92 93 <dt>Display smilies on entries and comments</dt> 94 <dd>Turns some strings like :-) or ;-) into pictures.</dd> 95 96 <dt>Display X entries per page</dt> 97 <dd>Will display X entries on the blog main page as well as in the different categories.</dd> 98 99 <dt>Display X entries per feed</dt> 100 <dd>Will display X entries in the blog feeds.</dd> 101 102 <dt>Display X comments per feed</dt> 103 <dd>Will display X comments in the blog comments feeds.</dd> 104 105 <dt>Truncate feeds</dt> 106 <dd>This option will only provide an abstract from the blog posts in the feeds.</dd> 107 108 <dt>Include sub-categories in category page and category posts feed</dt> 109 <dd>When this option is activated, posts in sub-categories will be displayed in the parent categories pages as well as in their feeds.</dd> 110 </dl> 111 112 <h4>Media and images</h4> 113 <dl> 114 <dt>Generated image sizes (in pixels)</dt> 115 <dd>When you add an image in the media manager, other sizes are automatically generated. Here you can define the dimension of the longest size (width or heigth) of each type of generated images. If you leave one field empty, the media manager will not create the corresponding miniature.</dd> 116 117 <dt>Default image insertion attributes</dt> 118 <dd>The selected settings will apply on all the new images added to the media manager.</dd> 119 120 <dt>Inserted image title</dt> 121 <dd>Select the format of the "title" tags applied to your images, based on information retrieved from the images metadata.</dd> 122 123 <dt>Use original media date if possible</dt> 124 <dd>When this option is activated, if the image metadata contains a date, it will be used. If not, the upload date will be used.</dd> 125 126 <dt>Size of inserted image</dt> 127 <dd>Defines the default size used when inserting an image in a blog post.</dd> 128 129 <dt>Image alignment</dt> 130 <dd>Defines the default alignment used when inserting an image in a blog post.</dd> 131 132 <dt>Insert a link to the original image</dt> 133 <dd>When this option is activated, the pictures inserted in a blog post will be clickable and point to the original-sized picture.</dd> 134 135 </dl> 136 137 <h4>Search engines robots policy</h4> 138 <p>Here you can indicate if you want Web search engines to index and/or archive your pages or not. Select the last option if you do not want people to be able to find your blog using a Web search engine.</p> 139 140 <h4>Antispam</h4> 141 <p>You can set the number of days after which you want the junk comments to be automatically deleted. Leave that field blank (or put 0) to deactivate this feature.</p> 142 143 <h4>Users</h4> 144 <p>Lists this blog's users as well as their permissions.</p> 95 145 96 146 <h3>Format reference</h3> … … 99 149 100 150 <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 and151 <li><strong>%a:</strong> Abreviated week day (local).</li> 152 <li><strong>%A:</strong> Complete week day (local).</li> 153 <li><strong>%b:</strong> Abbreviated month name (local).</li> 154 <li><strong>%B:</strong> Complete month name (local).</li> 155 <li><strong>%c:</strong> Default local date and time display.</li> 156 <li><strong>%C:</strong> Century (the year, divided by 100 and 107 157 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 number158 <li><strong>%d:</strong> Numeric month day (from 01 to 31)</li> 159 <li><strong>%D:</strong> Identical to %m/%d/%y</li> 160 <li><strong>%e:</strong> Numeric month day (from 1 to 31)</li> 161 <li><strong>%g:</strong> Identical to %G, 2 digits.</li> 162 <li><strong>%G:</strong> The year on 4 digits, according to the week number 113 163 (cf. %V). Format and value identical to %Y, except that if the number of the 114 164 week belongs to the preceding or following year, the current year 115 165 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 mode166 <li><strong>%h:</strong> Identical to %b</li> 167 <li><strong>%H:</strong> Digital hour of the day, 24H mode 118 168 (from 00 to 23)</li> 119 <li><strong>%I </strong>: digital hour of the day, 12H mode169 <li><strong>%I:</strong> Digital hour of the day, 12H mode 120 170 (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,171 <li><strong>%j:</strong> Day of the year, digital (from 001 to 366)</li> 172 <li><strong>%m:</strong> Month, digital (from 1 à 12)</li> 173 <li><strong>%M:</strong> Minute, digital</li> 174 <li><strong>%n:</strong> Newline character</li> 175 <li><strong>%p:</strong> Either `am' or `pm', according to the absolute time, 126 176 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 the177 <li><strong>%r:</strong> The hour, a.m. and p.m. format</li> 178 <li><strong>%R:</strong> The hour, 24h format</li> 179 <li><strong>%S:</strong> Seconds, digital</li> 180 <li><strong>%t:</strong> Tab character</li> 181 <li><strong>%T:</strong> The current time (identical to %H:%M:%S)</li> 182 <li><strong>%u:</strong> Day week, digit, from 1 to 7. (1 stands for monday)</li> 183 <li><strong>%U:</strong> Week number, the first sundqy of the year being the 134 184 first day of the first week.</li> 135 <li><strong>%V </strong>: the week numpber as defined in ISO185 <li><strong>%V:</strong> The week numpber as defined in ISO 136 186 8601:1988, digital, from 01 to 53. The week 1 is the first week 137 187 with more than 4 days in the current year, whose monday is the first day. 138 188 (Use %G or %g for the year elements corresponding to the number of the 139 189 week for the considered timestamp.)</li> 140 <li><strong>%W </strong>: number of the week in the year, the first monday of190 <li><strong>%W:</strong> Number of the week in the year, the first monday of 141 191 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 o u %z</strong>: timezone, name or abbreviation</li>148 <li><strong>%% </strong>: alitteral `%' character</li>192 <li><strong>%w:</strong> Day of the week, digital, 0 stands for sunday</li> 193 <li><strong>%x:</strong> Prefered format for the date without the time</li> 194 <li><strong>%X:</strong> Prefered format for the time without the date</li> 195 <li><strong>%y:</strong> The year, two digits (from 00 to 99)</li> 196 <li><strong>%Y:</strong> The year, four digits</li> 197 <li><strong>%Z or %z:</strong> Timezone, name or abbreviation</li> 198 <li><strong>%%:</strong> A litteral `%' character</li> 149 199 </ul> 150 200 -
locales/en/help/core_categories.html
r2367 r2534 1 1 <html> 2 <head> 3 <title>Categories</title> 4 </head> 2 <head> 3 <title>Categories</title> 4 </head> 5 <body> 6 <h4>Categories list</h4> 7 <dl> 8 <dt>Delete a category</dt> 9 <dd>Choose the category you want to delete by clicking on <strong>Delete the category</strong>. A pop-up will ask you to confirm this action.<br /> 10 A category can only be deleted if it contains no article in it.<br /> 11 To empty a category, you can move the entries by selecting (in the dropdown list) the new category they will be moved to. Click <strong>OK</strong> to confirm this choice. 12 </dd> 5 13 6 <body> 7 <h3>Categories list</h3> 8 <dl> 9 <dt>Create a new category</dt> 10 <dd>Choose the name you wish to use for your new category 11 then click on Save to validate its creation. you may leave it at the first level or choose its parent. 12 To modify your category, click on its name in the list.</dd> 13 14 <dt>Delete a category</dt> 15 <dd>Choose the category you wish to delete in the selection menu and click ok. 16 A category can be deleted only if it contains no posts.</dd> 17 18 <dt>Reorder categories</dt> 19 <dd>Use this option to place all categories at the same level. 20 If you wish to reorder a category respectively to other categories, 21 click on its name and choose its parent and its position respectively to its siblings.</dd> 22 </dl> 14 <dt>Reorder categories</dt> 15 <dd>You can modify the categories order using drag and drop. You can also move a category to a parent category.<br /> 16 When you're satisfied with the order, click <strong>Save categories order</strong>.</dd> 17 18 <dt>Reorder all categories on the top level</dt> 19 <dd>Use this option to move back all the categories to the top level.<br /> 20 If you want to modify the categories order more precisely, you can : 21 <ul> 22 <li>either move them using drag and drop,</li> 23 <li>either click on each category name and select its parent category or its position to its siblings.</li> 24 </ul> 25 </dd> 26 </dl> 23 27 24 <h3>Modifying a category</h3> 25 <dl> 26 <dt>Title</dt> 27 <dd>Choose the name you wish to give to your category 28 the click on Save to validate.</dd> 29 30 <dt>URL</dt> 31 <dd>DotClear creates a default url for the category, making it reachable 32 with a path similar to this one : 33 <strong>http://monblog.tld/category/My-category</strong>. You can click 34 on the small lock on the right to modify it according to your needs.</dd> 35 36 <dt>Description</dt> 37 <dd>What's inside the description field will be shown when selecting 38 one of the blog's categories. You can fill it with any kind of content 39 (paragraphs, lists, etc.) The format used for this field is HTML.</dd> 40 41 <dt>Move this category</dt> 42 <dd>You can move the category as a child of any other by choosing its parent. 43 You can also specify the category position respectively to its siblings by placing it before or after any of them.</dd> 44 </dl> 45 46 </body> 28 </body> 47 29 </html> -
locales/en/help/core_media.html
r2367 r2534 1 1 <html> 2 <head> 3 <title>Media manager</title> 4 </head> 2 <head> 3 <title>Media manager</title> 4 </head> 5 <body> 6 <h4>Media list</h4> 7 <p>The main page of the media manager displays a list of available files (medias) for the currently selected blog.</p> 5 8 6 <body>9 <p>You can click the icons or names of the medias in the folder or any subfolder to display them.</p> 7 10 8 <h3>Media list</h3> 9 <p>The media manager's main page displays a list of available files (medias) 10 for the currently selected blog.</p> 11 <p>Selecting a MP3 sound file displays a player to immediately play the file. The Flash plugin must be installed on your browser for this player to operate.</p> 11 12 12 <p>You can click the icons or names of the medias in the folder or any 13 subfolder to display them.</p> 13 <p>The images are displayed with a thumbnail when possible.</p> 14 14 15 <p>Selecting a MP3 sound file displays a player to immediately play 16 the file. The Flash plugin must be installed on your browser for 17 this player to operate.</p> 15 <h4>Add files</h4> 16 <dl> 17 <dt>Choose a file</dt> 18 <dd>Here you can select one of your local files to send it on your 19 blog. Should the file be bigger than the maximum size, it will not be sent.</dd> 20 21 <dt>Title</dt> 22 <dd>Optional title for the file you want to send.</dd> 23 24 <dt>Private</dt> 25 <dd>Check this if you want the file to be private, i.e. accessible only by 26 its owner and not accessible from the blog (until published).</dd> 27 </dl> 18 28 19 <p>The images are displayed with a thumbnail when possible.</p> 29 <dl> 30 <dt>Enhanced uploader</dt> 31 <dd>Allows to select one or several of your local files to send them on your 32 blog. Should any file be bigger than the maximum size, it will not be sent.<br /> 33 When you select several local files, they are added to the queue. You can add more files by clicking again on <strong>Choose files</strong>. You can also remove files from the queue by clicking on the corresponding red cross-shaped icon.<br /> 34 When you are ready, click on <strong>Upload</strong>.</dd> 35 </dl> 20 36 21 <h3>Add files</h3> 22 <dl> 23 <dt>Choose a file</dt> 24 <dd>Here you can select one of your local files to send it on your 25 blog. Should the file be bigger than the maximum size, it will not be sent.</dd> 26 27 <dt>Title</dt> 28 <dd>Optional title for the file you want to send.</dd> 29 30 <dt>Private</dt> 31 <dd>Check this if you want the file to be private, i.e. accessible only by 32 its owner and not accessible from the blog.</dd> 33 </dl> 37 <h4>Delete files</h4> 38 <p>To delete a file, check its checkbox and click on <strong>Remove selected medias</strong>. You can delete several files at once.</p> 34 39 35 <dl> 36 <dt>Enhanced uploader</dt> 37 <dd>Allows to select one or several of your local files to send them on your 38 blog. Should any file be bigger than the maximum size, it will not be sent.</dd> 39 </dl> 40 41 <h3>New folder</h3> 42 <p>This form allows you to create an new subfolder in the currently displayed 40 <h4>New folder</h4> 41 <p>This form allows you to create an new subfolder in the currently displayed 43 42 folder. Just choose a name for it as you would do on your own computer.</p> 44 43 45 <h3>Media details</h3> 46 <p>This page displays a set of informations about the currently selected 47 file and allows you to perform a few operations.</p> 44 <h4>Media details</h4> 45 <p>This page displays a set of information about the currently selected file and allows you to perform a several operations on it.</p> 48 46 49 <dl>50 <dt>File name</dt>51 <dd>Change the file name of the current file.</dd>52 53 <dt>File title</dt>54 <dd>Give a title to the file, or change the current one.</dd>55 56 <dt>File date</dt>57 <dd>Change the file date.</dd>58 59 <dt>Private</dt>60 <dd>Specify that the file will be hidden to anyone but its owner in the media manager.</dd>61 62 <dt>New directory</dt>63 <dd>Allows you to move the file in another folder.</dd>64 65 <dt>Change file</dt>66 <dd>With this form, you can replace the file while keeping all the attributes67 (name, title...). As always, you have to respect the maximum file size.</dd>68 </dl>47 <dl> 48 <dt>File name</dt> 49 <dd>Change the file name of the current file.</dd> 50 51 <dt>File title</dt> 52 <dd>Give a title to the file, or change the current one.</dd> 53 54 <dt>File date</dt> 55 <dd>Change the file date.</dd> 56 57 <dt>Private</dt> 58 <dd>Specify that the file will be hidden to anyone but its owner in the media manager.</dd> 59 60 <dt>New directory</dt> 61 <dd>Allows you to move the file in another folder.</dd> 62 63 <dt>Change file</dt> 64 <dd>With this form, you can replace the file while keeping all the attributes 65 (name, title...). As always, you have to respect the maximum file size.</dd> 66 </dl> 69 67 70 <h3>A specific treatment for images</h3>71 <p>When you add an image, depending of its size, up to four versions will be made available:</p>72 <ul>73 <li><strong>square</strong>: a 48x48 pixels square thumbnail,</li>74 <li><strong>thumbnail</strong>: the image reduced to 100 pixels on its longest side.</li>75 <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li>76 <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li>77 <li><strong>original</strong>: the original, unchanged image.</li>78 </ul>79 <p>Default size for the versions thumbnail, small and medium can be modified in your blog's parameters.</p>68 <h4>Specific case: Images</h4> 69 <p>When you add an image, depending of its size, up to four versions will be made available (depending on the original image size):</p> 70 <ul> 71 <li><strong>Square:</strong> A 48x48 pixels square thumbnail.</li> 72 <li><strong>Thumbnail:</strong> The image reduced to 100 pixels on its longest side.</li> 73 <li><strong>Small:</strong> The longest side is reduced to 240 pixels.</li> 74 <li><strong>Medium:</strong> The longest side is reduced to 500 pixels.</li> 75 <li><strong>Original:</strong> The original, unchanged image.</li> 76 </ul> 77 <p>Default sizes for the thumbnail, small and medium versions can be modified in your blog settings.</p> 80 78 81 <h3>Add a file to an entry</h3> 82 <p>You can easily attach a file to one of your posts. First, create a new post 83 and save it. Then click on "Add files to this entry" to open the media manager.</p> 79 <h4>Attach a file to an entry</h4> 80 <p>You can easily attach a file to one of your posts. First, create a new post and save it. Then click on "Add files to this entry" to open the media manager.</p> 84 81 85 <p>Just click on the [+] icon (Attach this file to entry). The file will then82 <p>Just click on the [+] icon (Attach this file to entry). The file will then 86 83 be attached to the post.</p> 87 84 88 <p>The attached files will be shown on the post page, as a list beside the post content. 89 The MP3 files will be made available through the Flash player, so that they can easily by read by visitors.</p> 85 <p>The attached files will be shown on the post page, as a list after the post content. The MP3 files will be made available through a Flash player, so that they can be easily played by your visitors.</p> 90 86 91 <h3>Podcast and broadcasting of music files</h3>92 <p>All attached files will be included in your RSS feeds, allowing foreasy87 <h4>Podcast and broadcasting of music files</h4> 88 <p>All attached files will be included in your blog feeds, allowing an easy 93 89 podcasting of any type of file.</p> 94 90 95 </body>91 </body> 96 92 </html> -
locales/en/help/core_post.html
r2367 r2534 5 5 6 6 <body> 7 8 <h3>Editing an entry</h3> 7 <h4>Editing an entry</h4> 9 8 10 9 <dl> … … 15 14 <dd>The content of this field will be shown in pages showing entries as 16 15 a list, such as the homepage or categories pages, followed by a "continue reading" 17 link. It will also be visible at the begining of the page showing the 18 whole post. Should you leave it blank, the <em>content</em> field will be shown 19 on the homepage and other entry list pages.</dd> 16 link. It will also be visible at the beginning of the page showing the 17 whole post. Should you leave it blank, the <em>content</em> field will be shown entirely on the homepage and other entry list pages.</dd> 20 18 21 19 <dt>Content</dt> 22 20 <dd>The content of your entry. This field is mandatory.</dd> 23 21 24 <dt> Notes</dt>22 <dt>Personal notes</dt> 25 23 <dd>This text area is for personal use, for notes or memos. What you enter here 26 will never be displayed on the blog..</dd> 27 28 <dt>Category</dt> 29 <dd>Your entry's category. To create a new category, please see the 30 "categories" section. You can choose to leave 31 you entry without a category by selecting the blank line.</dd> 24 will never be displayed on the blog.</dd> 32 25 33 26 <dt>Entry status</dt> 34 <dd>Allows you to choose your post's status:27 <dd>Allows you to choose your entry's status: 35 28 <ul> 36 <li><strong>pending:</strong> the publication status has not yet been decided.</li> 37 <li><strong>scheduled:</strong> the post will be set online at the time and date 38 set in the <em>Published on</em> field.</li> 39 <li><strong>unpublished:</strong> the post is offline.</li> 40 <li><strong>published:</strong> the post is online.</li> 29 <li><strong>Pending:</strong> The publication status has not yet been decided.</li> 30 <li><strong>Scheduled:</strong> The post will be set online at the time and date set in the <strong>Published on</strong> field.</li> 31 <li><strong>Unpublished:</strong> The post is offline.</li> 32 <li><strong>Published:</strong> The post is online.</li> 41 33 </ul> 42 34 </dd> 43 35 44 <dt>Published on</dt> 45 <dd>Here you can change the post's publication date and time. If the post's 46 status is <em>scheduled</em>, it will come online at the said date and time.</dd> 36 <dt>Publication date and hour</dt> 37 <dd>Here you can change the entry's publication date and time. If the entry's 38 status is <strong>Scheduled</strong>, it will be online at the given date and time.</dd> 39 40 <dt>Entry language</dt> 41 <dd>Select the language code of your entry. It defaults to your (as a 42 user) language but you can change it to whatever language code you want, e.g. 43 "en" or "es-ar". This code is used for the entry's display.</dd> 44 45 <dt>Text formatting</dt> 46 <dd>Choose the entry's syntax. Wiki is a simplified syntax 47 and will be converted to valid XHTML. Unless you have a perfect 48 understanding of XHTML, we advise you to choose the Wiki syntax. 49 See the Wiki syntax reference for more information.</dd> 50 51 <dt>Selected entry</dt> 52 <dd>The selected entries will be listed on your blog menu, under the title "Best of me".</dd> 53 54 <dt>Category</dt> 55 <dd>Your entry's category. To create a new category, please see the 56 <strong>Categories</strong> section. You can choose to leave 57 you entry without a category by selecting the <em>(none)</em> item.</dd> 58 59 <dt>Add a new category</dt> 60 <dd>You can create a new category by entering its title and selecting its parent category (or select <em>(none)</em> to create a top level category).</dd> 47 61 48 <dt>Text formatting</dt> 49 <dd>To choose the post syntax. Wiki is a simplified syntax 50 and will be converted to valid xhtml ; Unless you have a perfect 51 understanding of xhtml, we advise you to choose the wiki syntax. 52 See the Wiki syntax reference for more information.</dd> 53 62 <dt>Tags</dt> 63 <dd>Add tags separated by commas, and press <strong>ok</strong> when done. You can also select existing tags by clicking on <strong>Choose from list</strong>.</dd> 64 65 <dt>Attachments</dt> 66 <dd>Attachments are media files added to the entry. You can use the <strong>Add files to this entry</strong> button to select media files to add to the entry.<br /> 67 This option will appear after you save your entry.<br /> 68 Please check the Media manager help for more information.</dd> 69 54 70 <dt>Accept comments</dt> 55 <dd>Select this box to allow your visitors to comment the entry. The corresponding 56 global setting is to be found in the blog settings.</dd> 57 71 <dd>Check this box to allow your visitors to comment on this entry. The corresponding global setting can be found in the blog settings.</dd> 72 58 73 <dt>Accept trackbacks</dt> 59 74 <dd>A trackback is a way to let a portion of your entry as a comment on 60 another blog. Selectthis box to allow others to trackback your entry. The75 another blog. Check this box to allow others to trackback your entry. The 61 76 corresponding global setting is to be found in the blog settings.</dd> 62 77 63 <dt>Selected entry</dt> 64 <dd>The selected entries will be listed on your blog menu, under the title "Best 65 of me".</dd> 78 <dt>Password</dt> 79 <dd>You can enter a password for your entry. A password protected entry will 80 not be displayed on your blog, it will only be accessible to those you will 81 give the entry URL to (see the <strong>view entry</strong> link) and password.</dd> 82 83 <dt>Basename</dt> 84 <dd>You can unprotect this field by clicking on the little lock on its right and choose another URL for your entry. If the URL you're trying to use is already used by another entry, a number will be added to it.</dd> 66 85 67 <dt>Entry password</dt>68 <dd>You can enter a password for your entry. A password protected entry will69 not be displayed on your blog, it will only be reachable to those you will70 give the entry url (see the <em>view entry</em> link) and password.</dd>71 72 <dt>Basename</dt>73 <dd>By clicking on its lock, you can unprotect this field and and choose another74 URL for your entry. If the URL you're trying to use is already used by another75 entry, a number will be added to it.</dd>76 77 <dt>Entry language</dt>78 <dd>The two character language code of your entry. It defaults to your (as a79 user) language but you can change it to whatever language code you want, ie.80 "en" or "fr-qc". This code is used for the entry's display, no chack is made81 on it.</dd>82 83 <dt>Attachments</dt>84 <dd>The attachments are all the medias you joined to the entry. The link <em>add85 file to this entry</em> allows you to attach other files to the entry. Remember86 to save your changes before clicking on this link. For further information,87 see the media manager help.</dd>88 86 </dl> 89 87 90 <h 3>Comments</h3>88 <h4>Comments</h4> 91 89 <dl> 92 90 <dt>Comment list</dt> 93 <dd>On the <em>Comments</em> tab, you can read and change the status of 94 your entry's comments. If you're allowed to by the blog administrator, 95 you will be able to set your comments online or offline, to delete them or 96 to mark them as junk.</dd> 91 <dd>On the <strong>Comments</strong> tab, you can read and change the status of 92 your entry's comments (and trackbacks). If you're allowed to by the blog administrator, you will be able to set your comments (and trackbacks) online or offline, to delete them or to mark them as junk.</dd> 97 93 98 94 <dt>Add a comment</dt> 99 <dd>On the <em>Add a comment</em> tab, you can reply to one of your entry's 100 comments without leaving your blog's backend. The syntax to be used here is 101 plain, unlimited, xhtml. Use the fields as if you were modifying a comment.</dd> 95 <dd>On the <strong>Add a comment</strong> tab, you can reply to one of your entry's comments without leaving your blog's backend. The syntax to be used here is plain, unlimited XHTML. Use the fields as if you were modifying a comment.</dd> 96 </dl> 97 98 <h4>Add a comment</h4> 99 <dl> 100 <dt>Name</dt> 101 <dd>Comment author's name. This field is mandatory.</dd> 102 103 <dt>Email</dt> 104 <dd>Comment author's e-mail address.</dd> 105 106 <dt>Website</dt> 107 <dd>Comment author's Website URL.</dd> 108 109 <dt>Comment</dt> 110 <dd>Comment content. This field uses XHTML syntax.</dd> 102 111 </dl> 103 112 -
locales/en/help/core_posts.html
r2367 r2534 1 1 <html> 2 2 <head> 3 <title> Managing entries</title>3 <title>Entries management</title> 4 4 </head> 5 5 6 6 <body> 7 7 8 <h 3>Filters for the entry list</h3>8 <h4>Entries list filter</h4> 9 9 10 10 <dl> 11 11 <dt>Author</dt> 12 <dd> Allows you to filterby author.</dd>12 <dd>Filters entries by author.</dd> 13 13 14 14 <dt>Category</dt> 15 <dd>Filter by category.</dd>15 <dd>Filters entries by category.</dd> 16 16 17 17 <dt>Status</dt> 18 <dd><ul> 19 <li><strong>pending:</strong> posts whose publication status has not yet 20 been decided.</li> 21 <li><strong>scheduled:</strong> post to be set online automatically.</li> 22 <li><strong>unpublished:</strong> offline posts.</li> 23 <li><strong>published:</strong> online posts.</li> 24 </ul></dd> 18 <dd>Filters entries by status:<ul> 19 <li><strong>Pending:</strong> Pending entries.</li> 20 <li><strong>Scheduled:</strong> Scheduled entries.</li> 21 <li><strong>Unpublished:</strong> Offline entries.</li> 22 <li><strong>Published:</strong> Online entries.</li> 23 </ul></dd> 25 24 26 25 <dt>Selected</dt> 27 <dd>Only the selected posts, or the non selected ones.</dd> 26 <dd>Filters entries that have the <strong>Selected</strong> status or not.</dd> 27 28 <dt>Attachments</dt> 29 <dd>Filters entries based on if they have attachments or not.</dd> 28 30 29 31 <dt>Month</dt> 30 <dd>Filter on a specific month andyear.</dd>32 <dd>Filters entries from the given month of a given year.</dd> 31 33 32 34 <dt>Language</dt> 33 <dd>Filter on the different languages used on the blog.</dd>35 <dd>Filters entries based on the language set in the <strong>Language</strong> field of an entry.</dd> 34 36 35 37 <dt>Order by</dt> 36 <dd>Defines the list order, either on the date, the title, the author, 37 the status or the selected status.</dd> 38 <dd>Allows you to order the result by date, title, category, author, publication status, selected status, number of comments or number of trackbacks.</dd> 38 39 39 40 <dt>Sort</dt> 40 <dd> Choose whether the list will be sorted in ascending or descending order.</dd>41 <dd>Allows you to sort the results ascending or descending.</dd> 41 42 42 43 <dt>Entries per page</dt> 43 <dd>Number of entries that will be displayed on each page of the resulting 44 set.</dd> 44 <dd>Number of entries to display per page.</dd> 45 45 </dl> 46 46 47 <h3>Selected entry actions</h3> 48 <p>If your user permission level allows it, you can perform batch operations on the 49 entries you select in the list.</p> 50 47 <h4>Batch actions</h4> 48 <p>It is possible to make a batch of actions on several articles. The possible actions depend on the user's permissions:</p> 51 49 <ul> 52 <li><strong>Publish </strong>: set theentries online.</li>53 <li><strong>Unpublish </strong>: set theentries offline.</li>54 <li><strong>Schedule </strong>: schedule the entries to be set online at their55 publication date.</li>56 <li><strong>Mark as pending</strong>: erase other publication status.</li>57 <li><strong>Change category </strong>: directs you to the category list to choose a58 new one for theentries.</li>59 <li><strong>Change author </strong>: allows you to change the posts' author by60 entering the new author's ID.</li>61 <li><strong> Delete</strong>: suppress the posts (this operation cannot be undone).</li>50 <li><strong>Publish:</strong> Publish the selected entries online.</li> 51 <li><strong>Unpublish:</strong> Pull the selected entries offline.</li> 52 <li><strong>Schedule:</strong> Schedule the selected entries to be set online at publication date.</li> 53 <li><strong>Mark as pending:</strong> Mark selected entries as pending.</li> 54 <li><strong>Mark as selected/unselected:</strong> Set the selected entries as Selected/Unselected./li> 55 <li><strong>Change category:</strong> Modify the category of the selected entries.</li> 56 <li><strong>Change language:</strong> Modify the language of the selected entries.</li> 57 <li><strong>Change author:</strong> Modify the selected entries' author by entering the new author's ID.</li> 58 <li><strong>Delete:</strong> Delete the selected entries (this operation cannot be cancelled).</li> 59 <li><strong>Add/Remove tags:</strong> Add or remove tags on the selected entries.</li> 62 60 </ul> 63 61 <p><em>The above list might contain other items if additional actions have been added by plugins active on your system.</em></p> 64 62 </body> 65 63 </html> -
locales/en/help/core_trackbacks.html
r2367 r2534 6 6 <body> 7 7 8 <h3>Trackback</h3> 9 <p>To make a trackback, click on the <em>Ping blogs</em> link. 10 You will not see this link if your entry's status is not <em>published</em>.</p> 8 <h4>Trackbacks</h4> 9 <p>To make a trackback, click on the <em>Ping blogs</em> link. If you don't see this link, make sure your entry status is set to <em>published</em>.</p> 11 10 12 11 <dl> … … 16 15 17 16 <dt>Excerpt to send</dt> 18 <dd>This field defaults to your entry's first few sentences. That's wht will be 19 sent to the blog you're pinging, along with a link to your post. You can modify 20 the excerpt by editing this field.</dd> 21 17 <dd>By default, this field contains the beginning of your entry. This is what will be sent to the blog you're pinging, along with a link to your post. You can modify the excerpt by editing this field.</dd> 22 18 23 19 <dt>Auto discover ping URLs</dt> 24 <dd>If your entr ies links specific posts and if the blog carrying those posts20 <dd>If your entry links to specific posts and if the blog hosting those posts 25 21 is set to allow it, this tool will find the URLs to ping for you.</dd> 26 22 </dl> -
locales/en/help/core_user.html
r2367 r2534 2 2 <head> 3 3 <title>User</title> 4 < meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>4 </head> 5 5 6 6 <body> 7 7 8 <h 3>User information</h3>8 <h4>User profile</h4> 9 9 <dl> 10 <dt>User name</dt>11 <dd>At least 2 characters (non accentuated characters, numbers or symbols, no white space. This field is mandatory.</dd>10 <dt>User ID</dt> 11 <dd>At least 2 characters using letters, numbers or symbols (no space). This field is mandatory.</dd> 12 12 13 <dt>Password</dt> 14 <dd>Write down twice your password in the fields <em>Password</em> and <em>Confirm password</em>. The minimal password length is 6 characters. 15 These two fields are mandatory.</dd> 13 <dt>New password</dt> 14 <dd>If you want to change your password, enter the new password twice in <strong>New password</strong> and <strong>Confirm password</strong> fields. Passwords must contain at least 6 characters. Both fields are mandatory.</dd> 15 16 <dt>Password change required to connect</dt> 17 <dd>Check this box so that a new user will have to choose his own password when he will connect.</dd> 18 19 <dt>Super administrator</dt> 20 <dd>This will give the current user all the permissions on all the blogs hosted on the system.</dd> 16 21 17 <dt>Name, First name</dt> 18 <dd>If the display name is empty, the author's name will be displayed 19 as his Firstname and Name as set here.</dd> 22 <dt>Last name, First name</dt> 23 <dd>If no display name is provided, the displayed author's name will contain the last name and first name entered in these two fields.</dd> 20 24 21 25 <dt>Display name</dt> 22 <dd>You can choose here a nickname that will be displayed in your posts instead of your name and first name.</dd>26 <dd>You can select the nickname you want to use to sign your articles. If not empty, this field will be used instead of the last name and first name fields.</dd> 23 27 24 28 <dt>Email</dt> 25 <dd> Address that will be used to send a new password on dotclear's new password generation page.</dd>29 <dd>This e-mail address will be used if you need to recover your password from Dotclear's authentication screen.</dd> 26 30 27 31 <dt>URL</dt> 28 <dd>The user's web site. If set, the author name will be displayed as 29 a link to the said site.</dd> 30 32 <dd>Indicates the user's website. If this field is not empty, the author's name will become a clickable link to this website.</dd> 33 </dl> 34 35 <h4>Options</h4> 36 <h5>Interface</h5> 37 <dl> 38 <dt>Language</dt> 39 <dd>Set the default language for new entries. If a translation is available for this language, the blog interface will be translated in this language as well.</dd> 40 41 <dt>Timezone</dt> 42 <dd>This option impacts the way the entries' publication time is displayed.</dd> 43 </dl> 44 45 <h5>Edition</h5> 46 <dl> 31 47 <dt>Preferred format</dt> 32 <dd>To choose the prefered post syntax. Wiki is a simplified syntax 33 and will be converted to valid xhtml ; Unless you have a perfect 34 understanding of html, we advise you to choose the wiki syntax.</dd> 48 <dd>Choose the entry's syntax. Wiki is a simplified syntax 49 and will be converted to valid XHTML. Unless you have a perfect 50 understanding of XHTML, we advise you to choose the Wiki syntax. 51 See the Wiki syntax reference for more information.</dd> 35 52 36 53 <dt>Default entry status</dt> 37 <dd>The default entry status can be set to:54 <dd>The default status for new entries can be set to: 38 55 <ul> 39 <li><strong>pending:</strong> the publication status has not yet been decided.</li> 40 <li><strong>scheduled:</strong> the post will be set online at the time and date 41 set in the <em>Published on</em> field.</li> 42 <li><strong>unpublished:</strong> the post is offline.</li> 43 <li><strong>published:</strong> the post is online.</li> 56 <li><strong>Pending:</strong> The publication status has not been yet decided.</li> 57 <li><strong>Scheduled:</strong> The entry will be set online at the time and date provided in the <strong>Published on</strong> field.</li> 58 <li><strong>Unpublished:</strong> Offline entry.</li> 59 <li><strong>Published:</strong> Online entry.</li> 44 60 </ul> 45 61 </dd> 46 62 47 63 <dt>Entry edit field height</dt> 48 <dd>The height of the Entry edit field. Defaults to 24.</dd> 49 50 <dt>User language</dt> 51 <dd>The language in wich one publishes his posts. If the translation exists, 52 the interface will also be displayed in that language.</dd> 64 <dd>Sets the height of the edition field of an entry. By default, this parameter is set to 24.</dd> 53 65 54 <dt>User timezone</dt>55 <dd>That choice will define the time displayed on post publication.</dd>56 57 <dt>Password change required to connect</dt>58 <dd>Check this box to force the new user to change his password on login.</dd>59 60 <dt>Super administrator</dt>61 <dd>This choice will give all permissions to the user on all of your installation's blogs.</dd>62 </dl>63 64 <h3>Tags</h3>65 <dl>66 66 <dt>Tags list format</dt> 67 <dd>This choice allows, in post editing page, to display all available tags 68 or only most used ones.</dd> 67 <dd>You can select if you want to see, while editing an entry, all the tags used (<strong>Extended</strong>) or only the most used ones (<strong>Short</strong>).</dd> 69 68 </dl> 70 69 </body> -
locales/en/help/core_user_pref.html
r2370 r2534 1 1 <html> 2 2 <head> 3 <title> Userpreferences</title>3 <title>My preferences</title> 4 4 </head> 5 5 … … 10 10 <dt>Last name, First name</dt> 11 11 <dd>If the display name is empty, the author's name will be displayed 12 as his Firstname and Name as set here.</dd>12 as his first name and last name as set here.</dd> 13 13 14 14 <dt>Display name</dt> 15 <dd> You can choose here a nickname that will be displayed in your posts instead16 of your name and first name.</dd>15 <dd>Here you can choose a nickname that will be displayed in your posts instead 16 of your last name and first name.</dd> 17 17 18 18 <dt>Email</dt> 19 <dd>Address where will be sent the new comment notifications.<em>(If you update 19 <dd>E-mail address used when you request a new password.<br /> 20 New comment notifications will be sent to this address as well.<em>(If you update 20 21 this field, you must enter your current password in the appropriate field at the 21 22 bottom of the form)</em></dd> 22 23 23 24 <dt>URL</dt> 24 <dd>The user's web 25 a link to the said site.</dd>25 <dd>The user's website. If set, the author name will be displayed as 26 a link to the said website.</dd> 26 27 27 <dt> User language</dt>28 <dd>The language in wich one publishes his posts. If the translation exists,28 <dt>Language for my interface</dt> 29 <dd>The language used when publishing entries. If the translation is available, 29 30 the interface will also be displayed in that language.</dd> 30 31 31 <dt> Usertimezone</dt>32 <dt>My timezone</dt> 32 33 <dd>That choice will define the time displayed on post publication.</dd> 33 34 … … 39 40 the appropriate field at the bottom of the form)</em></dd> 40 41 </dl> 42 43 41 44 <h4>My options</h4> 45 <h5>Interface</h5> 42 46 <dl> 43 47 <dt>Activate enhanced uploader in media manager</dt> 44 48 <dd>Allows to activate the advanced interface in media manager that enables to 45 upload multiple files at a time (N B: your web browser must support Javascript46 to take benefit from this feature)</dd>49 upload multiple files at a time (Note: Your Web browser must support Javascript 50 to be able to use this feature).</dd> 47 51 48 <dt>Disable javascript powered drag and drop for ordering items</dt>52 <dt>Disable Javascript powered drag and drop for ordering items</dt> 49 53 <dd>Allows to disable "drag and drop" for item ordering. Drag and drop will be 50 replaced by numeric fields that will enable en enter fields position.</dd>54 replaced by numeric fields that will let you enter fields position instead.</dd> 51 55 52 56 <dt>Number of elements displayed per page in media manager</dt> … … 55 59 56 60 <dt>Do not use standard favicon</dt> 57 <dd>Allows to disable default favicon in web browser address bar.</dd> 58 61 <dd>Allows to disable default favicon in the Web browser address bar.</dd> 62 </dl> 63 64 <h5>Edition</h5> 65 <dl> 59 66 <dt>Preferred format</dt> 60 <dd>To choose the preferred post syntax. Wiki is a simplified syntax 61 and will be converted to valid xhtml ; Unless you have a perfect 62 understanding of html, we advise you to choose the wiki syntax.</dd> 67 <dd>Choose the entry's syntax. Wiki is a simplified syntax 68 and will be converted to valid XHTML. Unless you have a perfect 69 understanding of XHTML, we advise you to choose the Wiki syntax. 70 See the Wiki syntax reference for more information.</dd> 63 71 64 72 <dt>Default entry status</dt> 65 <dd>The default entry status can be set to:73 <dd>The default status for new entries can be set to: 66 74 <ul> 67 <li><strong>pending:</strong> the publication status has not yet been decided.</li> 68 <li><strong>scheduled:</strong> the post will be set online at the time and date 69 set in the <em>Published on</em> field.</li> 70 <li><strong>unpublished:</strong> the post is offline.</li> 71 <li><strong>published:</strong> the post is online.</li> 75 <li><strong>Pending:</strong> The publication status has not been yet decided.</li> 76 <li><strong>Scheduled:</strong> The entry will be set online at the time and date provided in the <strong>Published on</strong> field.</li> 77 <li><strong>Unpublished:</strong> Offline entry.</li> 78 <li><strong>Published:</strong> Online entry.</li> 72 79 </ul> 73 80 </dd> 74 81 75 82 <dt>Entry edit field height</dt> 76 <dd> The height of the Entry edit field. Defaultsto 24.</dd>83 <dd>Sets the height of the edition field of an entry. By default, this parameter is set to 24.</dd> 77 84 78 85 <dt>Enable WYSIWYG mode</dt> 79 <dd>Allows the use of the WYSIWYG editor for the posts and description fields.</dd> 86 <dd>Allows the use of the visual editor (WYSIWYG: What You See Is What You Get) for the entries, pages and categories description fields.</dd> 87 </dl> 88 89 <h5>Other options</h5> 90 <dl> 91 <dt>Tags list format</dt> 92 <dd>You can select if you want to see, while editing an entry, all the tags used (<strong>Extended</strong>) or only the most used ones (<strong>Short</strong>).</dd> 80 93 81 94 <dt>Syntax highlighting in theme editor</dt> 82 <dd>Enables syntax highlighting when using theme editor (html/css files)</dd> 83 95 <dd>Enables syntax highlighting when using the theme editor (HTML and CSS files)</dd> 84 96 </dl> 85 <h4>My favorites</h4> 97 98 99 <h4>My dashboard</h4> 86 100 <dl> 87 101 <dt>My favorites</dt> 88 102 <dd>This zone displays the chosen favorites on the blog's dashboard. 89 They can be reordered with your mouse if javascript is activated in your browser.90 Otherwise, a field allows to give them an ordering number. When you are finished, do not forget91 to save your changes. You may also select favorites to be deleted from the list.</dd>103 They can be reordered with your mouse if Javascript is activated in your browser. 104 Otherwise, a field allows to give them an ordering number. When you are done, do not forget to save your changes by pressing <strong>Save order</strong>.<br /> 105 You may also delete favorites by selecting them and pressing <strong>Delete selected favorites</strong>.</dd> 92 106 93 <dt>Define as default favorites (super admin)</dt> 94 <dd>Enable to set currently defined favorites list as default favorites list for all users. 95 This list will be proposed to users if they don't have defined their favorites yet.</dd> 107 <dt>Define as default favorites (super administrator)</dt> 108 <dd>Enable to set currently defined favorites list as default favorites list for all users. This list will be proposed to users if they don't have defined their own favorites yet.</dd> 96 109 97 <dt>Available favorites</dt> 98 <dd>All plugins allowing to be put as favorites are diplayed here. Check the corresponding boxes 99 and add them to the dashboard.</dd> 110 <dt>Other available favorites</dt> 111 <dd>All plugins allowing to be put as favorites are diplayed here. Check the corresponding boxes and add them to the dashboard by pressing <strong>Add tp my favorites</strong>.</dd> 100 112 101 113 <dt>Display favorites at the top of the menu</dt> 102 <dd> Enables to display favorites in left-side menu.</dd>114 <dd>If enabled, displays favorites at the top of the menu.</dd> 103 115 104 <dt>Icon set</dt>105 <dd>If several iconsets are installed, enables to choose which i sonset to116 <dt>Icon set</dt> 117 <dd>If several iconsets are installed, enables to choose which icon set to 106 118 use for admin.</dd> 107 119 … … 110 122 111 123 <dt>Display documentation links</dt> 112 <dd>Enable sto display documentation links on dashboard landing page.</dd>124 <dd>Enable to display documentation links on dashboard landing page.</dd> 113 125 114 126 <dt>Display Dotclear news</dt> 115 <dd>Enable s to display dotclear news on dashboard landing page.</dd>127 <dd>Enable to display Dotclear news on dashboard landing page.</dd> 116 128 117 129 <dt>Display quick entry form</dt> 118 <dd>Enable sto display "quick entry" form on dashboard landing page.</dd>130 <dd>Enable to display "quick entry" form on dashboard landing page.</dd> 119 131 120 132 <dt>Display overdue tasks counter on maintenance dashboard icon</dt> 121 <dd>Enables to display the number of overdue tasks (ie. that should be processed) under the 122 "Maintenance" icon. "Maintenance" icon should be set in favorites to take benefit from this feature.</dd> 133 <dd>Enables to display the number of overdue tasks (i.e. that should be processed) under the <strong>Maintenance</strong> icon. <strong>Maintenance</strong> icon has to be set in your favorites to use this feature.</dd> 123 134 124 135 <dt>Display overdue tasks list on dashboard items</dt> 125 <dd>Enables to display the list of overdue tasks (ie. that should be processed) in a dedicated 126 section on Dashboard landing page.</dd> 127 136 <dd>Enable to display the list of overdue tasks (i.e. that should be processed) in a dedicated section on the Dashboard landing page.</dd> 128 137 </dl> 129 138 </body> -
locales/en/help/core_wiki.html
r2367 r2534 6 6 <body> 7 7 8 <h 3>Wiki syntax reference</h3>8 <h4>Wiki syntax reference</h4> 9 9 10 <p>The wiki syntax is a way to enhance your text with a minimal set11 of tags ,studied to cover the basic needs (titles, paragraphs, quotes,12 lists...) </p>10 <p>The Wiki syntax is a way to enhance your text with a minimal set 11 of tags studied to cover the basic needs (titles, paragraphs, quotes, 12 lists...).</p> 13 13 14 14 <dl> … … 17 17 <ul> 18 18 <li>Leave an empty line between two similar blocks.</li> 19 <li><strong>Paragraph </strong>: free text, ended by an empty line if19 <li><strong>Paragraph:</strong> Free text, ended by an empty line if 20 20 another paragraph is to follow.</li> 21 <li><strong>Title </strong>:<code>!!! title</code>, <code>!! title</code>21 <li><strong>Title:</strong> <code>!!! title</code>, <code>!! title</code> 22 22 or <code>! title</code>, allowing you to use three different levels of 23 23 heading.</li> 24 <li><strong>Horizontal line </strong>:<code>----</code></li>25 <li><strong>Lists </strong>:Start each line with24 <li><strong>Horizontal line:</strong> <code>----</code></li> 25 <li><strong>Lists:</strong> Start each line with 26 26 <code>*</code> or <code>#</code> for unnumbered or numbered lists respectively. 27 27 List imbrication is done by mixing list markers this way: … … 34 34 </pre> 35 35 </li> 36 <li><strong>Preformatted text </strong>: each line must start with a space.</li>37 <li><strong>Block quote </strong>: each line must start with a semicolon (<code>></code>).</li>36 <li><strong>Preformatted text:</strong> Each line must start with a space.</li> 37 <li><strong>Block quote:</strong> Each line must start with a <code>></code>.</li> 38 38 </ul> 39 39 </dd> … … 42 42 <dd> 43 43 <ul> 44 <li><strong>Emphasis </strong>: two quotes <code>''text''</code></li>45 <li><strong>Strong emphasis </strong>: two underscore<code>__text__</code></li>46 <li><strong>New line </strong>:<code>%%%</code></li>47 <li><strong>Insertion </strong>: two plusses <code>++text++</code></li>48 <li><strong>Deletion </strong>: two minuses <code>--text--</code></li>49 <li><strong>Link </strong>:<code>[url]</code>, <code>[name|url]</code>,50 <code>[name|url|language]</code> or <code>[name|url|language e|title]</code></li>51 <li><strong>Image </strong>:44 <li><strong>Emphasis:</strong> Two quotes <code>''text''</code></li> 45 <li><strong>Strong emphasis:</strong> Two underscores <code>__text__</code></li> 46 <li><strong>New line:</strong> <code>%%%</code></li> 47 <li><strong>Insertion:</strong> Two plusses <code>++text++</code></li> 48 <li><strong>Deletion:</strong> Two minuses <code>--text--</code></li> 49 <li><strong>Link:</strong> <code>[url]</code>, <code>[name|url]</code>, 50 <code>[name|url|language]</code> or <code>[name|url|language|title]</code></li> 51 <li><strong>Image:</strong> 52 52 <code>((url|alternative text))</code>, 53 53 <code>((url|alternative text|position))</code> or 54 54 <code>((url|alternative text|position|long description))</code>. 55 <br />The position can be either L or G (left), R or D(right) or C (centered).</li>56 <li><strong>Anchor </strong>:<code>~anchor~</code></li>57 <li><strong>Acronym </strong>:<code>??acronym|title??</code></li>58 <li><strong>Inline HTML </strong>: two backquotes <code>``html code``</code></li>59 <li><strong>Inline quote </strong>:<code>{{quote}}</code>,55 <br />The position can be either L (left), R (right) or C (centered).</li> 56 <li><strong>Anchor:</strong> <code>~anchor~</code></li> 57 <li><strong>Acronym:</strong> <code>??acronym|title??</code></li> 58 <li><strong>Inline HTML:</strong> Two backquotes <code>``html code``</code></li> 59 <li><strong>Inline quote:</strong> <code>{{quote}}</code>, 60 60 <code>{{quote|language}}</code> or <code>{{quote|language|url}}</code></li> 61 <li><strong>Code </strong>:<code>@@code@@</code></li>62 <li><strong>Footnotes </strong>:<code>$$footnote$$</code></li>61 <li><strong>Code:</strong> <code>@@code@@</code></li> 62 <li><strong>Footnotes:</strong> <code>$$footnote$$</code></li> 63 63 </ul> 64 64 </dd> … … 66 66 <dt>Unformatted text</dt> 67 67 <dd>If you don't want one formatting character to be interpreted as such, add a 68 <code>\</code> just before it. This way:69 <code>\[ text in brackets without being a link\]</code>68 <code>\</code> just before it. For instance: 69 <code>\[Text in brackets without being a link\]</code> 70 70 </dd> 71 71 72 <dt>HTML Code</dt>73 <dd>Even if you chose the wiki syntax, you may sometimes need a more72 <dt>HTML code</dt> 73 <dd>Even if you chose the Wiki syntax, you may sometimes need a more 74 74 powerful formatting, i.e. HTML syntax. Do it the following way: 75 75 <pre> … … 81 81 </dl> 82 82 83 84 83 </body> 85 84 </html>
Note: See TracChangeset
for help on using the changeset viewer.