404 Not Found
++Sorry, but we could not find what you are looking for. +
+diff --git a/404.html b/404.html new file mode 100644 index 0000000..439e00d --- /dev/null +++ b/404.html @@ -0,0 +1,62 @@ + + +
+ + + ++Sorry, but we could not find what you are looking for. +
+Documentation
+WorkingClass is about readability. So we tried to make it as expressive as +possible.
+ +Well first of all: a tasklist needs a name, without a name a tasklist would be +nothing. Never forget it. If you write a tasklist without a name you will produce +a gigantic error message. Just sayin.
+ +Anyways, everything else is completely optional. Hurra.
+My Tasklist name
+---
+[ ] an example task
+
+
+A tasklist is nothing without the ability to finish a task. We tried to make it +as human readable and easy to use as possible.
+My Tasklist
+---
+[ ] An unfinished task
+
+
+It’s also possible to write an unfinished task without the space between the +brackets.
+My Tasklist
+---
+[] An unfinished task
+
+
+However, we recommed the [ ]
syntax, it looks much nicer.
Of course you have to get things done. WorkingClass recognizes any +non-whitespace character between the brackets as a finished task.
+My Tasklist
+---
+[x] Look I finished something
+
+[X] I am also finished.
+
+[y] Me too
+
+[✔︎] I am so fancy
+
+
+Give tasks priority. Just add a !
in front of a task.
My Tasklist
+---
+![ ] A very important task
+
+[ ] A normal task
+
+
+Most tasks have a due date. WorkingClass allows to add dates to a task by
+writing the date in the format d(d).m(m).yy(yy)
in curly brackets
My Tasklist
+---
+![ ]{13.12.15} Finish it.
+
+[ ]{3.05.15} Website.
+
+
+So now we know how to write simple tasks with a due date. But well, we are humans, +we forget things, so it would be nice to have a reminder, rightt? Right!
+ +Notice: The WorkingClass doesn’t come with a system to deliver notifications +or reminders, it just allows to specify one, it won’t send an email or a +push notification to your smartphone.
+ +There are basically two basic ways to specify a reminder.
+ +If your task comes with a due date and you want to be notified one day ahead +you can simply write it like this.
+My Tasklist
+---
+[ ]{13.12.2015}(-1) A very important task with a reminder
+
+
+This will remind you one day ahead. The parser comes with some configurations to +set a standard time, without any adjustments the parser defaults every reminder +without a time to 9:00am, but you can configure this.
+ +Sometimes you don’t want to be reminded 9:00am, then you can write a reminder +like this.
+My Tasklist
+---
+[ ]{13.12.2015}(-2 9:30) A very important task with a reminder 2 days ahead
+
+
+Well, relative reminders may be quite stylish and awesome, but they are not +always very handy. In those moments you can write it also with an absolute date +This is very handy if your task doesn’t come with a due date and you still want +to have a reminder.
+ +The same thing as with relative reminders: if you don’t specify a time, the parser +defaults to 9:00am.
+My Tasklist
+---
+[ ](12.12.15) REMIND ME.
+[ ](22.5.15 15:00) That thing.
+
+
+Responsible for all content accordant §10 paragraph 3 mdstv: Tim Kächele
+ +Tim Kächele
+Hafenstraße 49
+68165 Mannheim
+Germany
timkaechele@me.com
+http://timkaechele.me
© 2014-2015 – Tim Kächele.
+ +»Author« in the sense of the following is Tim Kächele.
+ +Online-contents: The author reserves the right not to be responsible for the topicality, correctness, completeness or quality of the information provided. Liability claims regarding damage caused by the use of any information provided, including any kind of information which is incomplete or incorrect, will therefore be rejected. All offers are not-binding and without obligation. Parts of the pages or the complete publication including all offers and information might be extended, changed or partly or completely deleted by the authoress without separate announcement.
+ +Referrals and links: The author is not responsible for any contents linked or referred to from their pages - unless they have full knowledge of illegal contents and would be able to prevent the visitors of their site from viewing those pages. If any damage occurs by the use of information presented there, only the author/authoress of the respective pages might be liable, not the one who has linked to these pages. Furthermore the authore is not liable for any postings or messages published by users of discussion boards, chatrooms, forums, guest books or mailing lists provided on their page. The author is not responsible for content posted by third parties there. Racist, sexist, and abusive messages will immediately be deleted by the authoress after knowledge.
+ +Copyright: The author intended not to use any copyrighted material for the publication or, if not possible, to indicate the copyright of the respective object. If you find any unindicated object protected by copyright, the copyright could not be determined by the author. In the case of such a unintentional copyright violation the authoress will remove the object from the publication or at least indicate it with the appropriate copyright after notification. The copyright for any material created by the author is reserved. Any duplication or use of such diagrams, sounds or texts in other electronic or printed publications is not permitted without the author’s express prior consent.
+ +Legal force of this disclaimer: This disclaimer is to be regarded as part of the internet publication which you were referred from. If sections or individual formulations of this text are not legal or correct, the content or validity of the other parts remain uninfluenced by this fact.
+ +WorkingClass
+WorkingClass is a fully featured human readable plain text tasklist syntax, that is also fully parseable.
+$ gem install working_class
++Just open your terminal and type it in. +
++Yep, it's that easy. +
++We believe in free open source software, therefore WorkingClass is free as in +freedom, as well as free as in beer. Do whatever you want. We utilitize the GNU +GPL, so you can do whatever you want, as long as you publish your changes under +the same conditions. +
+My Tasklist
---
[ ] My first task
![ ] A very important task
[ ]{1.2.15} A task with a due date.
++We think that the best tools, are the tools you already know. So we use +a plain text syntax. You can use your favorite text editor. +No big gui, no bullshit, +just you and your text editor. Stay productive. +
+