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:
wimpunk 2006-10-01 09:47:57 +00:00
parent b0c449fd3f
commit 7c28ea4c35
10 changed files with 111 additions and 18 deletions

View file

@ -3,6 +3,14 @@
* URI : sinorca/sinorca-screen.css * * URI : sinorca/sinorca-screen.css *
* MODIF: 2003-Apr-30 19:31 +0800 * * MODIF: 2003-Apr-30 19:31 +0800 *
*************************************/ *************************************/
/*
* $Id$
*
* $LastChangedDate$
* $Rev$
* $Author$
*
* */
/* ##### Common Styles ##### */ /* ##### Common Styles ##### */

View file

@ -1,4 +1,12 @@
<?php <?php
/*
* $Id$
*
* $LastChangedDate$
* $Rev$
* $Author$
*
* */
// usage // usage
$text['id'] = "introduction"; $text['id'] = "introduction";
$text['title'] = "Introduction"; $text['title'] = "Introduction";

View file

@ -1,4 +1,12 @@
<?php <?php
/*
* $Id$
*
* $LastChangedDate$
* $Rev$
* $Author$
*
* */
// Introduction // Introduction
$text['id'] = "intro"; $text['id'] = "intro";
$text['title'] = "Introduction"; $text['title'] = "Introduction";
@ -37,8 +45,10 @@ configuration file.
</p><p> </p><p>
There are a few configuration examples provided which you can copy to There are a few configuration examples provided which you can copy to
/etc/ddclient/ddclient.conf and modify. More info about the configuration /etc/ddclient/ddclient.conf and modify. More info about the configuration
can be found on the <a href=\"?page=1\">usage page</a> can be found on the <a href=\"?page=1\">usage page</a>. There's also
</p><p> a sample configuration delivered with ddclient.
</p>
<p>
A typical configuration like: A typical configuration like:
<div class=\"code\"> <div class=\"code\">
<pre> <pre>
@ -55,7 +65,8 @@ myhost.dyndns.org
</p> </p>
<p> <p>
You can run ddclient as &quot;/usr/sbin/ddclient -daemon 300 -syslog&quot; You can run ddclient as &quot;/usr/sbin/ddclient -daemon 300 -syslog&quot;
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"; </p> \n";
$main[] = $text; $main[] = $text;
@ -64,13 +75,16 @@ $text['id'] = "help";
$text['title'] = "Documentation and help"; $text['title'] = "Documentation and help";
$text['menu'] = "Documentation"; $text['menu'] = "Documentation";
$text['body'] = " $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 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> of the configuration while the <a href=\"?page=2\">supported protocols</a>
page describes the protocol-specific options. If you want to know how page describes the protocol-specific options. If you want to know how
to use ddclient with your router, check the to use ddclient with your router, check the
<a href=\"?page=3\">supported routers</a>. <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". 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". "as less as necessary in your configuration. Try to run \n".
"`./ddclient -daemon=0 -noquiet -debug` and check the result. \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" . "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>\n" . "<p>
"If this doesn't help for you, maybe \n" . If this doesn't help for you, maybe
"<a href=\"http://sourceforge.net/forum/forum.php?forum_id=399428\">\n" . <a href=\"http://sourceforge.net/forum/forum.php?forum_id=399428\">
"the help forum on sourceforge</a> can bring some help.\n" . the help forum on sourceforge</a> can bring some help.
"I know the manual is not very clear, you have to read the example " . If you don't want to register on sf.net, you can try
"configurations included in the tar-file or you can run " . <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" .
"&quot;ddclient --help&quot; to get more help. " . "&quot;ddclient --help&quot; to get more help. " .
"If you lucky you can find some help on #ddclient on irc.freenode.net" .
"</p>\n" . "</p>\n" .
"<p> "<p>
More info about the ddclient project can be found on " . More info about the ddclient project can be found on " .

View file

@ -1,4 +1,13 @@
<?php session_start(); ?> <?php session_start(); ?>
<!-- ----------------------------------------
$Id$
$LastChangedDate$
$Rev$
$Author$
------------------------------------------ -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<?php <?php
@ -173,6 +182,9 @@ foreach ($pages as $id => $subpage) {
E-mail:&nbsp;<a href="./index.html" title="Email webmaster">webmaster@your.company.com</a><br /> E-mail:&nbsp;<a href="./index.html" title="Email webmaster">webmaster@your.company.com</a><br />
<a href="./index.html" class="doNotPrint">Contact Us</a> <a href="./index.html" class="doNotPrint">Contact Us</a>
</div--> </div-->
<div class="left">
$Id$
</div-->
<br class="doNotDisplay doNotPrint" /> <br class="doNotDisplay doNotPrint" />

View file

@ -1,4 +1,12 @@
<?php <?php
/*
* $Id$
*
* $LastChangedDate$
* $Rev$
* $Author$
*
* */
$text['id'] = "intro"; $text['id'] = "intro";
$text['title'] = "Introduction about the supported protocols"; $text['title'] = "Introduction about the supported protocols";
$text['menu'] = "Introduction"; $text['menu'] = "Introduction";
@ -331,3 +339,4 @@ www.zoneedit.com.</p>\n" .
"</div>\n" . "</div>\n" .
"<p></p>"; "<p></p>";
$main[] = $text; $main[] = $text;
?>

View file

@ -1,4 +1,12 @@
<?php <?php
/*
* $Id$
*
* $LastChangedDate$
* $Rev$
* $Author$
*
* */
$text['id'] = "intro"; $text['id'] = "intro";
$text['title'] = "Introduction about the -use option"; $text['title'] = "Introduction about the -use option";
$text['menu'] = "introduction"; $text['menu'] = "introduction";

View file

@ -3,7 +3,14 @@
* URI : sinorca/sinorca-print.css * * URI : sinorca/sinorca-print.css *
* MODIF: 2003-May-01 19:30 +0800 * * MODIF: 2003-May-01 19:30 +0800 *
************************************/ ************************************/
/*
* $Id$
*
* $LastChangedDate$
* $Rev$
* $Author$
*
* */
/* ##### Common Styles ##### */ /* ##### Common Styles ##### */

View file

@ -3,6 +3,14 @@
* URI : sinorca/sinorca-screen-alt.css * * URI : sinorca/sinorca-screen-alt.css *
* MODIF: 2003-May-13 18:48 +0800 * * MODIF: 2003-May-13 18:48 +0800 *
***********************************************/ ***********************************************/
/*
* $Id$
*
* $LastChangedDate$
* $Rev$
* $Author$
*
* */
/* ##### Common Styles ##### */ /* ##### Common Styles ##### */

View file

@ -3,7 +3,14 @@
* URI : sinorca/sinorca-screen.css * * URI : sinorca/sinorca-screen.css *
* MODIF: 2003-Apr-30 19:31 +0800 * * MODIF: 2003-Apr-30 19:31 +0800 *
*************************************/ *************************************/
/*
* $Id$
*
* $LastChangedDate$
* $Rev$
* $Author$
*
* */
/* ##### Common Styles ##### */ /* ##### Common Styles ##### */

View file

@ -1,4 +1,12 @@
<?php <?php
/*
* $Id$
*
* $LastChangedDate$
* $Rev$
* $Author$
*
* */
$text['id'] = "intro"; $text['id'] = "intro";
$text['title'] = "Introduction about the xml page"; $text['title'] = "Introduction about the xml page";
$text['menu'] = "introduction"; $text['menu'] = "introduction";