Changes between Version 1 and Version 2 of BOOK_PRINTING_R1


Ignore:
Timestamp:
10/05/09 11:45:53 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_PRINTING_R1

    v1 v2  
    77 
    88== 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.)^ 
     9We should provide print functionality, which gives the user possibility to print on paper the state of the book at desired moment. The product of the printing action will be very similar to the exported pdf, but on paper. When the user clicks on print, after he chooses the desired print options, the state of the book at this moment must be printed. We're going to drop "print to file" option, we have export to html and pdf. 
    1010 
    1111== Task requirements == 
     
    1313 
    1414== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     15The result of this task must be code. 
    1616 
    1717== Implementation idea == 
    18 ^(Provide some rough implementation idea(s).)^ 
     18See pdf export tasks. The exported pdf is very similar to the contents that must be printed. 
    1919 
    2020== Related == 
    21 ^(Add links to related tasks that could be useful or helpful.)^ 
    22  
     21BOOK_PRINTING_R1 
     22BOOK_STATIC_PDF_EXPORT_R0 
    2323== How to demo == 
    24 ^(Provide instructions for demonstration of the task.)^ 
     24 * Open book 
     25 * Choose print from the file menu or press Ctrl+P 
    2526 
    2627= Design =