Merge lp:~yoboy-leguesh/ubuntu-fr-doc/nettoyage into lp:ubuntu-fr-doc

Proposed by YoBoY
Status: Merged
Merged at revision: 100
Proposed branch: lp:~yoboy-leguesh/ubuntu-fr-doc/nettoyage
Merge into: lp:ubuntu-fr-doc
Diff against target: 78 lines (+5/-41)
5 files modified
.bzrignore (+3/-0)
.htaccess (+0/-36)
conf/local.php (+0/-3)
robots.txt (+0/-2)
robots.txt.dist (+2/-0)
To merge this branch: bzr merge lp:~yoboy-leguesh/ubuntu-fr-doc/nettoyage
Reviewer Review Type Date Requested Status
Ubuntu-fr-webteam Pending
Review via email: mp+59177@code.launchpad.net

Description of the change

Plein de toutes petites retouches pour simplifier la vie des sysadmins.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.bzrignore'
2--- .bzrignore 2011-02-18 15:35:48 +0000
3+++ .bzrignore 2011-04-27 07:36:53 +0000
4@@ -5,3 +5,6 @@
5 templates
6 toolbars
7 doc.dev.*
8+apc.php
9+robots.txt
10+./.htaccess
11
12=== removed file '.htaccess'
13--- .htaccess 2011-01-24 08:52:15 +0000
14+++ .htaccess 1970-01-01 00:00:00 +0000
15@@ -1,36 +0,0 @@
16-## Enable this to restrict editing to logged in users only
17-
18-## You should disable Indexes and MultiViews either here or in the
19-## global config. Symlinks maybe needed for URL rewriting.
20-Options -Indexes -MultiViews +FollowSymLinks
21-
22-## make sure nobody gets the htaccess, README, COPYING or VERSION files
23-<Files ~ "^([\._]ht|README$|VERSION$|COPYING$)">
24- Order allow,deny
25- Deny from all
26- Satisfy All
27-</Files>
28-
29-## Uncomment these rules if you want to have nice URLs using
30-## $conf['userewrite'] = 1 - not needed for rewrite mode 2
31-RewriteEngine on
32-#
33-## Not all installations will require the following line. If you do,
34-## change "/dokuwiki" to the path to your dokuwiki directory relative
35-## to your document root.
36-#RewriteBase /dokuwiki
37-#
38-## If you enable DokuWikis XML-RPC interface, you should consider to
39-## restrict access to it over HTTPS only! Uncomment the following two
40-## rules if your server setup allows HTTPS.
41-RewriteCond %{HTTPS} !=on
42-RewriteRule ^lib/exe/xmlrpc.php$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]
43-#
44-RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L]
45-RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L]
46-RewriteRule ^_export/([^/]+)/(.*) doku.php?do=export_$1&id=$2 [QSA,L]
47-RewriteRule ^$ doku.php [L]
48-RewriteCond %{REQUEST_FILENAME} !-f
49-RewriteCond %{REQUEST_FILENAME} !-d
50-RewriteRule (.*) doku.php?id=$1 [QSA,L]
51-RewriteRule ^index.php$ doku.php
52
53=== modified file 'conf/local.php'
54--- conf/local.php 2011-02-11 07:03:08 +0000
55+++ conf/local.php 2011-04-27 07:36:53 +0000
56@@ -53,6 +53,3 @@
57 $conf['readdircache'] = 120; // 2 minutes de cache sur les acces disques
58 $conf['plugin']['captcha']['mode'] = 'js';
59
60-// Insertion des paramètres "protégés" propres au serveur de travail
61-@include(DOKU_CONF.'local.protected.php');
62-
63
64=== added file 'favicon.ico'
65Binary files favicon.ico 1970-01-01 00:00:00 +0000 and favicon.ico 2011-04-27 07:36:53 +0000 differ
66=== removed file 'robots.txt'
67--- robots.txt 2011-01-23 17:10:06 +0000
68+++ robots.txt 1970-01-01 00:00:00 +0000
69@@ -1,2 +0,0 @@
70-User-Agent: *
71-Disallow: /
72
73=== added file 'robots.txt.dist'
74--- robots.txt.dist 1970-01-01 00:00:00 +0000
75+++ robots.txt.dist 2011-04-27 07:36:53 +0000
76@@ -0,0 +1,2 @@
77+User-Agent: *
78+Disallow: /

Subscribers

People subscribed via source and target branches

to all changes: