Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lewis committed Aug 30, 2013
1 parent 6f708c7 commit 5e3129e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Kohana PHP Framework, version 3.1 (release)
# Binghamton University Events Calendar

This is the current release version of [Kohana](http://kohanaframework.org/).
This Events Calendar site was developed using the Kohana PHP framework (v3.1).

The calendar displays a filtered, searchable list of events that is aggregated from multiple Google Calendars.

[Zend_Gdata](http://framework.zend.com/manual/1.12/en/zend.gdata.html) was used to interface with the Google Calendar API, and [iCalcreator](http://kigkonsult.se/iCalcreator/) was used to generate iCal feeds for use in the University's mobile applications.

## Configuration

Two files in the `app/config` directory contain the database and Google account information. The Events Calendar application will download and aggregate all of the Google Calendars owned by the account specified in `app/config/google.php`.

0 comments on commit 5e3129e

Please sign in to comment.