manual/html/The_TaskJuggler_Syntax.html in taskjuggler-3.0.0 vs manual/html/The_TaskJuggler_Syntax.html in taskjuggler-3.1.0

- old
+ new

@@ -1,17 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<!-- This file has been generated by tj3man v3.0.0 --> +<!-- This file has been generated by tj3man v3.1.0 --> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <title>The_TaskJuggler_Syntax</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> </head> <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link> <body> <div align="center"> - <h3 align="center">The TaskJuggler III User Manual</h3> + <h3 align="center">The TaskJuggler User Manual</h3> <em align="center">Project Management beyond Gantt Chart Drawing</em> </div> <br/> <hr/> <table style="width:90%; margin-left:5%; margin-right:5%"><tr> @@ -33,10 +33,13 @@ <div class="manual" codesection="1"><pre class="manual" codesection="1">keyword &lt;name&gt; </pre></div> <p class="manual">List of predefined options are enclosed in brackets, the options separated by a vertical bar.</p> <div class="manual" codesection="1"><pre class="manual" codesection="1">keyword ( foo | bar | foobar ) </pre></div> + <p class="manual">Some keywords take one or more arguments. These are known as list attributes. The arguments are comma separated. The tree dots in the syntax description mean that the sequence before the dots can be repeated if needed. Inheritable list attributes will append the new list values to the inherited list. Use can use the <a href="purge.html">purge</a> attribute to clear the list before assigning new values to the list attribute.</p> + <div class="manual" codesection="1"><pre class="manual" codesection="1">keyword arg1 [, arg2 ... ] +</pre></div> <p class="manual">Variable arguments are further described in the <i>Arguments</i> section of the keyword syntax table. The name is listed immediately followed by the type of the variable argument. The supported types and their meaning is described in the following sections.</p> <h3 class="manual" id="ABSOLUTEID">5.1.1 ABSOLUTE_ID</h3> <p class="manual">An absolute identifier is composed of identifiers that are concatenated by dots, e. g. <code class="manual">foo.bar</code>. It is used to reference a TaskJuggler property that lives in a hierarchical name space. Accounts, Tasks, Reports are examples for such hierarchical name spaces. To reference the sub-task <code class="manual">bar</code> of task <code class="manual">foo</code> the absolute ID <code class="manual">foo.bar</code> is used.</p> <h3 class="manual" id="ID">5.1.2 ID</h3> <p class="manual">An identifier is composed of the letters <code class="manual">a</code> to <code class="manual">z</code>, <code class="manual">A</code> to <code class="manual">Z</code>, the underscore and the digits <code class="manual">0</code> to <code class="manual">9</code>. There are no limits for the number of characters, but it may not begin with a digit.</p> @@ -82,8 +85,8 @@ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td> <td style="text-align:right; width:35%;">&gt;&gt; <a href="Rich_Text_Attributes.html">Rich_Text_Attributes</a> &gt;&gt;</td> </tr></table> <hr/> <br/> - <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div> + <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div> </body> </html>