Projects tagged ‘tasks’


[32 total ]

109USERS
   

Mylyn is a Task-Focused Interface for Eclipse that reduces information overload and makes multi-tasking easy. It does this by making tasks a first class part of Eclipse, and integrating rich and offline editing for repositories such as Bugzilla ... [More] , Trac, and JIRA. Once your tasks are integrated, Mylyn monitors your work activity to identify information relevant to the task-at-hand, and uses this task context to focus the Eclipse UI on the interesting information, hide the uninteresting, and automatically find what's related. This puts the information you need to get work done at your fingertips and improves productivity by reducing searching, scrolling, and navigation. By making task context explicit Mylyn also facilitates multitasking, planning, reusing past efforts, and sharing expertise. [Less]

53USERS
   

KOrganizer is the calendar and scheduling component of Kontact, the integrated personal information manager of KDE. KOrganizer provides management of events and tasks, alarm notification, web export, network transparent handling of data, group ... [More] scheduling, import and export of calendar files and more. It is able to work together with a wide variety of groupware servers, for example Kolab, Open-Xchange, Citadel or OpenGroupware.org. KOrganizer is fully customizable to your needs and is an integral part of the KDE PIM suite, which aims to be a complete solution for organizing your personal data. KOrganizer supports the two dominant standards for storing and exchanging calendar data, vCalendar and iCalendar. [Less]

47USERS
   

A full-featured, Free Source Software (GNU/LGPL), multilingual, Wiki/CMS/Groupware hybrid written in PHP and maintained by an active and international community of volunteer contributors. Major features include articles, forums, newsletters ... [More] , blogs, a file/image gallery, a Wiki, drawing, trackers, a directory, polls/surveys and quizzes, a FAQ, chat, a banner management system, a calendar, maps, charts, Mobile Tiki (PDA and WAP access), RSS feeds, a category system, a theme control center, workflow engine, live support, Shoutbox, ACLs, and more. The project is LGPL. The notes below about "may conflict with GPL" are caused because TikiWiki includes tripled licensed code. Please see: http://www.ohloh.net/forums/10/topics/1730 Tiki started in October 2002 (ohloh stats are not yet updated) [Less]

12USERS
   

Task Coach is a simple open source todo manager to manage personal tasks and todo lists. It grew out of a frustration that well-known task managers, such as those provided with Outlook or Lotus Notes, do not provide facilities for composite tasks. ... [More] Often, tasks and other things todo consist of several activities. Task Coach is designed to deal with composite tasks. Task Coach features task trees and lists, budget and effort tracking, hierarchical categories, printing and various export facilities. [Less]

8USERS
   

Tasque is a simple task manager written in C# to run on the Linux Desktop. Tasque integrates with Remember the Milk and other task management services.

7USERS
   

This project is an eclipse Mylyn Repository plug-in for the Mantis Bug Tracking application using the Mantis Connect SOAP interface. This Repository Connector is alpha quality. For the most part it works as advertised, it just needs testing and some ... [More] refinements added.. There are now two versions of this connector: -version 2.x, Eclipse update site at: http://www.digital-d.at/eclipse/update. -version 1.x, will be maintained to the extent that bug fixes are provided by the community. [Less]

6USERS
 

Free implementation of the MAPI protocol.

5USERS
 

epesiBIM = Business Information Manager. A little more than just CRM: multiuser addressbook, calendar, to do list, notes and file attachments. Can be extended and customized using included epesi framework. Allows rapid development of new modules.

5USERS
 

Cube°n Task-Focused Interface for Netbeans

4USERS
 

Sciret is a knowledge base system with the availability to categorize articles, bookmarks and attachments. Features article rating, article printing and sending per email. Sciret is written in PHP and Javascript/AJAX and requires a MySQL database. Sciret should run on any host where PHP is supported. Known platforms are Unix/BSD/Linux/Windows.

4USERS
 

Project Fork is a Collaboration Software for young and old, experienced and unexperienced Users, who want to maintain and share their Projects and Ideas of all kind with other People. Project Fork is specially designed for the famous Content Management System Joomla! and is not a stand-alone application.

4USERS
   

Ovidentia is an open source content management and collaborative platform written with PHP and using a MySQL database. Ovidentia enables you to integrate simply and easily an environment for publishing content on the world wide web or a groupware portal (internet, intranet, extranet) for your company, organization, community ...

4USERS
   

Project Management, Collaboration and Time Tracking. Plan your projects, see your schedule, know if you're slipping behind and why. Time Tracking and extensive reports help you show your clients exactly what you've done and for how long. ... [More] Features - no restrictions or limits - one-click time tracking - clean and out of the way interface - interactive gantt chart & scheduling - flexible reporting - multiple ways to communicate - tracks and indexes all changes - notifications via email, rss & ical - ajax, comet & drag and drop - translated to 14 languages [Less]

3USERS
   

Developer Todo is a program to assist developers in maintaining a list of outstanding tasks in a heirarchical, colourised, and prioritised list. Additionally, it can automatically list outstanding items when you change into a directory.

3USERS
 

TaskFreak! is a simple but efficient web based task manager written in PHP.

2USERS

Project HQ is an open source project management tool somewhat based on activeCollab and Basecamp. It's goal is to remain a free, open source project management tool.

2USERS

Tasks is a simple To Do list application that eschews complicated features for a lean interface and functionality that just does the right thing. It has a simple interface with little cruft around the list of tasks, and is ported to the OpenMoko and Maemo frameworks.

2USERS
 

Claros inTouch is an Ajax communication suite with key features such as webmail, address book, post-it notes, calendar (in progress), built in instant messenger, RSS reader and webdisk(in progress). It is the first open source web application which ... [More] features built in spam protection and instant messaging capabilities. Claros inTouch can be installed on any platform (i.e Windows, Linux and MacOS X). [Less]

1USERS
 

A simple agenda tool written in PHP with MySQL backend. An agenda tool accessible everywere there's internet. Easy to install and configure. Key-features include: scheduling appointments, holidays, todo lists, secure access, multiple users, etc.

1USERS
   

TaskDriver is a unique task assignment based application developed specifically to meet today's tough corporate standards of task assignment and tracking. It is a browser based thin client built with PHP/MySQL technologies. It contains built-in authentication, Manager/Assignee relationship and easy deadline tracking.

1USERS

Brim is an application suite that allows you to manage your personal items online and has support for bookmarks, calendar, contacts, notes, news, passwords and tasks and more.

1USERS
 

PTM is a Rails application that manages your team tasks, with a project management oriented vision. The demo site is fully operational and you can start using it right now.

1USERS
 

Corredor is a robust general framework for performing software test automation. The suite aims to simplify the set up, maintenance, and running of tasks, supporting remote distribution, parallel execution, and dependancy hierarchies.

0USERS

What is pytoss?Pytoss has two primary forms: the Pytoss tool for automating common tasks in simple syntax (similar to Rake) the Pytoss API for performing these tasks on remote machines (similar to Capistrano) Using Pytoss, you can administer many ... [More] machines simultaneously from one script, with a mixture of Python and shell commands. Installationsudo easy_install pytossPytoss ToolTo use the Pytoss tool, simply define tossfile.py in your deployment directory: import pytoss @pytoss.task def hello_world(): '''prints a hello world message to the screen''' print "hello world, we just executed a task" @pytoss.task def goodbye_earth(): '''prints a goodbye message to the screen''' print "goodbye earth!"Then, type toss on the commandline to see these summarized: $: toss toss hello_world # prints a hello world message to the screen toss goodbye_earth # prints a goodbye message to the screenYou can then execute either of these tasks easily: $: toss hello_world hello world, we just executed a task success!Pytoss APIThe Pytoss API helps you administer your remote machines in a generic way. It is very helpful for horizontally-scaled services, and even for dealing with staging vs. production environments. Here is a brief overview of something you can do with the Pytoss API: from pytoss import Role appserver = Role("abc@example.com", "xyz@example.com") response = appserver.run("ps aux | grep nginx") print response.stdout_for("abc@example.com") print response.stdout_for("xyz@example.com")No messy SSH connections! It will even prompt you for a password only once for all connections (or zero times, if you have identity keys or sshagent set up on your machine). more examples later [Less]

0USERS

Entropic(ĕn-trō'pĭk) - A timekeeping application that utilizes the concept of quick entries or "traces" will help keep things simple and make the downtime between "switching gears" less of a drag. Also, it serves to be a good introduction to Ruby ... [More] on Rails for the author(s). The ideaThe idea began when I realized how much time was spent recording where I spent my time; project-wise, work-wise. I started out with a piece of paper in a simple notepad and just kept logging things like, "Work Order: 12431; 15 minutes; Updated documentation." It took a larger effort at the end of the week to help aggregate those "traces" of time into a bigger note, to be placed into the corporate work-order / trouble-ticket database. Also, I figured if I could log my time in a quick manner, it would help to deter me from surfing around the web in that "I just changed gears from project A to project B and need to focus" mood. The statusRight now the project is in its infancy; the rails application is geared toward one user, though Restful Authentication plugins will or should be written shortly. CSS is dirty, but provides a crisp "portal" page (the home controller) with which to display the partials for event listing, trace listings, and some minor statistics. Traces and events themselves are RESTful resources, initially generated with Rails 2.0 scaffolding code. For the future, I am going to try to use this project to A) build a little rails app I can carry around on my usb-keychain that will help take place of the pad and pencil and B) continue to further improve my skills as in ruby and rails alike. Screenshot [Less]

0USERS

Java Calendar Tools is a project to provide Java-based tools and components that will leverage industry standard calendar protocols (iCalendar in particular). Currently available libraries include an iCalendar library and a Swing-based month-at-a-time CalendarPanel class for displaying events.

0USERS

KPlato is a project management application. Features include: * Gantt chart with task list and resource allocations per task. * Resource view with task allocations per resource. * Accounts view showing planned cost with configurable cut-off ... [More] date and periodicity. * Tasks are organized in a work breakdown structure (WBS). * Resources are organized in a resource breakdown structure (RBS). * Accounts are organized in a cost breakdown structure (CBS). * Summarytasks, Tasks, and milestones are supported. * Dialogs to create and edit the project, the different types of tasks, calendars, resources, accounts and progress. * Task links can be of types: Finish to Start, Finish toFinish or Start to Start. All types can have a time lag defined. * Different scheduling constraints are supported. [Less]

0USERS

ElectronicMe is an electronic Portfolio and Profile software. The goal is to produce a open source web app suitable suitable for organizing a personal profile, en e-portfolio of your work, building an automatic resume, and with plugins for a number of other purposes related to your personal profile and portfolio.

0USERS
   

GROUP-E Collaboration Software The enterprise solution integrates groupware, project management and business server on one platform. The performance range covers everyday business needs for communication, organization and information in small to ... [More] mid-sized enterprises. The solution is based on a LAMP architecture (Linux, Apache, MySQL, PHP). GROUP-E offers transparent Samba integration (file server integration), SyncML 1.0 is fully supported (synchronizzation with handhelts and client software) and a LDAP Connection (single sign-on authentification for the whole network and connectivity to LDAP contact databases). [Less]

0USERS
   

Streber is a web-based (PHP5) project management system.