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-news.md b/src/index-news.md
new file mode 100644
index 0000000..0ecce69
--- /dev/null
+++ b/src/index-news.md
@@ -0,0 +1,33 @@
+<!--
+ Copyright 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+## 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.
+