[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4186 - in i18nHTML: . contrib
From: |
grothoff |
Subject: |
[GNUnet-SVN] r4186 - in i18nHTML: . contrib |
Date: |
Wed, 3 Jan 2007 22:50:41 -0800 (PST) |
Author: grothoff
Date: 2007-01-03 22:50:39 -0800 (Wed, 03 Jan 2007)
New Revision: 4186
Added:
i18nHTML/contrib/i18nhtml
Modified:
i18nHTML/Makefile.am
i18nHTML/configure.ac
Log:
apa
Modified: i18nHTML/Makefile.am
===================================================================
--- i18nHTML/Makefile.am 2007-01-04 06:45:22 UTC (rev 4185)
+++ i18nHTML/Makefile.am 2007-01-04 06:50:39 UTC (rev 4186)
@@ -1,4 +1,5 @@
SUBDIRS = src .
EXTRA_DIST = \
contrib/populate.sql \
+ contrib/i18nhtml \
ABOUT-NLS
Modified: i18nHTML/configure.ac
===================================================================
--- i18nHTML/configure.ac 2007-01-04 06:45:22 UTC (rev 4185)
+++ i18nHTML/configure.ac 2007-01-04 06:50:39 UTC (rev 4186)
@@ -6,7 +6,6 @@
# Checks for programs.
AC_PROG_INSTALL
-AC_PROG_CC
# Checks for libraries.
# Checks for header files.
Added: i18nHTML/contrib/i18nhtml
===================================================================
--- i18nHTML/contrib/i18nhtml 2007-01-04 06:45:22 UTC (rev 4185)
+++ i18nHTML/contrib/i18nhtml 2007-01-04 06:50:39 UTC (rev 4186)
@@ -0,0 +1,17 @@
+# Copy this file into your
+# /etc/apache2/sites-enabled/ directory
+# and restart apache to enable i18nHTML.
+#
+# You may have to replace the prefix of
+# "/usr" with whatever prefix you passed
+# to configure.
+#
+# Also make sure that PHP is enabled for *.php
+# files and that MySQL is configured properly.
+#
+Alias /i18nhtml/ "/usr/share/i18nhtml/"
+<Directory "/usr/share/i18nhtml/">
+ AllowOverride None
+ Order allow,deny
+ Allow from all
+</Directory>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4186 - in i18nHTML: . contrib,
grothoff <=