kigkonsult logo

Downloads Downloads Downloads

iCal

iCalcreator iCalcreator
iCalcreator iCalcreator

iCalcreator iCalcreator iCalcreator
iCalcreator manual iCalcreator manual iCalcreator manual

rsscalCreator rsscalCreator
rsscalCreator rsscalCreator

rsscalCreator rsscalCreator rsscalCreator
rsscalCreator manual rsscalCreator manual rsscalCreator manual

Deploying examples

tinycal tinycal tinycal
iCal file web calendar

eventCreator eventCreator eventCreator
iCal file event web editor

iCal utilities

dbiCal dbiCal dbiCal
iCal database interface

iCal csv xls
iCal csvl xls

iCalcnv iCalcnv iCalcnv
iCal converting package

tiCalFile tiCalFile tiCalFile
creating iCal test files

Communities

Forum Reports
Get iCalcreator at SourceForge.net. Fast, secure and Free Open Source software downloads

Freshmeat freshmeat.net

PHP Classes

sLog

sLog sLog sLog
event tracking database

Communities

Forum Reports
SourceForge.net Logo





Resources

iCal
RFC 2445
RFC 2446
iCalDictionary
PHP iCalendar
PHP iCalendar demo
Calendaring and Scheduling
Consortium

Glossary of Terms
Date and Time on the Internet
iCalendarUML
Time zone

RSS/RDF Resources
RSS Tutorial
Resource Description Framework
RDF Site Summary 1.0
RDF Site Summary 1.0 spec.
RSS Module Dublin Core
RSS Module Event
FEED Validator

Web Calendar Services

CalendarHub
Goggle Calenda
Kiko

Donations

In order of being capable of support, maintenance and development of iCalcreator over time, we appreciate donations, needed to cover the time and cost, taken from work projects.
You can support the work of iCalcreator through a regular donation which will help build our capacity for planning and development; to strengthen independent development and achieve long term change. Or you can make a one-off donation whenever you feel like it.
Most donors have preferred to be anonymous: if you want to make a more public statement of support, you could submit an ad for publication.
Support This Project

Credits

lastRSS 0.9.1 (GPL)
PHP iCalendar 2.22  (GPL)
PHPMailer 1.72 (LGPL)
prototype 1.5.1 (CC BY-SA)
Snoopy 1.2.3 (LGPL)

Contact


Copyright © 2008 kigkonsult


sLog

sLog

A mysql (5.x) log database able to log events in a single or multi system/application environment. Written completely as mysql stored procedures with a secure simple log interface using direct access to database or via a web/SOAP service.

sLog logs application and system events, tracking user, client, application, application module, operation, date and time and event/log specifics.

Logging can be done with a simple direct mysql (function) call, no coding required apart from coding database connection and call. Logging can also be done by doing http or SOAP requests, PHP examples attached.

Database structure is completely hidden from user/calling application, using a mysql user only allowed to insert log events by executing a stored procedure.

Only sLog mysql administrator can access stored events and gather statistics of user activities (who did what?) and application use and payload.

SPM

sLog Payload Monitor is a HTML/Javascript/Ajax interface used for exploring sLog (req. v0.8) information.

LOG ITEMS

ORGANISATION (*) - organisation/unit alt. internet country name/code

ORGANISATION_SPEC - organisation/unit detail text

USER (*) - Some user id, member id alt. IP-number

USER_SPEC - ex. user name alt. Internet domain

CLIENT (*) - client name, alt. Web browser.

CLIENT_SPEC - client specification:version.. ., alt. Web browser spec.

APPLICATION (*) - application/system name

SERVICE - system module/(web-)service name ex. 'createCustomer'

OPERATION - Basic operation, ex. CRUD; one of 'create'/'read'/'update'/'delete'

APPLICATION2 / SERVICE2 / OPERATION2 - opt. parent/child relation; service/subservice

DATE - event date

TIME - event time

OBJECT NUMBER - if running more than one object instance (=application/service),

SUBJECT - Detailed header event information like query, read/update/delete id.. .

BODY - Respons, query answer, update specific..

(*) mandatory

using examples

// COMPLETE mysql call:
SELECT <database>.fslog('<date>','<time>','<application>','<service>', '<operation>','<objno>','<application2>','<service2>','<operation2>', '<client>','<clientSpec>','<organisation>','<org/unit>','<user>', '<user_spec>','<subject>','<body>')

// SIMPLE mysql call:
"SELECT <database>.fslog('','','<application>','','','1','','','','<client>','', '<organisation>','','<user1>','','','')

Release news

sLog Payload Monitor, v0.8, released
sLog Payload Monitor is a HTML/Javascript/Ajax interface used for exploring sLog information.
(Sat, 21 Jun 2008 17:02:27 GMT)
sLog 0.8 released
A new release of sLog, a mysql
(Sat, 21 Jun 2008 16:56:31 GMT)
sLog 0.6 released
First release of sLog, a mysql
(Sun, 16 Mar 2008 17:59:01 GMT)