Added some ubuntu specific stuff.
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@49 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
904588184a
commit
ecf806ef1a
1 changed files with 16 additions and 4 deletions
|
@ -73,8 +73,8 @@ provided with ddclient.
|
||||||
$main[] = $text;
|
$main[] = $text;
|
||||||
|
|
||||||
// help part
|
// help part
|
||||||
$text['id'] = "help";
|
$text['id'] = "doc";
|
||||||
$text['title'] = "Documentation and help";
|
$text['title'] = "Documentation";
|
||||||
$text['menu'] = "Documentation";
|
$text['menu'] = "Documentation";
|
||||||
$text['body'] = "
|
$text['body'] = "
|
||||||
<p>
|
<p>
|
||||||
|
@ -103,8 +103,20 @@ Debugging ddclient looks pretty hard but it isn't. First try to put \n".
|
||||||
"If you think your configuration is correct, but ddclient doesn't \n" .
|
"If you think your configuration is correct, but ddclient doesn't \n" .
|
||||||
"work as you expected, you can enable debug and verbose messages \n" .
|
"work as you expected, you can enable debug and verbose messages \n" .
|
||||||
"by running ddclient -daemon=0 -debug -verbose -noquiet.\n".
|
"by running ddclient -daemon=0 -debug -verbose -noquiet.\n".
|
||||||
"</p>\n".
|
"</p>\n";
|
||||||
"<p>
|
$main[] = $text;
|
||||||
|
unset ($text);
|
||||||
|
|
||||||
|
$text['id'] = "help";
|
||||||
|
$text['title'] = "Getting help";
|
||||||
|
$text['menu'] = "Help";
|
||||||
|
$text['body'] = "
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Please note: if you are using ubuntu, contact the ubuntu forum at
|
||||||
|
https://launchpad.net/ubuntu/+source/ddclient/+filebug since there are a few differences between ubuntu and the original ddclient
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
If this doesn't help for you, maybe
|
If this doesn't help for you, maybe
|
||||||
<a href=\"http://sourceforge.net/forum/forum.php?forum_id=399428\">
|
<a href=\"http://sourceforge.net/forum/forum.php?forum_id=399428\">
|
||||||
the help forum on sourceforge</a> can bring some help.
|
the help forum on sourceforge</a> can bring some help.
|
||||||
|
|
Loading…
Reference in a new issue