nautilus/TODO
2000-01-11 17:27:03 +00:00

34 lines
973 B
Text

Infrastructure
--------------
. Scheme translation and handling
. File manager
- Virtual directories/files/actions
. Actions/file operations in general
. Figure out how to provide clean and separate abstractions for data
transfer and presentation (views handle both right now).
. Sometimes a navigation request needs extra data besides a URI to be
a complete specification of a document. For instance, an http URI also
requires a method (GET or POST) to be specified, and in the case of
POST an arbitrary number of additional key-value pairs. Figure out a
way to support this right.
Components
----------
. Image viewer (EOG?)
. Text, postscript, PDF
. File manager
. Help index, contents, search
. Bookmark meta view (in addition to the bookmarks menu).
. Mozilla component(?)
. Tree view(?)
Misc
----
Search for "XXX" or "TODO" in the source. Or "FIXME" which is the
standard convention.
Documentation
---
. Documentation on how to write a Natilus view.