Difference: PersonalInformationManagement (1 vs. 2)

Revision 205 Jul 2002 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Introduction

Changed:
<
<
I'd like to write a tool to manage my personal data about contacts, appointments, recurring events, notes, etc. Years ago I used a very slick program called packrat on the PC. It was very easy to use and yet very powerful (and this was back in the Win3.1 days). Unfortunately the company that wrote it really messed up - they released a new version which was wildly different from the old version, with buggy conversion utilitites. I never got the upgrade to work correctly and so ended up bailing out into paper. Polaris Software went out of business.
>
>
I'd like to write a tool to manage my personal data about contacts, appointments, recurring events, notes, etc. Years ago I used a very slick "PIM" program called PackRat on the PC. It was very easy to use and yet very powerful (and this was back in the Win3.1 days). Unfortunately the company that wrote it really messed up - they released a new version which was wildly different from the old version, with buggy conversion utilitites. I never got the upgrade to work correctly and so ended up bailing out into paper. Polaris Software went out of business.
  The paper approach actually worked well for me (I used a system called Time/Design) for a while and then I went through a series of gadgets including the Sony Magic Link, Psion Series 5, and Palm III. Each had its strengths and weaknesses but all locked the data up in wierd proprietary formats which makes it hard to extend the functionality of the device in user-specific ways.
Line: 22 to 22
 
  • written in Python. I've wanted to learn Python for a while now. It seems to have a cool combination of novelty and wide support.
  • URL's matter. I want to pay special attention to designing the URL's so that they are easy to use by REST systems.
  • the Web UI will be XML-based, since I'd like to play around with feeding XML to modern browsers.
Added:
>
>
  • The standard technique for personal data interchange is called vCard which appears to be modelled on the old, unsuccessful X.500 directory standard. It's pretty grubby, but since MS Outlook supports it we should too, at least for external interface. The w3c has written a paper that describes how to model vCards in RDF, which should make the data easier to work with. Also, here's some code from HP for working with RDF (and the examples work with RDF vCard's: http://www.hpl.hp.com/semweb/ . It looks interesting - I should play around with it and learn how it works. The query language looks especially cool.
  • how should the vCards be stored? One big document with lots of cards (easy to do, might bog down with many cards), or one file per card (what should the files be named?)?
  • the standard for scheduling data interchange is called vCalendar, which appears to be also called iCalendar. Some notes from Tim Berners-Lee about representing iCalendar in RDF.
  -- TobyCabot - 02 Jul 2002

Revision 102 Jul 2002 - TobyCabot

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="WebHome"

Introduction

I'd like to write a tool to manage my personal data about contacts, appointments, recurring events, notes, etc. Years ago I used a very slick program called packrat on the PC. It was very easy to use and yet very powerful (and this was back in the Win3.1 days). Unfortunately the company that wrote it really messed up - they released a new version which was wildly different from the old version, with buggy conversion utilitites. I never got the upgrade to work correctly and so ended up bailing out into paper. Polaris Software went out of business.

The paper approach actually worked well for me (I used a system called Time/Design) for a while and then I went through a series of gadgets including the Sony Magic Link, Psion Series 5, and Palm III. Each had its strengths and weaknesses but all locked the data up in wierd proprietary formats which makes it hard to extend the functionality of the device in user-specific ways.

I was laid off from my job in the spring of 2002 so I had some time to think about this issue. I decided to write a set of tools to manage personal information and release them as Free Software.

Requirements

  • based only on free (or open-source) tools. Should be able to build and run using only packages in Debian's "main" package set.
  • web user interface - easy to use, and network transparent
  • data storage in as standard a format as possible
  • command-line interface - easy to use in shell scripts, or for quick reference while working in the shell

Notes

Since the project has no code yet, here are some notes on how I'd like things to work.

  • written in Python. I've wanted to learn Python for a while now. It seems to have a cool combination of novelty and wide support.
  • URL's matter. I want to pay special attention to designing the URL's so that they are easy to use by REST systems.
  • the Web UI will be XML-based, since I'd like to play around with feeding XML to modern browsers.

-- TobyCabot - 02 Jul 2002

View topic | History: r26 < r25 < r24 < r23 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback