gnomeweb-wml r6564 - in trunk: . www.gnome.org www.gnome.org/new-friends
- From: lucasr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomeweb-wml r6564 - in trunk: . www.gnome.org www.gnome.org/new-friends
- Date: Wed, 7 Jan 2009 20:29:50 +0000 (UTC)
Author: lucasr
Date: Wed Jan 7 20:29:50 2009
New Revision: 6564
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6564&view=rev
Log:
2008-01-07 Lucas Rocha <lucasr gnome org>
* www.gnome.org/new-friends/index.wml: add link to the list of
previous donors.
* www.gnome.org/new-friends/Makefile.am, www.gnome.org/htaccess,
www.gnome.org/new-friends/htaccess: define php handler on new-friends
htaccess files instead of the global one.
Added:
trunk/www.gnome.org/new-friends/htaccess
Modified:
trunk/ChangeLog
trunk/www.gnome.org/htaccess
trunk/www.gnome.org/new-friends/Makefile.am
trunk/www.gnome.org/new-friends/index.wml
Modified: trunk/www.gnome.org/htaccess
==============================================================================
--- trunk/www.gnome.org/htaccess (original)
+++ trunk/www.gnome.org/htaccess Wed Jan 7 20:29:50 2009
@@ -26,11 +26,6 @@
RedirectMatch /friends/donors_2003.php$ /friends/donors_2003.html
RedirectMatch /friends/donors_2002.php$ /friends/donors_2002.html
-<FilesMatch "step2\.php$">
- allow from all
- SetHandler application/x-httpd-php
-</FilesMatch>
-
# Learn
RedirectMatch /learn/users-guide/latest/?(.*)$ http://library.gnome.org/users/user-guide/stable/$1
RedirectMatch /learn/users-guide/2.(.+)/?(.*)$ http://library.gnome.org/users/user-guide/2.$1/$2
Modified: trunk/www.gnome.org/new-friends/Makefile.am
==============================================================================
--- trunk/www.gnome.org/new-friends/Makefile.am (original)
+++ trunk/www.gnome.org/new-friends/Makefile.am Wed Jan 7 20:29:50 2009
@@ -7,7 +7,8 @@
index.html \
previous-donors.html \
step2.php \
- thank-you.html
+ thank-you.html \
+ .htaccess
include $(top_srcdir)/rules.common
Added: trunk/www.gnome.org/new-friends/htaccess
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/new-friends/htaccess Wed Jan 7 20:29:50 2009
@@ -0,0 +1,6 @@
+<Files "step2.php">
+ allow from all
+ SetOutputFilter PHP
+ SetInputFilter PHP
+ LimitRequestBody 524288
+</Files>
Modified: trunk/www.gnome.org/new-friends/index.wml
==============================================================================
--- trunk/www.gnome.org/new-friends/index.wml (original)
+++ trunk/www.gnome.org/new-friends/index.wml Wed Jan 7 20:29:50 2009
@@ -29,6 +29,7 @@
<li>Planning the first GNOME event in Asia, GNOME.Asia, to be held October </li>
<li><a href="about-foundation.html">Read more about our achievements and future plans</a>
+<li><a href="previous-donors.html">List of previous donors</a></li>
</li>
</ul>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]