Main > Free Download Search >

Free todo software for linux

todo

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 222
jToDoList 0.3

jToDoList 0.3


jToDoList project is a sophisticated ToDo List written in Java. more>>
jToDoList project is a sophisticated ToDo List written in Java. It is meant to be compatible with ToDoList from AbstractSpoon for Windows.

Background

While being very happy with ToDoList from AbstractSpoon when using Windows I did want to be able to manage my List also under Linux.

After trying to get ToDoList running with wine - it didnt work at all - I startet writing an simple GUI that would be able to edit the XML-Files.

<<less
Download (0.90MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
920 downloads
todo2html 0.1

todo2html 0.1


todo2html generates pretty HTML from a standard text TODO file. more>>
todo2html generates pretty HTML from a standard text TODO file. The formatting is configurable with style sheets, and there is an easy-to-read built-in style or a style-free option.
Main features:
- Add a given page title (using the < TITLE > tags in < HEAD >)
- Add a given heading (using < H1 >)
- Identify items that are completed and format them differently - all this requires is that finished items start with "DONE!"
- Strip the "DONE!" tags from completed items
- Remove completed items from the output
- Have different formatting for done and pending items at both item levels
- provide a key, showing formatting for done/pending items
- Create HTML with no extra style commands - looks like plain text
- Use an in-built, easy to understand style
- Take style information from a stylesheet and apply it (statically) to the output
- Given a stylesheet URL, style can be based on an external stylesheet - if you have a nice style that you use for the rest of your site, todo2html can use that, and when you change it, the HTMLized TODO file will change with it. For example, the stylesheet used for this page (here) has the extra information (the em.pendingl1, em.donel1, etc.) for creating matching TODO files. Its not even compulsory to use these extra em classes unless you want special formatting for TODO item headings.
- Anything that might cause problems for a HTML interpreter in the original TODO file are neutered - they still look the same in the output.
- Create either a full HTML page, or just the HTML which goes between the < BODY > and < /BODY > tags. Useful for generating on the fly.
<<less
Download (0.003MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1197 downloads
todo theme 0.0.1

todo theme 0.0.1


todo theme is a SuperKaramba theme for todo management. more>>
todo theme is a SuperKaramba theme for todo management.

I was trying to find a karamba theme to allow me to put some reminders on my desktop in a nice simple way. I couldnt find one so I created this. Basically theres three text files Urgent Soon and Nice that it reads and displays in different colors depending on which file its in.

Theres also a bit of a sys monitor at the top, pretty basic, but theres a bit of output from the top command that I quite like that I havent seen on any of the others (the three short lines are the top three processes for CPU usage, the number is the % of CPU time they are using).

Double clicking on the text under the TO DO heading will open it up to edit it in kwrite (if you want to use a different editor, just edit the .theme file).

The one dodgy thing about it is you will need a .to_do directory in your home directory for it to work along with some text files, these are included in the tar ball (remember though its a . file so you will have to use ls -a to see it) if you just copy the whole .to_do directory into your home directory once its extracted (or alternativly extract it in your home directory and copy the .theme file to where you want it).

<<less
Download (0.004MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1186 downloads
Todo: AIO plugin 0.31

Todo: AIO plugin 0.31


Todo: AIO plugin is a todo plugin for Aero AIO. more>>
Todo: AIO plugin is a todo plugin for Aero AIO.

Usage:

- Install the plugin via the Aero-AIO config dialog.

<<less
Download (0.020MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1214 downloads
ShareToDo 1.0.0

ShareToDo 1.0.0


ShareToDo is the todo sharing application. more>>
ShareToDo is the todo sharing application.
ShareToDo is a ToDo List application. Using ShareToDo, you can manage your todo list privately, or share todo list with others.
Main features:
- Can classify todos by categories.
- Can set a deadline to a todo.
- Can add private(closed) todos.
- Can share your todo list with others.
- Can add others todos.
- Can open or close todo list to the public.
- Can have two or more projects.
<<less
Download (0.22MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1247 downloads
phpTodo 0.8.1 Beta

phpTodo 0.8.1 Beta


phpTodo is a full-featured ToDo List manager supporting RSS feeds and authentication. more>>
phpTodo is a full-featured ToDo List manager supporting RSS feeds and authentication.
phpTodo is a Web service designed to help you keep all of your todo lists in one central place. It includes the ability to view your todo lists via an RSS feed.
These feeds are fully customizable, allowing you to limit the number of items shown, categories, priorities, and status.
Enhancements:
- A potential security issue with newlines in regular expressions in previous releases has been fixed.
- Previous versions are potentially vulnerable, though no known exploit for this problem exists.
- The sample config file has been changed to reflect the new homepage.
<<less
Download (0.029MB)
Added: 2007-04-07 License: GPL (GNU General Public License) Price:
931 downloads
Rosetta::TODO 0.724.0

Rosetta::TODO 0.724.0


Rosetta::TODO document maps out a rough development plan the Rosetta DBMS framework. more>>
Rosetta::TODO document maps out a rough development plan the Rosetta DBMS framework, so you know in roughly what order I plan to implement various features. When something is implemented, it will be removed from this list and instead be reflected elsewhere, such as the main documentation or the Changes files.

There are no specific time scales but you can assume that, at any given time, the handful of items at the top of the list should become available within a months time. Of course, the list is subject to be changed as I become better aware of circumstances, and that can be influenced by work done by other people.

<<less
Download (0.084MB)
Added: 2006-11-03 License: Perl Artistic License Price:
1086 downloads
DBIx::DBO2::Docs::ToDo 0.008

DBIx::DBO2::Docs::ToDo 0.008


DBIx::DBO2::Docs::ToDo are tasks, ideas, and bug reports. more>>
DBIx::DBO2::Docs::ToDo are tasks, ideas, and bug reports.

TODO

Issues from Comparison.pod document:

Supported databases

Any database supported by one of the following: DBD::AnyData, DBD::CSV, DBD::MySQL, and DBD::Pg.
TODO: Add ODBC to SQL Server.

SQL Abstraction

The base Record class does not support joins, although the underlying DBIx::SQLEngine classes do, and it is possible to provide your own query logic in a subclass.
TODO: Examples of using a join.

Deferred/Preloaded data retrieval

There is not yet any way to defer the loading of given columns for a select. However, it always possible to specify only those columns which are needed at a given point in your code.
TODO: Deferred loading of additional columns is expected in an upcoming release.

Multiple rows and cursors

DBIx::DBO2 currently returns multiple rows all at once. A RecordSet object similar to a cursor is used but it does not yet handle incremental retrieval.
TODO: Support for cursors and automatic iteration with closures is expected in an upcoming release.

Caching

There is no built in caching support.
TODO: Support for LRU caching and weak caching to ensuring that there is only a single instance of a given object in memory at any time are both expected in an upcoming release.

Transactions

DBIx::DBO2 does not support transactions.
TODO: Basic transactions for drivers that support them are expected in an upcoming release.

Auto-generated methods

The included DBIx::DBO2::Fields package can generate a wide variety of methods, including customized accessors for each type of field or relationship. These currently require explicit declarations.
TODO: Support for automatic detection of database columns and subsequent method generation is expected in an upcoming release.

Documentation

The documentation for this module is still fairly rough. In particular, it lacks non-reference material to introduce the its idioms.
TODO: Tutorial or "getting started" guide.

<<less
Download (0.032MB)
Added: 2006-10-13 License: Perl Artistic License Price:
1111 downloads
Data::ICal::Entry::Todo 0.11

Data::ICal::Entry::Todo 0.11


Data::ICal::Entry::Todo is a Perl module that represents a to-do entry in an iCalendar file. more>>
Data::ICal::Entry::Todo is a Perl module that represents a to-do entry in an iCalendar file.

SYNOPSIS

my $vtodo = Data::ICal::Entry::Todo->new();
$vtodo->add_properties(
summary => "go to sleep",
status => INCOMPLETE,
# Dat*e*::ICal is not a typo here
dtstart => Date::ICal->new( epoch => time )->ical,
);

$calendar->add_entry($vtodo);

$vtodo->add_entry($alarm);

A Data::ICal::Entry::Todo object represents a single to-do entry in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.

<<less
Download (0.10MB)
Added: 2007-01-13 License: Perl Artistic License Price:
1014 downloads
Class::MakeMethods::Docs::ToDo 1.01

Class::MakeMethods::Docs::ToDo 1.01


Class::MakeMethods::Docs::ToDo is a Perl module with Ideas, problems, and suggestions. more>>
Class::MakeMethods::Docs::ToDo is a Perl module with ideas, problems, and suggestions.

SYNOPSIS

There are lots of things that could be done to improve this module.

DISTRIBUTION ISSUES
Issues about the distribution and supporting files, rather than the code:

Documentation
Make sure that the documentation is broken up into appropriately-sized chunks, and that people will know which section to look at.
As user questions arrive, add the answers as documentation points or examples.
Assemble annotated examples and tutorials, and either link to or distribute them.
Finish overhauling Template documentation.
Include Global and InsideOut uses in the EXAMPLES section
Template Internals: Finish documenting disk-based meta-method code-caching.

Tests

Use Devel::Coverage to measure test coverage, and fill in missing cases.
Finish tests for Standard and Composite modules.

<<less
Download (0.15MB)
Added: 2006-09-23 License: Perl Artistic License Price:
1126 downloads
KwickDo 0.10

KwickDo 0.10


KwickDo software aims at easing the creation of new events/todo based on pre-recorded templates. more>>
KwickDo software aims at easing the creation of new events/todo based on pre-recorded templates. For example if you generally set your meetings to start at 10:00, last 1 hour and have a reminder 15 minutes before it starts, you can create this as a template and quickly create a new Event by typing #meeting# Meet with Bob as your Events name. The meeting will be created accordingly.

Note that it uses libkcals iCal implementation so it should be compatible with any iCal compatible organizer (such as Korganizer of course).

This is very Alpha version, with lots of things hard coded that should be configurable, and no internationalization (yet). It requires Qt4, KDE4 and libkdepim4 (+ headers).
I included the KDevelop files so itll be easy for you to have everything running if you use KDevelop.

<<less
Download (0.51MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
796 downloads
PingNode 0.1

PingNode 0.1


PingNode will ping network nodes at a set interval. more>>
PingNode will ping a list of network devices at a specified interval. PingNode will then create a record in a MySQL database for each ping indicating that the node was there or not there.

It will also send an email if the node is found to be down. The index.php page contains a list of monitored hosts with current status.

A detail page contains historical data for a given host.

ToDo:

Seperate table for hosts
Query data by date range
Dynamic host add/delete/modify
Custom Reports
disk space monitor
Process/Service monitor

<<less
Download (0.033MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1269 downloads
Taglog 0.2.3

Taglog 0.2.3


taglog is a computerised logbook, reports time spent by project, todo manager. more>>
Taglog provides an electronic workbook, combining logging of time to projects with keeping a detailed diary of what you actually do. Individual work elements can be tagged by project, allowing you to produce, for example, a record of work on one particular project, even if your time is spread across a number of projects.

Work items can also be tagged by activity type - for example meeting, phone, programming etc - allowing you to analyse where your time is going by activity. Note that this activity type is orthogonal to the project axis, so that - for example - user support would be a project - in the larger sense WHAT you are doing - and phone calls to users - HOW you are doing it - would be the activity type.

<<less
Download (0.26MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1044 downloads
Ukolovnik 0.7

Ukolovnik 0.7


Simple todo application using PHP and MySQL. more>>
Simple todo application using PHP and MySQL.
Ukolovnik project does not provide user authentication, it provides only simple task sorting into categories and personal/work issues. Automatic links detection in test is of course implemented.
You probably ask why another todo application. I just wasnt able to find any that fits my needs.
Main features:
- Flawlesly work with non ASCII chars
- Automatically detect URLs in text and make them clickable
- Light XHTML + CSS layout
- Color highlighting of important items
- User defined categories
- Split of categories to personal and non personal to allow tracking personal issues as well as work related
- PHP script
- Use MySQL for storing data (with support for charsets in recent versions)
<<less
Download (0.015MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
884 downloads
Headphone 0.1

Headphone 0.1


Headphone is a little script that offers a Dj-ing feature. more>>
Headphone is an amaroK script that offers a Dj-ing feature. You can send one or more songs from the playlist to the xmms - player.

TODO:

Configure the xmms - player to another soundcard or another channel of your soundcard.

Use the "Sent To" "Headphone" button.

That it is. The song will be played with the xmms - player.

<<less
Download (MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1272 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5