From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avC6l-0001jI-Kp for qemu-devel@nongnu.org; Tue, 26 Apr 2016 19:09:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avC6i-0002go-DF for qemu-devel@nongnu.org; Tue, 26 Apr 2016 19:09:31 -0400 Received: from chuckie.co.uk ([82.165.15.123]:47556 helo=s16892447.onlinehome-server.info) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avC6i-0002gb-7e for qemu-devel@nongnu.org; Tue, 26 Apr 2016 19:09:28 -0400 References: <571F0FB7.7030508@ilande.co.uk> <20160426100245.GH10650@stefanha-x1.localdomain> <20160426123755.GC7299@localhost.localdomain> From: Mark Cave-Ayland Message-ID: <571FF516.9050408@ilande.co.uk> Date: Wed, 27 Apr 2016 00:09:10 +0100 MIME-Version: 1.0 In-Reply-To: <20160426123755.GC7299@localhost.localdomain> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Updating documentation at http://wiki.qemu.org/download/qemu-doc.html List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody , Stefan Hajnoczi Cc: qemu-devel On 26/04/16 13:37, Jeff Cody wrote: > On Tue, Apr 26, 2016 at 11:02:45AM +0100, Stefan Hajnoczi wrote: >> On Tue, Apr 26, 2016 at 07:50:31AM +0100, Mark Cave-Ayland wrote: >>> Does anyone know if it's possible to update the documentation at the >>> above URL? It appears as a link at http://wiki.qemu-project.org/Manual >>> and seems to be the first hit for most people looking for information on >>> QEMU SPARC emulation, which is frustrating as the information there is >>> well out of date. Presumably this is because the documentation is hosted >>> on the qemu.org domain itself and so ranks higher? >> >> Hi Mark, >> I've CCed Jeff Cody, who is taking over as system administrator for >> QEMU. The http://wiki.qemu.org/download/qemu-doc.html link is just a >> static page from 2010. >> >> It should be possible to rebuild the HTML docs and replace the file. >> Even better would be to update it from a cron job. >> >> Stefan > > Thanks. > > I've update the qemu-doc.html at the above link with the latest output of > "make qemu-doc.html" from git master. I'll set up a daily cronjob to take care > of that automatically, as well. > > Jeff Hi Jeff, Thanks for getting all this set up - the new documentation update looks good here. Shall I also update the link on http://wiki.qemu-project.org/Manual to reflect the fact that the updates are now generated regularly? "Older version of the above" doesn't quite seem appropriate any more... ATB, Mark.