All of lore.kernel.org
 help / color / mirror / Atom feed
* [qemu-web PATCH] new page: conservancy.md
@ 2020-07-07 14:51 Alex Bennée
  2020-07-07 15:19 ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Bennée @ 2020-07-07 14:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, thuth, Alex Bennée

This is intended to replace the wiki
page (https://wiki.qemu.org/Conservancy) with a slightly more formal
page with the same information. I've also added the private list
address for governance issues that might want to be raised privately.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 conservancy.md | 32 ++++++++++++++++++++++++++++++++
 index.html     |  2 +-
 2 files changed, 33 insertions(+), 1 deletion(-)
 create mode 100644 conservancy.md

diff --git a/conservancy.md b/conservancy.md
new file mode 100644
index 0000000..4d3c39c
--- /dev/null
+++ b/conservancy.md
@@ -0,0 +1,32 @@
+---
+title: Conservancy
+permalink: /conservancy/
+---
+
+QEMU is a member of [Software Freedom Conservancy](https://sfconservancy.org/), 
+a not-for-profit organization that provides legal and administrative assistance
+to open source projects.
+
+The Software Freedom Conservancy holds assets on behalf of the
+project, including domain names and project funds/donations.
+
+QEMU interacts with Conservancy through a Leadership Committee,
+currently composed of the following members:
+
+* Alex Bennée
+* Paolo Bonzini
+* Andreas Färber
+* Alexander Graf
+* Stefan Hajnoczi
+* Peter Maydell
+
+The committee votes via simple majority. There cannot be more than two
+members employed by the same company at once.
+
+If you would like to raise an issue to the Leadership Committee,
+please email [qemu-devel@nongnu.org](mailto:qemu-devel@nongnu.org) and
+CC at least one of the members so they can bring the issue forward.
+For private emails you can send an email
+[qemu@sfconservancy.org](mailto:qemu@sfconservancy.org) which is a
+private list that all the leadership committee are subscribed to.
+
diff --git a/index.html b/index.html
index 37a0fbd..1de3fe3 100644
--- a/index.html
+++ b/index.html
@@ -62,7 +62,7 @@ $('.colorbox').on("click.random-namespace", function() {
 
 		</div>
 		<hr>
-		<p>QEMU is a member of <a href="https://wiki.qemu.org/Conservancy">Software Freedom Conservancy</a>.</p>
+		<p>QEMU is a member of <a href="/conservancy/">Software Freedom Conservancy</a>.</p>
 	</div>
 </div>
 
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [qemu-web PATCH] new page: conservancy.md
  2020-07-07 14:51 [qemu-web PATCH] new page: conservancy.md Alex Bennée
@ 2020-07-07 15:19 ` Paolo Bonzini
  2020-07-09 11:32   ` Thomas Huth
  0 siblings, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2020-07-07 15:19 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel; +Cc: thuth

On 07/07/20 16:51, Alex Bennée wrote:
> +QEMU interacts with Conservancy through a Leadership Committee,
> +currently composed of the following members:
> +
> +* Alex Bennée
> +* Paolo Bonzini
> +* Andreas Färber
> +* Alexander Graf
> +* Stefan Hajnoczi
> +* Peter Maydell
> +
> +The committee votes via simple majority. There cannot be more than two
> +members employed by the same company at once.

s/two members/one third of the members (currently two)/

s/company/entity/ (because Stefan and I are still employed by Red Hat,
not IBM).

> +
> +If you would like to raise an issue to the Leadership Committee,
> +please email [qemu-devel@nongnu.org](mailto:qemu-devel@nongnu.org) and
> +CC at least one of the members so they can bring the issue forward.
> +For private emails you can send an email

Missing "to" here.

> +[qemu@sfconservancy.org](mailto:qemu@sfconservancy.org) which is a
> +private list that all the leadership committee are subscribed to.

Missing comma before "which", or remove "which is" altogether after
adding the comma.

I would also add a link to the first column of _includes/footer.html.

Thanks!

Paolo



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [qemu-web PATCH] new page: conservancy.md
  2020-07-07 15:19 ` Paolo Bonzini
@ 2020-07-09 11:32   ` Thomas Huth
  2020-07-09 11:46     ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Huth @ 2020-07-09 11:32 UTC (permalink / raw)
  To: Paolo Bonzini, Alex Bennée, qemu-devel

On 07/07/2020 17.19, Paolo Bonzini wrote:
> On 07/07/20 16:51, Alex Bennée wrote:
>> +QEMU interacts with Conservancy through a Leadership Committee,
>> +currently composed of the following members:
>> +
>> +* Alex Bennée
>> +* Paolo Bonzini
>> +* Andreas Färber
>> +* Alexander Graf
>> +* Stefan Hajnoczi
>> +* Peter Maydell
>> +
>> +The committee votes via simple majority. There cannot be more than two
>> +members employed by the same company at once.
> 
> s/two members/one third of the members (currently two)/
> 
> s/company/entity/ (because Stefan and I are still employed by Red Hat,
> not IBM).
> 
>> +
>> +If you would like to raise an issue to the Leadership Committee,
>> +please email [qemu-devel@nongnu.org](mailto:qemu-devel@nongnu.org) and
>> +CC at least one of the members so they can bring the issue forward.
>> +For private emails you can send an email
> 
> Missing "to" here.
> 
>> +[qemu@sfconservancy.org](mailto:qemu@sfconservancy.org) which is a
>> +private list that all the leadership committee are subscribed to.
> 
> Missing comma before "which", or remove "which is" altogether after
> adding the comma.
> 
> I would also add a link to the first column of _includes/footer.html.

I've done the suggested modifications and pushed the page now. Please
double-check whether it looks as expected!

Paolo, could you please update the link on
https://wiki.qemu.org/Main_Page ? I do not have the access rights to
edit that page. Once that is done, I think we can delete the old page
https://wiki.qemu.org/Conservancy in the wiki (or turn it into a
redirect page instead?).

 Thanks,
  Thomas



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [qemu-web PATCH] new page: conservancy.md
  2020-07-09 11:32   ` Thomas Huth
@ 2020-07-09 11:46     ` Paolo Bonzini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2020-07-09 11:46 UTC (permalink / raw)
  To: Thomas Huth, Alex Bennée, qemu-devel

On 09/07/20 13:32, Thomas Huth wrote:
> Paolo, could you please update the link on
> https://wiki.qemu.org/Main_Page ? I do not have the access rights to
> edit that page. Once that is done, I think we can delete the old page
> https://wiki.qemu.org/Conservancy in the wiki (or turn it into a
> redirect page instead?).

Done, thanks.

Paolo



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-09 11:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-07 14:51 [qemu-web PATCH] new page: conservancy.md Alex Bennée
2020-07-07 15:19 ` Paolo Bonzini
2020-07-09 11:32   ` Thomas Huth
2020-07-09 11:46     ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.