cvs: peardoc / global.ent /en/package/authentication auth-radius.xml /ja/package/authentication auth-radius.xml
[email protected] ("Mark Wiesemann")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvswiesemann1199475891@cvsserver> |
wiesemann Fri Jan 4 19:44:51 2008 UTC
Modified files:
/peardoc global.ent
/peardoc/ja/package/authentication auth-radius.xml
/peardoc/en/package/authentication auth-radius.xml
Log:
- fix broken PECL URL and use an entity
http://cvs.php.net/viewvc.cgi/peardoc/global.ent?r1=1.92&r2=1.93&diff_format=u
Index: peardoc/global.ent
diff -u peardoc/global.ent:1.92 peardoc/global.ent:1.93
--- peardoc/global.ent:1.92 Thu Jan 3 09:01:40 2008
+++ peardoc/global.ent Fri Jan 4 19:44:51 2008
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.92 2008/01/03 09:01:40 wiesemann Exp $
+ $Id: global.ent,v 1.93 2008/01/04 19:44:51 wiesemann Exp $
Contains global "macros" for all the XML documents.
@@ -210,7 +210,10 @@
<!-- For CVS section -->
<!ENTITY url.cvs "http://ximbiot.com/cvs/wiki/">
-<!-- for LiveUser section-->
+<!-- Auth_RADIUS -->
+<!ENTITY url.auth_radius.pecl "http://pecl.php.net/radius">
+
+<!-- LiveUser -->
<!ENTITY url.liveuser.wiki "http://wiki.pooteeweet.org/LiveUser/">
<!ENTITY url.liveuser.wiki.references "http://wiki.pooteeweet.org/LiveUser/References">
<!ENTITY url.liveuser.wiki.roadmap.client "http://wiki.pooteeweet.org/LiveUser/Client">
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/authentication/auth-radius.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/ja/package/authentication/auth-radius.xml
diff -u peardoc/ja/package/authentication/auth-radius.xml:1.1 peardoc/ja/package/authentication/auth-radius.xml:1.2
--- peardoc/ja/package/authentication/auth-radius.xml:1.1 Fri Jan 5 12:23:57 2007
+++ peardoc/ja/package/authentication/auth-radius.xml Fri Jan 4 19:44:51 2008
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.1 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<sect1 id="package.authentication.auth-radius">
<title>Auth_RADIUS</title>
<para>
RADIUS のクライアント実装です。このパッケージには
- <ulink url="http://www.pecl.php/radius">RADIUS PECL 拡張モジュール</ulink>
+ <ulink url="&url.auth_radius.pecl;">RADIUS PECL 拡張モジュール</ulink>
のラッパークラスが含まれます。
RADIUS Authentication (RFC2865) および RADIUS Accounting (RFC2866)
の機能を提供します。
http://cvs.php.net/viewvc.cgi/peardoc/en/package/authentication/auth-radius.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/en/package/authentication/auth-radius.xml
diff -u peardoc/en/package/authentication/auth-radius.xml:1.1 peardoc/en/package/authentication/auth-radius.xml:1.2
--- peardoc/en/package/authentication/auth-radius.xml:1.1 Tue Nov 21 00:08:03 2006
+++ peardoc/en/package/authentication/auth-radius.xml Fri Jan 4 19:44:51 2008
@@ -1,10 +1,10 @@
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="package.authentication.auth-radius">
<title>Auth_RADIUS</title>
<para>
Client implementation of RADIUS. This package contains wrapper classes for
- the <ulink url="http://www.pecl.php/radius">RADIUS PECL extension</ulink>.
+ the <ulink url="&url.auth_radius.pecl;">RADIUS PECL extension</ulink>.
Provides RADIUS Authentication (RFC2865) and RADIUS Accounting (RFC2866).
</para>