Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2012-01-13 22:15:57 +0400
committerMiguel de Icaza <miguel@gnome.org>2012-01-13 22:16:06 +0400
commitb8a43068b52420d9dd72e6b105538c0fd6531240 (patch)
tree92d8b0b89d18f9d794832904ba47c1634b066250 /README
parent5fd40cdb2ebf80aba52d35eaaf3f7a49c1600e54 (diff)
Make the documentation browser actually work
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 19 insertions, 4 deletions
diff --git a/README b/README
index 5ef7c74..8bec833 100644
--- a/README
+++ b/README
@@ -1,10 +1,25 @@
+
+MacDoc
+======
+
Sample program that uses the Monodoc.dll assembly to render
the system documentation. The actual loading is very crude
right now, as this was done in merely 20 minutes of copying
some features from the Gtk# monodoc browser.
-This needs the latest version of MonoMac built from Git,
-it wont work with the released versions, as I made some
-API changes.
+Pending Tasks
+=============
+
+UI:
+* Print should always pring the HTML area, not the current widget
+* Detect out of date indexes, offer to rebuild
+* Implement anchor click support (not there now)
+* Hook up bookmarks
+
+Index:
+* Offer to create index
+
+Full Body text search:
+* Offer to create full text index
+* Implement search
-Miguel