taskjuggler 0.0.4 → 0.0.5

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 (829) hide show
  1. data/README +1 -1
  2. data/bin/tj3client +3 -0
  3. data/bin/tj3d +3 -0
  4. data/bin/tj3ts_receiver +3 -0
  5. data/bin/tj3ts_sender +3 -0
  6. data/bin/tj3ts_summary +3 -0
  7. data/data/css/tjmanual.css +14 -0
  8. data/data/css/tjreport.css +233 -21
  9. data/data/scripts/wz_tooltip.js +20 -20
  10. data/doc/AppConfig.html +1389 -0
  11. data/doc/Arguments.html +678 -0
  12. data/doc/COPYING.html +837 -0
  13. data/doc/Object.html +996 -0
  14. data/doc/README.html +523 -0
  15. data/doc/RuntimeConfig.html +762 -0
  16. data/doc/String.html +872 -0
  17. data/doc/TaskJuggler/Account.html +691 -0
  18. data/doc/TaskJuggler/AccountAttribute.html +707 -0
  19. data/doc/TaskJuggler/AccountScenario.html +650 -0
  20. data/doc/TaskJuggler/Allocation.html +898 -0
  21. data/doc/TaskJuggler/AllocationAttribute.html +737 -0
  22. data/doc/TaskJuggler/AttributeBase.html +1193 -0
  23. data/doc/TaskJuggler/AttributeDefinition.html +753 -0
  24. data/doc/TaskJuggler/BatchProcessor.html +1112 -0
  25. data/doc/TaskJuggler/Booking.html +797 -0
  26. data/doc/TaskJuggler/BookingListAttribute.html +709 -0
  27. data/doc/TaskJuggler/BooleanAttribute.html +707 -0
  28. data/doc/TaskJuggler/CSVFile.html +924 -0
  29. data/doc/TaskJuggler/CellSettingPattern.html +638 -0
  30. data/doc/TaskJuggler/CellSettingPatternList.html +687 -0
  31. data/doc/TaskJuggler/Charge.html +715 -0
  32. data/doc/TaskJuggler/ChargeListAttribute.html +671 -0
  33. data/doc/TaskJuggler/ChargeSet.html +887 -0
  34. data/doc/TaskJuggler/ChargeSetListAttribute.html +718 -0
  35. data/doc/TaskJuggler/ColumnListAttribute.html +673 -0
  36. data/doc/TaskJuggler/ColumnTable.html +701 -0
  37. data/doc/TaskJuggler/Daemon.html +728 -0
  38. data/doc/TaskJuggler/DateAttribute.html +675 -0
  39. data/doc/TaskJuggler/DefinitionListAttribute.html +593 -0
  40. data/doc/TaskJuggler/DependencyListAttribute.html +713 -0
  41. data/doc/TaskJuggler/DurationAttribute.html +707 -0
  42. data/doc/TaskJuggler/FixnumAttribute.html +629 -0
  43. data/doc/TaskJuggler/FlagListAttribute.html +709 -0
  44. data/doc/TaskJuggler/FloatAttribute.html +671 -0
  45. data/doc/TaskJuggler/FormatListAttribute.html +635 -0
  46. data/doc/TaskJuggler/GanttChart.html +1473 -0
  47. data/doc/TaskJuggler/GanttContainer.html +885 -0
  48. data/doc/TaskJuggler/GanttHeader.html +886 -0
  49. data/doc/TaskJuggler/GanttHeaderScaleItem.html +700 -0
  50. data/doc/TaskJuggler/GanttLine.html +1263 -0
  51. data/doc/TaskJuggler/GanttLoadStack.html +766 -0
  52. data/doc/TaskJuggler/GanttMilestone.html +865 -0
  53. data/doc/TaskJuggler/GanttRouter.html +1433 -0
  54. data/doc/TaskJuggler/GanttTaskBar.html +880 -0
  55. data/doc/TaskJuggler/HTMLDocument.html +719 -0
  56. data/doc/TaskJuggler/HTMLGraphics.html +775 -0
  57. data/doc/TaskJuggler/Interval.html +1016 -0
  58. data/doc/TaskJuggler/IntervalListAttribute.html +713 -0
  59. data/doc/TaskJuggler/JobInfo.html +881 -0
  60. data/doc/TaskJuggler/Journal.html +991 -0
  61. data/doc/TaskJuggler/JournalEntry.html +779 -0
  62. data/doc/TaskJuggler/JournalEntryList.html +952 -0
  63. data/doc/TaskJuggler/KeywordArray.html +628 -0
  64. data/doc/TaskJuggler/KeywordDocumentation.html +1662 -0
  65. data/doc/TaskJuggler/Limits/Limit.html +826 -0
  66. data/doc/TaskJuggler/Limits.html +966 -0
  67. data/doc/TaskJuggler/LimitsAttribute.html +707 -0
  68. data/doc/TaskJuggler/ListAttributeBase.html +641 -0
  69. data/doc/TaskJuggler/Log.html +1103 -0
  70. data/doc/TaskJuggler/LogFile.html +918 -0
  71. data/doc/TaskJuggler/LogicalAttribute.html +698 -0
  72. data/doc/TaskJuggler/LogicalExpression.html +739 -0
  73. data/doc/TaskJuggler/LogicalExpressionAttribute.html +629 -0
  74. data/doc/TaskJuggler/LogicalFlag.html +681 -0
  75. data/doc/TaskJuggler/LogicalFunction.html +1218 -0
  76. data/doc/TaskJuggler/LogicalOperation.html +1078 -0
  77. data/doc/TaskJuggler/Macro.html +646 -0
  78. data/doc/TaskJuggler/MacroParser.html +810 -0
  79. data/doc/TaskJuggler/MacroTable.html +810 -0
  80. data/doc/TaskJuggler/ManagerResponsibilities.html +674 -0
  81. data/doc/TaskJuggler/ManagerStatusRecord.html +678 -0
  82. data/doc/TaskJuggler/Message.html +757 -0
  83. data/doc/TaskJuggler/MessageHandler.html +679 -0
  84. data/doc/TaskJuggler/Navigator.html +867 -0
  85. data/doc/TaskJuggler/NavigatorElement.html +932 -0
  86. data/doc/TaskJuggler/NikuProject.html +662 -0
  87. data/doc/TaskJuggler/NikuReport.html +1316 -0
  88. data/doc/TaskJuggler/NikuResource.html +632 -0
  89. data/doc/TaskJuggler/OnShiftCache.html +864 -0
  90. data/doc/TaskJuggler/ProcessIntercom.html +847 -0
  91. data/doc/TaskJuggler/ProcessIntercomIface.html +664 -0
  92. data/doc/TaskJuggler/Project.html +3056 -0
  93. data/doc/TaskJuggler/ProjectBroker.html +1260 -0
  94. data/doc/TaskJuggler/ProjectBrokerIface.html +734 -0
  95. data/doc/TaskJuggler/ProjectFileParser.html +1951 -0
  96. data/doc/TaskJuggler/ProjectRecord.html +859 -0
  97. data/doc/TaskJuggler/ProjectServer.html +1092 -0
  98. data/doc/TaskJuggler/ProjectServerIface.html +768 -0
  99. data/doc/TaskJuggler/PropertyAttribute.html +629 -0
  100. data/doc/TaskJuggler/PropertyList.html +1336 -0
  101. data/doc/TaskJuggler/PropertySet.html +1785 -0
  102. data/doc/TaskJuggler/PropertyTreeNode.html +2482 -0
  103. data/doc/TaskJuggler/Query.html +1831 -0
  104. data/doc/TaskJuggler/RTFNavigator.html +729 -0
  105. data/doc/TaskJuggler/RTFQuery.html +1038 -0
  106. data/doc/TaskJuggler/RTFReport.html +740 -0
  107. data/doc/TaskJuggler/RealFormat.html +743 -0
  108. data/doc/TaskJuggler/RealFormatAttribute.html +593 -0
  109. data/doc/TaskJuggler/ReferenceAttribute.html +782 -0
  110. data/doc/TaskJuggler/Report.html +1255 -0
  111. data/doc/TaskJuggler/ReportBase.html +1198 -0
  112. data/doc/TaskJuggler/ReportContext.html +711 -0
  113. data/doc/TaskJuggler/ReportServer.html +988 -0
  114. data/doc/TaskJuggler/ReportServerIface.html +838 -0
  115. data/doc/TaskJuggler/ReportServerRecord.html +716 -0
  116. data/doc/TaskJuggler/ReportTable.html +1106 -0
  117. data/doc/TaskJuggler/ReportTableCell.html +1536 -0
  118. data/doc/TaskJuggler/ReportTableColumn.html +828 -0
  119. data/doc/TaskJuggler/ReportTableLegend.html +999 -0
  120. data/doc/TaskJuggler/ReportTableLine.html +1003 -0
  121. data/doc/TaskJuggler/Resource.html +938 -0
  122. data/doc/TaskJuggler/ResourceListAttribute.html +752 -0
  123. data/doc/TaskJuggler/ResourceListRE.html +674 -0
  124. data/doc/TaskJuggler/ResourceScenario.html +2457 -0
  125. data/doc/TaskJuggler/RichText.html +791 -0
  126. data/doc/TaskJuggler/RichTextAttribute.html +743 -0
  127. data/doc/TaskJuggler/RichTextDocument.html +972 -0
  128. data/doc/TaskJuggler/RichTextElement.html +1615 -0
  129. data/doc/TaskJuggler/RichTextException.html +667 -0
  130. data/doc/TaskJuggler/RichTextFunctionExample.html +737 -0
  131. data/doc/TaskJuggler/RichTextFunctionHandler.html +689 -0
  132. data/doc/TaskJuggler/RichTextImage.html +650 -0
  133. data/doc/TaskJuggler/RichTextIntermediate.html +1161 -0
  134. data/doc/TaskJuggler/RichTextParser.html +756 -0
  135. data/doc/TaskJuggler/RichTextScanner.html +2010 -0
  136. data/doc/TaskJuggler/RichTextSnip.html +942 -0
  137. data/doc/TaskJuggler/RichTextSyntaxRules.html +1722 -0
  138. data/doc/TaskJuggler/Scenario.html +594 -0
  139. data/doc/TaskJuggler/ScenarioData.html +815 -0
  140. data/doc/TaskJuggler/ScenarioListAttribute.html +671 -0
  141. data/doc/TaskJuggler/Scoreboard.html +1114 -0
  142. data/doc/TaskJuggler/SheetHandlerBase.html +1115 -0
  143. data/doc/TaskJuggler/SheetReceiver.html +1293 -0
  144. data/doc/TaskJuggler/SheetSender.html +1089 -0
  145. data/doc/TaskJuggler/Shift.html +689 -0
  146. data/doc/TaskJuggler/ShiftAssignment.html +950 -0
  147. data/doc/TaskJuggler/ShiftAssignments.html +1379 -0
  148. data/doc/TaskJuggler/ShiftAssignmentsAttribute.html +707 -0
  149. data/doc/TaskJuggler/ShiftScenario.html +720 -0
  150. data/doc/TaskJuggler/SortListAttribute.html +631 -0
  151. data/doc/TaskJuggler/SourceFileInfo.html +698 -0
  152. data/doc/TaskJuggler/StatusSheetReceiver.html +615 -0
  153. data/doc/TaskJuggler/StatusSheetReport.html +872 -0
  154. data/doc/TaskJuggler/StatusSheetSender.html +654 -0
  155. data/doc/TaskJuggler/StringAttribute.html +671 -0
  156. data/doc/TaskJuggler/SymbolAttribute.html +629 -0
  157. data/doc/TaskJuggler/SyntaxReference.html +1155 -0
  158. data/doc/TaskJuggler/TOCEntry.html +723 -0
  159. data/doc/TaskJuggler/TSResourceRecord.html +670 -0
  160. data/doc/TaskJuggler/TSTaskRecord.html +682 -0
  161. data/doc/TaskJuggler/TableColumnDefinition.html +830 -0
  162. data/doc/TaskJuggler/TableOfContents.html +692 -0
  163. data/doc/TaskJuggler/TableReport.html +2444 -0
  164. data/doc/TaskJuggler/Task.html +781 -0
  165. data/doc/TaskJuggler/TaskDependency.html +730 -0
  166. data/doc/TaskJuggler/TaskListAttribute.html +713 -0
  167. data/doc/TaskJuggler/TaskListRE.html +673 -0
  168. data/doc/TaskJuggler/TaskScenario.html +4380 -0
  169. data/doc/TaskJuggler/TextFormatter.html +911 -0
  170. data/doc/TaskJuggler/TextParser/Pattern.html +1482 -0
  171. data/doc/TaskJuggler/TextParser/Rule.html +1288 -0
  172. data/doc/TaskJuggler/TextParser/StackElement.html +726 -0
  173. data/doc/TaskJuggler/TextParser/TextParserResultArray.html +648 -0
  174. data/doc/TaskJuggler/TextParser/TokenDoc.html +680 -0
  175. data/doc/TaskJuggler/TextParser.html +1670 -0
  176. data/doc/TaskJuggler/TextReport.html +856 -0
  177. data/doc/TaskJuggler/TextScanner/BufferStreamHandle.html +831 -0
  178. data/doc/TaskJuggler/TextScanner/FileStreamHandle.html +832 -0
  179. data/doc/TaskJuggler/TextScanner/StreamHandle.html +737 -0
  180. data/doc/TaskJuggler/TextScanner.html +2430 -0
  181. data/doc/TaskJuggler/TimeSheet.html +1233 -0
  182. data/doc/TaskJuggler/TimeSheetReceiver.html +612 -0
  183. data/doc/TaskJuggler/TimeSheetRecord.html +1352 -0
  184. data/doc/TaskJuggler/TimeSheetReport.html +948 -0
  185. data/doc/TaskJuggler/TimeSheetSender.html +637 -0
  186. data/doc/TaskJuggler/TimeSheetSummary.html +865 -0
  187. data/doc/TaskJuggler/TimeSheets.html +674 -0
  188. data/doc/TaskJuggler/Tj3AppBase.html +782 -0
  189. data/doc/TaskJuggler/Tj3Client.html +1455 -0
  190. data/doc/TaskJuggler/Tj3Daemon.html +767 -0
  191. data/doc/TaskJuggler/Tj3SheetAppBase.html +696 -0
  192. data/doc/TaskJuggler/Tj3SsReceiver.html +682 -0
  193. data/doc/TaskJuggler/Tj3SsSender.html +708 -0
  194. data/doc/TaskJuggler/Tj3TsReceiver.html +681 -0
  195. data/doc/TaskJuggler/Tj3TsSender.html +702 -0
  196. data/doc/TaskJuggler/Tj3TsSummary.html +710 -0
  197. data/doc/TaskJuggler/TjException.html +630 -0
  198. data/doc/TaskJuggler/TjTime.html +2590 -0
  199. data/doc/TaskJuggler/TjpExample.html +835 -0
  200. data/doc/TaskJuggler/TjpExportRE.html +1581 -0
  201. data/doc/TaskJuggler/TjpSyntaxRules.html +13004 -0
  202. data/doc/TaskJuggler/UserManual.html +1145 -0
  203. data/doc/TaskJuggler/WorkingHours.html +1101 -0
  204. data/doc/TaskJuggler/WorkingHoursAttribute.html +694 -0
  205. data/doc/TaskJuggler/XMLBlob.html +645 -0
  206. data/doc/TaskJuggler/XMLComment.html +640 -0
  207. data/doc/TaskJuggler/XMLDocument.html +732 -0
  208. data/doc/TaskJuggler/XMLElement.html +900 -0
  209. data/doc/TaskJuggler/XMLNamedText.html +601 -0
  210. data/doc/TaskJuggler/XMLText.html +655 -0
  211. data/doc/TaskJuggler.html +2243 -0
  212. data/doc/index.html +3778 -17
  213. data/doc/lib/AccountScenario_rb.html +67 -0
  214. data/doc/lib/Account_rb.html +69 -0
  215. data/doc/lib/Allocation_rb.html +69 -0
  216. data/doc/lib/AppConfig_rb.html +69 -0
  217. data/doc/lib/AttributeBase_rb.html +67 -0
  218. data/doc/lib/AttributeDefinition_rb.html +65 -0
  219. data/doc/lib/Attributes_rb.html +81 -0
  220. data/doc/lib/BatchProcessor_rb.html +69 -0
  221. data/doc/lib/Booking_rb.html +65 -0
  222. data/doc/lib/ChargeSet_rb.html +67 -0
  223. data/doc/lib/Charge_rb.html +67 -0
  224. data/doc/lib/HTMLDocument_rb.html +67 -0
  225. data/doc/lib/Interval_rb.html +67 -0
  226. data/doc/lib/Journal_rb.html +65 -0
  227. data/doc/lib/KeywordArray_rb.html +65 -0
  228. data/doc/lib/KeywordDocumentation_rb.html +75 -0
  229. data/doc/lib/Limits_rb.html +67 -0
  230. data/doc/lib/LogFile_rb.html +67 -0
  231. data/doc/lib/Log_rb.html +69 -0
  232. data/doc/lib/LogicalExpression_rb.html +71 -0
  233. data/doc/lib/LogicalFunction_rb.html +67 -0
  234. data/doc/lib/LogicalOperation_rb.html +67 -0
  235. data/doc/lib/MacroParser_rb.html +69 -0
  236. data/doc/lib/MacroTable_rb.html +73 -0
  237. data/doc/lib/MessageHandler_rb.html +65 -0
  238. data/doc/lib/Message_rb.html +67 -0
  239. data/doc/lib/ProjectFileParser_rb.html +79 -0
  240. data/doc/lib/Project_rb.html +109 -0
  241. data/doc/lib/PropertyList_rb.html +65 -0
  242. data/doc/lib/PropertySet_rb.html +69 -0
  243. data/doc/lib/PropertyTreeNode_rb.html +65 -0
  244. data/doc/lib/Query_rb.html +67 -0
  245. data/doc/lib/RTFNavigator_rb.html +71 -0
  246. data/doc/lib/RTFQuery_rb.html +71 -0
  247. data/doc/lib/RTFReport_rb.html +69 -0
  248. data/doc/lib/RealFormat_rb.html +65 -0
  249. data/doc/lib/ResourceScenario_rb.html +67 -0
  250. data/doc/lib/Resource_rb.html +69 -0
  251. data/doc/lib/RichTextDocument_rb.html +71 -0
  252. data/doc/lib/RichTextElement_rb.html +73 -0
  253. data/doc/lib/RichTextFunctionExample_rb.html +71 -0
  254. data/doc/lib/RichTextFunctionHandler_rb.html +65 -0
  255. data/doc/lib/RichTextParser_rb.html +71 -0
  256. data/doc/lib/RichTextScanner_rb.html +67 -0
  257. data/doc/lib/RichTextSnip_rb.html +69 -0
  258. data/doc/lib/RichTextSyntaxRules_rb.html +65 -0
  259. data/doc/lib/RichText_rb.html +69 -0
  260. data/doc/lib/RuntimeConfig_rb.html +67 -0
  261. data/doc/lib/ScenarioData_rb.html +69 -0
  262. data/doc/lib/Scenario_rb.html +67 -0
  263. data/doc/lib/Scoreboard_rb.html +65 -0
  264. data/doc/lib/SheetHandlerBase_rb.html +69 -0
  265. data/doc/lib/SheetReceiver_rb.html +75 -0
  266. data/doc/lib/SheetSender_rb.html +73 -0
  267. data/doc/lib/ShiftAssignments_rb.html +67 -0
  268. data/doc/lib/ShiftScenario_rb.html +67 -0
  269. data/doc/lib/Shift_rb.html +69 -0
  270. data/doc/lib/SourceFileInfo_rb.html +65 -0
  271. data/doc/lib/StatusSheetReceiver_rb.html +67 -0
  272. data/doc/lib/StatusSheetSender_rb.html +67 -0
  273. data/doc/lib/SyntaxReference_rb.html +73 -0
  274. data/doc/lib/TOCEntry_rb.html +69 -0
  275. data/doc/lib/TableColumnDefinition_rb.html +65 -0
  276. data/doc/lib/TableOfContents_rb.html +69 -0
  277. data/doc/lib/TaskDependency_rb.html +65 -0
  278. data/doc/lib/TaskJuggler_rb.html +73 -0
  279. data/doc/lib/TaskScenario_rb.html +67 -0
  280. data/doc/lib/Task_rb.html +69 -0
  281. data/doc/lib/TextFormatter_rb.html +67 -0
  282. data/doc/lib/TextParser/Pattern_rb.html +67 -0
  283. data/doc/lib/TextParser/Rule_rb.html +65 -0
  284. data/doc/lib/TextParser/StackElement_rb.html +65 -0
  285. data/doc/lib/TextParser/TokenDoc_rb.html +65 -0
  286. data/doc/lib/TextParser_rb.html +75 -0
  287. data/doc/lib/TextScanner_rb.html +79 -0
  288. data/doc/lib/TimeSheetReceiver_rb.html +67 -0
  289. data/doc/lib/TimeSheetSender_rb.html +67 -0
  290. data/doc/lib/TimeSheetSummary_rb.html +67 -0
  291. data/doc/lib/TimeSheets_rb.html +65 -0
  292. data/doc/lib/Tj3AppBase_rb.html +77 -0
  293. data/doc/lib/Tj3Config_rb.html +69 -0
  294. data/doc/lib/Tj3SheetAppBase_rb.html +67 -0
  295. data/doc/lib/TjException_rb.html +65 -0
  296. data/doc/lib/TjTime_rb.html +69 -0
  297. data/doc/lib/TjpExample_rb.html +67 -0
  298. data/doc/lib/TjpSyntaxRules_rb.html +65 -0
  299. data/doc/lib/UTF8String_rb.html +65 -0
  300. data/doc/lib/UserManual_rb.html +77 -0
  301. data/doc/lib/WorkingHours_rb.html +67 -0
  302. data/doc/lib/XMLDocument_rb.html +67 -0
  303. data/doc/lib/XMLElement_rb.html +67 -0
  304. data/doc/lib/daemon/Daemon_rb.html +67 -0
  305. data/doc/lib/daemon/ProcessIntercom_rb.html +67 -0
  306. data/doc/lib/daemon/ProjectBroker_rb.html +79 -0
  307. data/doc/lib/daemon/ProjectServer_rb.html +83 -0
  308. data/doc/lib/daemon/ReportServer_rb.html +73 -0
  309. data/doc/lib/deep_copy_rb.html +65 -0
  310. data/doc/lib/reports/CSVFile_rb.html +67 -0
  311. data/doc/lib/reports/ColumnTable_rb.html +67 -0
  312. data/doc/lib/reports/GanttChart_rb.html +73 -0
  313. data/doc/lib/reports/GanttContainer_rb.html +67 -0
  314. data/doc/lib/reports/GanttHeaderScaleItem_rb.html +65 -0
  315. data/doc/lib/reports/GanttHeader_rb.html +67 -0
  316. data/doc/lib/reports/GanttLine_rb.html +77 -0
  317. data/doc/lib/reports/GanttLoadStack_rb.html +67 -0
  318. data/doc/lib/reports/GanttMilestone_rb.html +67 -0
  319. data/doc/lib/reports/GanttRouter_rb.html +65 -0
  320. data/doc/lib/reports/GanttTaskBar_rb.html +67 -0
  321. data/doc/lib/reports/HTMLGraphics_rb.html +65 -0
  322. data/doc/lib/reports/Navigator_rb.html +67 -0
  323. data/doc/lib/reports/NikuReport_rb.html +69 -0
  324. data/doc/lib/reports/ReportBase_rb.html +65 -0
  325. data/doc/lib/reports/ReportContext_rb.html +65 -0
  326. data/doc/lib/reports/ReportTableCell_rb.html +65 -0
  327. data/doc/lib/reports/ReportTableColumn_rb.html +65 -0
  328. data/doc/lib/reports/ReportTableLegend_rb.html +65 -0
  329. data/doc/lib/reports/ReportTableLine_rb.html +67 -0
  330. data/doc/lib/reports/ReportTable_rb.html +69 -0
  331. data/doc/lib/reports/Report_rb.html +91 -0
  332. data/doc/lib/reports/ResourceListRE_rb.html +73 -0
  333. data/doc/lib/reports/StatusSheetReport_rb.html +67 -0
  334. data/doc/lib/reports/TableReport_rb.html +75 -0
  335. data/doc/lib/reports/TaskListRE_rb.html +73 -0
  336. data/doc/lib/reports/TextReport_rb.html +67 -0
  337. data/doc/lib/reports/TimeSheetReport_rb.html +67 -0
  338. data/doc/lib/reports/TjpExportRE_rb.html +67 -0
  339. data/doc/lib/ruby-signal-bug_rb.html +54 -0
  340. data/doc/lib/taskjuggler3_rb.html +73 -0
  341. data/doc/lib/tj3client_rb.html +73 -0
  342. data/doc/lib/tj3d_rb.html +73 -0
  343. data/doc/lib/tj3man_rb.html +73 -0
  344. data/doc/lib/tj3ss_receiver_rb.html +69 -0
  345. data/doc/lib/tj3ss_sender_rb.html +69 -0
  346. data/doc/lib/tj3ts_receiver_rb.html +69 -0
  347. data/doc/lib/tj3ts_sender_rb.html +69 -0
  348. data/doc/lib/tj3ts_summary_rb.html +69 -0
  349. data/doc/rdoc.css +701 -0
  350. data/examples/tutorial.tjp +25 -6
  351. data/lib/Attributes.rb +6 -2
  352. data/lib/HTMLDocument.rb +18 -2
  353. data/lib/Journal.rb +47 -4
  354. data/lib/KeywordArray.rb +1 -1
  355. data/lib/KeywordDocumentation.rb +17 -77
  356. data/lib/Log.rb +3 -1
  357. data/lib/LogFile.rb +72 -0
  358. data/lib/LogicalExpression.rb +5 -10
  359. data/lib/LogicalFunction.rb +34 -18
  360. data/lib/LogicalOperation.rb +32 -18
  361. data/lib/Project.rb +85 -13
  362. data/lib/ProjectFileParser.rb +19 -6
  363. data/lib/PropertyList.rb +12 -2
  364. data/lib/PropertyTreeNode.rb +23 -9
  365. data/lib/Query.rb +51 -13
  366. data/lib/RTFReport.rb +2 -2
  367. data/lib/Resource.rb +157 -0
  368. data/lib/ResourceScenario.rb +215 -68
  369. data/lib/RichText.rb +15 -3
  370. data/lib/RichTextDocument.rb +2 -4
  371. data/lib/RichTextElement.rb +87 -25
  372. data/lib/RichTextScanner.rb +32 -5
  373. data/lib/RichTextSnip.rb +6 -4
  374. data/lib/RichTextSyntaxRules.rb +44 -8
  375. data/lib/RuntimeConfig.rb +93 -0
  376. data/lib/Scoreboard.rb +6 -6
  377. data/lib/SheetHandlerBase.rb +215 -0
  378. data/lib/SheetReceiver.rb +355 -0
  379. data/lib/SheetSender.rb +264 -0
  380. data/lib/ShiftAssignments.rb +35 -27
  381. data/lib/StatusSheetReceiver.rb +45 -0
  382. data/lib/StatusSheetSender.rb +54 -0
  383. data/lib/SyntaxReference.rb +2 -7
  384. data/lib/Task.rb +70 -0
  385. data/lib/TaskJuggler.rb +114 -12
  386. data/lib/TaskScenario.rb +131 -22
  387. data/lib/TextFormatter.rb +177 -0
  388. data/lib/TextParser.rb +10 -1
  389. data/lib/TextScanner.rb +63 -33
  390. data/lib/TimeSheetReceiver.rb +42 -0
  391. data/lib/TimeSheetSender.rb +55 -0
  392. data/lib/TimeSheetSummary.rb +149 -0
  393. data/lib/TimeSheets.rb +406 -0
  394. data/lib/Tj3AppBase.rb +114 -0
  395. data/lib/Tj3Config.rb +1 -1
  396. data/lib/Tj3SheetAppBase.rb +59 -0
  397. data/lib/TjTime.rb +14 -1
  398. data/lib/TjpSyntaxRules.rb +573 -211
  399. data/lib/UTF8String.rb +4 -0
  400. data/lib/UserManual.rb +8 -7
  401. data/lib/XMLElement.rb +27 -19
  402. data/lib/daemon/Daemon.rb +70 -0
  403. data/lib/daemon/ProcessIntercom.rb +117 -0
  404. data/lib/daemon/ProjectBroker.rb +450 -0
  405. data/lib/daemon/ProjectServer.rb +348 -0
  406. data/lib/daemon/ReportServer.rb +194 -0
  407. data/lib/reports/ColumnTable.rb +2 -0
  408. data/lib/reports/GanttChart.rb +5 -7
  409. data/lib/reports/GanttContainer.rb +5 -8
  410. data/lib/reports/GanttHeader.rb +1 -1
  411. data/lib/reports/GanttLine.rb +89 -53
  412. data/lib/reports/GanttMilestone.rb +7 -4
  413. data/lib/reports/GanttTaskBar.rb +7 -3
  414. data/lib/reports/HTMLGraphics.rb +24 -9
  415. data/lib/reports/NikuReport.rb +414 -0
  416. data/lib/reports/Report.rb +54 -20
  417. data/lib/reports/ReportBase.rb +21 -0
  418. data/lib/reports/ReportTable.rb +29 -11
  419. data/lib/reports/ReportTableCell.rb +154 -86
  420. data/lib/reports/ReportTableLegend.rb +77 -80
  421. data/lib/reports/ResourceListRE.rb +2 -3
  422. data/lib/reports/StatusSheetReport.rb +231 -0
  423. data/lib/reports/TableReport.rb +74 -65
  424. data/lib/reports/TaskListRE.rb +2 -4
  425. data/lib/reports/TextReport.rb +18 -12
  426. data/lib/reports/TimeSheetReport.rb +145 -80
  427. data/lib/reports/TjpExportRE.rb +4 -4
  428. data/lib/ruby-signal-bug.rb +43 -0
  429. data/lib/taskjuggler3.rb +27 -10
  430. data/lib/tj3client.rb +411 -77
  431. data/lib/tj3d.rb +110 -0
  432. data/lib/tj3ss_receiver.rb +56 -0
  433. data/lib/tj3ss_sender.rb +84 -0
  434. data/lib/tj3ts_receiver.rb +59 -0
  435. data/lib/tj3ts_sender.rb +78 -0
  436. data/lib/tj3ts_summary.rb +87 -0
  437. data/manual/Day_To_Day_Juggling +761 -32
  438. data/manual/Getting_Started +12 -12
  439. data/manual/Rich_Text_Attributes +13 -1
  440. data/manual/TaskJuggler_2x_Migration +41 -3
  441. data/manual/TaskJuggler_Internals +87 -0
  442. data/manual/The_TaskJuggler_Syntax +1 -2
  443. data/manual/Tutorial +10 -10
  444. data/test/TestSuite/CSV-Reports/celltext.tjp +1 -1
  445. data/test/TestSuite/HTML-Reports/TimeSheet.html +79 -0
  446. data/test/TestSuite/HTML-Reports/icons/trend-down.png +0 -0
  447. data/test/TestSuite/HTML-Reports/icons/trend-flat.png +0 -0
  448. data/test/TestSuite/HTML-Reports/icons/trend-up.png +0 -0
  449. data/test/TestSuite/HTML-Reports/reference.html +51 -0
  450. data/test/TestSuite/Scheduler/Correct/Booking2.html +603 -0
  451. data/test/TestSuite/Scheduler/Correct/Booking2.tjp +57 -0
  452. data/test/TestSuite/Scheduler/Correct/Duration.tjp +32 -18
  453. data/test/TestSuite/Scheduler/Correct/Manager.tjp +9 -0
  454. data/test/TestSuite/Scheduler/Correct/Shift.html +429 -0
  455. data/test/TestSuite/Scheduler/Correct/Shift2.html +162 -0
  456. data/test/TestSuite/Scheduler/Correct/Shift2.tjp +67 -0
  457. data/test/TestSuite/{Syntax/Correct/TimeSheet.tjp → Scheduler/Correct/TimeSheet2.tjp} +21 -8
  458. data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +52 -0
  459. data/test/TestSuite/Scheduler/Correct/css/tjreport.css +195 -0
  460. data/test/TestSuite/{Syntax → Scheduler}/Correct/icons/details.png +0 -0
  461. data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
  462. data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
  463. data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
  464. data/test/TestSuite/{Syntax → Scheduler}/Correct/icons/resource.png +0 -0
  465. data/test/TestSuite/{Syntax → Scheduler}/Correct/icons/resourcegroup.png +0 -0
  466. data/test/TestSuite/{Syntax → Scheduler}/Correct/icons/task.png +0 -0
  467. data/test/TestSuite/{Syntax → Scheduler}/Correct/icons/taskgroup.png +0 -0
  468. data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
  469. data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
  470. data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
  471. data/test/TestSuite/{HTML-Reports/scripts → Scheduler/Correct}/scripts/wz_tooltip.js +0 -0
  472. data/test/TestSuite/Scheduler/Errors/manager_is_group.tjp +15 -0
  473. data/test/TestSuite/Scheduler/Errors/manager_is_self.tjp +11 -0
  474. data/test/TestSuite/Scheduler/Errors/resource_fail_check.tjp +12 -0
  475. data/test/TestSuite/Scheduler/Errors/resource_warn_check.tjp +12 -0
  476. data/test/TestSuite/Scheduler/Errors/task_fail_check.tjp +8 -0
  477. data/test/TestSuite/Scheduler/Errors/task_warn_check.tjp +8 -0
  478. data/test/TestSuite/Scheduler/Errors/ts_alert1_more_details.tjp +20 -0
  479. data/test/TestSuite/Scheduler/Errors/ts_alert2_more_details.tjp +21 -0
  480. data/test/TestSuite/Scheduler/Errors/ts_no_expected_end.tjp +26 -0
  481. data/test/TestSuite/Scheduler/Errors/ts_no_headline1.tjp +27 -0
  482. data/test/TestSuite/Scheduler/Errors/ts_no_rem_or_end.tjp +26 -0
  483. data/test/TestSuite/Scheduler/Errors/ts_no_remaining.tjp +26 -0
  484. data/test/TestSuite/Scheduler/Errors/ts_no_status_work.tjp +18 -0
  485. data/test/TestSuite/Scheduler/Errors/ts_no_work.tjp +26 -0
  486. data/test/TestSuite/Scheduler/Errors/ts_res_new_task.tjp +20 -0
  487. data/test/TestSuite/Scheduler/Errors/ts_work_too_high.tjp +27 -0
  488. data/test/TestSuite/Scheduler/Errors/ts_work_too_low.tjp +27 -0
  489. data/test/TestSuite/StatusSheets/boss.tji +45 -0
  490. data/test/TestSuite/StatusSheets/boss_mail +51 -0
  491. data/test/TestSuite/StatusSheets/dev2_mail +37 -0
  492. data/test/TestSuite/StatusSheets/project.tjp +275 -0
  493. data/test/TestSuite/StatusSheets/run +50 -0
  494. data/test/TestSuite/Syntax/Correct/Include.tjp +4 -0
  495. data/test/TestSuite/Syntax/Correct/Limits-1.tjp +10 -1
  496. data/test/TestSuite/Syntax/Correct/Manager.tjp +30 -0
  497. data/test/TestSuite/Syntax/Correct/Niku.tjp +66 -0
  498. data/test/TestSuite/Syntax/Correct/TimeSheet1.tjp +83 -0
  499. data/test/TestSuite/Syntax/Correct/include/dir1/file2.tji +1 -0
  500. data/test/TestSuite/Syntax/Correct/include/dir2/file3.tji +2 -0
  501. data/test/TestSuite/Syntax/Correct/include/file1.tji +3 -0
  502. data/test/TestSuite/Syntax/Correct/tutorial.tjp +29 -8
  503. data/test/TestSuite/Syntax/Errors/ts_bad_priority.tjp +19 -0
  504. data/test/TestSuite/Syntax/Errors/ts_default_details.tjp +22 -0
  505. data/test/TestSuite/Syntax/Errors/ts_default_summary.tjp +22 -0
  506. data/test/TestSuite/Syntax/Errors/ts_duplicate_task.tjp +23 -0
  507. data/test/TestSuite/Syntax/Errors/ts_end_too_early.tjp +18 -0
  508. data/test/TestSuite/Syntax/Errors/ts_headline_too_long.tjp +19 -0
  509. data/test/TestSuite/Syntax/Errors/ts_no_headline2.tjp +27 -0
  510. data/test/TestSuite/Syntax/Errors/ts_summary_too_long.tjp +29 -0
  511. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/boss_2002-03-01.tji +36 -0
  512. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/dev1_2002-03-01.tji +48 -0
  513. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/dev2_2002-03-01.tji +67 -0
  514. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/dev3_2002-03-01.tji +67 -0
  515. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/doc_2002-03-01.tji +48 -0
  516. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/resources.yml +31 -0
  517. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/test_2002-03-01.tji +36 -0
  518. data/test/TestSuite/TimeSheets/TimeSheetTemplates/acceptable_intervals +1 -0
  519. data/test/TestSuite/TimeSheets/TimeSheets/2002-03-01/all.tji +1 -0
  520. data/test/TestSuite/TimeSheets/TimeSheets/2002-03-01/dev2_2002-03-01.tji +54 -0
  521. data/test/TestSuite/TimeSheets/TimeSheets/all.tji +2 -0
  522. data/test/TestSuite/TimeSheets/dev2_mail1 +84 -0
  523. data/test/TestSuite/TimeSheets/dev2_mail2 +87 -0
  524. data/test/TestSuite/TimeSheets/project.tjp +271 -0
  525. data/test/TestSuite/TimeSheets/receiver.log +102 -0
  526. data/test/TestSuite/TimeSheets/run +75 -0
  527. data/test/TestSuite/TimeSheets/sender.log +794 -0
  528. data/test/TestSuite/TimeSheets/summary.log +884 -0
  529. data/test/TestSuite/TimeSheets/timesheets.log +45 -0
  530. data/test/TestSuite/TimeSheets/tj3d.log +292 -0
  531. data/test/test_CSV-Reports.rb +5 -3
  532. data/test/test_RichText.rb +264 -56
  533. data/test/test_Scheduler.rb +1 -0
  534. data/test/test_TextFormatter.rb +142 -0
  535. data/test/test_TjTime.rb +15 -0
  536. metadata +816 -644
  537. data/benchmarks/UTF-8-Strings.rb +0 -58
  538. data/doc/classes/AppConfig.html +0 -880
  539. data/doc/classes/Arguments.html +0 -230
  540. data/doc/classes/Object.html +0 -229
  541. data/doc/classes/String.html +0 -399
  542. data/doc/classes/TaskJuggler/Account.html +0 -257
  543. data/doc/classes/TaskJuggler/AccountAttribute.html +0 -261
  544. data/doc/classes/TaskJuggler/AccountScenario.html +0 -218
  545. data/doc/classes/TaskJuggler/Allocation.html +0 -423
  546. data/doc/classes/TaskJuggler/AllocationAttribute.html +0 -291
  547. data/doc/classes/TaskJuggler/AttributeBase.html +0 -704
  548. data/doc/classes/TaskJuggler/AttributeDefinition.html +0 -276
  549. data/doc/classes/TaskJuggler/BatchProcessor.html +0 -347
  550. data/doc/classes/TaskJuggler/Booking.html +0 -311
  551. data/doc/classes/TaskJuggler/BookingListAttribute.html +0 -263
  552. data/doc/classes/TaskJuggler/BooleanAttribute.html +0 -261
  553. data/doc/classes/TaskJuggler/CSVFile.html +0 -329
  554. data/doc/classes/TaskJuggler/CellSettingPattern.html +0 -201
  555. data/doc/classes/TaskJuggler/CellSettingPatternList.html +0 -253
  556. data/doc/classes/TaskJuggler/Charge.html +0 -283
  557. data/doc/classes/TaskJuggler/ChargeListAttribute.html +0 -229
  558. data/doc/classes/TaskJuggler/ChargeSet.html +0 -444
  559. data/doc/classes/TaskJuggler/ChargeSetListAttribute.html +0 -276
  560. data/doc/classes/TaskJuggler/ColumnListAttribute.html +0 -231
  561. data/doc/classes/TaskJuggler/ColumnTable.html +0 -262
  562. data/doc/classes/TaskJuggler/DateAttribute.html +0 -233
  563. data/doc/classes/TaskJuggler/DefinitionListAttribute.html +0 -162
  564. data/doc/classes/TaskJuggler/DependencyListAttribute.html +0 -267
  565. data/doc/classes/TaskJuggler/DurationAttribute.html +0 -229
  566. data/doc/classes/TaskJuggler/FixnumAttribute.html +0 -194
  567. data/doc/classes/TaskJuggler/FlagListAttribute.html +0 -263
  568. data/doc/classes/TaskJuggler/FloatAttribute.html +0 -229
  569. data/doc/classes/TaskJuggler/FormatListAttribute.html +0 -197
  570. data/doc/classes/TaskJuggler/GanttChart.html +0 -696
  571. data/doc/classes/TaskJuggler/GanttContainer.html +0 -445
  572. data/doc/classes/TaskJuggler/GanttHeader.html +0 -284
  573. data/doc/classes/TaskJuggler/GanttHeaderScaleItem.html +0 -249
  574. data/doc/classes/TaskJuggler/GanttLine.html +0 -402
  575. data/doc/classes/TaskJuggler/GanttLoadStack.html +0 -331
  576. data/doc/classes/TaskJuggler/GanttMilestone.html +0 -419
  577. data/doc/classes/TaskJuggler/GanttRouter.html +0 -431
  578. data/doc/classes/TaskJuggler/GanttTaskBar.html +0 -433
  579. data/doc/classes/TaskJuggler/HTMLDocument.html +0 -240
  580. data/doc/classes/TaskJuggler/HTMLGraphics.html +0 -231
  581. data/doc/classes/TaskJuggler/Interval.html +0 -558
  582. data/doc/classes/TaskJuggler/IntervalListAttribute.html +0 -267
  583. data/doc/classes/TaskJuggler/JobInfo.html +0 -340
  584. data/doc/classes/TaskJuggler/Journal.html +0 -443
  585. data/doc/classes/TaskJuggler/JournalEntry.html +0 -274
  586. data/doc/classes/TaskJuggler/JournalEntryList.html +0 -454
  587. data/doc/classes/TaskJuggler/KeywordArray.html +0 -179
  588. data/doc/classes/TaskJuggler/KeywordDocumentation.html +0 -846
  589. data/doc/classes/TaskJuggler/Limits/Limit.html +0 -385
  590. data/doc/classes/TaskJuggler/Limits.html +0 -422
  591. data/doc/classes/TaskJuggler/LimitsAttribute.html +0 -261
  592. data/doc/classes/TaskJuggler/ListAttributeBase.html +0 -207
  593. data/doc/classes/TaskJuggler/Log.html +0 -655
  594. data/doc/classes/TaskJuggler/LogicalAttribute.html +0 -259
  595. data/doc/classes/TaskJuggler/LogicalExpression.html +0 -292
  596. data/doc/classes/TaskJuggler/LogicalExpressionAttribute.html +0 -194
  597. data/doc/classes/TaskJuggler/LogicalFlag.html +0 -209
  598. data/doc/classes/TaskJuggler/LogicalFunction.html +0 -339
  599. data/doc/classes/TaskJuggler/LogicalOperation.html +0 -351
  600. data/doc/classes/TaskJuggler/Macro.html +0 -198
  601. data/doc/classes/TaskJuggler/MacroParser.html +0 -360
  602. data/doc/classes/TaskJuggler/MacroTable.html +0 -370
  603. data/doc/classes/TaskJuggler/Message.html +0 -285
  604. data/doc/classes/TaskJuggler/MessageHandler.html +0 -231
  605. data/doc/classes/TaskJuggler/Navigator.html +0 -313
  606. data/doc/classes/TaskJuggler/NavigatorElement.html +0 -449
  607. data/doc/classes/TaskJuggler/OnShiftCache.html +0 -316
  608. data/doc/classes/TaskJuggler/Project.html +0 -2257
  609. data/doc/classes/TaskJuggler/ProjectFileParser.html +0 -420
  610. data/doc/classes/TaskJuggler/PropertyAttribute.html +0 -194
  611. data/doc/classes/TaskJuggler/PropertyList.html +0 -668
  612. data/doc/classes/TaskJuggler/PropertySet.html +0 -1286
  613. data/doc/classes/TaskJuggler/PropertyTreeNode.html +0 -1742
  614. data/doc/classes/TaskJuggler/Query.html +0 -870
  615. data/doc/classes/TaskJuggler/RTFNavigator.html +0 -293
  616. data/doc/classes/TaskJuggler/RTFQuery.html +0 -343
  617. data/doc/classes/TaskJuggler/RTFReport.html +0 -304
  618. data/doc/classes/TaskJuggler/RealFormat.html +0 -309
  619. data/doc/classes/TaskJuggler/RealFormatAttribute.html +0 -162
  620. data/doc/classes/TaskJuggler/ReferenceAttribute.html +0 -328
  621. data/doc/classes/TaskJuggler/RemoteServiceManager.html +0 -335
  622. data/doc/classes/TaskJuggler/Report.html +0 -321
  623. data/doc/classes/TaskJuggler/ReportBase.html +0 -437
  624. data/doc/classes/TaskJuggler/ReportContext.html +0 -248
  625. data/doc/classes/TaskJuggler/ReportServer.html +0 -320
  626. data/doc/classes/TaskJuggler/ReportTable.html +0 -526
  627. data/doc/classes/TaskJuggler/ReportTableCell.html +0 -614
  628. data/doc/classes/TaskJuggler/ReportTableColumn.html +0 -368
  629. data/doc/classes/TaskJuggler/ReportTableLegend.html +0 -347
  630. data/doc/classes/TaskJuggler/ReportTableLine.html +0 -481
  631. data/doc/classes/TaskJuggler/Resource.html +0 -211
  632. data/doc/classes/TaskJuggler/ResourceListAttribute.html +0 -302
  633. data/doc/classes/TaskJuggler/ResourceListRE.html +0 -245
  634. data/doc/classes/TaskJuggler/ResourceScenario.html +0 -1229
  635. data/doc/classes/TaskJuggler/RichText.html +0 -357
  636. data/doc/classes/TaskJuggler/RichTextAttribute.html +0 -293
  637. data/doc/classes/TaskJuggler/RichTextDocument.html +0 -424
  638. data/doc/classes/TaskJuggler/RichTextElement.html +0 -932
  639. data/doc/classes/TaskJuggler/RichTextException.html +0 -212
  640. data/doc/classes/TaskJuggler/RichTextFunctionExample.html +0 -301
  641. data/doc/classes/TaskJuggler/RichTextFunctionHandler.html +0 -245
  642. data/doc/classes/TaskJuggler/RichTextIntermediate.html +0 -563
  643. data/doc/classes/TaskJuggler/RichTextParser.html +0 -321
  644. data/doc/classes/TaskJuggler/RichTextScanner.html +0 -424
  645. data/doc/classes/TaskJuggler/RichTextSnip.html +0 -404
  646. data/doc/classes/TaskJuggler/RichTextSyntaxRules.html +0 -1105
  647. data/doc/classes/TaskJuggler/Scenario.html +0 -163
  648. data/doc/classes/TaskJuggler/ScenarioData.html +0 -358
  649. data/doc/classes/TaskJuggler/ScenarioListAttribute.html +0 -229
  650. data/doc/classes/TaskJuggler/Scoreboard.html +0 -642
  651. data/doc/classes/TaskJuggler/Shift.html +0 -255
  652. data/doc/classes/TaskJuggler/ShiftAssignment.html +0 -492
  653. data/doc/classes/TaskJuggler/ShiftAssignments.html +0 -719
  654. data/doc/classes/TaskJuggler/ShiftAssignmentsAttribute.html +0 -261
  655. data/doc/classes/TaskJuggler/ShiftScenario.html +0 -282
  656. data/doc/classes/TaskJuggler/SortListAttribute.html +0 -196
  657. data/doc/classes/TaskJuggler/SourceFileInfo.html +0 -251
  658. data/doc/classes/TaskJuggler/StringAttribute.html +0 -229
  659. data/doc/classes/TaskJuggler/SymbolAttribute.html +0 -194
  660. data/doc/classes/TaskJuggler/SyntaxReference.html +0 -520
  661. data/doc/classes/TaskJuggler/TOCEntry.html +0 -246
  662. data/doc/classes/TaskJuggler/TSResourceRecord.html +0 -197
  663. data/doc/classes/TaskJuggler/TSTaskRecord.html +0 -215
  664. data/doc/classes/TaskJuggler/TableColumnDefinition.html +0 -309
  665. data/doc/classes/TaskJuggler/TableOfContents.html +0 -260
  666. data/doc/classes/TaskJuggler/TableReport.html +0 -1015
  667. data/doc/classes/TaskJuggler/Task.html +0 -203
  668. data/doc/classes/TaskJuggler/TaskDependency.html +0 -255
  669. data/doc/classes/TaskJuggler/TaskListAttribute.html +0 -267
  670. data/doc/classes/TaskJuggler/TaskListRE.html +0 -245
  671. data/doc/classes/TaskJuggler/TaskScenario.html +0 -2543
  672. data/doc/classes/TaskJuggler/TextParser/Pattern.html +0 -927
  673. data/doc/classes/TaskJuggler/TextParser/Rule.html +0 -783
  674. data/doc/classes/TaskJuggler/TextParser/StackElement.html +0 -272
  675. data/doc/classes/TaskJuggler/TextParser/TextParserResultArray.html +0 -212
  676. data/doc/classes/TaskJuggler/TextParser/TokenDoc.html +0 -225
  677. data/doc/classes/TaskJuggler/TextParser.html +0 -754
  678. data/doc/classes/TaskJuggler/TextReport.html +0 -367
  679. data/doc/classes/TaskJuggler/TextScanner/BufferStreamHandle.html +0 -355
  680. data/doc/classes/TaskJuggler/TextScanner/FileStreamHandle.html +0 -348
  681. data/doc/classes/TaskJuggler/TextScanner/StreamHandle.html +0 -264
  682. data/doc/classes/TaskJuggler/TextScanner.html +0 -815
  683. data/doc/classes/TaskJuggler/TimeSheetReport.html +0 -406
  684. data/doc/classes/TaskJuggler/TjException.html +0 -185
  685. data/doc/classes/TaskJuggler/TjTime.html +0 -1904
  686. data/doc/classes/TaskJuggler/TjpExample.html +0 -314
  687. data/doc/classes/TaskJuggler/TjpExportRE.html +0 -306
  688. data/doc/classes/TaskJuggler/TjpSyntaxRules.html +0 -10812
  689. data/doc/classes/TaskJuggler/UserManual.html +0 -605
  690. data/doc/classes/TaskJuggler/WorkingHours.html +0 -586
  691. data/doc/classes/TaskJuggler/WorkingHoursAttribute.html +0 -252
  692. data/doc/classes/TaskJuggler/XMLBlob.html +0 -207
  693. data/doc/classes/TaskJuggler/XMLComment.html +0 -206
  694. data/doc/classes/TaskJuggler/XMLDocument.html +0 -298
  695. data/doc/classes/TaskJuggler/XMLElement.html +0 -389
  696. data/doc/classes/TaskJuggler/XMLNamedText.html +0 -174
  697. data/doc/classes/TaskJuggler/XMLText.html +0 -221
  698. data/doc/classes/TaskJuggler.html +0 -1573
  699. data/doc/files/COPYING.html +0 -448
  700. data/doc/files/README.html +0 -134
  701. data/doc/files/lib/AccountScenario_rb.html +0 -117
  702. data/doc/files/lib/Account_rb.html +0 -119
  703. data/doc/files/lib/Allocation_rb.html +0 -119
  704. data/doc/files/lib/AppConfig_rb.html +0 -119
  705. data/doc/files/lib/AttributeBase_rb.html +0 -117
  706. data/doc/files/lib/AttributeDefinition_rb.html +0 -107
  707. data/doc/files/lib/Attributes_rb.html +0 -131
  708. data/doc/files/lib/BatchProcessor_rb.html +0 -119
  709. data/doc/files/lib/Booking_rb.html +0 -107
  710. data/doc/files/lib/ChargeSet_rb.html +0 -117
  711. data/doc/files/lib/Charge_rb.html +0 -117
  712. data/doc/files/lib/HTMLDocument_rb.html +0 -117
  713. data/doc/files/lib/Interval_rb.html +0 -117
  714. data/doc/files/lib/Journal_rb.html +0 -107
  715. data/doc/files/lib/KeywordArray_rb.html +0 -107
  716. data/doc/files/lib/KeywordDocumentation_rb.html +0 -123
  717. data/doc/files/lib/Limits_rb.html +0 -117
  718. data/doc/files/lib/Log_rb.html +0 -117
  719. data/doc/files/lib/LogicalExpression_rb.html +0 -121
  720. data/doc/files/lib/LogicalFunction_rb.html +0 -117
  721. data/doc/files/lib/LogicalOperation_rb.html +0 -117
  722. data/doc/files/lib/MacroParser_rb.html +0 -119
  723. data/doc/files/lib/MacroTable_rb.html +0 -123
  724. data/doc/files/lib/MessageHandler_rb.html +0 -107
  725. data/doc/files/lib/Message_rb.html +0 -117
  726. data/doc/files/lib/ProjectFileParser_rb.html +0 -129
  727. data/doc/files/lib/Project_rb.html +0 -153
  728. data/doc/files/lib/PropertyList_rb.html +0 -107
  729. data/doc/files/lib/PropertySet_rb.html +0 -119
  730. data/doc/files/lib/PropertyTreeNode_rb.html +0 -107
  731. data/doc/files/lib/Query_rb.html +0 -117
  732. data/doc/files/lib/RTFNavigator_rb.html +0 -121
  733. data/doc/files/lib/RTFQuery_rb.html +0 -121
  734. data/doc/files/lib/RTFReport_rb.html +0 -119
  735. data/doc/files/lib/RealFormat_rb.html +0 -107
  736. data/doc/files/lib/RemoteServiceManager_rb.html +0 -117
  737. data/doc/files/lib/ReportServer_rb.html +0 -107
  738. data/doc/files/lib/ResourceScenario_rb.html +0 -117
  739. data/doc/files/lib/Resource_rb.html +0 -119
  740. data/doc/files/lib/RichTextDocument_rb.html +0 -121
  741. data/doc/files/lib/RichTextElement_rb.html +0 -121
  742. data/doc/files/lib/RichTextFunctionExample_rb.html +0 -121
  743. data/doc/files/lib/RichTextFunctionHandler_rb.html +0 -107
  744. data/doc/files/lib/RichTextParser_rb.html +0 -121
  745. data/doc/files/lib/RichTextScanner_rb.html +0 -117
  746. data/doc/files/lib/RichTextSnip_rb.html +0 -119
  747. data/doc/files/lib/RichTextSyntaxRules_rb.html +0 -107
  748. data/doc/files/lib/RichText_rb.html +0 -119
  749. data/doc/files/lib/ScenarioData_rb.html +0 -119
  750. data/doc/files/lib/Scenario_rb.html +0 -117
  751. data/doc/files/lib/Scoreboard_rb.html +0 -107
  752. data/doc/files/lib/ShiftAssignments_rb.html +0 -117
  753. data/doc/files/lib/ShiftScenario_rb.html +0 -117
  754. data/doc/files/lib/Shift_rb.html +0 -119
  755. data/doc/files/lib/SourceFileInfo_rb.html +0 -107
  756. data/doc/files/lib/SyntaxReference_rb.html +0 -123
  757. data/doc/files/lib/TOCEntry_rb.html +0 -119
  758. data/doc/files/lib/TableColumnDefinition_rb.html +0 -107
  759. data/doc/files/lib/TableOfContents_rb.html +0 -119
  760. data/doc/files/lib/TaskDependency_rb.html +0 -107
  761. data/doc/files/lib/TaskJuggler_rb.html +0 -125
  762. data/doc/files/lib/TaskScenario_rb.html +0 -117
  763. data/doc/files/lib/Task_rb.html +0 -119
  764. data/doc/files/lib/TextParser/Pattern_rb.html +0 -117
  765. data/doc/files/lib/TextParser/Rule_rb.html +0 -107
  766. data/doc/files/lib/TextParser/StackElement_rb.html +0 -107
  767. data/doc/files/lib/TextParser/TokenDoc_rb.html +0 -107
  768. data/doc/files/lib/TextParser_rb.html +0 -125
  769. data/doc/files/lib/TextScanner_rb.html +0 -129
  770. data/doc/files/lib/Tj3Config_rb.html +0 -119
  771. data/doc/files/lib/TjException_rb.html +0 -107
  772. data/doc/files/lib/TjTime_rb.html +0 -119
  773. data/doc/files/lib/TjpExample_rb.html +0 -117
  774. data/doc/files/lib/TjpSyntaxRules_rb.html +0 -107
  775. data/doc/files/lib/UTF8String_rb.html +0 -140
  776. data/doc/files/lib/UserManual_rb.html +0 -127
  777. data/doc/files/lib/WorkingHours_rb.html +0 -117
  778. data/doc/files/lib/XMLDocument_rb.html +0 -117
  779. data/doc/files/lib/XMLElement_rb.html +0 -117
  780. data/doc/files/lib/deep_copy_rb.html +0 -107
  781. data/doc/files/lib/reports/CSVFile_rb.html +0 -117
  782. data/doc/files/lib/reports/ColumnTable_rb.html +0 -117
  783. data/doc/files/lib/reports/GanttChart_rb.html +0 -123
  784. data/doc/files/lib/reports/GanttContainer_rb.html +0 -117
  785. data/doc/files/lib/reports/GanttHeaderScaleItem_rb.html +0 -107
  786. data/doc/files/lib/reports/GanttHeader_rb.html +0 -117
  787. data/doc/files/lib/reports/GanttLine_rb.html +0 -127
  788. data/doc/files/lib/reports/GanttLoadStack_rb.html +0 -117
  789. data/doc/files/lib/reports/GanttMilestone_rb.html +0 -117
  790. data/doc/files/lib/reports/GanttRouter_rb.html +0 -107
  791. data/doc/files/lib/reports/GanttTaskBar_rb.html +0 -117
  792. data/doc/files/lib/reports/HTMLGraphics_rb.html +0 -107
  793. data/doc/files/lib/reports/Navigator_rb.html +0 -117
  794. data/doc/files/lib/reports/ReportBase_rb.html +0 -107
  795. data/doc/files/lib/reports/ReportContext_rb.html +0 -107
  796. data/doc/files/lib/reports/ReportTableCell_rb.html +0 -107
  797. data/doc/files/lib/reports/ReportTableColumn_rb.html +0 -107
  798. data/doc/files/lib/reports/ReportTableLegend_rb.html +0 -107
  799. data/doc/files/lib/reports/ReportTableLine_rb.html +0 -117
  800. data/doc/files/lib/reports/ReportTable_rb.html +0 -119
  801. data/doc/files/lib/reports/Report_rb.html +0 -137
  802. data/doc/files/lib/reports/ResourceListRE_rb.html +0 -123
  803. data/doc/files/lib/reports/TableReport_rb.html +0 -125
  804. data/doc/files/lib/reports/TaskListRE_rb.html +0 -123
  805. data/doc/files/lib/reports/TextReport_rb.html +0 -117
  806. data/doc/files/lib/reports/TimeSheetReport_rb.html +0 -117
  807. data/doc/files/lib/reports/TjpExportRE_rb.html +0 -117
  808. data/doc/files/lib/taskjuggler3_rb.html +0 -298
  809. data/doc/files/lib/tj3client_rb.html +0 -280
  810. data/doc/files/lib/tj3man_rb.html +0 -190
  811. data/doc/fr_class_index.html +0 -345
  812. data/doc/fr_file_index.html +0 -247
  813. data/doc/fr_method_index.html +0 -2355
  814. data/doc/rdoc-style.css +0 -299
  815. data/lib/RemoteServiceManager.rb +0 -80
  816. data/lib/ReportServer.rb +0 -66
  817. data/test/TestSuite/HTML-Reports/Alerts.html +0 -172
  818. data/test/TestSuite/HTML-Reports/CellText.html +0 -758
  819. data/test/TestSuite/HTML-Reports/ColumnPeriods.html +0 -156
  820. data/test/TestSuite/HTML-Reports/IsOngoing.html +0 -172
  821. data/test/TestSuite/HTML-Reports/LogicalFunctions.html +0 -80
  822. data/test/TestSuite/HTML-Reports/Query.html +0 -31
  823. data/test/TestSuite/HTML-Reports/depArrows.html +0 -842
  824. data/test/TestSuite/Syntax/Correct/RawHTML.tjp +0 -31
  825. data/test/TestSuite/Syntax/Correct/icons/flag-green.png +0 -0
  826. data/test/TestSuite/Syntax/Correct/icons/flag-red.png +0 -0
  827. data/test/TestSuite/Syntax/Correct/icons/flag-yellow.png +0 -0
  828. data/test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js +0 -1301
  829. data/test/TestSuite/Syntax/Errors/export_bad_extn.tjp +0 -9
@@ -1,448 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <title>File: COPYING [TaskJuggler III API documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
9
- <script type="text/javascript">
10
- // <![CDATA[
11
-
12
- function popupCode( url ) {
13
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
14
- }
15
-
16
- function toggleCode( id ) {
17
- if ( document.getElementById )
18
- elem = document.getElementById( id );
19
- else if ( document.all )
20
- elem = eval( "document.all." + id );
21
- else
22
- return false;
23
-
24
- elemStyle = elem.style;
25
-
26
- if ( elemStyle.display != "block" ) {
27
- elemStyle.display = "block"
28
- } else {
29
- elemStyle.display = "none"
30
- }
31
-
32
- return true;
33
- }
34
-
35
- // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
38
- // ]]>
39
- </script>
40
-
41
- </head>
42
- <body>
43
-
44
-
45
- <div id="fileHeader">
46
- <h1>COPYING</h1>
47
- <table class="header-table">
48
- <tr class="top-aligned-row">
49
- <td><strong>Path:</strong></td>
50
- <td>COPYING
51
-
52
- </td>
53
- </tr>
54
- <tr class="top-aligned-row">
55
- <td><strong>Last Update:</strong></td>
56
- <td>2007-09-12 17:21:14 +0200</td>
57
- </tr>
58
- </table>
59
- </div>
60
- <!-- banner header -->
61
-
62
- <div id="bodyContent">
63
-
64
- <div id="contextContent">
65
-
66
- <div id="description">
67
- <pre>
68
- GNU GENERAL PUBLIC LICENSE
69
- Version 2, June 1991
70
-
71
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
72
- 675 Mass Ave, Cambridge, MA 02139, USA
73
- Everyone is permitted to copy and distribute verbatim copies
74
- of this license document, but changing it is not allowed.
75
-
76
- Preamble
77
-
78
- The licenses for most software are designed to take away your
79
- </pre>
80
- <p>
81
- freedom to share and change it. By contrast, the GNU General Public License
82
- is intended to guarantee your freedom to share and change free
83
- software&#8212;to make sure the software is free for all its users. This
84
- General Public License applies to most of the Free Software
85
- Foundation&#8217;s software and to any other program whose authors commit
86
- to using it. (Some other Free Software Foundation software is covered by
87
- the GNU Library General Public License instead.) You can apply it to your
88
- programs, too.
89
- </p>
90
- <pre>
91
- When we speak of free software, we are referring to freedom, not
92
- </pre>
93
- <p>
94
- price. Our General Public Licenses are designed to make sure that you have
95
- the freedom to distribute copies of free software (and charge for this
96
- service if you wish), that you receive source code or can get it if you
97
- want it, that you can change the software or use pieces of it in new free
98
- programs; and that you know you can do these things.
99
- </p>
100
- <pre>
101
- To protect your rights, we need to make restrictions that forbid
102
- </pre>
103
- <p>
104
- anyone to deny you these rights or to ask you to surrender the rights.
105
- These restrictions translate to certain responsibilities for you if you
106
- distribute copies of the software, or if you modify it.
107
- </p>
108
- <pre>
109
- For example, if you distribute copies of such a program, whether
110
- </pre>
111
- <p>
112
- gratis or for a fee, you must give the recipients all the rights that you
113
- have. You must make sure that they, too, receive or can get the source
114
- code. And you must show them these terms so they know their rights.
115
- </p>
116
- <pre>
117
- We protect your rights with two steps: (1) copyright the software, and
118
- </pre>
119
- <p>
120
- (2) offer you this license which gives you legal permission to copy,
121
- distribute and/or modify the software.
122
- </p>
123
- <pre>
124
- Also, for each author's protection and ours, we want to make certain
125
- </pre>
126
- <p>
127
- that everyone understands that there is no warranty for this free software.
128
- If the software is modified by someone else and passed on, we want its
129
- recipients to know that what they have is not the original, so that any
130
- problems introduced by others will not reflect on the original
131
- authors&#8217; reputations.
132
- </p>
133
- <pre>
134
- Finally, any free program is threatened constantly by software
135
- </pre>
136
- <p>
137
- patents. We wish to avoid the danger that redistributors of a free program
138
- will individually obtain patent licenses, in effect making the program
139
- proprietary. To prevent this, we have made it clear that any patent must be
140
- licensed for everyone&#8217;s free use or not licensed at all.
141
- </p>
142
- <pre>
143
- The precise terms and conditions for copying, distribution and
144
- </pre>
145
- <p>
146
- modification follow.
147
- </p>
148
- <pre>
149
- GNU GENERAL PUBLIC LICENSE
150
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
151
-
152
- 0. This License applies to any program or other work which contains
153
- </pre>
154
- <p>
155
- a notice placed by the copyright holder saying it may be distributed under
156
- the terms of this General Public License. The &#8220;Program&#8221;, below,
157
- refers to any such program or work, and a &#8220;work based on the
158
- Program&#8221; means either the Program or any derivative work under
159
- copyright law: that is to say, a work containing the Program or a portion
160
- of it, either verbatim or with modifications and/or translated into another
161
- language. (Hereinafter, translation is included without limitation in the
162
- term &#8220;modification&#8221;.) Each licensee is addressed as
163
- &#8220;you&#8221;.
164
- </p>
165
- <p>
166
- Activities other than copying, distribution and modification are not
167
- covered by this License; they are outside its scope. The act of running the
168
- Program is not restricted, and the output from the Program is covered only
169
- if its contents constitute a work based on the Program (independent of
170
- having been made by running the Program). Whether that is true depends on
171
- what the Program does.
172
- </p>
173
- <pre>
174
- 1. You may copy and distribute verbatim copies of the Program's
175
- </pre>
176
- <p>
177
- source code as you receive it, in any medium, provided that you
178
- conspicuously and appropriately publish on each copy an appropriate
179
- copyright notice and disclaimer of warranty; keep intact all the notices
180
- that refer to this License and to the absence of any warranty; and give any
181
- other recipients of the Program a copy of this License along with the
182
- Program.
183
- </p>
184
- <p>
185
- You may charge a fee for the physical act of transferring a copy, and you
186
- may at your option offer warranty protection in exchange for a fee.
187
- </p>
188
- <pre>
189
- 2. You may modify your copy or copies of the Program or any portion
190
- </pre>
191
- <p>
192
- of it, thus forming a work based on the Program, and copy and distribute
193
- such modifications or work under the terms of Section 1 above, provided
194
- that you also meet all of these conditions:
195
- </p>
196
- <pre>
197
- a) You must cause the modified files to carry prominent notices
198
- stating that you changed the files and the date of any change.
199
-
200
- b) You must cause any work that you distribute or publish, that in
201
- whole or in part contains or is derived from the Program or any
202
- part thereof, to be licensed as a whole at no charge to all third
203
- parties under the terms of this License.
204
-
205
- c) If the modified program normally reads commands interactively
206
- when run, you must cause it, when started running for such
207
- interactive use in the most ordinary way, to print or display an
208
- announcement including an appropriate copyright notice and a
209
- notice that there is no warranty (or else, saying that you provide
210
- a warranty) and that users may redistribute the program under
211
- these conditions, and telling the user how to view a copy of this
212
- License. (Exception: if the Program itself is interactive but
213
- does not normally print such an announcement, your work based on
214
- the Program is not required to print an announcement.)
215
- </pre>
216
- <p>
217
- These requirements apply to the modified work as a whole. If identifiable
218
- sections of that work are not derived from the Program, and can be
219
- reasonably considered independent and separate works in themselves, then
220
- this License, and its terms, do not apply to those sections when you
221
- distribute them as separate works. But when you distribute the same
222
- sections as part of a whole which is a work based on the Program, the
223
- distribution of the whole must be on the terms of this License, whose
224
- permissions for other licensees extend to the entire whole, and thus to
225
- each and every part regardless of who wrote it.
226
- </p>
227
- <p>
228
- Thus, it is not the intent of this section to claim rights or contest your
229
- rights to work written entirely by you; rather, the intent is to exercise
230
- the right to control the distribution of derivative or collective works
231
- based on the Program.
232
- </p>
233
- <p>
234
- In addition, mere aggregation of another work not based on the Program with
235
- the Program (or with a work based on the Program) on a volume of a storage
236
- or distribution medium does not bring the other work under the scope of
237
- this License.
238
- </p>
239
- <pre>
240
- 3. You may copy and distribute the Program (or a work based on it,
241
- </pre>
242
- <p>
243
- under Section 2) in object code or executable form under the terms of
244
- Sections 1 and 2 above provided that you also do one of the following:
245
- </p>
246
- <pre>
247
- a) Accompany it with the complete corresponding machine-readable
248
- source code, which must be distributed under the terms of Sections
249
- 1 and 2 above on a medium customarily used for software interchange; or,
250
-
251
- b) Accompany it with a written offer, valid for at least three
252
- years, to give any third party, for a charge no more than your
253
- cost of physically performing source distribution, a complete
254
- machine-readable copy of the corresponding source code, to be
255
- distributed under the terms of Sections 1 and 2 above on a medium
256
- customarily used for software interchange; or,
257
-
258
- c) Accompany it with the information you received as to the offer
259
- to distribute corresponding source code. (This alternative is
260
- allowed only for noncommercial distribution and only if you
261
- received the program in object code or executable form with such
262
- an offer, in accord with Subsection b above.)
263
- </pre>
264
- <p>
265
- The source code for a work means the preferred form of the work for making
266
- modifications to it. For an executable work, complete source code means all
267
- the source code for all modules it contains, plus any associated interface
268
- definition files, plus the scripts used to control compilation and
269
- installation of the executable. However, as a special exception, the source
270
- code distributed need not include anything that is normally distributed (in
271
- either source or binary form) with the major components (compiler, kernel,
272
- and so on) of the operating system on which the executable runs, unless
273
- that component itself accompanies the executable.
274
- </p>
275
- <p>
276
- If distribution of executable or object code is made by offering access to
277
- copy from a designated place, then offering equivalent access to copy the
278
- source code from the same place counts as distribution of the source code,
279
- even though third parties are not compelled to copy the source along with
280
- the object code.
281
- </p>
282
- <pre>
283
- 4. You may not copy, modify, sublicense, or distribute the Program
284
- </pre>
285
- <p>
286
- except as expressly provided under this License. Any attempt otherwise to
287
- copy, modify, sublicense or distribute the Program is void, and will
288
- automatically terminate your rights under this License. However, parties
289
- who have received copies, or rights, from you under this License will not
290
- have their licenses terminated so long as such parties remain in full
291
- compliance.
292
- </p>
293
- <pre>
294
- 5. You are not required to accept this License, since you have not
295
- </pre>
296
- <p>
297
- signed it. However, nothing else grants you permission to modify or
298
- distribute the Program or its derivative works. These actions are
299
- prohibited by law if you do not accept this License. Therefore, by
300
- modifying or distributing the Program (or any work based on the Program),
301
- you indicate your acceptance of this License to do so, and all its terms
302
- and conditions for copying, distributing or modifying the Program or works
303
- based on it.
304
- </p>
305
- <pre>
306
- 6. Each time you redistribute the Program (or any work based on the
307
- </pre>
308
- <p>
309
- Program), the recipient automatically receives a license from the original
310
- licensor to copy, distribute or modify the Program subject to these terms
311
- and conditions. You may not impose any further restrictions on the
312
- recipients&#8217; exercise of the rights granted herein. You are not
313
- responsible for enforcing compliance by third parties to this License.
314
- </p>
315
- <pre>
316
- 7. If, as a consequence of a court judgment or allegation of patent
317
- </pre>
318
- <p>
319
- infringement or for any other reason (not limited to patent issues),
320
- conditions are imposed on you (whether by court order, agreement or
321
- otherwise) that contradict the conditions of this License, they do not
322
- excuse you from the conditions of this License. If you cannot distribute so
323
- as to satisfy simultaneously your obligations under this License and any
324
- other pertinent obligations, then as a consequence you may not distribute
325
- the Program at all. For example, if a patent license would not permit
326
- royalty-free redistribution of the Program by all those who receive copies
327
- directly or indirectly through you, then the only way you could satisfy
328
- both it and this License would be to refrain entirely from distribution of
329
- the Program.
330
- </p>
331
- <p>
332
- If any portion of this section is held invalid or unenforceable under any
333
- particular circumstance, the balance of the section is intended to apply
334
- and the section as a whole is intended to apply in other circumstances.
335
- </p>
336
- <p>
337
- It is not the purpose of this section to induce you to infringe any patents
338
- or other property right claims or to contest validity of any such claims;
339
- this section has the sole purpose of protecting the integrity of the free
340
- software distribution system, which is implemented by public license
341
- practices. Many people have made generous contributions to the wide range
342
- of software distributed through that system in reliance on consistent
343
- application of that system; it is up to the author/donor to decide if he or
344
- she is willing to distribute software through any other system and a
345
- licensee cannot impose that choice.
346
- </p>
347
- <p>
348
- This section is intended to make thoroughly clear what is believed to be a
349
- consequence of the rest of this License.
350
- </p>
351
- <pre>
352
- 8. If the distribution and/or use of the Program is restricted in
353
- </pre>
354
- <p>
355
- certain countries either by patents or by copyrighted interfaces, the
356
- original copyright holder who places the Program under this License may add
357
- an explicit geographical distribution limitation excluding those countries,
358
- so that distribution is permitted only in or among countries not thus
359
- excluded. In such case, this License incorporates the limitation as if
360
- written in the body of this License.
361
- </p>
362
- <pre>
363
- 9. The Free Software Foundation may publish revised and/or new versions
364
- </pre>
365
- <p>
366
- of the General Public License from time to time. Such new versions will be
367
- similar in spirit to the present version, but may differ in detail to
368
- address new problems or concerns.
369
- </p>
370
- <p>
371
- Each version is given a distinguishing version number. If the Program
372
- specifies a version number of this License which applies to it and
373
- &#8220;any later version&#8221;, you have the option of following the terms
374
- and conditions either of that version or of any later version published by
375
- the Free Software Foundation. If the Program does not specify a version
376
- number of this License, you may choose any version ever published by the
377
- Free Software Foundation.
378
- </p>
379
- <pre>
380
- 10. If you wish to incorporate parts of the Program into other free
381
- </pre>
382
- <p>
383
- programs whose distribution conditions are different, write to the author
384
- to ask for permission. For software which is copyrighted by the Free
385
- Software Foundation, write to the Free Software Foundation; we sometimes
386
- make exceptions for this. Our decision will be guided by the two goals of
387
- preserving the free status of all derivatives of our free software and of
388
- promoting the sharing and reuse of software generally.
389
- </p>
390
- <pre>
391
- NO WARRANTY
392
-
393
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
394
- </pre>
395
- <p>
396
- FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
397
- OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
398
- PROVIDE THE PROGRAM &#8220;AS IS&#8221; WITHOUT WARRANTY OF ANY KIND,
399
- EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
400
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
401
- ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.
402
- SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
403
- SERVICING, REPAIR OR CORRECTION.
404
- </p>
405
- <pre>
406
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
407
- </pre>
408
- <p>
409
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
410
- REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
411
- INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
412
- OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
413
- TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
414
- YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
415
- PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
416
- POSSIBILITY OF SUCH DAMAGES.
417
- </p>
418
- <pre>
419
- END OF TERMS AND CONDITIONS
420
- </pre>
421
-
422
- </div>
423
-
424
- </div>
425
-
426
-
427
- </div>
428
-
429
- <!-- if includes -->
430
-
431
- <div id="section">
432
-
433
-
434
-
435
-
436
- <!-- if method_list -->
437
-
438
-
439
-
440
-
441
- </div>
442
-
443
- <div id="validator-badges">
444
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
445
- </div>
446
-
447
- </body>
448
- </html>
@@ -1,134 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <title>File: README [TaskJuggler III API documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
9
- <script type="text/javascript">
10
- // <![CDATA[
11
-
12
- function popupCode( url ) {
13
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
14
- }
15
-
16
- function toggleCode( id ) {
17
- if ( document.getElementById )
18
- elem = document.getElementById( id );
19
- else if ( document.all )
20
- elem = eval( "document.all." + id );
21
- else
22
- return false;
23
-
24
- elemStyle = elem.style;
25
-
26
- if ( elemStyle.display != "block" ) {
27
- elemStyle.display = "block"
28
- } else {
29
- elemStyle.display = "none"
30
- }
31
-
32
- return true;
33
- }
34
-
35
- // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
38
- // ]]>
39
- </script>
40
-
41
- </head>
42
- <body>
43
-
44
-
45
- <div id="fileHeader">
46
- <h1>README</h1>
47
- <table class="header-table">
48
- <tr class="top-aligned-row">
49
- <td><strong>Path:</strong></td>
50
- <td>README
51
-
52
- </td>
53
- </tr>
54
- <tr class="top-aligned-row">
55
- <td><strong>Last Update:</strong></td>
56
- <td>2010-02-02 21:43:11 +0100</td>
57
- </tr>
58
- </table>
59
- </div>
60
- <!-- banner header -->
61
-
62
- <div id="bodyContent">
63
-
64
- <div id="contextContent">
65
-
66
- <div id="description">
67
- <h1>About <a href="http://www.taskjuggler.org">TaskJuggler III</a></h1>
68
- <p>
69
- <a href="../classes/TaskJuggler.html">TaskJuggler</a> III is an Open Source
70
- project management software. Right now it is just a prototype of what will
71
- become the next generation of <a
72
- href="../classes/TaskJuggler.html">TaskJuggler</a>. If you are looking for
73
- a stable software to manage your projects, use the 2.x series releases.
74
- </p>
75
- <p>
76
- In contrast to the 2.x version <a
77
- href="../classes/TaskJuggler.html">TaskJuggler</a> III should be easily
78
- installable and usable also on non Linux or Unix-like systems. It may sound
79
- repelling at first, but this software does not need a graphical user
80
- interface. A command shell, a plain text editor (no word processor!) and a
81
- web browser is all you need.
82
- </p>
83
- <h1>Copyright and License</h1>
84
- <p>
85
- <a href="../classes/TaskJuggler.html">TaskJuggler</a> is &#169; 2006, 2007,
86
- 2008 by Chris Schlaeger <cs (at) kde (dot) org>
87
- </p>
88
- <p>
89
- This program is free software; you can redistribute it and/or modify it
90
- under the terms of <a
91
- href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">version 2 of
92
- the GNU General Public License</a> as published by the Free Software
93
- Foundation. You accept the terms of this license by distributing or using
94
- this software.
95
- </p>
96
- <p>
97
- <a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of
98
- Chris Schlaeger.
99
- </p>
100
- <h1>User Manual</h1>
101
- <p>
102
- The user manual can be found at the <a
103
- href="http://www.taskjuggler.org/tj3/manual/index.html">TaskJuggler Web
104
- Site</a>. Please see the manual for all further information about
105
- installing and using the software.
106
- </p>
107
-
108
- </div>
109
-
110
- </div>
111
-
112
-
113
- </div>
114
-
115
- <!-- if includes -->
116
-
117
- <div id="section">
118
-
119
-
120
-
121
-
122
- <!-- if method_list -->
123
-
124
-
125
-
126
-
127
- </div>
128
-
129
- <div id="validator-badges">
130
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
131
- </div>
132
-
133
- </body>
134
- </html>
@@ -1,117 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <title>File: AccountScenario.rb [TaskJuggler III API documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
9
- <script type="text/javascript">
10
- // <![CDATA[
11
-
12
- function popupCode( url ) {
13
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
14
- }
15
-
16
- function toggleCode( id ) {
17
- if ( document.getElementById )
18
- elem = document.getElementById( id );
19
- else if ( document.all )
20
- elem = eval( "document.all." + id );
21
- else
22
- return false;
23
-
24
- elemStyle = elem.style;
25
-
26
- if ( elemStyle.display != "block" ) {
27
- elemStyle.display = "block"
28
- } else {
29
- elemStyle.display = "none"
30
- }
31
-
32
- return true;
33
- }
34
-
35
- // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
38
- // ]]>
39
- </script>
40
-
41
- </head>
42
- <body>
43
-
44
-
45
- <div id="fileHeader">
46
- <h1>AccountScenario.rb</h1>
47
- <table class="header-table">
48
- <tr class="top-aligned-row">
49
- <td><strong>Path:</strong></td>
50
- <td>lib/AccountScenario.rb
51
-
52
- </td>
53
- </tr>
54
- <tr class="top-aligned-row">
55
- <td><strong>Last Update:</strong></td>
56
- <td>2010-01-27 20:53:39 +0100</td>
57
- </tr>
58
- </table>
59
- </div>
60
- <!-- banner header -->
61
-
62
- <div id="bodyContent">
63
-
64
- <div id="contextContent">
65
-
66
- <div id="description">
67
- <p>
68
- encoding: UTF-8
69
- </p>
70
- <h1>AccountScenario.rb &#8212; The <a href="../../classes/TaskJuggler.html">TaskJuggler</a> III Project Management Software</h1>
71
- <p>
72
- Copyright &#169; 2006, 2007, 2008, 2009, 2010 by Chris Schlaeger
73
- <cs@kde.org>
74
- </p>
75
- <p>
76
- This program is free software; you can redistribute it and/or modify it
77
- under the terms of version 2 of the GNU General Public License as published
78
- by the Free Software Foundation.
79
- </p>
80
-
81
- </div>
82
-
83
- <div id="requires-list">
84
- <h3 class="section-bar">Required files</h3>
85
-
86
- <div class="name-list">
87
-
88
- ScenarioData&nbsp;&nbsp;
89
-
90
- </div>
91
- </div>
92
-
93
- </div>
94
-
95
-
96
- </div>
97
-
98
- <!-- if includes -->
99
-
100
- <div id="section">
101
-
102
-
103
-
104
-
105
- <!-- if method_list -->
106
-
107
-
108
-
109
-
110
- </div>
111
-
112
- <div id="validator-badges">
113
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
114
- </div>
115
-
116
- </body>
117
- </html>