File: IDEAS

package info (click to toggle)
libgtkhtml2 2.11.0-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,740 kB
  • ctags: 3,830
  • sloc: ansic: 33,179; sh: 8,414; makefile: 597
file content (17 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

* [daniel] Modular htmlstream
  Htmlstream should be modular enough to have plugin access methods
  for various ways of reading html, like files, http, etc.

* [daniel] Translators (bigger than gtkhtml2, but yummie)
  Translators a'la BeOS is a great thing. A translator is a module
  that knows how to read certain dataformats and transform them into
  others. If the system has a translator for a certain format, all
  programs using the parent "mime-type" (e g: image) may access data
  of that format. So an app that can only read png may use the
  png->jpeg translator to render a jpeg. Gtkhtml2 should use
  translators just like everyone else ;-)