Dotclear

source: plugins/themeEditor/locales/en/help/help.html @ 2534:c333aa67c0b0

Revision 2534:c333aa67c0b0, 1.5 KB checked in by franck <carnet.franck.paul@…>, 12 years ago (diff)

Update english helps

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<html>
3<head>
4  <title>Theme Editor</title>
5</head>
6
7<body>
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>
10
11<p>The file list on the right is divided in four sections:</p>
12<ul>
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>
17</ul>
18
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>
25
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>
28
29<p>Be careful: Modifications are applied immediately after saving.</p>
30
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>
32
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>
35
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>
38
39</body>
40</html>
Note: See TracBrowser for help on using the repository browser.

Sites map