Changes between Version 1 and Version 2 of TEXT_RESOURCE_HTML_R0
- Timestamp:
- 06/18/09 20:05:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_RESOURCE_HTML_R0
v1 v2 4 4 5 5 = Analysis = 6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^7 6 7 User should be able to import html text as a resource. Most of the html tags and styles should be applied to the resulting text. 8 For example if there is a <b> tag - a corresponding bold style should be added for the resulting HotText. This style sholud be applied till 9 </b> tag is met in the html document. The resulting text could have non-corresponding nesting of tags (example: <b><i></b></i>) due to the noncorresponding nesting in html. 10 8 11 == Overview == 9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 12 13 Provide "HTML Document..." in the Insert menu. 14 Provide a chooser for the html files. 15 Provide a "plain" resulting HotText from the html file resource, meaning that no styles or tags will be applied yet. 10 16 11 17 == Task requirements == … … 13 19 14 20 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 21 22 The result should be source code. 16 23 17 24 == Implementation idea ==