You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/06/13 17:07:51 UTC

svn commit: r546909 - /lenya/docu/src/documentation/content/xdocs/docs/1_4/concepts/urlMapping.xml

Author: andreas
Date: Wed Jun 13 08:07:47 2007
New Revision: 546909

URL: http://svn.apache.org/viewvc?view=rev&rev=546909
Log:
[minor change] Fixed typos, improved layout

Modified:
    lenya/docu/src/documentation/content/xdocs/docs/1_4/concepts/urlMapping.xml

Modified: lenya/docu/src/documentation/content/xdocs/docs/1_4/concepts/urlMapping.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/1_4/concepts/urlMapping.xml?view=diff&rev=546909&r1=546908&r2=546909
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/1_4/concepts/urlMapping.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/1_4/concepts/urlMapping.xml Wed Jun 13 08:07:47 2007
@@ -17,20 +17,24 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>Mapping URLs to documents.</title>
+    <title>Mapping URLs to Documents</title>
   </header>
   <body>
     <section>
-      <title>Current URLs axioms</title>
-      <p>Currently, Lenya is based on the following axioms:</p>
+      <title>URL Axioms</title>
+      <p>Lenya 1.4 is based on the following axioms:</p>
       <ul>
         <li>A URL is represented by exactly one document.</li>
         <li>A document can be represented by an arbitrary number of URLs.</li>
         <li>For each document, there is exactly one canonical URL.</li>
       </ul>
-      <p> This is reflected in the following methods: </p>
-      <source> DocumentBuilder.buildDocument(...) 
- DocumentBuilder.buildCanonicalUrl(...)</source>
+      <p>
+      This is reflected in the following methods:
+      </p>
+      <ul>
+        <li><code>DocumentBuilder.buildDocument(...)</code></li>
+        <li><code>DocumentBuilder.buildCanonicalUrl(...)</code></li>
+      </ul>
       <p>The concept of multiple URLs per document is typically 
         used for language versions (foo_{defaultlanguage}.html = foo.html) and 
         to support different URL suffixes (foo, foo.htm, foo.html, foo.pdf). </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org