linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #06982
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 3310: Help updates
------------------------------------------------------------
revno: 3310
committer: eMTee <emtee11@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Thu 2013-06-13 20:19:05 +0200
message:
Help updates
added:
help/menu_plugins.inc
modified:
help/faq_settings_files.html
help/window_main.html
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'help/faq_settings_files.html'
--- help/faq_settings_files.html 2013-03-06 20:01:11 +0000
+++ help/faq_settings_files.html 2013-06-13 18:19:05 +0000
@@ -76,7 +76,7 @@
<li><u>Security certificates</u> : you may need to move your own or generated certificate files to have them when you log on to secure hubs. Their location is set in the <a href="settings_certs.html">Security Cerificates</a> panel. By default they are in a subfolder named 'Certificates' which located at the same folder as your settings files.</li>
<li><u>Cached hublists</u> : its possible that you won't be able to download some of your old hublists with the new installation (they can be permanently unavailable, discontinued, etc...). To avoid loss of your favourite hublists you can copy their cached versions. You can find them in in a subfolder named 'HubLists' located at the DC++ temporary data folder (see below).</li>
<li><u>Saved filelists</u> : if you keep downloaded filelists you can move them as well. Just copy the contents of the subfolder named 'FileLists' located at the DC++ temporary data folder (see below).</li>
- <li><u>Plugin settings</u> : to move the settings specific to your installed plugins you need to copy the file named 'Plugins.xml'. Note that the only way of reusing the plugin settings is to copy every plugin binary file to the very same path as they were before in the old installation.</li>
+ <li><u>Plugin settings</u> : to move the settings specific to your installed plugins you need to copy the file named 'Plugins.xml'. In case of .dcext packaged plugins you have to reinstall them manually in the target system. If any of your plugins are in pure .dll format then the only way of reusing the plugin settings is to copy the .dll files to the very same path as they were before in the old installation.</li>
</ul>
<p>The actual location of the temporary data folder corelates with the location of settings files <a href="#location">(described above)</a>: </p>
<ul>
=== added file 'help/menu_plugins.inc'
--- help/menu_plugins.inc 1970-01-01 00:00:00 +0000
+++ help/menu_plugins.inc 2013-06-13 18:19:05 +0000
@@ -0,0 +1,14 @@
+ <ul>
+ <li>
+ "Add" displays a file selection dialog to install a new plugin.
+ </li>
+ <li>
+ "Configure" opens the
+ <placeholder><a href="settings_plugins.html">Plugins</a></placeholder> configuration page.
+ </li>
+ <li>
+ Installed plugins are listed below. They can be selectively enabled or disabled. A
+ "Configure" command is also available for each of them (the behavior of which is
+ plugin-dependant). Plugins are also allowed to add additional commands in that sub-menu.
+ </li>
+ </ul>
=== modified file 'help/window_main.html'
--- help/window_main.html 2013-05-13 18:22:52 +0000
+++ help/window_main.html 2013-06-13 18:19:05 +0000
@@ -54,6 +54,10 @@
Note that this operation is automatically run every 16 days.<br/>
<a href="http://www.maxmind.com/app/geolitecountry" target="_blank" class="external">MaxMind's GeoIP</a>
databases are used by DC++ to get information about user countries.</dd>
+ <dt><img src="Plugins.ico" width="16" height="16" alt="Plugins"/> Plugins</dt>
+ <dd><p>Opens the <placeholder><a href="settings_plugins.html">Plugins</a></placeholder> configuration submenu containing the following commands:</p>
+ <!--#include virtual="menu_plugins.inc" -->
+ </dd>
<dt><img src="Exit.ico" width="16" height="16" alt="Exit"/> Exit</dt>
<dd>Closes DC++.</dd>
</dl>
@@ -295,20 +299,7 @@
<p>
Use the arrow placed on the right of the icon to manage plugins:
</p>
- <ul>
- <li>
- "Add" displays a file selection dialog to install a new plugin.
- </li>
- <li>
- "Configure" opens the
- <placeholder><a href="settings_plugins.html">Plugins</a></placeholder> configuration page.
- </li>
- <li>
- Installed plugins are listed below. They can be selectively enabled or disabled. A
- "Configure" command is also available for each of them (the behavior of which is
- plugin-dependant). Plugins are also allowed to add additional commands in that sub-menu.
- </li>
- </ul>
+ <!--#include virtual="menu_plugins.inc" -->
</dd>
<dt id="tb_whats_this">What's This?</dt>
@@ -379,10 +370,10 @@
<dd cshelp="IDH_MAIN_UP_DIFF"><div>Shows the current overall upload speed and the number of current upload connections in parentheses (updated in every second).</div>
<div>Double-click to open the <placeholder><a href="window_network_stats.html">Network Statistics</a></placeholder> window.</div></dd>
- <dt>Current download limit</dt>
+ <dt><img src="Dlimit.ico" width="16" height="16" alt="Download speed limit"/> Current download limit</dt>
<dd cshelp="IDH_MAIN_DOWN_LIMIT">Shows the current maximum download rate. Zero speed value means that download limiting is disabled.</dd>
- <dt>Current upload limit</dt>
+ <dt><img src="Ulimit.ico" width="16" height="16" alt="Upload speed limit"/> Current upload limit</dt>
<dd cshelp="IDH_MAIN_UP_LIMIT">Shows the current maximum upload rate. Zero speed value means that upload limiting is disabled.</dd>
</dl>