taskjuggler 3.8.1 → 3.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (526) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +1 -0
  3. data/data/tjp.vim +1 -1
  4. data/lib/taskjuggler/Account.rb +1 -0
  5. data/lib/taskjuggler/AccountCredit.rb +1 -0
  6. data/lib/taskjuggler/AccountScenario.rb +1 -0
  7. data/lib/taskjuggler/AlertLevelDefinitions.rb +1 -0
  8. data/lib/taskjuggler/AlgorithmDiff.rb +3 -2
  9. data/lib/taskjuggler/Allocation.rb +1 -0
  10. data/lib/taskjuggler/AppConfig.rb +1 -0
  11. data/lib/taskjuggler/AttributeBase.rb +1 -0
  12. data/lib/taskjuggler/AttributeDefinition.rb +1 -0
  13. data/lib/taskjuggler/Attributes.rb +3 -2
  14. data/lib/taskjuggler/BatchProcessor.rb +3 -2
  15. data/lib/taskjuggler/Booking.rb +1 -0
  16. data/lib/taskjuggler/Charge.rb +1 -0
  17. data/lib/taskjuggler/ChargeSet.rb +1 -0
  18. data/lib/taskjuggler/DataCache.rb +1 -0
  19. data/lib/taskjuggler/FileList.rb +1 -0
  20. data/lib/taskjuggler/HTMLDocument.rb +1 -0
  21. data/lib/taskjuggler/HTMLElements.rb +1 -0
  22. data/lib/taskjuggler/ICalendar.rb +3 -2
  23. data/lib/taskjuggler/Interval.rb +1 -0
  24. data/lib/taskjuggler/IntervalList.rb +1 -0
  25. data/lib/taskjuggler/Journal.rb +5 -4
  26. data/lib/taskjuggler/KateSyntax.rb +1 -0
  27. data/lib/taskjuggler/KeywordArray.rb +1 -0
  28. data/lib/taskjuggler/KeywordDocumentation.rb +6 -5
  29. data/lib/taskjuggler/LeaveList.rb +1 -0
  30. data/lib/taskjuggler/Limits.rb +1 -0
  31. data/lib/taskjuggler/Log.rb +2 -1
  32. data/lib/taskjuggler/LogicalExpression.rb +1 -0
  33. data/lib/taskjuggler/LogicalFunction.rb +1 -0
  34. data/lib/taskjuggler/LogicalOperation.rb +1 -0
  35. data/lib/taskjuggler/MessageHandler.rb +2 -1
  36. data/lib/taskjuggler/PTNProxy.rb +1 -0
  37. data/lib/taskjuggler/Painter/BasicShapes.rb +1 -0
  38. data/lib/taskjuggler/Painter/Color.rb +1 -0
  39. data/lib/taskjuggler/Painter/Element.rb +1 -0
  40. data/lib/taskjuggler/Painter/FontData.rb +1 -0
  41. data/lib/taskjuggler/Painter/FontMetrics.rb +1 -0
  42. data/lib/taskjuggler/Painter/FontMetricsData.rb +1 -0
  43. data/lib/taskjuggler/Painter/Group.rb +1 -0
  44. data/lib/taskjuggler/Painter/Points.rb +2 -1
  45. data/lib/taskjuggler/Painter/Primitives.rb +1 -0
  46. data/lib/taskjuggler/Painter/SVGSupport.rb +1 -0
  47. data/lib/taskjuggler/Painter/Text.rb +1 -0
  48. data/lib/taskjuggler/Painter.rb +1 -0
  49. data/lib/taskjuggler/Project.rb +3 -2
  50. data/lib/taskjuggler/ProjectFileParser.rb +2 -1
  51. data/lib/taskjuggler/ProjectFileScanner.rb +4 -3
  52. data/lib/taskjuggler/PropertyList.rb +2 -1
  53. data/lib/taskjuggler/PropertySet.rb +1 -0
  54. data/lib/taskjuggler/PropertyTreeNode.rb +2 -1
  55. data/lib/taskjuggler/Query.rb +2 -1
  56. data/lib/taskjuggler/RealFormat.rb +2 -1
  57. data/lib/taskjuggler/Resource.rb +2 -1
  58. data/lib/taskjuggler/ResourceScenario.rb +9 -1
  59. data/lib/taskjuggler/RichText/Document.rb +1 -0
  60. data/lib/taskjuggler/RichText/Element.rb +6 -5
  61. data/lib/taskjuggler/RichText/FunctionExample.rb +1 -0
  62. data/lib/taskjuggler/RichText/FunctionHandler.rb +1 -0
  63. data/lib/taskjuggler/RichText/Parser.rb +1 -0
  64. data/lib/taskjuggler/RichText/RTFHandlers.rb +1 -0
  65. data/lib/taskjuggler/RichText/RTFNavigator.rb +1 -0
  66. data/lib/taskjuggler/RichText/RTFQuery.rb +1 -0
  67. data/lib/taskjuggler/RichText/RTFReport.rb +1 -0
  68. data/lib/taskjuggler/RichText/RTFReportLink.rb +1 -0
  69. data/lib/taskjuggler/RichText/RTFWithQuerySupport.rb +1 -0
  70. data/lib/taskjuggler/RichText/Scanner.rb +1 -0
  71. data/lib/taskjuggler/RichText/Snip.rb +2 -1
  72. data/lib/taskjuggler/RichText/SyntaxRules.rb +1 -0
  73. data/lib/taskjuggler/RichText/TOCEntry.rb +1 -0
  74. data/lib/taskjuggler/RichText/TableOfContents.rb +1 -0
  75. data/lib/taskjuggler/RichText.rb +1 -0
  76. data/lib/taskjuggler/RuntimeConfig.rb +1 -0
  77. data/lib/taskjuggler/Scenario.rb +1 -0
  78. data/lib/taskjuggler/ScenarioData.rb +1 -0
  79. data/lib/taskjuggler/Scoreboard.rb +2 -1
  80. data/lib/taskjuggler/SheetHandlerBase.rb +2 -1
  81. data/lib/taskjuggler/SheetReceiver.rb +1 -0
  82. data/lib/taskjuggler/SheetSender.rb +3 -2
  83. data/lib/taskjuggler/Shift.rb +1 -0
  84. data/lib/taskjuggler/ShiftAssignments.rb +1 -0
  85. data/lib/taskjuggler/ShiftScenario.rb +1 -0
  86. data/lib/taskjuggler/SimpleQueryExpander.rb +1 -0
  87. data/lib/taskjuggler/StatusSheetReceiver.rb +1 -0
  88. data/lib/taskjuggler/StatusSheetSender.rb +1 -0
  89. data/lib/taskjuggler/StdIoWrapper.rb +1 -0
  90. data/lib/taskjuggler/SyntaxReference.rb +2 -1
  91. data/lib/taskjuggler/TableColumnDefinition.rb +1 -0
  92. data/lib/taskjuggler/TableColumnSorter.rb +1 -0
  93. data/lib/taskjuggler/Task.rb +2 -1
  94. data/lib/taskjuggler/TaskDependency.rb +1 -0
  95. data/lib/taskjuggler/TaskJuggler.rb +1 -0
  96. data/lib/taskjuggler/TaskScenario.rb +3 -2
  97. data/lib/taskjuggler/TernarySearchTree.rb +5 -4
  98. data/lib/taskjuggler/TextFormatter.rb +5 -4
  99. data/lib/taskjuggler/TextParser/MacroTable.rb +1 -0
  100. data/lib/taskjuggler/TextParser/Pattern.rb +2 -1
  101. data/lib/taskjuggler/TextParser/Rule.rb +3 -2
  102. data/lib/taskjuggler/TextParser/Scanner.rb +1 -0
  103. data/lib/taskjuggler/TextParser/SourceFileInfo.rb +1 -0
  104. data/lib/taskjuggler/TextParser/StackElement.rb +1 -0
  105. data/lib/taskjuggler/TextParser/State.rb +1 -0
  106. data/lib/taskjuggler/TextParser/TokenDoc.rb +1 -0
  107. data/lib/taskjuggler/TextParser.rb +1 -0
  108. data/lib/taskjuggler/TimeSheetReceiver.rb +1 -0
  109. data/lib/taskjuggler/TimeSheetSender.rb +1 -0
  110. data/lib/taskjuggler/TimeSheetSummary.rb +3 -2
  111. data/lib/taskjuggler/TimeSheets.rb +1 -0
  112. data/lib/taskjuggler/Tj3AppBase.rb +2 -1
  113. data/lib/taskjuggler/Tj3Config.rb +1 -0
  114. data/lib/taskjuggler/Tj3SheetAppBase.rb +1 -0
  115. data/lib/taskjuggler/TjException.rb +1 -0
  116. data/lib/taskjuggler/TjTime.rb +1 -0
  117. data/lib/taskjuggler/TjpExample.rb +2 -1
  118. data/lib/taskjuggler/TjpSyntaxRules.rb +1 -0
  119. data/lib/taskjuggler/URLParameter.rb +1 -0
  120. data/lib/taskjuggler/UTF8String.rb +4 -3
  121. data/lib/taskjuggler/UserManual.rb +1 -0
  122. data/lib/taskjuggler/VimSyntax.rb +1 -0
  123. data/lib/taskjuggler/WorkingHours.rb +2 -1
  124. data/lib/taskjuggler/XMLDocument.rb +2 -1
  125. data/lib/taskjuggler/XMLElement.rb +6 -5
  126. data/lib/taskjuggler/apps/Tj3.rb +1 -0
  127. data/lib/taskjuggler/apps/Tj3Client.rb +1 -0
  128. data/lib/taskjuggler/apps/Tj3Daemon.rb +1 -0
  129. data/lib/taskjuggler/apps/Tj3Man.rb +1 -0
  130. data/lib/taskjuggler/apps/Tj3SsReceiver.rb +1 -0
  131. data/lib/taskjuggler/apps/Tj3SsSender.rb +1 -0
  132. data/lib/taskjuggler/apps/Tj3TsReceiver.rb +1 -0
  133. data/lib/taskjuggler/apps/Tj3TsSender.rb +1 -0
  134. data/lib/taskjuggler/apps/Tj3TsSummary.rb +1 -0
  135. data/lib/taskjuggler/apps/Tj3WebD.rb +1 -0
  136. data/lib/taskjuggler/daemon/Daemon.rb +2 -1
  137. data/lib/taskjuggler/daemon/DaemonConnector.rb +1 -0
  138. data/lib/taskjuggler/daemon/ProcessIntercom.rb +1 -0
  139. data/lib/taskjuggler/daemon/ProjectBroker.rb +1 -0
  140. data/lib/taskjuggler/daemon/ProjectServer.rb +1 -0
  141. data/lib/taskjuggler/daemon/ReportServer.rb +1 -0
  142. data/lib/taskjuggler/daemon/ReportServlet.rb +1 -0
  143. data/lib/taskjuggler/daemon/WebServer.rb +1 -0
  144. data/lib/taskjuggler/daemon/WelcomePage.rb +1 -0
  145. data/lib/taskjuggler/deep_copy.rb +1 -0
  146. data/lib/taskjuggler/reports/AccountListRE.rb +1 -0
  147. data/lib/taskjuggler/reports/CSVFile.rb +3 -2
  148. data/lib/taskjuggler/reports/ChartPlotter.rb +1 -0
  149. data/lib/taskjuggler/reports/CollisionDetector.rb +1 -0
  150. data/lib/taskjuggler/reports/ColumnTable.rb +1 -0
  151. data/lib/taskjuggler/reports/ExportRE.rb +1 -0
  152. data/lib/taskjuggler/reports/GanttChart.rb +1 -0
  153. data/lib/taskjuggler/reports/GanttContainer.rb +1 -0
  154. data/lib/taskjuggler/reports/GanttHeader.rb +1 -0
  155. data/lib/taskjuggler/reports/GanttHeaderScaleItem.rb +1 -0
  156. data/lib/taskjuggler/reports/GanttLine.rb +2 -1
  157. data/lib/taskjuggler/reports/GanttLoadStack.rb +1 -0
  158. data/lib/taskjuggler/reports/GanttMilestone.rb +1 -0
  159. data/lib/taskjuggler/reports/GanttRouter.rb +1 -0
  160. data/lib/taskjuggler/reports/GanttTaskBar.rb +1 -0
  161. data/lib/taskjuggler/reports/HTMLGraphics.rb +1 -0
  162. data/lib/taskjuggler/reports/ICalReport.rb +1 -0
  163. data/lib/taskjuggler/reports/MspXmlRE.rb +1 -0
  164. data/lib/taskjuggler/reports/Navigator.rb +1 -0
  165. data/lib/taskjuggler/reports/NikuReport.rb +2 -1
  166. data/lib/taskjuggler/reports/Report.rb +1 -0
  167. data/lib/taskjuggler/reports/ReportBase.rb +1 -0
  168. data/lib/taskjuggler/reports/ReportContext.rb +1 -0
  169. data/lib/taskjuggler/reports/ReportTable.rb +2 -1
  170. data/lib/taskjuggler/reports/ReportTableCell.rb +7 -6
  171. data/lib/taskjuggler/reports/ReportTableColumn.rb +1 -0
  172. data/lib/taskjuggler/reports/ReportTableLegend.rb +1 -0
  173. data/lib/taskjuggler/reports/ReportTableLine.rb +1 -0
  174. data/lib/taskjuggler/reports/ResourceListRE.rb +1 -0
  175. data/lib/taskjuggler/reports/StatusSheetReport.rb +4 -3
  176. data/lib/taskjuggler/reports/TableReport.rb +2 -1
  177. data/lib/taskjuggler/reports/TableReportColumn.rb +1 -0
  178. data/lib/taskjuggler/reports/TagFile.rb +1 -0
  179. data/lib/taskjuggler/reports/TaskListRE.rb +1 -0
  180. data/lib/taskjuggler/reports/TextReport.rb +2 -1
  181. data/lib/taskjuggler/reports/TimeSheetReport.rb +3 -2
  182. data/lib/taskjuggler/reports/TjpExportRE.rb +4 -3
  183. data/lib/taskjuggler/reports/TraceReport.rb +2 -1
  184. data/lib/taskjuggler/version.rb +1 -1
  185. data/lib/tj3.rb +1 -0
  186. data/man/tj3.1 +130 -0
  187. data/man/tj3client.1 +145 -0
  188. data/man/tj3d.1 +93 -0
  189. data/man/tj3man.1 +76 -0
  190. data/man/tj3ss_receiver.1 +86 -0
  191. data/man/tj3ss_sender.1 +100 -0
  192. data/man/tj3ts_receiver.1 +86 -0
  193. data/man/tj3ts_sender.1 +92 -0
  194. data/man/tj3ts_summary.1 +104 -0
  195. data/man/tj3webd.1 +86 -0
  196. data/spec/Color_spec.rb +1 -0
  197. data/spec/ICalendar_spec.rb +1 -0
  198. data/spec/IntervalList_spec.rb +1 -0
  199. data/spec/ProjectBroker_spec.rb +1 -0
  200. data/spec/StatusSheets_spec.rb +1 -0
  201. data/spec/TableColumnSorter_spec.rb +1 -0
  202. data/spec/TernarySearchTree_spec.rb +1 -0
  203. data/spec/TimeSheets_spec.rb +1 -0
  204. data/spec/Tj3Daemon_spec.rb +1 -0
  205. data/spec/Tj3_spec.rb +1 -0
  206. data/spec/TraceReport_spec.rb +1 -0
  207. data/taskjuggler.gemspec +3 -2
  208. data/test/MessageChecker.rb +1 -0
  209. data/test/ReferenceGenerator.rb +1 -0
  210. data/test/TjpGen.rb +1 -0
  211. data/test/all.rb +1 -0
  212. data/test/test_AlgorithmDiff.rb +3 -2
  213. data/test/test_BatchProcessor.rb +1 -0
  214. data/test/test_CSV-Reports.rb +1 -0
  215. data/test/test_CSVFile.rb +1 -0
  216. data/test/test_CollisionDetector.rb +1 -0
  217. data/test/test_Export-Reports.rb +1 -0
  218. data/test/test_Journal.rb +1 -0
  219. data/test/test_Limits.rb +1 -0
  220. data/test/test_LogicalExpression.rb +1 -0
  221. data/test/test_MacroTable.rb +1 -0
  222. data/test/test_Project.rb +1 -0
  223. data/test/test_ProjectFileScanner.rb +1 -0
  224. data/test/test_PropertySet.rb +1 -0
  225. data/test/test_Query.rb +1 -0
  226. data/test/test_RealFormat.rb +1 -0
  227. data/test/test_ReportGenerator.rb +1 -0
  228. data/test/test_RichText.rb +1 -0
  229. data/test/test_Scheduler.rb +1 -0
  230. data/test/test_ShiftAssignments.rb +1 -0
  231. data/test/test_SimpleQueryExpander.rb +1 -0
  232. data/test/test_Syntax.rb +1 -0
  233. data/test/test_TextFormatter.rb +1 -0
  234. data/test/test_TjTime.rb +1 -0
  235. data/test/test_TjpExample.rb +1 -0
  236. data/test/test_URLParameter.rb +1 -0
  237. data/test/test_UTF8String.rb +5 -4
  238. data/test/test_WorkingHours.rb +1 -0
  239. data/test/test_deep_copy.rb +2 -1
  240. metadata +33 -289
  241. data/manual/html/Day_To_Day_Juggling.html +0 -365
  242. data/manual/html/Getting_Started.html +0 -64
  243. data/manual/html/How_To_Contribute.html +0 -95
  244. data/manual/html/Installation.html +0 -205
  245. data/manual/html/Intro.html +0 -104
  246. data/manual/html/List_Attributes.html +0 -76
  247. data/manual/html/Reporting_Bugs.html +0 -49
  248. data/manual/html/Rich_Text_Attributes.html +0 -179
  249. data/manual/html/Software.html +0 -151
  250. data/manual/html/TaskJuggler_2x_Migration.html +0 -71
  251. data/manual/html/TaskJuggler_Internals.html +0 -63
  252. data/manual/html/The_TaskJuggler_Syntax.html +0 -92
  253. data/manual/html/Tutorial.html +0 -511
  254. data/manual/html/account.html +0 -163
  255. data/manual/html/account.task.html +0 -47
  256. data/manual/html/accountprefix.html +0 -69
  257. data/manual/html/accountreport.html +0 -488
  258. data/manual/html/accountroot.html +0 -144
  259. data/manual/html/active.html +0 -68
  260. data/manual/html/adopt.task.html +0 -74
  261. data/manual/html/aggregate.html +0 -147
  262. data/manual/html/alert.html +0 -69
  263. data/manual/html/alertlevels.html +0 -104
  264. data/manual/html/allocate.html +0 -98
  265. data/manual/html/alphabet.html +0 -40
  266. data/manual/html/alternative.html +0 -79
  267. data/manual/html/author.html +0 -71
  268. data/manual/html/auxdir.html +0 -69
  269. data/manual/html/auxdir.report.html +0 -71
  270. data/manual/html/balance.html +0 -148
  271. data/manual/html/booking.resource.html +0 -124
  272. data/manual/html/booking.task.html +0 -123
  273. data/manual/html/caption.html +0 -100
  274. data/manual/html/cellcolor.column.html +0 -108
  275. data/manual/html/celltext.column.html +0 -109
  276. data/manual/html/center.html +0 -93
  277. data/manual/html/charge.html +0 -92
  278. data/manual/html/chargeset.html +0 -76
  279. data/manual/html/columnid.html +0 -433
  280. data/manual/html/columns.html +0 -78
  281. data/manual/html/complete.html +0 -88
  282. data/manual/html/copyright.html +0 -99
  283. data/manual/html/credits.html +0 -123
  284. data/manual/html/css/tjmanual.css +0 -85
  285. data/manual/html/css/tjreport.css +0 -493
  286. data/manual/html/currency.html +0 -135
  287. data/manual/html/currencyformat.html +0 -101
  288. data/manual/html/dailymax.html +0 -146
  289. data/manual/html/dailymin.html +0 -134
  290. data/manual/html/dailyworkinghours.html +0 -92
  291. data/manual/html/date.extend.html +0 -79
  292. data/manual/html/date.html +0 -103
  293. data/manual/html/definitions.html +0 -96
  294. data/manual/html/depends.html +0 -113
  295. data/manual/html/details.html +0 -71
  296. data/manual/html/disabled.html +0 -93
  297. data/manual/html/duration.html +0 -135
  298. data/manual/html/efficiency.html +0 -95
  299. data/manual/html/effort.html +0 -136
  300. data/manual/html/effortdone.html +0 -105
  301. data/manual/html/effortleft.html +0 -105
  302. data/manual/html/email.html +0 -70
  303. data/manual/html/enabled.html +0 -77
  304. data/manual/html/end.column.html +0 -69
  305. data/manual/html/end.html +0 -89
  306. data/manual/html/end.limit.html +0 -71
  307. data/manual/html/end.report.html +0 -107
  308. data/manual/html/end.timesheet.html +0 -96
  309. data/manual/html/endcredit.html +0 -121
  310. data/manual/html/epilog.html +0 -76
  311. data/manual/html/export.html +0 -271
  312. data/manual/html/extend.html +0 -134
  313. data/manual/html/fail.html +0 -107
  314. data/manual/html/fdl.html +0 -430
  315. data/manual/html/flags.account.html +0 -69
  316. data/manual/html/flags.html +0 -68
  317. data/manual/html/flags.journalentry.html +0 -68
  318. data/manual/html/flags.report.html +0 -71
  319. data/manual/html/flags.resource.html +0 -71
  320. data/manual/html/flags.statussheet.html +0 -68
  321. data/manual/html/flags.task.html +0 -71
  322. data/manual/html/flags.timesheet.html +0 -68
  323. data/manual/html/fontcolor.column.html +0 -108
  324. data/manual/html/footer.html +0 -98
  325. data/manual/html/formats.export.html +0 -74
  326. data/manual/html/formats.html +0 -83
  327. data/manual/html/functions.html +0 -80
  328. data/manual/html/gapduration.html +0 -95
  329. data/manual/html/gaplength.html +0 -95
  330. data/manual/html/halign.center.html +0 -68
  331. data/manual/html/halign.column.html +0 -104
  332. data/manual/html/halign.left.html +0 -68
  333. data/manual/html/halign.right.html +0 -68
  334. data/manual/html/hasalert.html +0 -73
  335. data/manual/html/header.html +0 -98
  336. data/manual/html/headline.html +0 -71
  337. data/manual/html/height.html +0 -74
  338. data/manual/html/hideaccount.html +0 -111
  339. data/manual/html/hidejournalentry.html +0 -71
  340. data/manual/html/hidereport.html +0 -104
  341. data/manual/html/hideresource.html +0 -111
  342. data/manual/html/hidetask.html +0 -111
  343. data/manual/html/icalreport.html +0 -145
  344. data/manual/html/include.macro.html +0 -72
  345. data/manual/html/include.project.html +0 -72
  346. data/manual/html/include.properties.html +0 -78
  347. data/manual/html/index.html +0 -19
  348. data/manual/html/inherit.extend.html +0 -70
  349. data/manual/html/interval1.html +0 -101
  350. data/manual/html/interval2.html +0 -100
  351. data/manual/html/interval3.html +0 -101
  352. data/manual/html/interval4.html +0 -102
  353. data/manual/html/isactive.html +0 -69
  354. data/manual/html/ischildof.html +0 -69
  355. data/manual/html/isdependencyof.html +0 -77
  356. data/manual/html/isdutyof.html +0 -73
  357. data/manual/html/isfeatureof.html +0 -73
  358. data/manual/html/isleaf.html +0 -68
  359. data/manual/html/ismilestone.html +0 -69
  360. data/manual/html/isongoing.html +0 -69
  361. data/manual/html/isresource.html +0 -68
  362. data/manual/html/isresponsibilityof.html +0 -73
  363. data/manual/html/istask.html +0 -68
  364. data/manual/html/isvalid.html +0 -68
  365. data/manual/html/journalattributes.html +0 -115
  366. data/manual/html/journalentry.html +0 -85
  367. data/manual/html/journalmode.html +0 -95
  368. data/manual/html/leaveallowance.html +0 -141
  369. data/manual/html/leaves.html +0 -146
  370. data/manual/html/left.html +0 -92
  371. data/manual/html/length.html +0 -106
  372. data/manual/html/limits.allocate.html +0 -47
  373. data/manual/html/limits.html +0 -74
  374. data/manual/html/limits.resource.html +0 -82
  375. data/manual/html/limits.task.html +0 -115
  376. data/manual/html/listitem.column.html +0 -68
  377. data/manual/html/listtype.column.html +0 -81
  378. data/manual/html/loadunit.html +0 -103
  379. data/manual/html/logicalexpression.html +0 -86
  380. data/manual/html/logicalflagexpression.html +0 -84
  381. data/manual/html/macro.html +0 -105
  382. data/manual/html/managers.html +0 -112
  383. data/manual/html/mandatory.html +0 -68
  384. data/manual/html/markdate.html +0 -69
  385. data/manual/html/maxend.html +0 -71
  386. data/manual/html/maximum.html +0 -101
  387. data/manual/html/maxstart.html +0 -71
  388. data/manual/html/milestone.html +0 -73
  389. data/manual/html/minend.html +0 -71
  390. data/manual/html/minimum.html +0 -101
  391. data/manual/html/minstart.html +0 -71
  392. data/manual/html/monthlymax.html +0 -101
  393. data/manual/html/monthlymin.html +0 -101
  394. data/manual/html/navbar.html +0 -567
  395. data/manual/html/navigator.html +0 -103
  396. data/manual/html/newtask.html +0 -85
  397. data/manual/html/nikureport.html +0 -218
  398. data/manual/html/note.task.html +0 -70
  399. data/manual/html/novevents.html +0 -68
  400. data/manual/html/now.html +0 -69
  401. data/manual/html/number.extend.html +0 -79
  402. data/manual/html/numberformat.html +0 -87
  403. data/manual/html/onend.html +0 -70
  404. data/manual/html/onstart.html +0 -70
  405. data/manual/html/opennodes.html +0 -70
  406. data/manual/html/outputdir.html +0 -69
  407. data/manual/html/overtime.booking.html +0 -78
  408. data/manual/html/period.column.html +0 -69
  409. data/manual/html/period.limit.html +0 -71
  410. data/manual/html/period.report.html +0 -71
  411. data/manual/html/period.task.html +0 -71
  412. data/manual/html/persistent.html +0 -68
  413. data/manual/html/precedes.html +0 -89
  414. data/manual/html/priority.html +0 -116
  415. data/manual/html/priority.timesheet.html +0 -70
  416. data/manual/html/project.html +0 -90
  417. data/manual/html/projectid.html +0 -68
  418. data/manual/html/projectid.task.html +0 -70
  419. data/manual/html/projectids.html +0 -68
  420. data/manual/html/projection.html +0 -81
  421. data/manual/html/prolog.html +0 -76
  422. data/manual/html/properties.html +0 -262
  423. data/manual/html/purge.html +0 -74
  424. data/manual/html/rate.html +0 -68
  425. data/manual/html/rate.resource.html +0 -70
  426. data/manual/html/rawhtmlhead.html +0 -70
  427. data/manual/html/reference.extend.html +0 -79
  428. data/manual/html/remaining.html +0 -119
  429. data/manual/html/replace.html +0 -71
  430. data/manual/html/reportprefix.html +0 -69
  431. data/manual/html/resource.html +0 -208
  432. data/manual/html/resourceattributes.html +0 -85
  433. data/manual/html/resourceprefix.html +0 -69
  434. data/manual/html/resourcereport.html +0 -410
  435. data/manual/html/resourceroot.html +0 -94
  436. data/manual/html/resources.limit.html +0 -84
  437. data/manual/html/responsible.html +0 -72
  438. data/manual/html/richtext.extend.html +0 -80
  439. data/manual/html/right.html +0 -92
  440. data/manual/html/rollupaccount.html +0 -106
  441. data/manual/html/rollupresource.html +0 -129
  442. data/manual/html/rolluptask.html +0 -106
  443. data/manual/html/scale.column.html +0 -89
  444. data/manual/html/scenario.html +0 -107
  445. data/manual/html/scenario.ical.html +0 -69
  446. data/manual/html/scenarios.export.html +0 -68
  447. data/manual/html/scenarios.html +0 -71
  448. data/manual/html/scenariospecific.extend.html +0 -70
  449. data/manual/html/scheduled.html +0 -70
  450. data/manual/html/scheduling.html +0 -77
  451. data/manual/html/schedulingmode.html +0 -74
  452. data/manual/html/select.html +0 -88
  453. data/manual/html/selfcontained.html +0 -70
  454. data/manual/html/shift.allocate.html +0 -79
  455. data/manual/html/shift.html +0 -136
  456. data/manual/html/shift.resource.html +0 -82
  457. data/manual/html/shift.task.html +0 -82
  458. data/manual/html/shift.timesheet.html +0 -72
  459. data/manual/html/shifts.allocate.html +0 -73
  460. data/manual/html/shifts.resource.html +0 -75
  461. data/manual/html/shifts.task.html +0 -75
  462. data/manual/html/shorttimeformat.html +0 -69
  463. data/manual/html/sloppy.booking.html +0 -79
  464. data/manual/html/sloppy.projection.html +0 -74
  465. data/manual/html/sortaccounts.html +0 -75
  466. data/manual/html/sortjournalentries.html +0 -85
  467. data/manual/html/sortresources.html +0 -75
  468. data/manual/html/sorttasks.html +0 -75
  469. data/manual/html/start.column.html +0 -69
  470. data/manual/html/start.html +0 -80
  471. data/manual/html/start.limit.html +0 -71
  472. data/manual/html/start.report.html +0 -71
  473. data/manual/html/startcredit.html +0 -76
  474. data/manual/html/status.statussheet.html +0 -75
  475. data/manual/html/status.timesheet.html +0 -93
  476. data/manual/html/statussheet.html +0 -126
  477. data/manual/html/statussheetreport.html +0 -131
  478. data/manual/html/strict.projection.html +0 -74
  479. data/manual/html/summary.html +0 -71
  480. data/manual/html/supplement.html +0 -110
  481. data/manual/html/supplement.resource.html +0 -209
  482. data/manual/html/supplement.task.html +0 -325
  483. data/manual/html/tagfile.html +0 -79
  484. data/manual/html/task.html +0 -316
  485. data/manual/html/task.statussheet.html +0 -76
  486. data/manual/html/task.timesheet.html +0 -91
  487. data/manual/html/taskattributes.html +0 -117
  488. data/manual/html/taskprefix.html +0 -69
  489. data/manual/html/taskreport.html +0 -446
  490. data/manual/html/taskroot.export.html +0 -106
  491. data/manual/html/taskroot.html +0 -107
  492. data/manual/html/text.extend.html +0 -79
  493. data/manual/html/textreport.html +0 -429
  494. data/manual/html/timeformat.html +0 -162
  495. data/manual/html/timeformat1.html +0 -69
  496. data/manual/html/timeformat2.html +0 -69
  497. data/manual/html/timeoff.nikureport.html +0 -73
  498. data/manual/html/timesheet.html +0 -131
  499. data/manual/html/timesheetreport.html +0 -131
  500. data/manual/html/timezone.export.html +0 -68
  501. data/manual/html/timezone.html +0 -74
  502. data/manual/html/timezone.report.html +0 -70
  503. data/manual/html/timezone.shift.html +0 -72
  504. data/manual/html/timingresolution.html +0 -73
  505. data/manual/html/title.column.html +0 -69
  506. data/manual/html/title.html +0 -70
  507. data/manual/html/toc.html +0 -2521
  508. data/manual/html/tooltip.column.html +0 -109
  509. data/manual/html/tracereport.html +0 -426
  510. data/manual/html/trackingscenario.html +0 -82
  511. data/manual/html/treelevel.html +0 -68
  512. data/manual/html/vacation.html +0 -73
  513. data/manual/html/vacation.resource.html +0 -75
  514. data/manual/html/vacation.shift.html +0 -73
  515. data/manual/html/warn.html +0 -107
  516. data/manual/html/weeklymax.html +0 -101
  517. data/manual/html/weeklymin.html +0 -101
  518. data/manual/html/weekstartsmonday.html +0 -68
  519. data/manual/html/weekstartssunday.html +0 -68
  520. data/manual/html/width.column.html +0 -68
  521. data/manual/html/width.html +0 -74
  522. data/manual/html/work.html +0 -107
  523. data/manual/html/workinghours.project.html +0 -104
  524. data/manual/html/workinghours.resource.html +0 -81
  525. data/manual/html/workinghours.shift.html +0 -83
  526. data/manual/html/yearlyworkingdays.html +0 -72
data/manual/html/fdl.html DELETED
@@ -1,430 +0,0 @@
1
- <!DOCTYPE html>
2
- <!-- This file has been generated by tj3man v3.8.0 -->
3
- <html lang="en" xml:lang="en">
4
- <head>
5
- <title>fdl</title>
6
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
7
- <meta content="IE=9" http-equiv="X-UA-Compatible"/>
8
- </head>
9
- <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
10
- <body>
11
- <div align="center">
12
- <h3 align="center">The TaskJuggler User Manual</h3>
13
- <em align="center">Project Management beyond Gantt Chart Drawing</em>
14
- </div>
15
- <br/>
16
- <hr/>
17
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
18
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="TaskJuggler_Internals.html">TaskJuggler_Internals</a> &lt;&lt;</td>
19
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
20
- <td style="text-align:right; width:35%;"></td>
21
- </tr></table>
22
- <hr/>
23
- <br/>
24
- <div style="width:90%; margin-left:5%; margin-right:5%"><div class="manual">
25
- <h1 class="manual" id="GNU_Free_Documentation_License">9 GNU Free Documentation License</h1>
26
- <div class="manual" codesection="1"><pre class="manual" codesection="1"> Version 1.3, 3 November 2008
27
- Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
28
- &lt;http://fsf.org/&gt;
29
- Everyone is permitted to copy and distribute verbatim copies
30
- of this license document, but changing it is not allowed.
31
-
32
- 0. PREAMBLE
33
-
34
- The purpose of this License is to make a manual, textbook, or other
35
- functional and useful document "free" in the sense of freedom: to
36
- assure everyone the effective freedom to copy and redistribute it,
37
- with or without modifying it, either commercially or noncommercially.
38
- Secondarily, this License preserves for the author and publisher a way
39
- to get credit for their work, while not being considered responsible
40
- for modifications made by others.
41
-
42
- This License is a kind of "copyleft", which means that derivative
43
- works of the document must themselves be free in the same sense. It
44
- complements the GNU General Public License, which is a copyleft
45
- license designed for free software.
46
-
47
- We have designed this License in order to use it for manuals for free
48
- software, because free software needs free documentation: a free
49
- program should come with manuals providing the same freedoms that the
50
- software does. But this License is not limited to software manuals;
51
- it can be used for any textual work, regardless of subject matter or
52
- whether it is published as a printed book. We recommend this License
53
- principally for works whose purpose is instruction or reference.
54
-
55
-
56
- 1. APPLICABILITY AND DEFINITIONS
57
-
58
- This License applies to any manual or other work, in any medium, that
59
- contains a notice placed by the copyright holder saying it can be
60
- distributed under the terms of this License. Such a notice grants a
61
- world-wide, royalty-free license, unlimited in duration, to use that
62
- work under the conditions stated herein. The "Document", below,
63
- refers to any such manual or work. Any member of the public is a
64
- licensee, and is addressed as "you". You accept the license if you
65
- copy, modify or distribute the work in a way requiring permission
66
- under copyright law.
67
-
68
- A "Modified Version" of the Document means any work containing the
69
- Document or a portion of it, either copied verbatim, or with
70
- modifications and/or translated into another language.
71
-
72
- A "Secondary Section" is a named appendix or a front-matter section of
73
- the Document that deals exclusively with the relationship of the
74
- publishers or authors of the Document to the Document's overall
75
- subject (or to related matters) and contains nothing that could fall
76
- directly within that overall subject. (Thus, if the Document is in
77
- part a textbook of mathematics, a Secondary Section may not explain
78
- any mathematics.) The relationship could be a matter of historical
79
- connection with the subject or with related matters, or of legal,
80
- commercial, philosophical, ethical or political position regarding
81
- them.
82
-
83
- The "Invariant Sections" are certain Secondary Sections whose titles
84
- are designated, as being those of Invariant Sections, in the notice
85
- that says that the Document is released under this License. If a
86
- section does not fit the above definition of Secondary then it is not
87
- allowed to be designated as Invariant. The Document may contain zero
88
- Invariant Sections. If the Document does not identify any Invariant
89
- Sections then there are none.
90
-
91
- The "Cover Texts" are certain short passages of text that are listed,
92
- as Front-Cover Texts or Back-Cover Texts, in the notice that says that
93
- the Document is released under this License. A Front-Cover Text may
94
- be at most 5 words, and a Back-Cover Text may be at most 25 words.
95
-
96
- A "Transparent" copy of the Document means a machine-readable copy,
97
- represented in a format whose specification is available to the
98
- general public, that is suitable for revising the document
99
- straightforwardly with generic text editors or (for images composed of
100
- pixels) generic paint programs or (for drawings) some widely available
101
- drawing editor, and that is suitable for input to text formatters or
102
- for automatic translation to a variety of formats suitable for input
103
- to text formatters. A copy made in an otherwise Transparent file
104
- format whose markup, or absence of markup, has been arranged to thwart
105
- or discourage subsequent modification by readers is not Transparent.
106
- An image format is not Transparent if used for any substantial amount
107
- of text. A copy that is not "Transparent" is called "Opaque".
108
-
109
- Examples of suitable formats for Transparent copies include plain
110
- ASCII without markup, Texinfo input format, LaTeX input format, SGML
111
- or XML using a publicly available DTD, and standard-conforming simple
112
- HTML, PostScript or PDF designed for human modification. Examples of
113
- transparent image formats include PNG, XCF and JPG. Opaque formats
114
- include proprietary formats that can be read and edited only by
115
- proprietary word processors, SGML or XML for which the DTD and/or
116
- processing tools are not generally available, and the
117
- machine-generated HTML, PostScript or PDF produced by some word
118
- processors for output purposes only.
119
-
120
- The "Title Page" means, for a printed book, the title page itself,
121
- plus such following pages as are needed to hold, legibly, the material
122
- this License requires to appear in the title page. For works in
123
- formats which do not have any title page as such, "Title Page" means
124
- the text near the most prominent appearance of the work's title,
125
- preceding the beginning of the body of the text.
126
-
127
- The "publisher" means any person or entity that distributes copies of
128
- the Document to the public.
129
-
130
- A section "Entitled XYZ" means a named subunit of the Document whose
131
- title either is precisely XYZ or contains XYZ in parentheses following
132
- text that translates XYZ in another language. (Here XYZ stands for a
133
- specific section name mentioned below, such as "Acknowledgements",
134
- "Dedications", "Endorsements", or "History".) To "Preserve the Title"
135
- of such a section when you modify the Document means that it remains a
136
- section "Entitled XYZ" according to this definition.
137
-
138
- The Document may include Warranty Disclaimers next to the notice which
139
- states that this License applies to the Document. These Warranty
140
- Disclaimers are considered to be included by reference in this
141
- License, but only as regards disclaiming warranties: any other
142
- implication that these Warranty Disclaimers may have is void and has
143
- no effect on the meaning of this License.
144
-
145
- 2. VERBATIM COPYING
146
-
147
- You may copy and distribute the Document in any medium, either
148
- commercially or noncommercially, provided that this License, the
149
- copyright notices, and the license notice saying this License applies
150
- to the Document are reproduced in all copies, and that you add no
151
- other conditions whatsoever to those of this License. You may not use
152
- technical measures to obstruct or control the reading or further
153
- copying of the copies you make or distribute. However, you may accept
154
- compensation in exchange for copies. If you distribute a large enough
155
- number of copies you must also follow the conditions in section 3.
156
- You may also lend copies, under the same conditions stated above, and
157
- you may publicly display copies.
158
- 3. COPYING IN QUANTITY
159
- If you publish printed copies (or copies in media that commonly have
160
- printed covers) of the Document, numbering more than 100, and the
161
- Document's license notice requires Cover Texts, you must enclose the
162
- copies in covers that carry, clearly and legibly, all these Cover
163
- Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
164
- the back cover. Both covers must also clearly and legibly identify
165
- you as the publisher of these copies. The front cover must present
166
- the full title with all words of the title equally prominent and
167
- visible. You may add other material on the covers in addition.
168
- Copying with changes limited to the covers, as long as they preserve
169
- the title of the Document and satisfy these conditions, can be treated
170
- as verbatim copying in other respects.
171
- If the required texts for either cover are too voluminous to fit
172
- legibly, you should put the first ones listed (as many as fit
173
- reasonably) on the actual cover, and continue the rest onto adjacent
174
- pages.
175
- If you publish or distribute Opaque copies of the Document numbering
176
- more than 100, you must either include a machine-readable Transparent
177
- copy along with each Opaque copy, or state in or with each Opaque copy
178
- a computer-network location from which the general network-using
179
- public has access to download using public-standard network protocols
180
- a complete Transparent copy of the Document, free of added material.
181
- If you use the latter option, you must take reasonably prudent steps,
182
- when you begin distribution of Opaque copies in quantity, to ensure
183
- that this Transparent copy will remain thus accessible at the stated
184
- location until at least one year after the last time you distribute an
185
- Opaque copy (directly or through your agents or retailers) of that
186
- edition to the public.
187
- It is requested, but not required, that you contact the authors of the
188
- Document well before redistributing any large number of copies, to
189
- give them a chance to provide you with an updated version of the
190
- Document.
191
- 4. MODIFICATIONS
192
- You may copy and distribute a Modified Version of the Document under
193
- the conditions of sections 2 and 3 above, provided that you release
194
- the Modified Version under precisely this License, with the Modified
195
- Version filling the role of the Document, thus licensing distribution
196
- and modification of the Modified Version to whoever possesses a copy
197
- of it. In addition, you must do these things in the Modified Version:
198
- A. Use in the Title Page (and on the covers, if any) a title distinct
199
- from that of the Document, and from those of previous versions
200
- (which should, if there were any, be listed in the History section
201
- of the Document). You may use the same title as a previous version
202
- if the original publisher of that version gives permission.
203
- B. List on the Title Page, as authors, one or more persons or entities
204
- responsible for authorship of the modifications in the Modified
205
- Version, together with at least five of the principal authors of the
206
- Document (all of its principal authors, if it has fewer than five),
207
- unless they release you from this requirement.
208
- C. State on the Title page the name of the publisher of the
209
- Modified Version, as the publisher.
210
- D. Preserve all the copyright notices of the Document.
211
- E. Add an appropriate copyright notice for your modifications
212
- adjacent to the other copyright notices.
213
- F. Include, immediately after the copyright notices, a license notice
214
- giving the public permission to use the Modified Version under the
215
- terms of this License, in the form shown in the Addendum below.
216
- G. Preserve in that license notice the full lists of Invariant Sections
217
- and required Cover Texts given in the Document's license notice.
218
- H. Include an unaltered copy of this License.
219
- I. Preserve the section Entitled "History", Preserve its Title, and add
220
- to it an item stating at least the title, year, new authors, and
221
- publisher of the Modified Version as given on the Title Page. If
222
- there is no section Entitled "History" in the Document, create one
223
- stating the title, year, authors, and publisher of the Document as
224
- given on its Title Page, then add an item describing the Modified
225
- Version as stated in the previous sentence.
226
- J. Preserve the network location, if any, given in the Document for
227
- public access to a Transparent copy of the Document, and likewise
228
- the network locations given in the Document for previous versions
229
- it was based on. These may be placed in the "History" section.
230
- You may omit a network location for a work that was published at
231
- least four years before the Document itself, or if the original
232
- publisher of the version it refers to gives permission.
233
- K. For any section Entitled "Acknowledgements" or "Dedications",
234
- Preserve the Title of the section, and preserve in the section all
235
- the substance and tone of each of the contributor acknowledgements
236
- and/or dedications given therein.
237
- L. Preserve all the Invariant Sections of the Document,
238
- unaltered in their text and in their titles. Section numbers
239
- or the equivalent are not considered part of the section titles.
240
- M. Delete any section Entitled "Endorsements". Such a section
241
- may not be included in the Modified Version.
242
- N. Do not retitle any existing section to be Entitled "Endorsements"
243
- or to conflict in title with any Invariant Section.
244
- O. Preserve any Warranty Disclaimers.
245
- If the Modified Version includes new front-matter sections or
246
- appendices that qualify as Secondary Sections and contain no material
247
- copied from the Document, you may at your option designate some or all
248
- of these sections as invariant. To do this, add their titles to the
249
- list of Invariant Sections in the Modified Version's license notice.
250
- These titles must be distinct from any other section titles.
251
- You may add a section Entitled "Endorsements", provided it contains
252
- nothing but endorsements of your Modified Version by various
253
- parties--for example, statements of peer review or that the text has
254
- been approved by an organization as the authoritative definition of a
255
- standard.
256
- You may add a passage of up to five words as a Front-Cover Text, and a
257
- passage of up to 25 words as a Back-Cover Text, to the end of the list
258
- of Cover Texts in the Modified Version. Only one passage of
259
- Front-Cover Text and one of Back-Cover Text may be added by (or
260
- through arrangements made by) any one entity. If the Document already
261
- includes a cover text for the same cover, previously added by you or
262
- by arrangement made by the same entity you are acting on behalf of,
263
- you may not add another; but you may replace the old one, on explicit
264
- permission from the previous publisher that added the old one.
265
- The author(s) and publisher(s) of the Document do not by this License
266
- give permission to use their names for publicity for or to assert or
267
- imply endorsement of any Modified Version.
268
- 5. COMBINING DOCUMENTS
269
- You may combine the Document with other documents released under this
270
- License, under the terms defined in section 4 above for modified
271
- versions, provided that you include in the combination all of the
272
- Invariant Sections of all of the original documents, unmodified, and
273
- list them all as Invariant Sections of your combined work in its
274
- license notice, and that you preserve all their Warranty Disclaimers.
275
- The combined work need only contain one copy of this License, and
276
- multiple identical Invariant Sections may be replaced with a single
277
- copy. If there are multiple Invariant Sections with the same name but
278
- different contents, make the title of each such section unique by
279
- adding at the end of it, in parentheses, the name of the original
280
- author or publisher of that section if known, or else a unique number.
281
- Make the same adjustment to the section titles in the list of
282
- Invariant Sections in the license notice of the combined work.
283
- In the combination, you must combine any sections Entitled "History"
284
- in the various original documents, forming one section Entitled
285
- "History"; likewise combine any sections Entitled "Acknowledgements",
286
- and any sections Entitled "Dedications". You must delete all sections
287
- Entitled "Endorsements".
288
- 6. COLLECTIONS OF DOCUMENTS
289
- You may make a collection consisting of the Document and other
290
- documents released under this License, and replace the individual
291
- copies of this License in the various documents with a single copy
292
- that is included in the collection, provided that you follow the rules
293
- of this License for verbatim copying of each of the documents in all
294
- other respects.
295
- You may extract a single document from such a collection, and
296
- distribute it individually under this License, provided you insert a
297
- copy of this License into the extracted document, and follow this
298
- License in all other respects regarding verbatim copying of that
299
- document.
300
- 7. AGGREGATION WITH INDEPENDENT WORKS
301
- A compilation of the Document or its derivatives with other separate
302
- and independent documents or works, in or on a volume of a storage or
303
- distribution medium, is called an "aggregate" if the copyright
304
- resulting from the compilation is not used to limit the legal rights
305
- of the compilation's users beyond what the individual works permit.
306
- When the Document is included in an aggregate, this License does not
307
- apply to the other works in the aggregate which are not themselves
308
- derivative works of the Document.
309
- If the Cover Text requirement of section 3 is applicable to these
310
- copies of the Document, then if the Document is less than one half of
311
- the entire aggregate, the Document's Cover Texts may be placed on
312
- covers that bracket the Document within the aggregate, or the
313
- electronic equivalent of covers if the Document is in electronic form.
314
- Otherwise they must appear on printed covers that bracket the whole
315
- aggregate.
316
- 8. TRANSLATION
317
- Translation is considered a kind of modification, so you may
318
- distribute translations of the Document under the terms of section 4.
319
- Replacing Invariant Sections with translations requires special
320
- permission from their copyright holders, but you may include
321
- translations of some or all Invariant Sections in addition to the
322
- original versions of these Invariant Sections. You may include a
323
- translation of this License, and all the license notices in the
324
- Document, and any Warranty Disclaimers, provided that you also include
325
- the original English version of this License and the original versions
326
- of those notices and disclaimers. In case of a disagreement between
327
- the translation and the original version of this License or a notice
328
- or disclaimer, the original version will prevail.
329
- If a section in the Document is Entitled "Acknowledgements",
330
- "Dedications", or "History", the requirement (section 4) to Preserve
331
- its Title (section 1) will typically require changing the actual
332
- title.
333
- 9. TERMINATION
334
- You may not copy, modify, sublicense, or distribute the Document
335
- except as expressly provided under this License. Any attempt
336
- otherwise to copy, modify, sublicense, or distribute it is void, and
337
- will automatically terminate your rights under this License.
338
- However, if you cease all violation of this License, then your license
339
- from a particular copyright holder is reinstated (a) provisionally,
340
- unless and until the copyright holder explicitly and finally
341
- terminates your license, and (b) permanently, if the copyright holder
342
- fails to notify you of the violation by some reasonable means prior to
343
- 60 days after the cessation.
344
- Moreover, your license from a particular copyright holder is
345
- reinstated permanently if the copyright holder notifies you of the
346
- violation by some reasonable means, this is the first time you have
347
- received notice of violation of this License (for any work) from that
348
- copyright holder, and you cure the violation prior to 30 days after
349
- your receipt of the notice.
350
- Termination of your rights under this section does not terminate the
351
- licenses of parties who have received copies or rights from you under
352
- this License. If your rights have been terminated and not permanently
353
- reinstated, receipt of a copy of some or all of the same material does
354
- not give you any rights to use it.
355
- 10. FUTURE REVISIONS OF THIS LICENSE
356
- The Free Software Foundation may publish new, revised versions of the
357
- GNU Free Documentation License from time to time. Such new versions
358
- will be similar in spirit to the present version, but may differ in
359
- detail to address new problems or concerns. See
360
- http://www.gnu.org/copyleft/.
361
- Each version of the License is given a distinguishing version number.
362
- If the Document specifies that a particular numbered version of this
363
- License "or any later version" applies to it, you have the option of
364
- following the terms and conditions either of that specified version or
365
- of any later version that has been published (not as a draft) by the
366
- Free Software Foundation. If the Document does not specify a version
367
- number of this License, you may choose any version ever published (not
368
- as a draft) by the Free Software Foundation. If the Document
369
- specifies that a proxy can decide which future versions of this
370
- License can be used, that proxy's public statement of acceptance of a
371
- version permanently authorizes you to choose that version for the
372
- Document.
373
- 11. RELICENSING
374
- "Massive Multiauthor Collaboration Site" (or "MMC Site") means any
375
- World Wide Web server that publishes copyrightable works and also
376
- provides prominent facilities for anybody to edit those works. A
377
- public wiki that anybody can edit is an example of such a server. A
378
- "Massive Multiauthor Collaboration" (or "MMC") contained in the site
379
- means any set of copyrightable works thus published on the MMC site.
380
- "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0
381
- license published by Creative Commons Corporation, a not-for-profit
382
- corporation with a principal place of business in San Francisco,
383
- California, as well as future copyleft versions of that license
384
- published by that same organization.
385
- "Incorporate" means to publish or republish a Document, in whole or in
386
- part, as part of another Document.
387
- An MMC is "eligible for relicensing" if it is licensed under this
388
- License, and if all works that were first published under this License
389
- somewhere other than this MMC, and subsequently incorporated in whole or
390
- in part into the MMC, (1) had no cover texts or invariant sections, and
391
- (2) were thus incorporated prior to November 1, 2008.
392
- The operator of an MMC Site may republish an MMC contained in the site
393
- under CC-BY-SA on the same site at any time before August 1, 2009,
394
- provided the MMC is eligible for relicensing.
395
- ADDENDUM: How to use this License for your documents
396
- To use this License in a document you have written, include a copy of
397
- the License in the document and put the following copyright and
398
- license notices just after the title page:
399
- Copyright (c) YEAR YOUR NAME.
400
- Permission is granted to copy, distribute and/or modify this document
401
- under the terms of the GNU Free Documentation License, Version 1.3
402
- or any later version published by the Free Software Foundation;
403
- with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
404
- A copy of the license is included in the section entitled "GNU
405
- Free Documentation License".
406
- If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
407
- replace the "with...Texts." line with this:
408
- with the Invariant Sections being LIST THEIR TITLES, with the
409
- Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
410
- If you have Invariant Sections without Cover Texts, or some other
411
- combination of the three, merge those two alternatives to suit the
412
- situation.
413
- If your document contains nontrivial examples of program code, we
414
- recommend releasing these examples in parallel under your choice of
415
- free software license, such as the GNU General Public License,
416
- to permit their use in free software.
417
- </pre></div>
418
- </div></div>
419
- <br/>
420
- <hr/>
421
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
422
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="TaskJuggler_Internals.html">TaskJuggler_Internals</a> &lt;&lt;</td>
423
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
424
- <td style="text-align:right; width:35%;"></td>
425
- </tr></table>
426
- <hr/>
427
- <br/>
428
- <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 by Chris Schlaeger &lt;cs@taskjuggler.org&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
429
- </body>
430
- </html>
@@ -1,69 +0,0 @@
1
- <!DOCTYPE html>
2
- <!-- This file has been generated by tj3man v3.8.0 -->
3
- <html lang="en" xml:lang="en">
4
- <head>
5
- <title>flags.account</title>
6
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
7
- <meta content="IE=9" http-equiv="X-UA-Compatible"/>
8
- <meta content="The TaskJuggler Manual" name="description"/>
9
- <meta content="taskjuggler, project, management" name="keywords"/>
10
- </head>
11
- <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
12
- <body>
13
- <div align="center">
14
- <h3 align="center">The TaskJuggler User Manual</h3>
15
- <em align="center">Project Management beyond Gantt Chart Drawing</em>
16
- </div>
17
- <br/>
18
- <hr/>
19
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
20
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="flags.html">flags</a> &lt;&lt;</td>
21
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
22
- <td style="text-align:right; width:35%;">&gt;&gt; <a href="flags.journalentry.html">flags (journalentry)</a> &gt;&gt;</td>
23
- </tr></table>
24
- <hr/>
25
- <br/>
26
- <div style="margin-left:5%; margin-right:5%">
27
- <p><table align="center" class="table"><tr align="left">
28
- <td class="tag" style="width:16%">Keyword</td>
29
- <td class="descr" style="width:84%">
30
- <b>flags (account)</b>
31
- <a href="List_Attributes.html">List Attribute</a>
32
- </td>
33
- </tr></table></p>
34
- <p><table align="center" class="table">
35
- <colgroup>
36
- <col width="16%"></col>
37
- <col width="24%"></col>
38
- <col width="60%"></col>
39
- </colgroup>
40
- <tr align="left">
41
- <td class="tag">Purpose</td>
42
- <td class="descr" colspan="2"><div>Attach a set of flags. The flags can be used in logical expressions to filter properties from the reports.</div></td>
43
- </tr>
44
- <tr align="left">
45
- <td class="tag">Syntax</td>
46
- <td class="descr" colspan="2"><code>flags &lt;ID&gt; [, &lt;ID&gt;...]</code></td>
47
- </tr>
48
- <tr align="left">
49
- <td class="tag">Arguments</td>
50
- <td class="descr" colspan="2">none</td>
51
- </tr>
52
- <tr align="left">
53
- <td class="tag">Context</td>
54
- <td class="descr" colspan="2"><a href="account.html">account</a></td>
55
- </tr>
56
- </table></p>
57
- </div>
58
- <br/>
59
- <hr/>
60
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
61
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="flags.html">flags</a> &lt;&lt;</td>
62
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
63
- <td style="text-align:right; width:35%;">&gt;&gt; <a href="flags.journalentry.html">flags (journalentry)</a> &gt;&gt;</td>
64
- </tr></table>
65
- <hr/>
66
- <br/>
67
- <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 by Chris Schlaeger &lt;cs@taskjuggler.org&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
68
- </body>
69
- </html>
@@ -1,68 +0,0 @@
1
- <!DOCTYPE html>
2
- <!-- This file has been generated by tj3man v3.8.0 -->
3
- <html lang="en" xml:lang="en">
4
- <head>
5
- <title>flags</title>
6
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
7
- <meta content="IE=9" http-equiv="X-UA-Compatible"/>
8
- <meta content="The TaskJuggler Manual" name="description"/>
9
- <meta content="taskjuggler, project, management" name="keywords"/>
10
- </head>
11
- <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
12
- <body>
13
- <div align="center">
14
- <h3 align="center">The TaskJuggler User Manual</h3>
15
- <em align="center">Project Management beyond Gantt Chart Drawing</em>
16
- </div>
17
- <br/>
18
- <hr/>
19
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
20
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="fail.html">fail</a> &lt;&lt;</td>
21
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
22
- <td style="text-align:right; width:35%;">&gt;&gt; <a href="flags.account.html">flags (account)</a> &gt;&gt;</td>
23
- </tr></table>
24
- <hr/>
25
- <br/>
26
- <div style="margin-left:5%; margin-right:5%">
27
- <p><table align="center" class="table"><tr align="left">
28
- <td class="tag" style="width:16%">Keyword</td>
29
- <td class="descr" style="width:84%">
30
- <b>flags</b>
31
- </td>
32
- </tr></table></p>
33
- <p><table align="center" class="table">
34
- <colgroup>
35
- <col width="16%"></col>
36
- <col width="24%"></col>
37
- <col width="60%"></col>
38
- </colgroup>
39
- <tr align="left">
40
- <td class="tag">Purpose</td>
41
- <td class="descr" colspan="2"><div>Declare one or more flag for later use. Flags can be used to mark tasks, resources or other properties to filter them in reports.</div></td>
42
- </tr>
43
- <tr align="left">
44
- <td class="tag">Syntax</td>
45
- <td class="descr" colspan="2"><code>flags &lt;ID&gt; [, &lt;ID&gt;...]</code></td>
46
- </tr>
47
- <tr align="left">
48
- <td class="tag">Arguments</td>
49
- <td class="descr" colspan="2">none</td>
50
- </tr>
51
- <tr align="left">
52
- <td class="tag">Context</td>
53
- <td class="descr" colspan="2"><a href="properties.html">properties</a></td>
54
- </tr>
55
- </table></p>
56
- </div>
57
- <br/>
58
- <hr/>
59
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
60
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="fail.html">fail</a> &lt;&lt;</td>
61
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
62
- <td style="text-align:right; width:35%;">&gt;&gt; <a href="flags.account.html">flags (account)</a> &gt;&gt;</td>
63
- </tr></table>
64
- <hr/>
65
- <br/>
66
- <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 by Chris Schlaeger &lt;cs@taskjuggler.org&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
67
- </body>
68
- </html>
@@ -1,68 +0,0 @@
1
- <!DOCTYPE html>
2
- <!-- This file has been generated by tj3man v3.8.0 -->
3
- <html lang="en" xml:lang="en">
4
- <head>
5
- <title>flags.journalentry</title>
6
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
7
- <meta content="IE=9" http-equiv="X-UA-Compatible"/>
8
- <meta content="The TaskJuggler Manual" name="description"/>
9
- <meta content="taskjuggler, project, management" name="keywords"/>
10
- </head>
11
- <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
12
- <body>
13
- <div align="center">
14
- <h3 align="center">The TaskJuggler User Manual</h3>
15
- <em align="center">Project Management beyond Gantt Chart Drawing</em>
16
- </div>
17
- <br/>
18
- <hr/>
19
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
20
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="flags.account.html">flags (account)</a> &lt;&lt;</td>
21
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
22
- <td style="text-align:right; width:35%;">&gt;&gt; <a href="flags.report.html">flags (report)</a> &gt;&gt;</td>
23
- </tr></table>
24
- <hr/>
25
- <br/>
26
- <div style="margin-left:5%; margin-right:5%">
27
- <p><table align="center" class="table"><tr align="left">
28
- <td class="tag" style="width:16%">Keyword</td>
29
- <td class="descr" style="width:84%">
30
- <b>flags (journalentry)</b>
31
- </td>
32
- </tr></table></p>
33
- <p><table align="center" class="table">
34
- <colgroup>
35
- <col width="16%"></col>
36
- <col width="24%"></col>
37
- <col width="60%"></col>
38
- </colgroup>
39
- <tr align="left">
40
- <td class="tag">Purpose</td>
41
- <td class="descr" colspan="2"><div>Journal entries can have flags attached to them. These can be used to include only entries in a report that have a certain flag.</div></td>
42
- </tr>
43
- <tr align="left">
44
- <td class="tag">Syntax</td>
45
- <td class="descr" colspan="2"><code>flags &lt;ID&gt; [, &lt;ID&gt;...]</code></td>
46
- </tr>
47
- <tr align="left">
48
- <td class="tag">Arguments</td>
49
- <td class="descr" colspan="2">none</td>
50
- </tr>
51
- <tr align="left">
52
- <td class="tag">Context</td>
53
- <td class="descr" colspan="2"><a href="journalentry.html">journalentry</a></td>
54
- </tr>
55
- </table></p>
56
- </div>
57
- <br/>
58
- <hr/>
59
- <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
60
- <td style="text-align:left; width:35%;">&lt;&lt; <a href="flags.account.html">flags (account)</a> &lt;&lt;</td>
61
- <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
62
- <td style="text-align:right; width:35%;">&gt;&gt; <a href="flags.report.html">flags (report)</a> &gt;&gt;</td>
63
- </tr></table>
64
- <hr/>
65
- <br/>
66
- <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 by Chris Schlaeger &lt;cs@taskjuggler.org&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
67
- </body>
68
- </html>