<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://bertgarcia.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://bertgarcia.org/feed.php">
        <title>bert garcia - what i know is nupusi:webcalendar</title>
        <description></description>
        <link>http://bertgarcia.org/</link>
        <image rdf:resource="http://bertgarcia.org/lib/images/favicon.ico" />
       <dc:date>2010-09-09T01:45:06-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:webcalendar:calendar"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:webcalendar:changelog"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:webcalendar:database"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:webcalendar:developerguide"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:webcalendar:functions"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:webcalendar:styling"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:webcalendar:sysadmin"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:webcalendar:usermanual"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://bertgarcia.org/lib/images/favicon.ico">
        <title>bert garcia - what i know is</title>
        <link>http://bertgarcia.org/</link>
        <url>http://bertgarcia.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://bertgarcia.org/nupusi:webcalendar:calendar">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:40-07:00</dc:date>
        <title>nupusi:webcalendar:calendar</title>
        <link>http://bertgarcia.org/nupusi:webcalendar:calendar</link>
        <description>WebCalendar is a PHP-based calendar application that can be configured as a single-user calendar, a multi-user calendar for groups of users, or as an event calendar viewable by visitors. MySQL, PostgreSQL, Oracle, DB2, Interbase, MS SQL Server, or ODBC is required.</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:webcalendar:changelog">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:37-07:00</dc:date>
        <title>nupusi:webcalendar:changelog</title>
        <link>http://bertgarcia.org/nupusi:webcalendar:changelog</link>
        <description>Version 1.0.2 (06 Dec 2005)

	*  Fixed vuln in layers: published vulnerability in layers_toggle.php was fixed
	*  Security fixes: fixes for activity_log.php, export_handler.php, edit_template.php, pref_handler.php and admin_handlder.php that deal with SQL Injection
	*  Fixed bug 1349621: Information disclosure vulnerabililty on failed login
	*  Fixed bug 1353363: publish.php logic error for public user?
	*  Fixed bug 1328589: typo in del_entry for read-only calendars.
	*  Added new time range op…</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:webcalendar:database">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:31-07:00</dc:date>
        <title>nupusi:webcalendar:database</title>
        <link>http://bertgarcia.org/nupusi:webcalendar:database</link>
        <description>Home Page:http://webcalendar.sourceforge.net/Author:Craig Knudsen, cknudsen@cknudsen.comVersion:v1.0.0
 $Id: WebCalendar-Database.html,v 1.14 2005/05/17 13:06:04 cknudsen Exp $Last updated:$Date: 2005/05/17 13:06:04 $(by $Author: cknudsen $)

This file is generated from tables-mysql.sql. Below are the definitions of all WebCalendar tables along with some descriptions of how each table is used. Column names shown in red are the primary keys for that table. 
 
 If you update the SQL for WebCalenda…</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:webcalendar:developerguide">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:30-07:00</dc:date>
        <title>nupusi:webcalendar:developerguide</title>
        <link>http://bertgarcia.org/nupusi:webcalendar:developerguide</link>
        <description>Introduction

WebCalendar is written in PHP. Although originally written for PHP3, only PHP4 is officially supported. (It should also work on PHP5, but testing has not been completed yet.)

Tools

The following tools will be helpful in WebCalendar development:</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:webcalendar:functions">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:33-07:00</dc:date>
        <title>nupusi:webcalendar:functions</title>
        <link>http://bertgarcia.org/nupusi:webcalendar:functions</link>
        <description>Home Page:http://webcalendar.sourceforge.net/WebCalendar Version:v1.0.0 (May, 17 2005)Last updated:04-Mar-2005
activate_urls

activate_urls ( $text )
 
 Description:

Look for URLs in the given text, and make them into links.

Parameters:


	* $text - input text</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:webcalendar:styling">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:44-07:00</dc:date>
        <title>nupusi:webcalendar:styling</title>
        <link>http://bertgarcia.org/nupusi:webcalendar:styling</link>
        <description>NOTE: THIS DOCUMENTATION IS STILL UNDER CONSTRUCTION.

Introduction

WebCalendar offers an easy-to-use method for customizing colors via the Admin Panel. This document provides a more technical, in depth analysis of WebCalendar's styling system. Please note: The WebCalendar styling system is still under construction. We plan on continuing to enhance functionality, and available options in the future.</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:webcalendar:sysadmin">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:39-07:00</dc:date>
        <title>nupusi:webcalendar:sysadmin</title>
        <link>http://bertgarcia.org/nupusi:webcalendar:sysadmin</link>
        <description>WebCalendar Version: 1.0.0

Introduction

WebCalender is an open source PHP-based multi-user calendar.

Features:


	* Multi-user support
	* Group support
	* View day-at-glance
	* View month-at-glance
	* View week-at-glance
	* View year-at-glance
	* View another user's calendar
	* View multiple users' calendars at the same time
	* View one or more users' calendar via layers on top of your own calendar
	* Public calendar (that requires no login) where anonymous users submit events that are approv…</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:webcalendar:usermanual">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:41-07:00</dc:date>
        <title>nupusi:webcalendar:usermanual</title>
        <link>http://bertgarcia.org/nupusi:webcalendar:usermanual</link>
        <description>WebCalendar Version: 1.0.0

Introduction

WebCalendar is a calendar system. It is intended to be easy to setup and use while still providing advanced features and flexibility to serve the purposes of a widely varied user base. It can also be used as an events calendar for an organization or as a scheduling system for an intranet.</description>
    </item>
</rdf:RDF>
