Added some svn keywords
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@23 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
b0c449fd3f
commit
7c28ea4c35
10 changed files with 111 additions and 18 deletions
|
@ -3,6 +3,14 @@
|
|||
* URI : sinorca/sinorca-screen.css *
|
||||
* MODIF: 2003-Apr-30 19:31 +0800 *
|
||||
*************************************/
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
* $LastChangedDate$
|
||||
* $Rev$
|
||||
* $Author$
|
||||
*
|
||||
* */
|
||||
|
||||
|
||||
/* ##### Common Styles ##### */
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
<?php
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
* $LastChangedDate$
|
||||
* $Rev$
|
||||
* $Author$
|
||||
*
|
||||
* */
|
||||
// usage
|
||||
$text['id'] = "introduction";
|
||||
$text['title'] = "Introduction";
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
<?php
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
* $LastChangedDate$
|
||||
* $Rev$
|
||||
* $Author$
|
||||
*
|
||||
* */
|
||||
// Introduction
|
||||
$text['id'] = "intro";
|
||||
$text['title'] = "Introduction";
|
||||
|
@ -37,8 +45,10 @@ configuration file.
|
|||
</p><p>
|
||||
There are a few configuration examples provided which you can copy to
|
||||
/etc/ddclient/ddclient.conf and modify. More info about the configuration
|
||||
can be found on the <a href=\"?page=1\">usage page</a>
|
||||
</p><p>
|
||||
can be found on the <a href=\"?page=1\">usage page</a>. There's also
|
||||
a sample configuration delivered with ddclient.
|
||||
</p>
|
||||
<p>
|
||||
A typical configuration like:
|
||||
<div class=\"code\">
|
||||
<pre>
|
||||
|
@ -55,7 +65,8 @@ myhost.dyndns.org
|
|||
</p>
|
||||
<p>
|
||||
You can run ddclient as "/usr/sbin/ddclient -daemon 300 -syslog"
|
||||
and put it in your startup scripts.
|
||||
and put it in your startup scripts. There are samples of startup scripts
|
||||
provided with ddclient.
|
||||
</p> \n";
|
||||
$main[] = $text;
|
||||
|
||||
|
@ -64,13 +75,16 @@ $text['id'] = "help";
|
|||
$text['title'] = "Documentation and help";
|
||||
$text['menu'] = "Documentation";
|
||||
$text['body'] = "
|
||||
<p>The documentation about the configuration has been splitted in three
|
||||
<p>
|
||||
The documentation about the configuration has been splitted in three
|
||||
sections. The <a href=\"?page=1\">usage page</a> describes the most parts
|
||||
of the configuration while the <a href=\"?page=2\">supported protocols</a>
|
||||
page describes the protocol-specific options. If you want to know how
|
||||
to use ddclient with your router, check the
|
||||
<a href=\"?page=3\">supported routers</a>.
|
||||
</p><p>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Debugging ddclient looks pretty hard but it isn't. First try to put \n".
|
||||
"as less as necessary in your configuration. Try to run \n".
|
||||
"`./ddclient -daemon=0 -noquiet -debug` and check the result. \n" .
|
||||
|
@ -88,14 +102,18 @@ Debugging ddclient looks pretty hard but it isn't. First try to put \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>\n" .
|
||||
"If this doesn't help for you, maybe \n" .
|
||||
"<a href=\"http://sourceforge.net/forum/forum.php?forum_id=399428\">\n" .
|
||||
"the help forum on sourceforge</a> can bring some help.\n" .
|
||||
"I know the manual is not very clear, you have to read the example " .
|
||||
"configurations included in the tar-file or you can run " .
|
||||
"<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.
|
||||
If you don't want to register on sf.net, you can try
|
||||
<a href=\"http://sourceforge.net/mail/?group_id=116817\">
|
||||
the ddclient-support mailinglist on sf.net</a>.
|
||||
If you're lucky you can find some help on
|
||||
<a href=\"irc://irc.freenode.net\">#ddclient on irc.freenode.net</a>. " .
|
||||
"I know the manual is not very clear, you have to read the example\n" .
|
||||
"configurations included in the tar-file or you can run\n" .
|
||||
""ddclient --help" to get more help. " .
|
||||
"If you lucky you can find some help on #ddclient on irc.freenode.net" .
|
||||
"</p>\n" .
|
||||
"<p>
|
||||
More info about the ddclient project can be found on " .
|
||||
|
|
|
@ -1,4 +1,13 @@
|
|||
<?php session_start(); ?>
|
||||
<!-- ----------------------------------------
|
||||
|
||||
$Id$
|
||||
|
||||
$LastChangedDate$
|
||||
$Rev$
|
||||
$Author$
|
||||
|
||||
------------------------------------------ -->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<?php
|
||||
|
@ -173,6 +182,9 @@ foreach ($pages as $id => $subpage) {
|
|||
E-mail: <a href="./index.html" title="Email webmaster">webmaster@your.company.com</a><br />
|
||||
<a href="./index.html" class="doNotPrint">Contact Us</a>
|
||||
</div-->
|
||||
<div class="left">
|
||||
$Id$
|
||||
</div-->
|
||||
|
||||
<br class="doNotDisplay doNotPrint" />
|
||||
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
<?php
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
* $LastChangedDate$
|
||||
* $Rev$
|
||||
* $Author$
|
||||
*
|
||||
* */
|
||||
$text['id'] = "intro";
|
||||
$text['title'] = "Introduction about the supported protocols";
|
||||
$text['menu'] = "Introduction";
|
||||
|
@ -331,3 +339,4 @@ www.zoneedit.com.</p>\n" .
|
|||
"</div>\n" .
|
||||
"<p></p>";
|
||||
$main[] = $text;
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
<?php
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
* $LastChangedDate$
|
||||
* $Rev$
|
||||
* $Author$
|
||||
*
|
||||
* */
|
||||
$text['id'] = "intro";
|
||||
$text['title'] = "Introduction about the -use option";
|
||||
$text['menu'] = "introduction";
|
||||
|
|
|
@ -3,7 +3,14 @@
|
|||
* URI : sinorca/sinorca-print.css *
|
||||
* MODIF: 2003-May-01 19:30 +0800 *
|
||||
************************************/
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
* $LastChangedDate$
|
||||
* $Rev$
|
||||
* $Author$
|
||||
*
|
||||
* */
|
||||
|
||||
/* ##### Common Styles ##### */
|
||||
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
* URI : sinorca/sinorca-screen-alt.css *
|
||||
* MODIF: 2003-May-13 18:48 +0800 *
|
||||
***********************************************/
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
* $LastChangedDate$
|
||||
* $Rev$
|
||||
* $Author$
|
||||
*
|
||||
* */
|
||||
|
||||
|
||||
/* ##### Common Styles ##### */
|
||||
|
|
|
@ -3,7 +3,14 @@
|
|||
* URI : sinorca/sinorca-screen.css *
|
||||
* MODIF: 2003-Apr-30 19:31 +0800 *
|
||||
*************************************/
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
* $LastChangedDate$
|
||||
* $Rev$
|
||||
* $Author$
|
||||
*
|
||||
* */
|
||||
|
||||
/* ##### Common Styles ##### */
|
||||
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
<?php
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
* $LastChangedDate$
|
||||
* $Rev$
|
||||
* $Author$
|
||||
*
|
||||
* */
|
||||
$text['id'] = "intro";
|
||||
$text['title'] = "Introduction about the xml page";
|
||||
$text['menu'] = "introduction";
|
||||
|
|
Loading…
Reference in a new issue