From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQ5E7-0004DK-FJ for qemu-devel@nongnu.org; Mon, 14 Nov 2011 17:42:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQ5E5-0006ot-RB for qemu-devel@nongnu.org; Mon, 14 Nov 2011 17:42:07 -0500 Received: from e34.co.us.ibm.com ([32.97.110.152]:50070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQ5E5-0006om-Fj for qemu-devel@nongnu.org; Mon, 14 Nov 2011 17:42:05 -0500 Received: from /spool/local by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 14 Nov 2011 15:42:04 -0700 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay01.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pAEMfqcF206488 for ; Mon, 14 Nov 2011 15:41:53 -0700 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pAEMfqT6028061 for ; Mon, 14 Nov 2011 15:41:52 -0700 Received: from titi.austin.rr.com (sig-9-65-38-167.mts.ibm.com [9.65.38.167]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id pAEMfpJL027976 for ; Mon, 14 Nov 2011 15:41:52 -0700 From: Anthony Liguori Date: Mon, 14 Nov 2011 16:41:40 -0600 Message-Id: <1321310505-27845-1-git-send-email-aliguori@us.ibm.com> Subject: [Qemu-devel] [PATCH 0/5] docs: convert specifications to markdown List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Right now our specs are written in psuedo-wiki syntax. This series converts them to markdown. markdown is a simple markup format that's gaining in popularity. The big advantage of using markdown is that there are tools that can convert it to relatively simple HTML. That means we can build a make infrastructure that generates a nice set of static web pages. The syntax is also more human friendly than mediawiki syntax. To see what the stylized version of this looks like, check out: https://github.com/aliguori/qemu/tree/markdown/docs/specs