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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/faq
diff options
context:
space:
mode:
authorJaime Anguiano Olarra <jaime@mono-cvs.ximian.com>2002-10-22 18:19:07 +0400
committerJaime Anguiano Olarra <jaime@mono-cvs.ximian.com>2002-10-22 18:19:07 +0400
commit621a5c5ff2994d090f24153107ca359619ae9633 (patch)
tree9dd75f52beea09875cf1947732b6b3fb7021c71d /web/faq
parentd40a1d14d2b45c6055b65caf477a1239619f4177 (diff)
Some updates.
svn path=/trunk/mono/; revision=8464
Diffstat (limited to 'web/faq')
-rw-r--r--web/faq25
1 files changed, 23 insertions, 2 deletions
diff --git a/web/faq b/web/faq
index 401650e1f58..d1c48690fce 100644
--- a/web/faq
+++ b/web/faq
@@ -7,6 +7,7 @@
<a href="#webservices">Web Services</a><br>
<a href="#asp">Mono and ASP.NET</a><br>
<a href="#ado">Mono and ADO.NET</a><br>
+<a href="#monodoc">MonoDoc</a><br>
<a href="#devel">Development Tools and Issues</a><br>
<a href="#java">Mono and Java</a><br>
<a href="#extending">Extending Mono</a><br>
@@ -518,12 +519,22 @@ A: Yes. The CLI contains enough information about a class that
Q: Can I serialize my objects to other things other than XML?
A: Yes, although the serializing tools have not yet been planned, and
-you would probably have to implement them yourself.
+ you would probably have to implement them yourself.
Q: Will Mono use ORBit?
A: No. Mono will be using a new implementation of CORBA that isn't still started.
+<a name="monodoc"></a>
+** MonoDoc
+
+Q: What is MonoDoc?
+
+A: MonoDoc is a graphical documentation editor and viewer. Currently, MonoDoc
+ consists of a Gtk# application and is in heavy development. There is also a
+ Qt# version of it.
+
+
<a name="devel"></a>
** Development Tools and Issues
@@ -1116,7 +1127,17 @@ A: If you use mono from cvs, you need to be prepared for changes in the
the right thing (but occasionally you may need to do it the other
way around).
-
+Q: Why are you going for a GtkHtml implementation?
+
+A: GtkHTML is just a lightweight HTML rendering engine that does not
+ support CSS, so we need it to look decent for those of us that will
+ be using the documentation in our day-to-day work on Linux. The
+ Web-based interfaces lack the agility that you get from a native GUI
+ tool to browse your documentation. Probably later on, we will write
+ scripts and generate a full documentation set that is web-browsable,
+ but we need a command-line and GUI tools that we can use natively on
+ Linux when disconnected from the Web (and that has better
+ interactions than a web page).
<a name="problems"></a>
** Mono Common Problems