Changes between Version 3 and Version 7 of Ticket #10652
- Timestamp:
- 01/18/11 14:31:58 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10652
- Property Cc hivert added
- Property Owner changed from jason, mpatel, was to nthiery
-
Ticket #10652 – Description
v3 v7 1 This patch adds (experimental) support for uploading a static html doc 2 page as a worksheet in the notebook. As a side effect, it: 1 This patch adds (experimental) support for uploading a static html doc page as a worksheet in the notebook. As a side effect, it: 3 2 4 3 - allows for uploading a .txt file from a URL (was broken) … … 12 11 planning to invest in this direction in the short term. So I would be extremely glad if some notebook expert could take over this patch, clean it up (look for TODO/FIXME), and rebase it upon #10521 with whom it probably conflicts lightly (this should be a breeze). 13 12 13 Little issues: 14 15 - url's ending with something like ``#blah'' are not supported, whereas our current setup creates links with such. Maybe the #blah part could be stripped out. Or we should fix our setup :-) 16 - The produced worksheet does not look as nice as a usual worksheet or the live documentation (in particular, there are some useless navigation links on top). That's probably a question of style file. Or maybe the navigation links should be stripped out. 17 18 Future extensions: 19 20 - Add support for attachements, non text outputs, etc (they are currently lost during the upload) 21 14 22 Related tickets: 15 23