summaryrefslogtreecommitdiffstats
path: root/tmp/en-US/xml_tmp/Productivity/taskd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tmp/en-US/xml_tmp/Productivity/taskd.xml')
-rw-r--r--tmp/en-US/xml_tmp/Productivity/taskd.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/tmp/en-US/xml_tmp/Productivity/taskd.xml b/tmp/en-US/xml_tmp/Productivity/taskd.xml
deleted file mode 100644
index 16a33ac..0000000
--- a/tmp/en-US/xml_tmp/Productivity/taskd.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
- <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
- <!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Cookbook.ent">
- %BOOK_ENTITIES;
-]>
-<!-- Do not edit above this line -->
-<!--
- Please provide some information so we can give you credit:
- name: Ankur_Sinha
- fas_id: ankursinha
- email: ankursinha@fedoraproject.org
- article_category: user
--->
-
-<section id="task_managing">
- <title>Managing tasks using Taskwarrior</title>
- <para>
- Taskwarrior is an open-source cross platform command-line task management tool that allows you to easily capture, annotate, manipulate and present your tasks as well as sync them among your devices. In this recipe, we see how to set up a Taskwarrior server and a set of clients.
- </para>
- <section id="task_managing-ingredients">
- <title>Required Ingredients</title>
- <!-- list packages, services, other recipes etc that are required -->
- <itemizedlist>
- <listitem>
- <para>
- <emphasis>taskd</emphasis> from the Fedora repositories - sudo yum install taskd
- </para>
- </listitem>
- <listitem>
- <para>
- <emphasis>task</emphasis> from the Fedora repositories - sudo yum install task
- </para>
- </listitem>
- <listitem>
- <para>
- <emphasis>vit</emphasis> - optional - from the Fedora repositories - sudo yum install vit
- </para>
- </listitem>
- <listitem>
- <para>
- <emphasis>Your favorite text editor.</emphasis> You can use whatever you prefer, but please save them as a plain text file instead of a binary format such as <literal>ODF</literal>
- </para>
- </listitem>
- </itemizedlist>
- </section>
- </section>