Changes between Version 1 and Version 2 of TEXT_RESOURCE_HTML_R0


Ignore:
Timestamp:
06/18/09 20:05:05 (16 years ago)
Author:
diana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_RESOURCE_HTML_R0

    v1 v2  
    44 
    55= Analysis = 
    6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
    76 
     7User should be able to import html text as a resource. Most of the html tags and styles should be applied to the resulting text.  
     8For 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    
    811== 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 
     13Provide "HTML Document..." in the Insert menu. 
     14Provide a chooser for the html  files. 
     15Provide a "plain" resulting HotText from the html file resource, meaning that no styles or tags will be applied yet. 
    1016 
    1117== Task requirements == 
     
    1319 
    1420== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     21 
     22The result should be source code. 
    1623 
    1724== Implementation idea ==