Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: CVS
svn commit: r1331722 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml core.xml.de core.xml.es core.xml.fr core.xml.ja core.xml.tr mod_lua.xml.fr
 

Index | Next | Previous | View Flat


humbedooh at apache

Apr 28, 2012, 2:13 AM


Views: 35
Permalink
svn commit: r1331722 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml core.xml.de core.xml.es core.xml.fr core.xml.ja core.xml.tr mod_lua.xml.fr

Author: humbedooh
Date: Sat Apr 28 09:13:05 2012
New Revision: 1331722

URL: http://svn.apache.org/viewvc?rev=1331722&view=rev
Log:
Cosmetic fixes to core

Modified:
httpd/httpd/trunk/docs/manual/mod/core.html.en
httpd/httpd/trunk/docs/manual/mod/core.xml
httpd/httpd/trunk/docs/manual/mod/core.xml.de
httpd/httpd/trunk/docs/manual/mod/core.xml.es
httpd/httpd/trunk/docs/manual/mod/core.xml.fr
httpd/httpd/trunk/docs/manual/mod/core.xml.ja
httpd/httpd/trunk/docs/manual/mod/core.xml.tr
httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr

Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.en?rev=1331722&r1=1331721&r2=1331722&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.html.en Sat Apr 28 09:13:05 2012
@@ -687,8 +687,8 @@ headers</td></tr>
(shared memory, locks, etc.). If set as a relative path, the full path
will be relative to <code class="directive">ServerRoot</code></p>

+ <p><strong>Example</strong></p>
<pre class="prettyprint lang-config">
-#Example
DefaultRuntimeDir scratch/
</pre>

@@ -875,7 +875,7 @@ named file-system directory, sub-directo

<pre class="prettyprint lang-config">
&lt;Directory ~ "abc$"&gt;
-# ... directives here ...
+ # ... directives here ...
&lt;/Directory&gt;
</pre>

@@ -1023,10 +1023,10 @@ satisfied by a request at runtime</td></

<pre class="prettyprint lang-config">
&lt;If "-z req('Host')"&gt;
-# ...
+ # ...
&lt;/If&gt;
&lt;Else&gt;
-# ...
+ # ...
&lt;/Else&gt;
</pre>

@@ -3775,11 +3775,11 @@ to name-virtual hosts</td></tr>

<pre class="prettyprint lang-config">
&lt;VirtualHost *:80&gt;
-ServerName server.example.com
-ServerAlias server server2.example.com server2
-ServerAlias *.example.com
-UseCanonicalName Off
-# ...
+ ServerName server.example.com
+ ServerAlias server server2.example.com server2
+ ServerAlias *.example.com
+ UseCanonicalName Off
+ # ...
&lt;/VirtualHost&gt;
</pre>


Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1331722&r1=1331721&r2=1331722&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Sat Apr 28 09:13:05 2012
@@ -609,8 +609,8 @@ headers</description>
(shared memory, locks, etc.). If set as a relative path, the full path
will be relative to <directive>ServerRoot</directive></p>

+ <p><strong>Example</strong></p>
<highlight language="config">
-#Example
DefaultRuntimeDir scratch/
</highlight>

@@ -791,7 +791,7 @@ named file-system directory, sub-directo

<highlight language="config">
&lt;Directory ~ "abc$"&gt;
-# ... directives here ...
+ # ... directives here ...
&lt;/Directory&gt;
</highlight>

@@ -933,10 +933,10 @@ satisfied by a request at runtime</descr

<highlight language="config">
&lt;If "-z req('Host')"&gt;
-# ...
+ # ...
&lt;/If&gt;
&lt;Else&gt;
-# ...
+ # ...
&lt;/Else&gt;
</highlight>

@@ -3685,11 +3685,11 @@ to name-virtual hosts</description>

<highlight language="config">
&lt;VirtualHost *:80&gt;
-ServerName server.example.com
-ServerAlias server server2.example.com server2
-ServerAlias *.example.com
-UseCanonicalName Off
-# ...
+ ServerName server.example.com
+ ServerAlias server server2.example.com server2
+ ServerAlias *.example.com
+ UseCanonicalName Off
+ # ...
&lt;/VirtualHost&gt;
</highlight>


Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.de
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.de?rev=1331722&r1=1331721&r2=1331722&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.de (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.de Sat Apr 28 09:13:05 2012
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 344972:1330850 (outdated) -->
+<!-- English Revision: 344972:1331697 (outdated) -->

<!--
Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.es?rev=1331722&r1=1331721&r2=1331722&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.es (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.es Sat Apr 28 09:13:05 2012
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- English Revision: 1040494:1330850 (outdated) -->
+<!-- English Revision: 1040494:1331697 (outdated) -->

<!--
Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.fr?rev=1331722&r1=1331721&r2=1331722&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.fr Sat Apr 28 09:13:05 2012
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1302855:1330850 (outdated) -->
+<!-- English Revision: 1302855:1331697 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->


Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.ja?rev=1331722&r1=1331721&r2=1331722&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.ja [utf-8] Sat Apr 28 09:13:05 2012
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 669847:1330850 (outdated) -->
+<!-- English Revision: 669847:1331697 (outdated) -->

<!--
Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.tr?rev=1331722&r1=1331721&r2=1331722&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.tr [utf-8] Sat Apr 28 09:13:05 2012
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1302855:1330850 (outdated) -->
+<!-- English Revision: 1302855:1331697 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr?rev=1331722&r1=1331721&r2=1331722&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr Sat Apr 28 09:13:05 2012
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1238738:1331240 (outdated) -->
+<!-- English Revision: 1238738:1331691 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->

Subject User Time
svn commit: r1331722 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml core.xml.de core.xml.es core.xml.fr core.xml.ja core.xml.tr mod_lua.xml.fr humbedooh at apache Apr 28, 2012, 2:13 AM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.