Skip to content

Commit 5d20233

Browse files
authored
ADD: about.html, help.html: Cross-links. (doublecmd#43)
ADD: multiarc.html: Note about priority plugins/external archivers. UPD: findfiles.html: Tab 'Load/Save'. UPD/CHG: help.html: 'Split file' and 'Combine files'. CHG/FIX: help.html: Paragraph about pre-installed plugins. CHG: multiarc.html: Ru: List of WCX plugins: File extensions as in the English version. FIX: configxml.html: Use 'vertical-align: top'.
1 parent 81e0557 commit 5d20233

File tree

10 files changed

+91
-84
lines changed

10 files changed

+91
-84
lines changed

doc/en/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ <h2><a name="presentation">1. Presentation</a></h2>
3535
<li><p>all operations work in the background with threading operations support</p></li>
3636
<li><p>tabbed panels interface</p></li>
3737
<li><p>custom <a href="toolbar.html">toolbar</a> with buttons to launch external programs or <a href="cmds.html">internal commands</a></p></li>
38-
<li><p>extended search function with full text search in any files</p></li>
38+
<li><p>extended <a href="findfiles.html">search function</a> with full text search in any files</p></li>
3939
<li><p>multiple files name <a href="multirename.html">rename</a> at once</p></li>
40-
<li><p>directory synchronization</p></li>
40+
<li><p><a href="syncdirs.html">directory synchronization</a></p></li>
4141
<li><p>request administrator/root privileges for file operations (if necessary)</p></li>
4242
<li><p>customizable columns</p></li>
4343
<li><p>built-in file viewer (<kbd>F3</kbd>) to view files of ANY SIZE in hexadecimal, binary or text format</p></li>

doc/en/configxml.html

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

doc/en/findfiles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ <h2><a name="plugins">4. Tab "Plugins"</a></h2>
288288
<div>
289289
<h2><a name="templates">5. Tab "Load/Save"</a></h2>
290290
<p>Tab <span class="italic">Load/Save</span>&nbsp;&ndash; allows to save search parameters so they can be used again later.</p>
291-
<p>Also, here we can see the templates created in the <a href="#ConfigColorFiles">Colors&nbsp;&gt; File types</a> settings section and in the <a href="help.html#cm_MarkPlus">Select a Group</a> command dialog.</p>
291+
<p>Also, here we can see the templates created in the program settings (<a href="#ConfigColorFiles">Colors&nbsp;&gt; File types</a> or <a href="configuration.html#ConfigTooltips">Tooltips</a>) and in the <a href="help.html#cm_MarkPlus">Select a Group</a> command dialog.</p>
292292
<p>There is a field with a hint under the list of templates: for the selected template, the values of <span class="italic">File mask</span> and <span class="italic">Start in directory</span> (if it was saved) are displayed.</p>
293293
<p class="navback"><a href="#topofpage">(back to top)</a></p>
294294
</div>

doc/en/help.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2><a name="usage">1.2. Usage</a></h2>
9393
<p class="figure"><img class="largeimage" title="Main program window" alt="Main window" src="images/imgDC/pic1.png" width="678" height="530"></p>
9494
<p>As can be seen from the figure, there are left file panel, a command line and a lower window that is a log viewer (it shows all the actions from the file manager).</p>
9595
<p>Double Commander uses Total Commander plugin API, so under Windows you can use plugins from Total Commander (many of them are compatible with DC).</p>
96-
<p>DC comes with several pre-installed plugins: <a href="multiarc.html#withplugin">several WCX (archiver) plugins</a> to work with archives as directories (virtual file system, VFS), WFX plugin for working with FTP, some content plugins (WDX). Version for Linux includes WFX plugin for working with network storage (SMB/CIFS), search plugin (DSX) and video player plugin (WLX). Version for Windows includes two WLX plugins: Windows Media Player and Explorer preview plugin. Other plugins can be installed manually.</p>
96+
<p>DC is distributed with several pre-installed plugins: <a href="multiarc.html#withplugin">several packer plugins (WCX)</a> for working with archives as directories (virtual file system, VFS), file system plugin (WFX) for working with FTP, some content plugins (WDX). Version for Linux includes WFX plugin for working with network storage (SMB/CIFS), search plugin (DSX) and lister plugin (WLX) for viewing video. Version for Windows includes two WLX plugins: Windows Media Player and Explorer Preview plugin. Other plugins can be installed manually.</p>
9797
<p class="navback"><a href="#topofpage">(back to top)</a></p>
9898
</div>
9999

@@ -116,6 +116,7 @@ <h2><a name="mnu_file">2.1.1. "Files"</a></h2>
116116
<p class="figure"><img class="largeimage" title="Hard link" alt="Hard link" src="images/imgDC/pic15.png" width="370" height="171"></p>
117117
<p><span class="italic">Link name</span>&nbsp;&ndash; here is the path to the link and its name. The name is the last word after the last path separator character in the line.</p>
118118
<p><span class="italic">Existing destination</span>&nbsp;&ndash; the object, on which the link is created.</p>
119+
119120
<p><a name="cm_SymLink"><span class="bold">Create Symbolic Link...</span></a> (internal command <tt>cm_SymLink</tt>). All like the hard link above, but link is <a href="https://en.wikipedia.org/wiki/Symlink" target="_blank">symbolic</a>.</p>
120121

121122
<p><span class="bold">Create Directory</span> (internal command <tt>cm_MakeDir</tt>)&nbsp;&ndash; creates a new subdirectory in the current directory. The file name (without extension) or directory name under the cursor will be offered, this is useful for creating multiple directories with similar names. You can also create several subdirectories in one operation, just separate the subdrectories with the directory separator (in Unix/Linux system it will be "/" and in Windows it will be "\"), for example, <code>directory1\directory2\directory3</code>.</p>
@@ -179,15 +180,17 @@ <h2><a name="mnu_file">2.1.1. "Files"</a></h2>
179180

180181
<p>Items <a name="cm_FileSpliter"><span class="bold">Split file</span></a> and <a name="cm_FileLinker"><span class="bold">Combine files</span></a> (internal commands <tt>cm_FileSpliter</tt> and <tt>cm_FileLinker</tt>)</p>
181182
<p class="figure"><img class="largeimage" title="Split file" alt="Split file" src="images/imgDC/pic24.png" width="502" height="272"></p>
182-
<p><span class="italic">Split the file to directory</span>&nbsp;&ndash; specifies destination folder for the split files.</p>
183-
<p><span class="italic">File size</span>&nbsp;&ndash; select size of split parts. You can also enter your own value. Presets are:</p>
183+
<p><span class="italic">Split the file to directory</span>&nbsp;&ndash; specifies destination folder for the split files. By default, the directory of the inactive file panel will be used.</p>
184+
<p>The next group of parameters allows to select the size of the split parts or its number. You can enter your own value or use one of the presets:</p>
184185
<ul>
185186
<li><p>1457664 B - 3.5"&nbsp;&ndash; Floppy drive 3.5;</p></li>
186187
<li><p>98078 KB - ZIP 100 MB&nbsp;&ndash; ZIP drive;</p></li>
187188
<li><p>650 MB - CD 650 MB&nbsp;&ndash; CD drive size;</p></li>
188189
<li><p>700 MB - CD 700 MB&nbsp;&ndash; CD drive size;</p></li>
189190
<li><p>4482 MB - DVD+R&nbsp;&ndash; DVD drive size.</p></li>
190191
</ul>
192+
<p>If you use the <span class="italic">Number of parts</span> parameter, the size of the parts is always displayed in bytes.</p>
193+
<p>If <span class="italic">Require a CRC32 verification file</span> is enabled, Double Commander will create a text file with the name of the source file and the extension ".crc", which contains the name of the source file, its size and checksum (the CRC32 algorithm is used). This is an easy way to check that the file is combineed correctly and its parts have not been changed during the move.</p>
191194
<p>On click OK button you get several files with the extension ".split" in the target directory. To combine the file again, select all ".split" parts and click <span class="bold">Combine files</span> (<tt>cm_FileLinker</tt>). You also need to specify the order of split parts to combine.</p>
192195
<p class="figure"><img class="largeimage" title="Combine files" alt="Combine files" src="images/imgDC/pic25.png" width="394" height="372"></p>
193196
<p>This function is very useful, if you have small drives and large files. It is possible to move the file parts.</p>
@@ -246,7 +249,7 @@ <h2><a name="mnu_commands">2.1.3. "Commands"</a></h2>
246249
</ul>
247250
<p>Please see the dedicated <a href="directoryhotlist.html">Directory Hotlist</a> help page about how to use and configure it.</p>
248251

249-
<p><span class="bold"><a name="cm_SyncDirs">Synchronize dirs...</a></span> (internal command <tt>cm_SyncDirs</tt>) open the directory synchronization tool: the directories of the left and right panel will be scanned, you will see the differences in their content and you can make them the same.</p>
252+
<p><span class="bold"><a name="cm_SyncDirs">Synchronize dirs...</a></span> (internal command <tt>cm_SyncDirs</tt>) open the <a href="syncdirs.html">directory synchronization tool</a>: the directories of the left and right panel will be scanned, you will see the differences in their content and you can make them the same.</p>
250253
<p><span class="bold"><a name="cm_RunTerm">Run Terminal</a></span> (internal command <tt>cm_RunTerm</tt>) opens a terminal at the current directory (settings at <a href="configuration.html#ConfigTools">Tools</a>).</p>
251254
<p><span class="bold"><a name="cm_DoAnyCmCommand">Execute internal command</a></span> (internal command <tt>cm_DoAnyCmCommand</tt>) opens a window with a list of all internal commands and their description. Commands are grouped by category, quick filter and sorting are available: you can execute the selected command, copy its name, or open the <a href="cmds.html">Internal commands</a> page (some commands support parameters).</p>
252255
<p><span class="bold"><a name="cm_FlatView">Flat view</a></span> (internal command <tt>cm_FlatView</tt>) will scan all the directories of panel to show all content in one single panel.</p>

doc/en/multiarc.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ <h2><a name="resources">2. Resources to work with compressed files</a></h2>
7171
<p>Double Commander is versatile enough to use external programs to deal with compressed files through it own interface.</p>
7272
<p>It uses two different principles to deal with the compressed files:</p>
7373
<ul>
74-
<li>Through plugins</li>
75-
<li>Through exiting external archiver application controllable via command line</li>
74+
<li>through plugins;</li>
75+
<li>through exiting external archiver application controllable via command line.</li>
7676
</ul>
77+
<p>When we try to open an archive, Double Commander first checks the list of available packer plugins.</p>
7778
<p class="navback"><a href="#topofpage">(back to top)</a></p>
7879
</div>
7980

doc/ru/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ <h2><a name="presentation">1. Описание</a></h2>
3535
<li><p>все операции выполняются в фоновом режиме с поддержкой потоков</p></li>
3636
<li><p>поддержка вкладок файловых панелей</p></li>
3737
<li><p>настраиваемая <a href="toolbar.html">панель инструментов</a> с кнопками для запуска внешних программ или <a href="cmds.html">внутренних команд</a></p></li>
38-
<li><p>расширенный поиск файлов, включая поиск текста в любых файлах</p></li>
38+
<li><p>расширенный <a href="findfiles.html">поиск файлов</a>, включая поиск текста в любых файлах</p></li>
3939
<li><p>инструмент <a href="multirename.html">группового переименования</a> для выделенных файлов</p></li>
40-
<li><p>синхронизация каталогов</p></li>
40+
<li><p><a href="syncdirs.html">синхронизация каталогов</a></p></li>
4141
<li><p>запрос привилегий администратора/root для файловых операций (если необходимо)</p></li>
4242
<li><p>настраиваемые колонки</p></li>
4343
<li><p>встроенный просмотрщик файлов (<kbd>F3</kbd>) для просмотра файлов ЛЮБЫХ РАЗМЕРОВ в шестнадцатеричном, двоичном или текстовом формате</p></li>

0 commit comments

Comments
 (0)