last changes for the release

This commit is contained in:
Steffen Vogel 2011-08-08 01:30:13 +02:00
parent ce0b7df898
commit 3559b3da7c
4 changed files with 25 additions and 3 deletions

View File

@ -1,5 +1,5 @@
2011-08-08 Steffen Vogel <info@steffenvogel.de>
* First official release
* To many features to mention them here Take a look at:
* To many features to mention them here take a look at:
http://bugs.volkszaehler.org/changelog_page.php?version_id=1

4
etc/README Normal file
View File

@ -0,0 +1,4 @@
This directory contains the configuration files for volkszaehler.org:
volkszaehler.conf.php.template please copy this file to volkszaehler.conf.php and change it to your needs
volkszaehler.conf this is a sample configuration for apache. Symlink it to /etc/apache2/conf.d/volkszaehler.conf

18
etc/volkszaehler.conf Normal file
View File

@ -0,0 +1,18 @@
# volkszaehler.org default Apache configuration
Alias /volkszaehler.org /usr/share/volkszaehler.org/htdocs
<Directory /usr/share/volkszaehler.org>
Options AllowOverride FileInfo Limit Options Indexes
DirectoryIndex index.php
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
php_value include_path .
</IfModule>
</Directory>

View File

@ -76,7 +76,7 @@ $config['db']['dbname'] = 'volkszaehler';
* @var string path to vendor libs
* @link http://www.php.net/manual/en/ini.core.php#ini.include-path
*/
$config['lib']['doctrine'] = VZ_DIR . '/lib/vendor/Doctrine';
//$config['lib']['doctrine'] = VZ_DIR . '/lib/vendor/Doctrine';
//$config['lib']['jpgraph'] = VZ_DIR . '/lib/vendor/JpGraph';
/**
@ -90,7 +90,7 @@ $config['lib']['doctrine'] = VZ_DIR . '/lib/vendor/Doctrine';
* @var string Locale used for regular expressions
* @link http://php.net/manual/de/function.setlocale.php
*/
$config['locale'] = array('de_DE', 'en_US', 'C');
$config['locale'] = array('de_DE', 'en_US', 'C');
/**
* @var array of colors for plot series