summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-09-15 11:30:42 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-09-15 11:30:42 +0000
commit83fb0bbb9e86903d7ca4fe5554bd8d590ac9ac4e (patch)
treed979e80b04dae6b0285e0ca1239ffd44ee23ebb2
parent9de5a5137db297e2396d781ce2891a4a9b1023ce (diff)
downloadnetsurf-83fb0bbb9e86903d7ca4fe5554bd8d590ac9ac4e.tar.gz
netsurf-83fb0bbb9e86903d7ca4fe5554bd8d590ac9ac4e.tar.bz2
Update source directory info.
svn path=/trunk/netsurf/; revision=5320
-rw-r--r--Docs/00-overview11
1 files changed, 7 insertions, 4 deletions
diff --git a/Docs/00-overview b/Docs/00-overview
index b2090584b..ef894c01f 100644
--- a/Docs/00-overview
+++ b/Docs/00-overview
@@ -9,14 +9,17 @@ Directory Structure
The source is split at top level as follows:
content:: Fetching, managing, and converting content
-render:: HTML processing and layout
css:: CSS parser
-image:: Image conversion
desktop:: Non-platform specific front-end
-riscos:: RISC OS specific code
+image:: Image conversion
+render:: HTML processing and layout
+utils:: Misc. useful functions
+
+amiga::AmigaOS specific code
+beos::BeOS/Haiku specific code
debug:: Unix debug build specific code
gtk:: GTK specific code
-utils:: Misc. useful functions
+riscos:: RISC OS specific code
Other Documentation
-------------------