| < v0.4 |
Note: This is the current stable version of the software.
|
What is Fothofax?
This is Fothofax (version 0.41):
| ? |
|
| | M | T | W | T | F | S | S |
| Mar |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
| Mar |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
| Mar |
30 |
31 |
01 |
02 |
03 |
04 |
05 |
| Apr |
06 |
07 |
08 |
09 |
10 |
11 |
12 |
| Apr |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
| Apr |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
| Apr |
27 |
28 |
29 |
30 |
01 |
02 |
03 |
| May |
04 |
05 |
06 |
07 |
08 |
09 |
10 |
| May |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
| May |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
| May |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
| Jun |
01 |
02 |
03 |
04 |
05 |
06 |
07 |
| Jun |
08 |
09 |
10 |
11 |
12 |
13 |
14 |
This is it's feature list:
- Fothofax displays a small footprint weekly calendar. It is an open-source project meaning you can copy and adapt it to fit your own needs.
- Fothofax displays birthday reminder symbols with popup information when you mouse-over the icons. It can also show the opposite of birthdays, i.e remembrance symbols for people who have passed away.
- Fothofax indicates whether an event has been planned on a day by making the day number bold or shading the background colour. Events can reoccur each year or every X days if needed. An example might be to show a weekly meeting or a wedding anniversay reminder.
- The data that Fothofax displays can be edited directly from a text box found in the options menu.
Installation notes:
- To install fothofax, you need write permissions to a directory accessible to a webserver that runs PHP (The software has been tested using PHP Version 4.4.0).
- Download fothofax.zip. When you unzip it, a new directory called "FothoFax_0_41" will be created. Move the new directory to a location accessible to your webserver via a URL (rename it at the same time if you wish).
- Use a browser to look at the index.php file in the FothoFax_0_41 directory. Hopefully, you can see a copy of this page that has a working version of fothoFax using dummy data. There is a README file that contains further information such as the release notes.
- If you can't see any events or birthday reminders it is probally a permissions problem. Make sure the 3 files called AddressBook.txt, EventsBook.txt and NoteBook.txt has read and write permissions for your webserver.
- Optional: embed fothofax into another part of your website (it's not much good in a page all on it's own). To do this you will need to call setUpFothoFaxData with a relative path to Fothofax (i.e. setUpFothoFaxData('FothoFax_0_41');).
Once installed, you can replace the dummy data so fothofax has some meaningful data to display. Do this by hovering over the "?" and clicking edit People and edit Events. You need to keep the text structure exactly the same otherwise FothoFax will not be able to parse the data.
This is an example of the structure of the file used to store birthdays:
* Name: Edd
* Birthday: 09/Jul/1983
* Name: James
* Birthday: 20/Jun/1992
* Name: Test
* Birthday: 25/Aug/1992
* Name: Dad
* Birthday: 17/Sep/1953
* Deathday: 27/Jul/2001
* Name: Mum
* Birthday: 28/Apr/1954
This is an example of the structure of the file used to store events:
* Date: 01/Dec
* Event: Go for a walk on the riverbank.
* Date: 03/Dec
* Event: kill an hour with a wiskey sour.
* Date: 08/Dec
* Event: Feed the ducks with stale bread.
* Event: Try to not think about polar bears
* Date: 15/Dec/06
* Event: Notice that this event has a year. i.e. it is not recuring!
* Event: Have a staring contest with ourselfs in the mirror.
* Event: Snap our fingers as if suddenly we have a bright idea and see if we get any.
* Date: 25/Dec
* Event[red]: Christmas day
* Date: 23-26/May/08
* Event[pink]: Kix in Barcelona
* Date: 24/Jun-16/Jul/08
* Event[green]: Europe Trip
* Date: 03/Feb/1999
* Anniversary[100]: Kix and my going out Anniversary
That's it, hope you find Fothfax useful.