qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] New wiki page: http://wiki.qemu.org/Hosts


From: G 3
Subject: Re: [Qemu-devel] New wiki page: http://wiki.qemu.org/Hosts
Date: Mon, 5 Dec 2016 08:47:35 -0500


On Dec 3, 2016, at 3:41 AM, Paolo Bonzini wrote:



On 02/12/2016 23:59, Programmingkid wrote:
I thought we could use a Hosts page to sort all the host documentation we have. It is located here: http://wiki.qemu.org/Hosts

Here is what I have so far:

AIX
Darwin
FreeBSD, NetBSD, OpenBSD
Linux
Mac OS X
Solaris
Windows


Since this stuff changes rarely, it should be in the source tree
instead.  You can link to the source tree from the wiki with something
like this:

{{src|path=BUILDING|description=the BUILDING file in the source tree}}

Would you like to make a patch moving the information from the wiki to
such a file?

Paolo

I think I now know what you want. You want a shell script that would take each link in the http://wiki.qemu.org/Hosts file, convert the html data into text of the linked file, then append that text to a file called BUILDING. So in the end we have a file called BUILDING that would look like this:


QEMU Building Directions:

AIX
.....

Darwin
.....

FreeBSD, NetBSD, OpenBSD
....

Linux
.....

Mac OS X
....

Solaris
....

Windows
....


So now I have to figure out which commands to use. This script would have to work on all operating systems that QEMU is built on. This page has some pretty good information on how to do this: http:// stackoverflow.com/questions/12422289/bash-command-to-covert-html-page- to-a-text-file

I think I will work on a python script to do this job.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]