Initial Commit
This commit is contained in:
2
acal/.htaccess
Normal file
2
acal/.htaccess
Normal file
@ -0,0 +1,2 @@
|
||||
# Use PHP5 as default
|
||||
AddHandler application/x-httpd-php5 .php
|
BIN
acal/favicon.ico
Normal file
BIN
acal/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 B |
37
acal/index.php
Normal file
37
acal/index.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?php include("../header_top.php"); ?>
|
||||
<title>aCal - aclindsay.com</title>
|
||||
<?php include("../header_bottom.php"); ?>
|
||||
|
||||
<div id="content">
|
||||
<div id="main">
|
||||
<h2>aCal Project</h2>
|
||||
|
||||
<p>aCal is very much still a work in progress. I have not yet posted any code.</p>
|
||||
|
||||
<h3>Aim</h3>
|
||||
|
||||
<p>The eventual goal of this project is to provide an AJAX/Web 2.0 calendar application with a PHP back-end, with many supported databases.
|
||||
This will provide much flexibility and hopefully make this calendar application useful to many people who need a calendar implementation.</p>
|
||||
|
||||
<h3>Proposed Features</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li>PHP REST web service back-end</li>
|
||||
<li>Ability to export/import/update events and todos with multiple formats (XML, JSON, iCalendar, possibly CSV/Outlook)</li>
|
||||
<li>Calendar access controls (control access by ability to read, write, and view free-busy information on a calendar basis.</li>
|
||||
<li>Well-documented API, making it possible to build other possible UI implementations on top of the same calendaring back-end.)</li>
|
||||
<li>Released under an open-source license to make sure it is able to benefit everyone.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
<div id="sidebar">
|
||||
<span>Related Links:</span>
|
||||
<ul>
|
||||
<li><a href="http://tools.ietf.org/html/rfc2445">iCalendar specification</a></li>
|
||||
<li><a href="http://dojotoolkit.org">Dojo Toolkit</a></li>
|
||||
<li><a href="http://aclindsay.com/Resume.pdf">My Resume (pdf)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include("../footer.php"); ?>
|
Reference in New Issue
Block a user