From e1906d8fd90bcf0616cd310bd6cf386c45b43550 Mon Sep 17 00:00:00 2001 From: TWikiGuest Date: Wed, 16 Mar 2005 14:06:20 +0000 Subject: none --- Hurd/TranslatorWishList.mdwn | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'Hurd') diff --git a/Hurd/TranslatorWishList.mdwn b/Hurd/TranslatorWishList.mdwn index 79a10522..32329407 100644 --- a/Hurd/TranslatorWishList.mdwn +++ b/Hurd/TranslatorWishList.mdwn @@ -106,4 +106,31 @@ A translator which works with [Bochs](http://bochs.sourceforge.net/) disk images A translator that uses a circular buffer to store log files. The translated node only contains the last N (mega,kilo)bytes. +## Birthday + +A translator that provides an interface into the birthday program. + +You can cat your calendar, eg. bd/calendar/today bd/calendar/this-week or bd/calendar/this-month. + +And you could write new events into files located in bd/events/DATE/event-name. + +DATE is of the format the birthday expects DD/MM/YYYY. + +The contents of the file are any or none of the following birthday options: ann (An anniversary), bd (A birthday), ev (Some other event), wN (Warn N days in advance of date), toDATE (Event lasts until this DATE), forDAYS (Event runs for DAYS). + +You can optionally just edit the bd/birthdays file if you want to edit the configuration file by hand. It might make sense to write changes from bd/birthdays into ~/.birthdays. + + $ settrans -c bd /hurd/birthday -f ~/.birthdays + $ ls bd/ + birthdays calendar events + $ find bd -print + bd + bd/calendar + bd/calendar/daily + bd/calendar/this-week + bd/calendar/this-month + bd/events + bd/birthdays + $ + -- [[Main/GregBuchholz]] - updated 17 Oct 2003 -- cgit v1.2.3