Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 app 2009-02-04 robertob [r1] First Commit
 cfg 2009-02-04 robertob [r1] First Commit
 css 2009-02-04 robertob [r1] First Commit
 lang 2009-02-04 robertob [r1] First Commit
 rb 2009-02-04 robertob [r1] First Commit
 sql 2009-02-04 robertob [r1] First Commit
 themes 2009-02-04 robertob [r1] First Commit
 .project 2009-02-04 robertob [r1] First Commit
 CHANGELOG.txt 2009-02-04 robertob [r1] First Commit
 README.txt 2009-02-04 robertob [r1] First Commit
 VERSION.txt 2009-02-04 robertob [r1] First Commit
 index.php 2009-02-04 robertob [r1] First Commit
 info.php 2009-02-04 robertob [r1] First Commit
 login.php 2009-02-04 robertob [r1] First Commit
 option.js 2009-02-04 robertob [r1] First Commit

Read Me

README :

name    : CALimba
author  : Roberto Butti
version : 0.99.2


INTRODUCTION
CALimba is a PHP application, to manage your calendar and your contacts.
You can share your calendar with other user.
You can decide for each user if he can (or can't) read, write on your calendar.
You can manage your contacts.
you can manage template for repetitive events.
You can manage (and store) your query to generate your report.

HOW TO INSTALL
Download it from https://sourceforge.net/projects/calimba/
Explode the archive under a web directory (you need Apache + PHP + MySQL)
Create a new mysql database.
Run calimba_data.sql on your new database.
Change the value in cfg/config.php

Now you can use it from your web browser.
The default administrator login/password :
LOGIN : ADMIN
PASSWORD : admin

NOTE FOR UPGRADE FROM 0.99.1
Next releases from 0.99.1 uses encripted password.
To update your DB :
UPDATE utenti SET ute_password=PASSWORD(ute_password)