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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/main/help
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2007-12-04 13:49:22 +0300
committerLluis Sanchez <lluis@novell.com>2007-12-04 13:49:22 +0300
commit0aa95ab0ad2750a62ca248d0154b9b9f80f11de8 (patch)
tree1de0d12270990af00b94d77e7a54eac89bc36122 /main/help
parent7195f4926b21b46ad8e4ce1976603ffc63b49729 (diff)
Directory reorganization
svn path=/branches/monodevelop/reorg/; revision=90637
Diffstat (limited to 'main/help')
-rw-r--r--main/help/Makefile.am7
-rw-r--r--main/help/monodevelop.omf30
-rw-r--r--main/help/monodevelop.xml113
3 files changed, 150 insertions, 0 deletions
diff --git a/main/help/Makefile.am b/main/help/Makefile.am
new file mode 100644
index 0000000000..9b167d5cd0
--- /dev/null
+++ b/main/help/Makefile.am
@@ -0,0 +1,7 @@
+#figdir = figures
+docname = monodevelop
+lang = C
+omffile = monodevelop.omf
+entities = legal.xml
+include $(top_srcdir)/xmldocs.make
+dist-hook: app-dist-hook
diff --git a/main/help/monodevelop.omf b/main/help/monodevelop.omf
new file mode 100644
index 0000000000..3c7652f382
--- /dev/null
+++ b/main/help/monodevelop.omf
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE omf PUBLIC "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" "http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd">
+<omf>
+ <resource>
+ <creator>
+ Fawad Halim &lt;fawad@fawad.net&gt;
+ </creator>
+ <maintainer>
+ Fawad Halim &lt;fawad@fawad.net&gt;
+ </maintainer>
+ <title>
+ MonoDevelop documentation
+ </title>
+ <date>
+ 2004-05-25
+ </date>
+ <version identifier="0.1" date="2004-05-25" description="Initial documentation import" />
+ <subject category="GNOME|Applications|Programming"/>
+ <description>
+ User manual for the MonoDevelop IDE.
+ </description>
+ <type>
+ user's guide
+ </type>
+ <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
+ <identifier url="monodevelop.xml"/>
+ <language code="C"/>
+ <relation seriesid="6a0dd49a-b0b6-11d8-9992-9d3f4ad93477" />
+ </resource>
+</omf>
diff --git a/main/help/monodevelop.xml b/main/help/monodevelop.xml
new file mode 100644
index 0000000000..78f805ab92
--- /dev/null
+++ b/main/help/monodevelop.xml
@@ -0,0 +1,113 @@
+<?xml version="1.0"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY appversion "0.4">
+<!ENTITY manrevision "0.1">
+<!ENTITY date "March 2004">
+<!ENTITY app "MonoDevelop">
+<!ENTITY app-url "http://www.monodevelop.com/">
+]>
+<!-- =============Document Header ============================= -->
+<article id="index" lang="en">
+ <articleinfo>
+ <title>&app; Manual V&manrevision;</title>
+ <copyright>
+ <year>2004</year>
+ <holder>MonoDevelop Team</holder>
+ </copyright>
+ <publisher>
+ <publishername>MonoDevelop Team</publishername>
+ </publisher>
+ <authorgroup>
+ <author>
+ <firstname>Fawad</firstname>
+ <surname>Halim</surname>
+ <address>
+ <email>fawad@fawad.net</email>
+ </address>
+ </author>
+ <author>
+ <firstname>Todd</firstname>
+ <surname>Berman</surname>
+ <address>
+ <email>tberman@sevenl.net</email>
+ </address>
+ </author>
+
+ </authorgroup>
+ <releaseinfo> This manual describes version &appversion; of the &app; IDE.
+ </releaseinfo>
+ <legalnotice>
+ <title>Feedback</title>
+ <para>
+ To report a bug or make a suggestion regarding the <application>&app;</application> application or this manual, follow the directions in the <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback Page</ulink>.
+ </para>
+ </legalnotice>
+ </articleinfo>
+ <indexterm>
+ <primary>monodevelop</primary>
+ </indexterm>
+ <indexterm>
+ <primary>ide</primary>
+ </indexterm>
+
+ <!-- ============= Document Body ============================= -->
+ <!-- ============= Introduction ============================== -->
+ <sect1 id="md-intro">
+ <title>Introduction</title>
+ <para>
+ <application>&app;</application> is an IDE for developing .NET applications on the POSIX platform.
+ </para>
+ </sect1>
+ <sect1 id="md-gettingstarted">
+ <title>Getting Started</title>
+ <sect2 id="md-gettingstarted-theide">
+ <title>MonoDevelop IDE</title>
+ <sect3 id="md-gettingstarted-pads">
+ <title>MonoDevelop Pads</title>
+ <sect4 id="md-gettingstarted-pads-solution">
+ <title>Solution Pad</title>
+ </sect4>
+ <sect4 id="md-gettingstarted-pads-classes">
+ <title>Classes Pad</title>
+ </sect4>
+ <sect4 id="md-gettingstarted-pads-files">
+ <title>Files Pad</title>
+ </sect4>
+ <sect4 id="md-gettingstarted-pads-tasks">
+ <title>Task List Pad</title>
+ </sect4>
+ <sect4 id="md-gettingstarted-pads-help">
+ <title>Help Pad</title>
+ </sect4>
+ <sect4 id="md-gettingstarted-pads-output">
+ <title>Output Pad</title>
+ </sect4>
+ </sect3>
+ <sect3 id="md-gettingstarted-sourceeditor">
+ <title>Source Editor</title>
+ </sect3>
+ </sect2>
+ </sect1>
+ <sect1 id="md-workingwith">
+ <title>Working With MonoDevelop</title>
+ <sect2 id="md-workingwith-intro">
+ <title>Introduction</title>
+ </sect2>
+ <sect2 id="md-workingwith-solutions">
+ <title>Solutions</title>
+ </sect2>
+ <sect2 id="md-workingwith-projects">
+ <title>Projects</title>
+ </sect2>
+ <sect2 id="md-workingwith-files">
+ <title>Files</title>
+ </sect2>
+ <sect2 id="md-workingwith-references">
+ <title>References</title>
+ </sect2>
+ <sect2 id="md-workingwith-options">
+ <title>IDE Options</title>
+ </sect2>
+ </sect1>
+</article>