wwwremind
Download: wwwremind.tar.gz files....
wwwremind - quick hack to edit your Remind reminders file.
This is a cgi perl script to edit your Remind file from a regular web browser. It is intended to regular Remind users who understand Remind files.
This script use Roaring Penguin Remind
Remind is a sophisticated reminder service, you can get it at :
http://www.roaringpenguin.com/penguin/open_source_remind.php
Remind allows you to remind yourself of upcoming events and appointments via a reasonably easy to understand config file. Each reminder or alarm can consist of a message sent to standard output, or a program to be executed.
Example setup
Place the wwwremind.css file somewhere in your server space, place wwwremind in your cgi-bin directory.
Edit the wwwremind file to reflect your local settings:
- remfile
File used for the remind commands.
- remfilewrite
File where wwwremind should write.
- remcmd
Command to run remind, be sure to edit the -u option.
- cssurl
Url to the css file on your server.
wwwremind will not check user identity, you have to use your http server to restrict access to this script. If you do not understand this, please ask someone for help or do not use wwwremind.
This script is supposed to be single user, but you could use CGI::remote_user to select different settings according to the authenticated user.
Licence
Copyright (C) 2004 Nicolas Schodet
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Contact:
- Web
<wwwremind(a)ni.fr.eu.org>