You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2012/10/29 00:36:11 UTC

svn commit: r1403128 - in /tcl/rivet/trunk: ChangeLog doc/xml/commands.xml

Author: mxmanghi
Date: Sun Oct 28 23:36:11 2012
New Revision: 1403128

URL: http://svn.apache.org/viewvc?rev=1403128&view=rev
Log:
    * doc/xml/commands.xml: Manual entry for makeurl extented to clarify how the
    protocol is determined.


Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/doc/xml/commands.xml

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=1403128&r1=1403127&r2=1403128&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Sun Oct 28 23:36:11 2012
@@ -1,3 +1,7 @@
+2012-10-28 Massimo Manghi <mx...@apache.org>
+    * doc/xml/commands.xml: Manual entry for makeurl extented to clarify how the
+    protocol is determined.
+    
 2012-10-16 Massimo Manghi <mx...@apache.org>
     * doc/xml/directives.xml,doc/xml/commands.xml,doc/xml/install.xml,doc/xml/examples.xml,
     doc/xml/request.xml,doc/convert_examples.tcl.in,doc/examples-sgml/hello1.rvt: Trying to

Modified: tcl/rivet/trunk/doc/xml/commands.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/xml/commands.xml?rev=1403128&r1=1403127&r2=1403128&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/xml/commands.xml (original)
+++ tcl/rivet/trunk/doc/xml/commands.xml Sun Oct 28 23:36:11 2012
@@ -1138,12 +1138,12 @@ bxxb ccxxxxcc</programlisting>
 		  <itemizedlist> 
 		    <listitem> No argument is passed to the command (returns the current script URL)</listitem>
 		    <listitem> 
-			A relative style path is passed (returns the argument prepended with the
-			current script's URL
+					A relative style path is passed (returns the argument prepended with the
+					current script's URL
 		    </listitem>
 		    <listitem> 
-			An absolute path is passed to the command: (returns the full URL to the
-			resource)
+					An absolute path is passed to the command: (returns the full URL to the
+					resource)
 		    </listitem>
 
 		  </itemizedlist>
@@ -1152,7 +1152,8 @@ bxxb ccxxxxcc</programlisting>
 		    Example of absolute path: <programlisting>::rivet::makeurl /tclp.gif</programlisting> returns
 		    <computeroutput>http://[hostname]:[port]/tclp.gif</computeroutput>.
 		    where hostname and port are the hostname and port of the
-		    server in question.
+		    server in question. The protocol prefix is inferred from the protocol in the URL referencing the
+		    script.
 		</para>
 	    </refsect1>
 	</refentry>



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org