
humbedooh at apache
May 1, 2012, 1:41 AM
Post #1 of 1
(35 views)
Permalink
|
|
svn commit: r1332571 - in /httpd/httpd/trunk/docs/manual: index.html.da index.xml.da
|
|
Author: humbedooh Date: Tue May 1 08:41:23 2012 New Revision: 1332571 URL: http://svn.apache.org/viewvc?rev=1332571&view=rev Log: Forgot to add a few new links. Modified: httpd/httpd/trunk/docs/manual/index.html.da httpd/httpd/trunk/docs/manual/index.xml.da Modified: httpd/httpd/trunk/docs/manual/index.html.da URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/index.html.da?rev=1332571&r1=1332570&r2=1332571&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/index.html.da (original) +++ httpd/httpd/trunk/docs/manual/index.html.da Tue May 1 08:41:23 2012 @@ -80,6 +80,7 @@ Dokumentation</h1> </div></td><td class="col3"><div class="category"><h2><a name="howto" id="howto">How-To / Gennemgange</a></h2> <ul><li><a href="howto/auth.html">Godkendelse, autorisation og adgangskontrol</a></li> <li><a href="howto/cgi.html">CGI: Dynamisk indhold</a></li> +<li><a href="howto/access.html">Adgangskontrol</a></li> <li><a href="howto/htaccess.html">.htaccess filer</a></li> <li><a href="howto/ssi.html">Server Side Includes (SSI)</a></li> <li><a href="howto/public_html.html">Per-bruger webmapper (public_html)</a></li> @@ -87,11 +88,13 @@ Dokumentation</h1> </div><div class="category"><h2><a name="platform" id="platform">Platformspecifikke noter</a></h2> <ul><li><a href="platform/windows.html">Microsoft Windows</a></li> <li><a href="platform/netware.html">Novell NetWare</a></li> +<li><a href="platform/rpm.html">RPM-baserede systemer (Redhat / CentOS / Fedora)</a></li> </ul> </div><div class="category"><h2><a name="other" id="other">Andre emner</a></h2> <ul><li><a href="faq/">Ofte stillede spørgsmål</a></li> <li><a href="sitemap.html">Sitemap</a></li> <li><a href="developer/">Dokumentation for udviklere</a></li> +<li><a href="http://httpd.apache.org/docs-project/">Hjælp med dokumentationen</a></li> <li><a href="misc/">Andre noter</a></li> <li><a href="http://wiki.apache.org/httpd/">Wiki</a></li> </ul> Modified: httpd/httpd/trunk/docs/manual/index.xml.da URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/index.xml.da?rev=1332571&r1=1332570&r2=1332571&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/index.xml.da (original) +++ httpd/httpd/trunk/docs/manual/index.xml.da Tue May 1 08:41:23 2012 @@ -72,6 +72,7 @@ Dokumentation</title> <category id="howto"><title>How-To / Gennemgange</title> <page href="howto/auth.html">Godkendelse, autorisation og adgangskontrol</page> <page href="howto/cgi.html">CGI: Dynamisk indhold</page> + <page href="howto/access.html">Adgangskontrol</page> <page href="howto/htaccess.html">.htaccess filer</page> <page href="howto/ssi.html">Server Side Includes (SSI)</page> <page href="howto/public_html.html">Per-bruger webmapper (public_html)</page> @@ -80,12 +81,14 @@ Dokumentation</title> <category id="platform"><title>Platformspecifikke noter</title> <page href="platform/windows.html">Microsoft Windows</page> <page href="platform/netware.html">Novell NetWare</page> + <page href="platform/rpm.html">RPM-baserede systemer (Redhat / CentOS / Fedora)</page> </category> <category id="other"><title>Andre emner</title> <page href="faq/">Ofte stillede spørgsmÃ¥l</page> <page href="sitemap.html">Sitemap</page> <page href="developer/">Dokumentation for udviklere</page> + <page href="http://httpd.apache.org/docs-project/">Hjælp med dokumentationen</page> <page href="misc/">Andre noter</page> <page href="http://wiki.apache.org/httpd/">Wiki</page> </category>
|