Changeset 2534:c333aa67c0b0
- Timestamp:
- 11/11/13 11:25:35 (12 years ago)
- Branch:
- 2.6
- Files:
-
- 10 added
- 26 edited
-
locales/en/help/core_blog_new.html (added)
-
locales/en/help/core_blog_pref.html (modified) (2 diffs)
-
locales/en/help/core_blog_theme.html (added)
-
locales/en/help/core_blogs.html (added)
-
locales/en/help/core_categories.html (modified) (1 diff)
-
locales/en/help/core_category.html (added)
-
locales/en/help/core_dashboard.html (added)
-
locales/en/help/core_langs.html (added)
-
locales/en/help/core_media.html (modified) (1 diff)
-
locales/en/help/core_plugins.html (added)
-
locales/en/help/core_post.html (modified) (2 diffs)
-
locales/en/help/core_posts.html (modified) (1 diff)
-
locales/en/help/core_search.html (added)
-
locales/en/help/core_trackbacks.html (modified) (2 diffs)
-
locales/en/help/core_update.html (added)
-
locales/en/help/core_user.html (modified) (1 diff)
-
locales/en/help/core_user_pref.html (modified) (5 diffs)
-
locales/en/help/core_users.html (added)
-
locales/en/help/core_wiki.html (modified) (6 diffs)
-
plugins/aboutConfig/locales/en/help/help.html (modified) (1 diff)
-
plugins/attachments/locales/en/help/help.html (modified) (1 diff)
-
plugins/blogroll/locales/en/help/blogroll.html (modified) (1 diff)
-
plugins/blowupConfig/locales/en/help/help.html (modified) (3 diffs)
-
plugins/importExport/locales/en/help/import.html (modified) (1 diff)
-
plugins/maintenance/locales/en/help/maintenance.html (modified) (1 diff)
-
plugins/pages/locales/en/help/page.html (modified) (3 diffs)
-
plugins/pages/locales/en/help/pages.html (modified) (1 diff)
-
plugins/pings/locales/en/help/pings.html (modified) (1 diff)
-
plugins/pings/locales/en/help/pings_post.html (modified) (1 diff)
-
plugins/simpleMenu/locales/en/help/help.html (modified) (1 diff)
-
plugins/tags/locales/en/help/tag_post.html (modified) (1 diff)
-
plugins/tags/locales/en/help/tag_posts.html (modified) (1 diff)
-
plugins/tags/locales/en/help/tags.html (modified) (1 diff)
-
plugins/themeEditor/locales/en/help/help.html (modified) (1 diff)
-
plugins/userPref/locales/en/help/help.html (modified) (1 diff)
-
plugins/widgets/locales/en/help/help.html (modified) (2 diffs)
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 site. If set, the author name will be displayed as25 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> -
plugins/aboutConfig/locales/en/help/help.html
r2322 r2534 1 1 <html> 2 <head> 3 <title>About:Config</title> 4 </head> 2 <head> 3 <title>About:Config</title> 4 </head> 5 6 <body> 7 <h4>About:Config</h4> 8 <p>This page provides technical information about the configuration of the current blog (as well as configuration common to all the blogs). These parameters are usually managed by other pages in the administration interface.<br /> 9 Only modify something here if you know what you are doing!</p> 10 11 <p>Some parameters can only be modified on this page.</p> 5 12 6 <body>13 <p>The page has two tabs: <strong>Settings for the current blog (blog name)</strong> and <strong>Global settings</strong> to manage the current blog settings and the global settings, respectively.</p> 7 14 8 <h4>About:Config</h4> 9 10 </body> 15 <p>You can directly access the different page sections using the <strong>Goto</strong> dropdown menu.</p> 16 </body> 11 17 </html> -
plugins/attachments/locales/en/help/help.html
r2359 r2534 1 1 <html> 2 2 <head> 3 <title>Attach ements</title>3 <title>Attachments</title> 4 4 </head> 5 5 6 6 <body> 7 7 8 <h4>Attachements</h4> 9 8 <h4>Attachments</h4> 9 <p>Click <strong>Add files to this entry</strong> to attach a file from the media manager to your entry. Once clicked, you will be taken to the media manager where you can browse the available files. Once you found the file you want to attach, click on the <code>+</code> <span class="hidden">(Attach this file to entry link)</span> sign.</p> 10 <p>To remove an attachment, click on the trashcan icon <span class="hidden">(Remove attachment link)</span>.</p> 11 <p>On your blog, attachments will appear after the entry content.</p> 10 12 </body> 11 13 </html> -
plugins/blogroll/locales/en/help/blogroll.html
r1573 r2534 6 6 <body> 7 7 8 <p>Blogroll allows you to display on your blog a list of links to other blogs or websites that 9 you wish to suggest to your visitors. </p> 8 <h4>Blogroll</h4> 9 <p>Blogroll allows you to display on your blog a list of links to other blogs or websites that you wish to suggest to your visitors.</p> 10 10 11 <dl> 11 <dt>Links</dt> 12 <dd>Here are displayed your links and categories. Categories are displayed in bold characters. 13 You can reorder this list by dragging its items upwards or downwards. Once done, clic on "save order". 14 The order chosen here will be applied to links displayed on the blog with the Blogroll widget. 15 Clic on a link or category to edit it.<br /> 12 <dt>Blogroll</dt> 13 <dd>Your links and categories are displayed here. Categories are displayed in bold. You can reorder this list by dragging its items upwards or downwards. Once done, click on <strong>Save order</strong>. The order chosen here will be applied to links displayed on your blog with the Blogroll widget.<br /> 14 Click on a link or category name to edit it.</dd> 16 15 17 16 <dt>Delete selected links</dt> 18 17 <dd>Allows you to delete links or categories by checking the boxes next to each of them.</dd> 18 </dl> 19 20 <h4>Add a link</h4> 21 <ul> 22 <li><strong>Title: </strong>Link title. E.g.: <em>Jules and Julie</em>. This field is mandatory.</li> 23 <li><strong>URL: </strong>Link URL. It must begin with <code>http://</code> or <code>https://</code>. This field is mandatory.</li> 24 <li><strong>Description: </strong>Short description for the link (will be displayed in a tooltip). E.g.: <em>Jules and Julie's World trip</em>.</li> 25 <li><strong>Language: </strong>Type here a two characters code for the website language (e.g. <code>en</code> for English).</li> 26 </ul> 27 28 <h4>Add a category</h4> 29 <p>Links categories allow you to classify links displayed by the Blogroll widget.<br /> 30 They are displayed in bold characters. Enter the name of the category you would like to create and press <strong>Save</strong>.</p> 19 31 20 <dt>Add a new link</dt> 21 <dd> 22 <ul> 23 <li><strong>Title : </strong>Type here the anchor text. For example "Jules and Julie". This field is mandatory.</li> 24 <li><strong>URL : </strong>Type here the link's destination. It must begin with http://. This field is mandatory.</li> 25 <li><strong>Description : </strong>Type here a short description for the link (will be displayed in a tooltip). For example "Jules and Julie world trip".</li> 26 <li><strong>Language : </strong>Type here a two characters code for the destination language (for example en for english).</li> 27 </ul> 28 </dd> 29 30 31 <dt>Add a category</dt> 32 <dd>Links categories allow you to classify links diplayed by the Blogroll widget. They are displayed in bold characters. 33 Type here the category's name.</dd> 34 35 <dt>Import links</dt> 36 <dd>This option allows you to import links from an OPML or XBEL file. </dd> 37 38 </dl> 32 <h4>Import links</h4> 33 <p>This option allows you to import links from an OPML (RSS feed format) or XBEL (format to share bookmarks) file.</p> 39 34 </body> 40 35 </html> -
plugins/blowupConfig/locales/en/help/help.html
r2368 r2534 8 8 <p>Modifying Blowup theme configuration allows you to customize your theme very easily. To do so, simply fill in the configuration fields or choose a predefined style.</p> 9 9 10 <h4>Predefined styles</h4> 11 12 <p>You can choose a predefined style in the <strong>Predefined styles</strong> drop-down list. 13 Once you have chosen the style, you have to submit the form to apply the modifications.</p> 14 15 <p>You may then modify the predefined style according to your taste and needs.</p> 16 10 17 <h4>Colors</h4> 11 18 12 <p>When you have to enter a color value, you should use the hexadecimal format. For example: "#FF0000"will give you red. You may also use the color picker located next to every color field.</p>19 <p>When you have to enter a color value, you should use the hexadecimal format. For example: <code>#FF0000</code> will give you red. You may also use the color picker located next to every color field.</p> 13 20 <p>If you lack inspiration, try and visit the following pages:</p> 14 21 <ul> … … 21 28 <h4>Measurement units</h4> 22 29 23 <p>When you have to indicate a size, it must be followed by a measurement unit. For example: "1em". If you do not include the unit, pixels will be used as default measurement unit.</p>30 <p>When you have to indicate a size, it must be followed by a measurement unit. For example: <code>1em</code>. If you do not include the unit, pixels will be used as default measurement unit.</p> 24 31 <p>The following measurement units are available:</p> 25 32 <ul> … … 35 42 <p>You can choose a header image among the list to use in place of the default one.</p> 36 43 37 <p> When you choose "Custom..."in the image list, you will be able to upload your own image. <strong>The image file must be in JPG or PNG format and must be precisely 800px wide.</strong>44 <p>By choosing <strong>Custom...</strong> in the image list, you will be able to upload your own image. <strong>The image file must be in JPG or PNG format and must be precisely 800px wide.</strong> 38 45 39 46 <p>If you upload a JPG image, a border will be added to the image, which is not the case with PNG images (the transparency of which will also be kept).</p> 40 47 41 <h4> Predefined styles</h4>48 <h4>Configuration import and export</h4> 42 49 43 <p>You can choose a predefined style in the "Predefinite styles" drop-down list. 44 Once you have chosen the style, you have to submit the form to apply the modifications.</p> 50 <p>At the bottom of the page, you can display an area called <strong>Configuration import/export</strong>. This text area contains the configuration you are currently using. You can copy it to share it with others.</p> 45 51 46 <p>You may then modify the predefined style according to your taste and needs.</p> 47 48 <h4>Configuration import / export</h4> 49 50 <p>At the end of Blowup options, you can display an area names "Configuration import/export". This text area contains the configuration you are currently using. You can copy it to share it with others.</p> 51 52 <p>To apply (import) a configuration, you simply need to replace the content of the text area with the configuration you want to use. Don't forget to click on "apply code".</p> 52 <p>To apply (import) a configuration, you simply need to replace the content of the text area with the configuration you want to use. Don't forget to click on <strong>Apply code</strong>.</p> 53 53 54 54 </body> -
plugins/importExport/locales/en/help/import.html
r2322 r2534 6 6 <body> 7 7 8 <h4>Import</h4> 8 <h4>Flat file import</h4> 9 10 <p>Imports a blog or a full Dotclear installation from a flat file.</p> 11 12 <h5>Single blog</h5> 13 14 <p>Select the backup file (exported from another Dotclear install) or select one from the root directory of your media manager and click on the <strong>Import</strong> button to start the import process.</p> 15 16 <p>Note: The content imported during this process will be added to the existing content of the current blog, nothing will be lost.</p> 17 18 <h5>Multiple blogs</h5> 19 20 <p>Select the full backup file from your computer or select one from your the root folder of your media manager, enter your password and click on the <strong>Import</strong> button to start the full import process.</p> 21 22 <p><strong>Warning:</strong> The whole content from the current blog will be deleted and replaced by the content of the backup file. Only current users will be kept. Additional users form the backup file will be appended to the current users list.</p> 23 24 <h4>RSS or Atom feed import</h4> 25 26 <p>Add a feed content to the current blog.</p> 27 28 <p>Enter the URL of the RSS or Atom feed you want to import and click on <strong>Import</strong>. The content found in the feed will be added to your current blog content.</p> 29 30 <h4>Dotclear 1.2 import</h4> 31 32 <p>This feature allows you to import a Dotclear 1.2 installation into your current blog. This process will replace the categories, blogrolls, entries and comments of the current blog.</p> 33 34 <p>Enter the server URL where the Dotclear 1.2 database to import is located, then input the database name, the user name and password to connect to the database and the database tables prefix used in the Dotclear 1.2 installation. You can find this information in the <code>conf/config.php</code> file from your Dotclear 1.2 installation.</p> 35 36 <p>Click on the <strong>Import my blog now</strong> button to start the import process.</p> 37 38 <p>You can decrease or increase the amount of entries imported at once using the <strong>Number of entries to import at once</strong> field, depending on the access speed of your Dotclear 1.2 installation.</p> 39 40 <h4>Wordpress import</h4> 41 42 <p>This feature allows you to import a Wordpress installation into your current blog. This process will replace the categories, blogrolls, entries and comments of the current blog.</p> 43 44 <p>Enter the server URL where the Wordpress database to import is located, then input the database name, the user name and password to connect to the database and the database tables prefix used in the Wordpress installation.</p> 45 46 <p>You can set up a few import options regarding the categories import and the number of entries to import at once. You can also define the syntax to use for the entries and the comments content (XHTML, Wiki or others depending on the currently installed and activated syntaxes).</p> 47 48 <p>Click on <strong>Import my blog now</strong> to start the import process.</p> 49 50 <hr /> 51 52 <p>Note: The export functions are now located in the<a href="/plugin.php?p=maintenance&tab=backup#backup">Maintenance</a> page.</p> 9 53 10 54 </body> -
plugins/maintenance/locales/en/help/maintenance.html
r2044 r2534 6 6 <body> 7 7 8 <h4> Settings</h4>8 <h4>Alert settings</h4> 9 9 10 10 <dl> 11 11 <dt>Activation</dt> 12 <dd>If this options is active, on tabs of plugin maintenance, 13 when a task has expired or has been nerver executed, a alert message is show below this task.<br /> 14 Options to display maintenance related tasks on dashboard are available in user preferences.</dd> 12 <dd><p>Check this box to display alert messages under tasks that are late or that have never been executed.</p> 13 <p>Note: In <strong>My preferences</strong>, additional options allow you to display these tasks on your dashboard.</p></dd> 15 14 16 15 <dt>Frequency</dt> 17 <dd> It is possible to set same recall time for all tasks at one time. <br/>18 Otherwise this setting can be done per task and so on for exemple deactivate some of them.</dd>16 <dd><p>Allows to schedule the alert display of tasks to be done.</p> 17 <p>This frequency can be common to all the tasks (select the <strong>Use one recall time for all tasks</strong> radio button) or can be set for each tasks.</p></dd> 19 18 </dl> 20 19 </body> -
plugins/pages/locales/en/help/page.html
r2314 r2534 5 5 6 6 <body> 7 7 8 8 9 <h4>Editing a page</h4> … … 20 21 <dt>Notes</dt> 21 22 <dd>This text area is for personal use, for notes or memos. What you enter here 22 will never be displayed on the blog. .</dd>23 will never be displayed on the blog.</dd> 23 24 24 25 <dt>Page status</dt> 25 <dd>Allows you to choose your page 'sstatus:26 <dd>Allows you to choose your page status: 26 27 <ul> 27 <li><strong> pending:</strong> the publication status has not yet been decided.</li>28 <li><strong> scheduled:</strong> the page will be set online at the time and date28 <li><strong>Pending:</strong> The publication status has not yet been decided (not published yet).</li> 29 <li><strong>Scheduled:</strong> The page will be set online at the time and date 29 30 set in the <em>Published on</em> field.</li> 30 <li><strong> unpublished:</strong> the page is offline.</li>31 <li><strong> published:</strong> the page is online.</li>31 <li><strong>Unpublished:</strong> The page is offline.</li> 32 <li><strong>Published:</strong> The page is online.</li> 32 33 </ul> 33 34 </dd> 35 36 <dt>Publication date and hour</dt> 37 <dd>Here you can change the page publication date and time. If the page 38 status is <em>Scheduled</em>, it will come online at the given date and time.</dd> 39 40 <dt>Page 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> 34 44 35 <dt>Published on</dt> 36 <dd>Here you can change the page's publication date and time. If the page's 37 status is <em>scheduled</em>, it will come online at the said date and time.</dd> 38 39 <dt>Text formating</dt> 40 <dd>To choose the page syntax. Wiki is a simplified syntax 41 and will be converted to valid xhtml ; Unless you have a perfect 42 understanding of xhtml, we advise you to choose the wiki syntax. 45 <dt>Text formatting</dt> 46 <dd>Choose the page 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. 43 49 See the Wiki syntax reference for more information.</dd> 44 45 <dt>Accept comments</dt>46 <dd>Select this box to allow your visitors to comment the page. The corresponding47 global setting is to be found in the blog settings.</dd>48 49 <dt>Accept trackbacks</dt>50 <dd>A trackback is a way to let a portion of your page as a comment on51 another blog. Select this box to allow others to trackback your page. The52 corresponding global setting is to be found in the blog settings.</dd>53 50 54 51 <dt>Page position</dt> 55 52 <dd>Allows to order pages according to this number. 56 This field is used by Pages widget (<em>Order by page position</em>).</dd> 53 This field is used by the <strong>Pages</strong> widget (<em>Order by page position</em>).</dd> 54 55 <dt>Attachments</dt> 56 <dd>Attachments are media files added to the page. You can use the <strong>Add files to this entry</strong> button to select media files to add to the entry.<br /> 57 This option will appear after you save your entry.<br /> 58 Please check the Media manager help for more information.</dd> 57 59 58 <dt>Page language</dt> 59 <dd>The two character language code of your page. It defaults to your (as a 60 user) language but you can change it to whatever language code you want, ie. 61 "en" or "fr-qc". This code is used for the page's display, no check is made 62 on it.</dd> 60 <dt>Accept comments</dt> 61 <dd>Check this box to allow your visitors to comment on this page. The corresponding global setting can be found in the blog settings.</dd> 62 63 <dt>Accept trackbacks</dt> 64 <dd>A trackback is a way to let a portion of your page as a comment on 65 another blog. Check this box to allow others to trackback your page. The 66 corresponding global setting is to be found in the blog settings.</dd> 67 68 <dt>Hide in widget Pages</dt> 69 <dd>If this option is checked, the page will be active but will not be listed in the Pages widget.</dd> 63 70 64 <dt>Pa ge password</dt>71 <dt>Password</dt> 65 72 <dd>You can enter a password for your page. A password protected page will 66 not be displayed on your blog, it will only be reachable to those you will67 give the page url (see the <em>view page</em> link) and password.</dd>73 not be displayed on your blog, it will only be accessible to those you will 74 give the entry URL to (see the <strong>Go to this page on the site</strong> link) and password. 68 75 69 76 <dt>Basename</dt> … … 71 78 URL for your page. If the URL you're trying to use is already used by another 72 79 page, a number will be added to it.</dd> 73 </dl>74 80 75 <h4>Comments</h4>76 <dl>77 <dt>Comment list</dt>78 <dd>On the <em>Comments</em> tab, you can read and change the status of79 your page's comments. If you're allowed to by the blog administrator,80 you will be able to set your comments online or offline, to delete them or81 to mark them as junk.</dd>82 83 <dt>Add a comment</dt>84 <dd>On the <em>Add a comment</em> tab, you can reply to one of your page's85 comments without leaving your blog's backend. The syntax to be used here is86 plain, unlimited, xhtml. Use the fields as if you were modifying a comment.</dd>87 81 </dl> 88 82 -
plugins/pages/locales/en/help/pages.html
r1802 r2534 1 1 <html> 2 2 <head> 3 <title> Managing pages</title>3 <title>Pages management</title> 4 4 </head> 5 5 6 6 <body> 7 7 8 <h3>Selected pages actions</h3> 9 <p>If your user permission level allows it, you can perform batch operations on the 10 pages you select in the list.</p> 8 <h4>Selected pages actions</h4> 9 <p>If your user permission level allows it, you can perform batch operations on the pages you select in the list.</p> 11 10 12 11 <ul> 13 <li><strong>Publish</strong> : set pages online,</li> 14 <li><strong>Unpublish</strong> : set pages offline,</li> 15 <li><strong>Mark as pending</strong> : erase other publication status,</li> 16 <li><strong>Change author</strong> : allows you to change the pages' author by 12 <li><strong>Publish:</strong> Set pages online,</li> 13 <li><strong>Unpublish:</strong> Set pages offline,</li> 14 <li><strong>Schedule:</strong> Schedule the page to go online at the date defined in the <strong>Publication date</strong> field,</li> 15 <li><strong>Mark as pending:</strong> Erase other publication status,</li> 16 <li><strong>Change author:</strong> Allows you to change the pages' author by 17 17 entering the new author's ID,</li> 18 <li><strong>Delete </strong> : suppressthe pages (this operation cannot be undone).</li>18 <li><strong>Delete:</strong> Delete the pages (this operation cannot be undone).</li> 19 19 </ul> 20 20 -
plugins/pings/locales/en/help/pings.html
r2322 r2534 7 7 8 8 <h4>Pings</h4> 9 9 <p><a href="http://en.wikipedia.org/wiki/Ping_%28blogging%29">What is a "ping"?</a></p> 10 <p>To add a ping service, fill the <strong>name</strong> and <strong>URI</strong> fields and click on <strong>Save</strong>.</p> 11 <p>To remove a ping service, empty the fields and click <strong>Save</strong>.</p> 10 12 </body> 11 13 </html> -
plugins/pings/locales/en/help/pings_post.html
r2322 r2534 7 7 8 8 <h4>Pings</h4> 9 9 <p>Check the services you want to ping when the entry is published.</p> 10 <p>To add a remove a ping service, go to the <a href="plugin.php?p=pings">pings admin page</a>.</p> 10 11 </body> 11 12 </html> -
plugins/simpleMenu/locales/en/help/help.html
r2425 r2534 1 1 <html> 2 2 <head> 3 <title>Simple Menu</title>3 <title>Simple menu</title> 4 4 </head> 5 5 6 6 <body> 7 7 8 <p>Simple Menu allows you to display on your blog a single level menu, if 8 <h4>Simple menu</h4> 9 <p>Simple menu allows you to display a single level menu on your blog if 9 10 your theme supports it.</p> 10 11 <dl> 11 12 <dt>Menu items list</dt> 12 <dd>Here are displayed your menu items. 13 You can reorder this list by dragging its items up wards or downwards.14 You can also modify label, description and URL of each item.15 Once done, clic on "Update menu".</dd>16 13 <dd>Here are displayed your menu items.<br /> 14 You can reorder this list by dragging its items up and down.<br /> 15 You can also modify the label, description and URL of each item.<br /> 16 Once done, click on <strong>Update menu</strong>.</dd> 17 17 18 <dt>Delete selected menu items</dt> 18 19 <dd>Allows you to delete menu items by checking the boxes next to each of them.</dd> 19 20 20 21 <dt>Add a new menu item</dt> 21 <dd>First select the type of item. Then clic on "Continue…". Then, if22 necessary, you may have to define a sub-type (category, page, etc ). If so,23 do it and clic on "Continue…". Then finally you can modify proposals done for22 <dd>First select the type of item. Then click on <strong>Continue…</strong>. Then, if 23 necessary, you may have to define a sub-type (category, page, etc.). If so, 24 do it and click on <strong>Continue…</strong>. Then finally you can modify proposals done for 24 25 label, description (not mandatory) and URL of the menu item. 25 Once done, clic on "Add this item".</dd>26 Once done, click on <strong>Add this item</strong>.</dd> 26 27 <dd> 27 28 <ul> 28 <li><strong>Label : </strong>type here the anchor text. For example29 <li><strong>Label:</strong> The anchor text. For example 29 30 "Archives". This field is mandatory.</li> 30 <li><strong>Description : </strong>type here ashort description for the menu31 item (will be displayed under Label depending on theme selected). For example31 <li><strong>Description:</strong> A short description for the menu 32 item (will be displayed under the label depending on the selected theme). For example: 32 33 "Archives from 2004 to 2011".</li> 33 <li><strong>URL : </strong>type here the item's destination. This field is34 <li><strong>URL:</strong> The item URL. This field is 34 35 mandatory.</li> 35 </ul>36 </ul> 36 37 </dd> 37 38 -
plugins/tags/locales/en/help/tag_post.html
r2322 r2534 7 7 8 8 <h4>Tags</h4> 9 9 <p>You can assign a tag to an entry:</p> 10 <ul> 11 <li>By filling the <strong>Tags</strong> field. This field has an <em>autocomplete</em> function: enter a few letters and the system will propose existing tags containing these letters;</li> 12 <li>By clicking on the <strong>Choose from list</strong>. Link to select existing tags.</li> 13 </ul> 14 <p>Tags have to be comma-separated.</p> 10 15 </body> 11 16 </html> -
plugins/tags/locales/en/help/tag_posts.html
r2322 r2534 1 1 <html> 2 2 <head> 3 <title>Tag : posts</title>3 <title>Tag details</title> 4 4 </head> 5 5 6 6 <body> 7 7 8 <h4>Tag : posts</h4> 8 <h4>Available actions on a tag</h4> 9 <p>The first part of the page allows to modify or delete a tag.</p> 10 <dl> 11 <dt>Rename</dt> 12 <dd>Enter a new word for the tag and click <strong>OK</strong>. This modification will be done on all the entries containing this tag.</dd> 13 <dt>Delete this tag</dt> 14 <dd>This button will remove the tag from all the entries it is affected to and will delete it from the tags list.</dd> 15 </dl> 16 <h4>List of entries with this tag</h4> 17 <p>From this list you can perform all the batch actions your user's permissions allow you to:</p> 18 <ul> 19 <li><strong>Publish:</strong> Publish the selected entries online.</li> 20 <li><strong>Unpublish:</strong> Pull the selected entries offline.</li> 21 <li><strong>Schedule:</strong> Schedule the selected entries to be set online at publication date.</li> 22 <li><strong>Mark as pending:</strong> Mark selected entries as pending.</li> 23 <li><strong>Mark as selected/unselected:</strong> Set the selected entries as Selected/Unselected./li> 24 <li><strong>Change category:</strong> Modify the category of the selected entries.</li> 25 <li><strong>Change language:</strong> Modify the language of the selected entries.</li> 26 <li><strong>Change author:</strong> Modify the selected entries' author by entering the new author's ID.</li> 27 <li><strong>Delete:</strong> Delete the selected entries (this operation cannot be cancelled).</li> 28 <li><strong>Add/Remove tags:</strong> Add or remove tags on the selected entries.</li> 29 </ul> 30 <p><em>The above list might contain other items if additional actions have been added by plugins active on your system.</em></p> 9 31 10 32 </body> -
plugins/tags/locales/en/help/tags.html
r2322 r2534 6 6 <body> 7 7 8 <h4>Tags</h4> 9 8 <h4>Tags list</h4> 9 <p>This page displays the list of tags used on the blog, alphabetically ordered.</p> 10 <h5>Tag details</h5> 11 <p>When clicking on a tag in this list, you will see all the entries this tag was added to and you will be able to rename or delete it.</p> 10 12 </body> 11 13 </html> -
plugins/themeEditor/locales/en/help/help.html
r2368 r2534 6 6 7 7 <body> 8 <p>The Theme Editor lets you modify the template files, the stylesheets and the JavaScript files of the theme you are currently using.</p> 8 <h4>Theme Editor</h4> 9 <p>The Theme Editor allows you to modify the template files, the stylesheets and the Javascript files of the theme you are currently using.</p> 9 10 10 <p>The file list is divided in three sections :</p>11 <p>The file list on the right is divided in four sections:</p> 11 12 <ul> 12 <li>Template files : the templates</li> 13 <li>CSS files : the stylesheets</li> 14 <li>JavaScript files</li> 13 <li>Template files</li> 14 <li>CSS files (stylesheets)</li> 15 <li>Javascript files</li> 16 <li>Locales files (files used for translation)</li> 15 17 </ul> 16 18 17 <p>The yellow bullet in front of the name of a file indicates that this file is part of the theme. The red bullet means it is a part of the parent theme. The black bullet means it is a part of the "default" theme.</p> 19 <p>The bullet in front of each file can have three different colors:</p> 20 <ul> 21 <li><strong>Black</strong> means it is in the <code>default</code> theme.</li> 22 <li><strong>Yellow </strong> means it belongs to the current theme.</li> 23 <li><strong>Red </strong> means it belongs to a parent theme.</li> 24 </ul> 18 25 19 <p>If you modify a file belonging to the "default" theme, it will be copied into the theme you are currently using.</p> 26 <h4>File mofidication</h4> 27 <p>To modify a file, click on its name. Its content will be displayed in the editor. If the file can be overwritten you will be able to save it by pressing the <strong>Save (s)</strong> button.</p> 20 28 21 <p> To edit a file, click on its name to display its content in the edition area. If the file can be written, you will be able to save your modifications by ckicking on "save".</p>29 <p>Be careful: Modifications are applied immediately after saving.</p> 22 30 23 <p> The modifications are applied immediately after saving, so be careful.</p>31 <p>If you modify a file that comes from the <code>default</code> theme, the file will be copied into your current theme.</p> 24 32 25 <p>To help modify your templates, you may consult the <a href="http://doc.dotclear.net/2.0/resources/templates">template tag list</a>.</p> 33 <h4>Syntax highlighting</h4> 34 <p>You can activate the syntax highlighting in <a href="preferences.php#user-options">your preferences</a> (in <strong>My options</strong> tab).</p> 26 35 27 <p>Note: You can activate syntax coloration in your preferences (“My options” tab).</p> 36 <h4>Further reading</h4> 37 <p>To edit your template files, please check the <a href="http://dotclear.org/documentation/2.0/resources/themes/tags">list of template tags</a>.</p> 28 38 29 39 </body> -
plugins/userPref/locales/en/help/help.html
r2322 r2534 1 1 <html> 2 <head> 3 <title>User preferences</title> 4 </head> 2 <head> 3 <title>User:preferences</title> 4 </head> 5 6 <body> 7 <h4>User:preferences</h4> 8 <p>This page provides technical informations about parameters usually managed by other pages in the administration interface.<br /> 9 Only modify something here if you know what you are doing!</p> 5 10 6 <body>11 <p>For instance, the <code>nodragdrop</code> parameter can be configured in the <a href="preferences.php#user-options"><strong>My options</strong> tab</a> of the <strong>My preferences</strong> page.</p> 7 12 8 <h4>User preferences</h4>13 <p>The page has two tabs: <strong>User preferences</strong> and <strong>Global preferences</strong> to manage the current user preferences and the preferences common to every users, respectively.</p> 9 14 10 </body> 15 <p>You can directly access the different page sections using the <strong>Goto</strong> dropdown menu.</p> 16 </body> 11 17 </html> -
plugins/widgets/locales/en/help/help.html
r2375 r2534 8 8 <h4>Use of widgets</h4> 9 9 10 <p>Widgets may be used to add various blocks of content to be displayed on your public pages. To add a widget, drag it from the Available widgets list on the left to one of the sidebars on the right of this page. You can order your widgets in a sidebar by dragging them up or down. You must update sidebars to apply your changes.</p>10 <p>Widgets may be used to add various blocks of content to be displayed on your public pages. To add a widget, drag it from the <strong>Available widgets</strong> list on the left to one of the sidebars on the right of this page. You can order your widgets in a sidebar by dragging them up or down. To apply your changes, press <strong>Update sidebars</strong>.</p> 11 11 12 12 <p>Once included in a sidebar, widgets have configuration options that you can reach by clicking on the arrow next to their name.</p> 13 13 14 <p> Reset sidebars to get back to default widgets installation</p>14 <p>To remove a widget, simply drag it to one of the dedicated zones</p> 15 15 16 <h4>Widget templates tags</h4> 16 <p>Remember to save your changes after any modification by pressing <strong>Update sidebars</strong></p> 17 18 <p>Use the <strong>Reset sidebars</strong> button to reset the sidebars as they were originally set in your system (a pop-up will ask you to confirm your choice).</p> 19 20 <h4>Widget Tags</h4> 17 21 18 22 <div id="widgets-tpl"> … … 29 33 </pre> 30 34 31 <p>Here are the following available widgetsfor your blog:</p><!-- the widgets and their descriptions are automatically inserted here -->35 <p>Here are the widgets available for your blog:</p><!-- the widgets and their descriptions are automatically inserted here --> 32 36 33 37 </body>
Note: See TracChangeset
for help on using the changeset viewer.
