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

« back to all changes in this revision

Viewing changes to external/ikvm/website/src/documentation/content/xdocs/index.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" encoding="UTF-8"?>
 
2
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://apache.org/forrest/dtd/document-v12.dtd">
 
3
<document> 
 
4
  <header> 
 
5
    <title>IKVM.NET Home Page</title> 
 
6
  </header> 
 
7
  <body> 
 
8
    <section>
 
9
      <title>Introduction</title>
 
10
      <p>IKVM.NET is an implementation of Java for <fork href="ext:mono">Mono</fork> and the <fork href="ext:dotnet">Microsoft .NET Framework</fork>.
 
11
      It includes the following components:</p>
 
12
      <ul>
 
13
      <li>A Java Virtual Machine implemented in .NET</li>
 
14
      <li>A .NET implementation of the Java class libraries</li>
 
15
      <li>Tools that enable Java and .NET interoperability</li>
 
16
      </ul>
 
17
      <p><link href="uses.html">Read more</link> about what you can do with IKVM.NET.</p>
 
18
    </section>
 
19
    <section>
 
20
      <title>Related Work</title>
 
21
      <p>The following projects are related to IKVM.NET in some way:</p>
 
22
      <ul>
 
23
        <li><link href="ext:mono">Mono: Open Source .NET implementation that includes IKVM.NET</link></li>
 
24
        <li><link href="ext:monodevelop">MonoDevelop: A Mono IDE with IKVM Support</link></li>
 
25
        <li><link href="ext:ant-ikvmc">Ant task for ikvmc</link></li>
 
26
        <li><link href="ext:jar2ikvmc">Tool to figure out jar dependencies and generate ikvmc script</link></li>
 
27
        <li><link href="ext:scalanet">jdk2ikvm: A source-level conversion tool to migrate Scala programs from JDK to .NET</link></li>
 
28
      </ul>
 
29
    </section>
 
30
  </body>
 
31
</document>