[docs] Change in GetUrlTag made by Ton Verhagen

Wiki Watch docs@icdevgroup.org
Sat Jan 25 05:35:01 2003


You can visit the live page at this URL:
http://www.icdevgroup.org/i/doc/wiki/GetUrlTag.html

Changed URL references in examples to icdevgroup.org

--- tmp/qXfcBy3i:62.163.18.17.previous	Sat Jan 25 05:34:36 2003
+++ tmp/qXfcBy3i:62.163.18.17.current	Sat Jan 25 05:34:36 2003
@@ -14,7 +14,12 @@
 
 
  Parameters   Description                               Default
- url          Must be a valid URL. Meaning, you have to supply the protocol.Examplehttp://demo.akopia.com/ftp://ftp.akopia.com/none
+ url          Must be a valid URL. Meaning, you have to supply the protocol.
+
+ Example:
+ http://demo.icdevgroup.org/
+ ftp://ftp.icdevgroup.org/pub
+
 
  Attributes                        Default
  strip                             none
@@ -26,19 +31,19 @@
 
 B<Tag expansion example:>
 
-    [get-url http://demo.akopia.com/]
-    [get-url url="http://demo.akopia.com/" strip=1]
+    [get-url http://demo.icdevgroup.org/]
+    [get-url url="http://demo.icdevgroup.org/" strip=1]
 
 B<ASP-like Perl call:>
 
-    $Tag->get_url( { url => "http://demo.akopia.com/", } );
+    $Tag->get_url( { url => "http://demo.icdevgroup.org/", } );
 
-    $Tag->get_url( { url => "http://demo.akopia.com/",
+    $Tag->get_url( { url => "http://demo.icdevgroup.org/",
                    strip => 1, } );
 
 or similarly with positional parameters,
 
-    $Tag->get_url( "http://demo.akopia.com/" );
+    $Tag->get_url( "http://demo.icdevgroup.org/" );
 
 Description
 
@@ -53,4 +58,3 @@
 I<url>
 
 Must be a valid URL (including protocol).
-