X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=README.md;h=b061956eee24f682e087c6d01b78bf1fad95dd74;hb=09bd8381163fa55ed8db934637958b91debbd48b;hp=f42e3000815323f0814ed6afce4812291c0f3ee9;hpb=1eb8ba78f47d4f014bf78b7fc5d81d450ffe30d3;p=mono.git diff --git a/README.md b/README.md index f42e3000815..b061956eee2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Mono is a software platform designed to allow developers to easily create cross platform applications. Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. +[![Build Status](http://jenkins.mono-project.com/job/test-mono-mainline/badge/icon/)](http://jenkins.mono-project.com/job/test-mono-mainline/) + 1. [Installation](#compilation-and-installation) 2. [Using Mono](#using-mono) 3. [Directory Roadmap](#directory-roadmap) @@ -492,16 +494,12 @@ Directory Roadmap * `dis/` - CIL executable Disassembler - * `cli/` - Common code for the JIT and the interpreter. - * `io-layer/` - The I/O layer and system abstraction for emulating the .NET IO model. * `cil/` - Common Intermediate Representation, XML definition of the CIL bytecodes. - * `interp/` - Interpreter for CLI executables (obsolete). - * `arch/` - Architecture specific portions. * `man/` - Manual pages for the various Mono commands and programs.