Browse Source

remove unnecessary todo file

pull/1/head
Sami Vaarala 11 years ago
parent
commit
fd87acc650
  1. 51
      website/TODO

51
website/TODO

@ -1,51 +0,0 @@
FUTURE WORK
===========
* Make <hr>'s automatic and check consistency
* Guide: internal properties
* Guide: function objects
* Guide: error object contents
- Tracebacks: printing tracebacks, inspecting tracebacks
* Guide: internal object properties (?)
* Guide: __duk__ built-in
* Guide: performance tips? in 0.7
* Guide: leech from EJS docs? in 0.7
* Stack formatting
- fix stack right side explanation float, now works badly if wraps
- stack arrow looks bad
- clean up stack colors
- stack in printed version looks bad
- merge api doc from embjs side
- api call Summary -> Description?
+ sed
- narrow layout, types table break
- minimize HTML generated from stacks, e.g.
<span class="stack">
<span class="cap">[</span>
<span class="elem">1</span>
<span class="elem">2</span>
<span class="elem">3</span>
<span class="cap">]</span>
</span>
<span class="stack">
<b>[</b> <i>1</i> <i>2</i> <i>3</i> <b>]</b>
</span>
This interferes with text browsing though. HTML inline elements:
Loading…
Cancel
Save