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:
wimpunk 2007-05-19 12:07:49 +00:00
parent 904588184a
commit ecf806ef1a

View file

@ -73,8 +73,8 @@ provided with ddclient.
$main[] = $text;
// help part
$text['id'] = "help";
$text['title'] = "Documentation and help";
$text['id'] = "doc";
$text['title'] = "Documentation";
$text['menu'] = "Documentation";
$text['body'] = "
<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" .
"work as you expected, you can enable debug and verbose messages \n" .
"by running ddclient -daemon=0 -debug -verbose -noquiet.\n".
"</p>\n".
"<p>
"</p>\n";
$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
<a href=\"http://sourceforge.net/forum/forum.php?forum_id=399428\">
the help forum on sourceforge</a> can bring some help.