| FothoFax V0.1 | > | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| V0.1 Documentation |
|---|
Note: This is an old version of the software.
This is the core-platform from which the FothoFax project can develop. i.e. A weekly calendar with a tiny footprint. V0.1 Features
Installation notesTo run it, you need a website which can run php code. Download and unzip fothoFax_0_1.zip into a directory accessible to your webserver via a URL. Two files will be extracted, fothoFaxCode_0_1.php and fothoFax_0_1.css. Then put the following code in a php file in the same directory where you want to show the calendar:
<?php
include('fothoFaxCode_0_1.php');
drawCalendar(1,9);
?>
|