~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ikvm/website/src/documentation/content/xdocs/site.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<!--
 
4
Forrest site.xml
 
5
 
 
6
This file contains an outline of the site's information content.  It is used to:
 
7
- Generate the website menus (though these can be overridden - see docs)
 
8
- Provide semantic, location-independent aliases for internal 'site:' URIs, eg
 
9
<link href="site:changes"> links to changes.html (or ../changes.html if in
 
10
  subdir).
 
11
- Provide aliases for external URLs in the external-refs section.  Eg, <link
 
12
  href="ext:cocoon"> links to http://xml.apache.org/cocoon/ 
 
13
 
 
14
See http://xml.apache.org/forrest/linking.html for more info
 
15
-->
 
16
 
 
17
<site label="ikvm" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
 
18
 
 
19
  <about label="About">
 
20
    <index label="Home" href="index.html" description=""/>
 
21
    <download label="Download" href="download.html" description="" />
 
22
    <uses label="Uses" href="uses.html" description=""/>
 
23
    <weblog label="News" href="http://weblog.ikvm.net" description=""/>
 
24
    <faq label="FAQ" href="https://sourceforge.net/apps/mediawiki/ikvm/index.php?title=FAQ" description=""/>
 
25
    <license label="License" href="https://sourceforge.net/apps/mediawiki/ikvm/index.php?title=License" description=""/>
 
26
    <stories label="Case Studies" href="stories.html" description="" />
 
27
  </about>
 
28
  <userguide label="User's Guide" href="userguide/">
 
29
    <intro label="Introduction" href="https://sourceforge.net/apps/mediawiki/ikvm/index.php?title=User%27s_Guide"/>
 
30
    <install label="Installation" href="https://sourceforge.net/apps/mediawiki/ikvm/index.php?title=Installation" description="" />
 
31
    <tutorial label="Tutorial" href="https://sourceforge.net/apps/mediawiki/ikvm/index.php?title=Tutorial" description="" />
 
32
    <tools label="Tools Reference" href="https://sourceforge.net/apps/mediawiki/ikvm/index.php?title=Tools" description=""/>
 
33
  </userguide>
 
34
  <devguide label="Developer's Guide" href="devguide/">
 
35
    <intro label="Introduction" href="intro.html" description="" />    
 
36
    <concepts label="Concepts" href="concepts.html" description="" />
 
37
    <net2java label="Using Java Libraries" href="net2java.html" description="" />
 
38
    <java2net label="Developing in Java" href="java2net.html" description="" />
 
39
  </devguide>
 
40
  <contributing label="Contributing" href="">
 
41
    <forum label="Mailing Lists" href="http://sourceforge.net/mail/?group_id=69637" />
 
42
    <reportbug label="Report Bugs" href="http://sourceforge.net/tracker/?group_id=69637" />
 
43
    <cvs label="CVS Repository" href="http://sourceforge.net/cvs/?group_id=69637" />
 
44
  </contributing>
 
45
 
 
46
  <!--
 
47
  <all>
 
48
    <whole_site_html label="Whole Site HTML" href="site.html"/>
 
49
     <whole_site_html label="Whole Site PDF" href="site.pdf"/>
 
50
  </all>
 
51
  -->
 
52
 
 
53
  <external-refs>
 
54
    <ikvm href="https://sourceforge.net/apps/mediawiki/ikvm/index.php?title=Ikvm" />
 
55
    <ikvmc href="https://sourceforge.net/apps/mediawiki/ikvm/index.php?title=Ikvmc" />
 
56
    <ikvmstub href="https://sourceforge.net/apps/mediawiki/ikvm/index.php?title=Ikvmstub" />
 
57
    <tutorial href="https://sourceforge.net/apps/mediawiki/ikvm/index.php?title=Tutorial" />
 
58
    <sourceforgedl href="http://sourceforge.net/project/showfiles.php?group_id=69637" />
 
59
    <classpath href="http://www.gnu.org/software/classpath/classpath.html" />
 
60
    <icedtea href="http://icedtea.classpath.org/wiki/Main_Page" />
 
61
    <openjdk href="http://openjdk.java.net/" />
 
62
    <monodevelop href="http://www.monodevelop.com/" />
 
63
    <dotnet href="http://msdn.microsoft.com/netframework/" />
 
64
    <ikvmweblogfull href="http://weblog.ikvm.net/allentries.aspx" />
 
65
    <mono href="http://www.go-mono.org" />
 
66
    <ant-ikvmc href="http://ant-ikvmc.sourceforge.net/" />
 
67
    <jar2ikvmc href="http://code.google.com/p/jar2ikvmc/" />
 
68
    <scalanet href="http://lamp.epfl.ch/~magarcia/jdk2ikvm/" />
 
69
    <xml.apache.org href="http://xml.apache.org/">
 
70
      <forrest href="forrest/">
 
71
        <validation href="validation.html"/>
 
72
        <webapp href="your-project.html#webapp"/>
 
73
        <document-v11 href="document-v11.html"/>
 
74
      </forrest>
 
75
      <cocoon href="cocoon/"/>
 
76
    </xml.apache.org>
 
77
  </external-refs>
 
78
 
 
79
</site>