Fix the front page building issue on Ubuntu 12.04
See http://daringfireball.net/projects/markdown/syntax#html
Note that Markdown formatting syntax is not processed within block-level
HTML tags. E.g., you can’t use Markdown-style *emphasis* inside an HTML block.
Python-Markdown conforms to the syntax rule above since version 2.1
This change moves the inside markdown text as the separate files.
Change-Id: I0b88d5c93836f9ee5c35cbeda87b11f2944b7662
diff --git a/src/index.md b/src/index.md
index 300b663..5c168bc 100644
--- a/src/index.md
+++ b/src/index.md
@@ -17,42 +17,13 @@
# Welcome to Android #
<div style="float: right; width: 35%;">
-
-## News ##
-
-### Source Code Available for Android 4.1 ###
-
-The source code for the Android 4.1 platform and software stack has been
-released! This release allows OEMs to begin preparing Android 4.1 for
-installation on new and existing devices, and allows hobbyists, enthusiasts,
-and researchers to develop custom builds. For information on how to obtain the
-software, visit our [Getting the Source](source/downloading.html) page.
-
-### Compatibility Definition for Android 4.0 ###
-
-The Compatibility Definition Document for Android 4.0 has been published.
-Android 4.0 allows device manufacturers to use the Android source code to ship
-a significantly wider variety of devices including phones and tablets.
-For more information, visit the [Compatibility](compatibility/index.html) page.
-
+$news
</div>
<img style="float: right; padding-right: 1.5em;" src="images/home-bugdroid.png" alt="Android Mascot"/>
<div style="font-size: 1.3em;">
-
-Here you can find the information and source code you need to build an
-Android-compatible device.
-
-Android is an open-source software stack for mobile devices, and a
-corresponding open-source project led by Google. We created Android in
-response to our own experiences launching mobile apps. We wanted to make
-sure that there was no central point of failure, so that no industry player
-can restrict or control the innovations of any other. That's why we
-created Android, and made its source code open.
-
-[Learn more »](about/index.html)
-
+$intro
</div>
<div style="clear: both;"/>