88 Zeilen
3,3 KiB
Text
88 Zeilen
3,3 KiB
Text
|
/**
|
||
|
* file README
|
||
|
*
|
||
|
* @package SemmelstatzR
|
||
|
* @version $Rev$
|
||
|
* @since 1.0.0 Beta
|
||
|
* @author SEM-Team
|
||
|
* @copyright (c)2011 SEM-Team
|
||
|
* @link http://sourceforge.net/projects/semmelstatz/
|
||
|
* @license http://www.gnu.org/licenses/gpl-3.0.html
|
||
|
*
|
||
|
* This program is free software: you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License as published by
|
||
|
* the Free Software Foundation, either version 3 of the License, or
|
||
|
* (at your option) any later version.
|
||
|
*
|
||
|
* This program is distributed in the hope that it will be useful,
|
||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
* GNU General Public License for more details.
|
||
|
*
|
||
|
* You should have received a copy of the GNU General Public License
|
||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
|
*
|
||
|
* $Id$
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
!!!Attention please !!!
|
||
|
This is just a Beta-release, so please don't use it in a productive enviroment because it's just for
|
||
|
testing purpose.
|
||
|
We assume no responsibility for any error caused by this release or loss of data by using this version.
|
||
|
|
||
|
Welcome to semmelstatzReloaded (semmelstatzR). :)
|
||
|
SemmelstatzR is a statistic plugin for wordpress 2.8 and newer, based on the well known wp-plugin semmelstatz by
|
||
|
Andreas 'Redunzl' Mueller.
|
||
|
|
||
|
** Installation **
|
||
|
|
||
|
Unzip and upload all files into your wordpress plugins folder. Log into wordpress admin area and choose
|
||
|
the plugins button in menu. If there were no problems you will find an entry for semmelstatzReloaded in
|
||
|
the pluginlist where you can activate semmelstatzR. SemmelstatzR will write some tables to your db.
|
||
|
If you have activeted the plugin, you will get a new submenu for semmelstatzR in the mainmenu.
|
||
|
Visit the Options-entry to do some configuration stuff.
|
||
|
|
||
|
** Update/Upgrade **
|
||
|
|
||
|
First make a backup of your db, esspecially from your statz tables. Then go to pluginslist in the admin
|
||
|
area and deactivate the old semmelstatzR version. Delete or Move all files in the plugins/semmelstatzR folder,
|
||
|
then unzip package semmelstatzR with the new version and upload all files into folder plugins/semmelstatzR.
|
||
|
Now you may reactivate the plugin in the plugins admin area.
|
||
|
Done, have fun. :)
|
||
|
|
||
|
** Usage **
|
||
|
|
||
|
In the future we will provide a webside at sf.net with documentation, faq and some tips.
|
||
|
The easiest was to lern how semmelstatzR can help you is going threw the menu in the admin area.
|
||
|
|
||
|
** libraries, extensions, helpers and licenses **
|
||
|
|
||
|
pChart - a PHP Charting library
|
||
|
Version: 2.1.3
|
||
|
License: http://www.gnu.org/licenses/gpl-3.0.html
|
||
|
Author: Jean-Damien POGOLOTTI
|
||
|
Homepage: http://www.pchart.net/
|
||
|
|
||
|
class upgrademe for wordpress (just the class, not as plugin)
|
||
|
Version: 0.2
|
||
|
License: http://www.gnu.org/licenses/gpl.html
|
||
|
Author: Meglio (Anton Andriyevskyy)
|
||
|
Plugin URI: https://github.com/meglio/wp-upgrademe
|
||
|
|
||
|
useragent ini file
|
||
|
Version: 20110628-02
|
||
|
Homepage: http://user-agent-string.info
|
||
|
|
||
|
We want to say thank you to the following people for ideas, help and testing
|
||
|
|
||
|
silberling <silberling@pochta.ru>
|
||
|
Carsten <info@carsten-hoppe.de>
|
||
|
|
||
|
** Translations **
|
||
|
|
||
|
english SEM-Team (default)
|
||
|
german SEM-Team
|
||
|
|
||
|
If you want to translate semmelstatzR into a language not listed yet, we're pleased and we will
|
||
|
add your translation files (.mo and .po).
|