Download Latest Version Datenator-0.3.0.zip (481.1 kB)
Email in envelope

Get an email when there's a new version of Datenator

Home / OldFiles
Name Modified Size InfoDownloads / Week
Parent folder
lang_deutsch.tar.gz 2004-02-14 2.2 kB
lang_deutsch.zip 2004-02-14 2.3 kB
lang_suomi.zip 2004-02-14 2.1 kB
lang_suomi.tar.gz 2004-02-14 2.1 kB
lang_swedish.zip 2004-02-14 2.1 kB
lang_swedish.tar.gz 2004-02-14 2.1 kB
lang_english.zip 2004-02-14 2.1 kB
lang_english.tar.gz 2004-02-14 2.1 kB
lang_czech.zip 2004-02-14 2.3 kB
lang_czech.tar.gz 2004-02-14 2.3 kB
Datenator_v0.21.zip 2003-12-20 38.7 kB
Datenator_v0.21.tar.gz 2003-12-20 26.2 kB
datenator_v0.2.zip 2003-12-15 37.4 kB
mysql.php 2003-12-15 858 Bytes
lang_suomi.php 2003-12-15 6.7 kB
lang_english.php 2003-12-15 6.4 kB
functions.php 2003-12-15 7.9 kB
calStyle.css 2003-12-15 4.0 kB
Readme.txt 2003-12-15 3.7 kB
login.php 2003-12-15 2.4 kB
License.txt 2003-12-15 18.3 kB
install.php 2003-12-15 3.2 kB
index.php 2003-12-15 1.3 kB
guestadd_event.php 2003-12-15 9.0 kB
eventdisplay.php 2003-12-15 5.3 kB
config.php 2003-12-15 1.2 kB
a_system.php 2003-12-15 10.3 kB
a_html_top.php 2003-12-15 2.0 kB
a_html_footer.php 2003-12-15 934 Bytes
a_events_add.php 2003-12-15 8.5 kB
a_events.php 2003-12-15 4.6 kB
a_events_edit.php 2003-12-15 11.5 kB
Totals: 32 Items   232.1 kB 0
/************************************
*     Datenator v0.2 documentation
************************************/

Contents:
        I Summary
       II Requirements
      III Installation
      IV Customizing your calendar
       V License information


I. Summary
      
      Datenator is a PHP&MySQL based calendar system that allows users to add and view events.
      Administration panel allows admin to edit, delete and modify general calendar settings
      easily. Events may be color coded, and different text styles and sizes are available too.

      Installation instructions and documentation below.

II. Requirements
     
      * PHP 4.0 or higher
			
      * MySQL 3.0 or higher

III. Installation
 
      1. Download datenator.v02.zip
			
      2. Unzip datenator to folder on your server. Make sure
          "Use folder names" is checked.
			
      3. This files and folders should be there:

          * a_events.php
          * a_events_add.php
          * a_events_edit.php
          * a_html_footer.php
          * a_html_top.php
          * a_system.php
          * config.php
          * eventdisplay.php
          * index.php
          * install.php
          * login.php

          * License.txt

          * css/calStyle.css

          * includes/functions.php
          * includes/mysql.php
          * includes/lang_english.php
          * includes/lang_suomi.php

          * template/default.php

      4. Make changes to config.php , file is pretty well documented.
			
      5. In a browser, go to the url install.php and follow the insctructions.
          This file will install datenator, but make sure you have made the changes
          to config.php

      6. Calendar should be now installed. Login to the calendar as a default user.
			     
            Username : admin
            Password : password

         Once your logged in, i recommend you to change your password from 
         "calendar settings".

      7. Installation is now complete, you can delete install.php if you want.

IV. Customizing your calendar

      1. Language files

          You can translate calendar easily to your own language. Just open
          some of the language files, edit it, and save.

          Note that filename must start with "lang_" so save your langfile 
          like this, for example: "lang_yourlang.php".

      2. Template file

          Datenator is using one template file (template/default.php).
          This is a powerful way to customize datenator to fit on your website, 
          only thing you need is a bit HTML knowledge. Default template file
          is quite well documented.

      3. CSS-Styles

          You can change calendar colors, text styles and much more by 
          modifying calStyle.css-file (css/calStyle.css).
          
          If you know nothing about cascading style sheets I recommend you
          to leave this file as it was. :)

V. License information

      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 2 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 (License.txt) for more details.

      GPL license can be found also: http://www.gnu.org/copyleft/gpl.html

      Datenator v0.2 (C) Lauri Itkonen 2003, email: indom@mbnet.fi
Source: Readme.txt, updated 2003-12-15