To-do list to add to site?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Doe

    To-do list to add to site?

    Hi

    I'd like to add a basic to-do module to my web site. Could someone
    recommand something, either MySQL- or flat-file-based?

    Thank you.
  • void * clvrmnky()

    #2
    Re: To-do list to add to site?

    John Doe wrote:
    [color=blue]
    > I'd like to add a basic to-do module to my web site. Could someone
    > recommand something, either MySQL- or flat-file-based?
    >[/color]
    I built a script to parse my ~/.project file as a todo list. It's
    pretty easy to do in only a few lines of PHP.

    Other than that, the first thing that springs to mind is a Wiki.

    Comment

    • John Doe

      #3
      Re: To-do list to add to site?

      On Thu, 20 Apr 2006 18:41:02 -0400, "void * clvrmnky()"
      <clvrmnky.inval id@hotmail.com. invalid> wrote:[color=blue]
      >Other than that, the first thing that springs to mind is a Wiki.[/color]

      Not, I'd rather a real to-do script, not free-flow text. Thx

      Comment

      • Craig Storey

        #4
        Re: To-do list to add to site?

        John Doe wrote:[color=blue]
        > Hi
        >
        > I'd like to add a basic to-do module to my web site. Could someone
        > recommand something, either MySQL- or flat-file-based?
        >
        > Thank you.[/color]

        Haven't tried it yet, but I found this one recently.



        Craig

        Comment

        • John Doe

          #5
          Re: To-do list to add to site?

          On Mon, 24 Apr 2006 13:31:57 -0400, Craig Storey <cstorey@canada .com>
          wrote:[color=blue]
          >Haven't tried it yet, but I found this one recently.
          >
          >http://www.taskfreak.com/[/color]

          Thx, looks interesting.

          But actually, instead of a simple to-do list thingie, after giving it
          more thoughts, it appears that what I need is actually more of a
          calendar, not just a to-do manager.

          There are a bunch of them, even just in PHP, but I really don't want
          some extensive tool meant for groupware. Does someone have a basic
          solution they added to their personal site?

          Thank you.

          Comment

          • Craig Storey

            #6
            Re: To-do list to add to site?

            John Doe wrote:[color=blue]
            > On Mon, 24 Apr 2006 13:31:57 -0400, Craig Storey <cstorey@canada .com>
            > wrote:
            >[color=green]
            >>Haven't tried it yet, but I found this one recently.
            >>
            >>http://www.taskfreak.com/[/color]
            >
            >
            > Thx, looks interesting.
            >
            > But actually, instead of a simple to-do list thingie, after giving it
            > more thoughts, it appears that what I need is actually more of a
            > calendar, not just a to-do manager.
            >
            > There are a bunch of them, even just in PHP, but I really don't want
            > some extensive tool meant for groupware. Does someone have a basic
            > solution they added to their personal site?
            >
            > Thank you.[/color]


            Active Calendar? http://www.micronetwork.de/activecalendar/index.php

            Craig

            Comment

            • John Doe

              #7
              Re: To-do list to add to site?

              On Tue, 25 Apr 2006 11:08:39 -0400, Craig Storey <cstorey@canada .com>
              wrote:[color=blue]
              >Active Calendar? http://www.micronetwork.de/activecalendar/index.php[/color]

              Thx. Apparently, it's just a class, not a full-blown application, but
              I'll look into it.

              Comment

              Working...