Re: [PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-21 Thread Kashyap Chamarthy
On Mon, Mar 21, 2022 at 11:01:28AM +, Peter Maydell wrote: > On Mon, 21 Mar 2022 at 09:55, Kashyap Chamarthy wrote: [...] > > > Yes, I think that about/ should have a document something like > > > "Contacting the project" or "Support", which could tell users about not > > > just > > > the u

Re: [PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-21 Thread Peter Maydell
On Mon, 21 Mar 2022 at 09:55, Kashyap Chamarthy wrote: > > On Tue, Mar 15, 2022 at 04:12:50PM +, Peter Maydell wrote: > > On Tue, 15 Mar 2022 at 16:00, Kashyap Chamarthy wrote: > > > > > > On Tue, Mar 15, 2022 at 02:25:05PM +0100, Thomas Huth wrote: > > > > On 14/03/2022 11.49, Kashyap Chamar

Re: [PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-21 Thread Kashyap Chamarthy
On Tue, Mar 15, 2022 at 04:12:50PM +, Peter Maydell wrote: > On Tue, 15 Mar 2022 at 16:00, Kashyap Chamarthy wrote: > > > > On Tue, Mar 15, 2022 at 02:25:05PM +0100, Thomas Huth wrote: > > > On 14/03/2022 11.49, Kashyap Chamarthy wrote: > > > > [...] > > > > > At least the "users" mailing list

Re: [PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-15 Thread Peter Maydell
On Tue, 15 Mar 2022 at 16:00, Kashyap Chamarthy wrote: > > On Tue, Mar 15, 2022 at 02:25:05PM +0100, Thomas Huth wrote: > > On 14/03/2022 11.49, Kashyap Chamarthy wrote: > > [...] > > > At least the "users" mailing list is not related to development, so maybe > > this should rather go into docs/ab

Re: [PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-15 Thread Kashyap Chamarthy
On Tue, Mar 15, 2022 at 02:25:05PM +0100, Thomas Huth wrote: > On 14/03/2022 11.49, Kashyap Chamarthy wrote: [...] > At least the "users" mailing list is not related to development, so maybe > this should rather go into docs/about/ instead? Yeah, makes sense. I wonder if should create a new doc

Re: [PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-15 Thread Thomas Huth
On 14/03/2022 11.49, Kashyap Chamarthy wrote: This document is referred to from the GettingStartedDevelopers wiki which will be rSTified in a follow-up commit. Converted from Mediawiki to rST using: $> pandoc -f Mediawiki -t rst MailingLists.wiki -o mailing-lists.rst It's a 1-1 c

Re: [PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-14 Thread Kashyap Chamarthy
On Mon, Mar 14, 2022 at 02:45:30PM +0100, Philippe Mathieu-Daudé wrote: > Hi Kashyap, Hi, > On 14/3/22 11:49, Kashyap Chamarthy wrote: [...] > This is a fair conversion from > https://wiki.qemu.org/Contribute/MailingLists, but a good opportunity to > improve (could be on top). Yeah, definitely

Re: [PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-14 Thread Philippe Mathieu-Daudé
Hi Kashyap, On 14/3/22 11:49, Kashyap Chamarthy wrote: This document is referred to from the GettingStartedDevelopers wiki which will be rSTified in a follow-up commit. Converted from Mediawiki to rST using: $> pandoc -f Mediawiki -t rst MailingLists.wiki -o mailing-lists.rst It

[PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-14 Thread Kashyap Chamarthy
This document is referred to from the GettingStartedDevelopers wiki which will be rSTified in a follow-up commit. Converted from Mediawiki to rST using: $> pandoc -f Mediawiki -t rst MailingLists.wiki -o mailing-lists.rst It's a 1-1 conversion (I double-checked to the best I could).