<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openoffice.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pitonyak</id>
	<title>Apache OpenOffice Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openoffice.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pitonyak"/>
	<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/wiki/Special:Contributions/Pitonyak"/>
	<updated>2026-09-18T09:58:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=User:Pitonyak&amp;diff=213650</id>
		<title>User:Pitonyak</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=User:Pitonyak&amp;diff=213650"/>
		<updated>2013-01-06T02:07:30Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My primary training is in computer science and mathematics. I spend most of my time working with computers. I first used &amp;quot;OpenOffice&amp;quot; when it was only available as StarOffice, because I wanted something that worked uniformly between Linux and Windows based systems. &lt;br /&gt;
&lt;br /&gt;
Although I am not a writer by trade, but I have published numerous articles, I have numerous documents that I provide for free on my web site, and some of my documents have made it into the standard documentation.&lt;br /&gt;
&lt;br /&gt;
I have been known to speak at conferences on topics related OpenOffice.org, Linux, and other general computer topics.&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=User:Pitonyak&amp;diff=213649</id>
		<title>User:Pitonyak</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=User:Pitonyak&amp;diff=213649"/>
		<updated>2013-01-06T02:07:04Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My primary training is in computer science and mathematics. I spend most of my time working with computers. I first used &amp;quot;OpenOffice&amp;quot; when it was only available as StarOffice, because I wanted something that worked uniformly between Linux and Windows based systems. &lt;br /&gt;
&lt;br /&gt;
Although I am not a writer by trade, but I have published numerous articles, I have numerous documents that I provide for free on my web site, and some of my documents have made it into the standard documentation.&lt;br /&gt;
&lt;br /&gt;
I have been known to speak at conferences on topics related OpenOffice.org, Linux, and other general computer topics.&lt;br /&gt;
&lt;br /&gt;
Adding a link to my home page to test to see if I have to choose cats from a list of pictures of cats and dogs&lt;br /&gt;
&lt;br /&gt;
http://www.pitonyak.org&lt;br /&gt;
&lt;br /&gt;
So, did it work?&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=User:Pitonyak&amp;diff=212868</id>
		<title>User:Pitonyak</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=User:Pitonyak&amp;diff=212868"/>
		<updated>2012-11-25T21:31:27Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My primary training is in computer science and mathematics. I spend most of my time working with computers. I first used &amp;quot;OpenOffice&amp;quot; when it was only available as StarOffice, because I wanted something that worked uniformly between Linux and Windows based systems. &lt;br /&gt;
&lt;br /&gt;
Although I am not a writer by trade, but I have published numerous articles, I have numerous documents that I provide for free on my web site, and some of my documents have made it into the standard documentation.&lt;br /&gt;
&lt;br /&gt;
I have been known to speak at conferences on topics related OpenOffice.org, Linux, and other general computer topics.&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=How_to_support_a_VBA_API_in_OpenOffice&amp;diff=200711</id>
		<title>How to support a VBA API in OpenOffice</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=How_to_support_a_VBA_API_in_OpenOffice&amp;diff=200711"/>
		<updated>2012-05-05T06:46:26Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:VBA]]&lt;br /&gt;
==Definition==&lt;br /&gt;
First, define the VBA API in the IDL. The IDL files are located in oovbapi/ooo/vba/*, which also contains the following subdirectories: &lt;br /&gt;
* constants, &lt;br /&gt;
* excel, &lt;br /&gt;
* msforms, &lt;br /&gt;
* word.&lt;br /&gt;
These directories contain more idl definitions.&amp;lt;br /&amp;gt;&lt;br /&gt;
I will show you a sample on how to define the idl in oovbapi.&amp;lt;br /&amp;gt;&lt;br /&gt;
Suppose I want to add a VBA API to OpenOffice, take WorkSheets.add for example.&amp;lt;br /&amp;gt;&lt;br /&gt;
First, I need to add a file named XWorksheets.idl if it does not exist,  also need to add the file name in makefile.mk. For exmaple, if Xworksheets.idl doesn&amp;#039;t exist, I need to modify the makefile.mk under excel.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
http://wiki.services.openoffice.org/w/images/archive/d/de/20120502071820%21Cm.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://wiki.services.openoffice.org/w/images/5/59/AL%26SL.jpg&lt;br /&gt;
http://wiki.services.openoffice.org/w/images/c/cb/Idl_makefile.JPG&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Second, I need to add the function &amp;quot;add &amp;quot; to Xworksheets.idl, it is important that the argument names of the function are correct, so that the function can work correctly in OpenOffice. For correct the argument names you should to refer the function definition in MS VBA API. For optional arguments or variant types you need to use the type named &amp;quot;any&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;any Add( [in] any Before, [in] any After, [in] any Count, [in] any Type );&amp;#039;&amp;#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
Third, after the definition is done, now you need to build and deliver them in oovbaapi&amp;lt;br /&amp;gt;.&lt;br /&gt;
Please first locate to the dir oovbaapi, run the command: &amp;#039;&amp;#039;build&amp;amp;deliver&amp;#039;&amp;#039;.&amp;lt;br /&amp;gt;&lt;br /&gt;
This will genarate a file named Xworksheets.hdl including the definition of &amp;quot;add&amp;quot; in sc module.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[File:Idl_makefile.JPG]] --&amp;gt;&lt;br /&gt;
==Implementation==&lt;br /&gt;
The implement code locates in diffirent dirs, for example, the idl in &amp;quot;exec&amp;quot; dir, the corresponded implementation is located in &amp;#039;&amp;#039;sc/source/ui/vba/vba***.hxx&amp;#039;&amp;#039;, &amp;#039;&amp;#039;sc/source/ui/vba/vba***.cxx&amp;#039;&amp;#039;. If you create new class, you should create the right header(*.hxx) and source(*.cxx) files, then add the $(SLO)$/**.obj to makefile.mk. Take workSheets.add for example.&amp;lt;br /&amp;gt;&lt;br /&gt;
First,  I should add vbaworksheets.obj in related makefile.mk.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Second, I should create a header file named vabworksheets.hxx in sc/source/ui/vba/, then add the &amp;quot;add&amp;quot; method with the correct types and arguments to the header. It should be:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;class ScVbaWorksheets&amp;lt;br /&amp;gt;&lt;br /&gt;
{&amp;lt;br /&amp;gt;&lt;br /&gt;
	......&amp;lt;br /&amp;gt;&lt;br /&gt;
public:&amp;lt;br /&amp;gt;&lt;br /&gt;
	......&amp;lt;br /&amp;gt;&lt;br /&gt;
	virtual css::uno::Any SAL_CALL Add( const css::uno::Any&amp;amp; Before, const css::uno::Any&amp;amp; After, const css::uno::Any&amp;amp; Count, const css::uno::Any&amp;amp; Type ) throw (css::uno::RuntimeException);&amp;lt;br /&amp;gt;&lt;br /&gt;
	......&amp;lt;br /&amp;gt;&lt;br /&gt;
}&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&lt;br /&gt;
Third, I should create a source file named vabworksheets.cxx under sc/source /ui/vba/, then using UNO API to implent the VBA API.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;uno::Any&amp;lt;br /&amp;gt;&lt;br /&gt;
ScVbaWorksheets::Add( const uno::Any&amp;amp; Before, const uno::Any&amp;amp; After,&amp;lt;br /&amp;gt;&lt;br /&gt;
					 const uno::Any&amp;amp; Count, const uno::Any&amp;amp; Type ) throw (uno::RuntimeException)&amp;lt;br /&amp;gt;&lt;br /&gt;
{&amp;lt;br /&amp;gt;&lt;br /&gt;
	......&amp;lt;br /&amp;gt;&lt;br /&gt;
	//implement with UNO API&amp;lt;br /&amp;gt;&lt;br /&gt;
	......&amp;lt;br /&amp;gt;&lt;br /&gt;
}&amp;#039;&amp;#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Forth, after the implementation is done, now I need to build and deliver them in sc module.&amp;lt;br /&amp;gt;&lt;br /&gt;
Please first locate to the dir sc, if you want to debug about the new api you develop,  run the command &amp;quot;build debug=true&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
After build, it will genarate a new dll named &amp;quot;vbaobj.uno.dll&amp;quot;, you need to use this dll to replace the one in your OpenOffice, then you can use it to debug the API is right or not.&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=User:Pitonyak&amp;diff=184831</id>
		<title>User:Pitonyak</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=User:Pitonyak&amp;diff=184831"/>
		<updated>2010-09-25T04:23:48Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: Created page with &amp;#039;My primary training is in computer science and mathematics. I spend most of my time working with computers. I first used &amp;quot;OpenOffice&amp;quot; back when it was only available as StarOffic…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My primary training is in computer science and mathematics. I spend most of my time working with computers. I first used &amp;quot;OpenOffice&amp;quot; back when it was only available as StarOffice, because I wanted something that worked uniformly between Linux and Windows based systems. &lt;br /&gt;
&lt;br /&gt;
Although I am not a writer by trade, but I have published numerous articles, I have numerous documents that I provide for free on my web site, and some of my documents have made it into the standard documentation.&lt;br /&gt;
&lt;br /&gt;
I have been known to speak at conferences on topics related OpenOffice.org, Linux, and other general computer topics.&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Documentation/Dashboard/Who_is_Who&amp;diff=184830</id>
		<title>Documentation/Dashboard/Who is Who</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Documentation/Dashboard/Who_is_Who&amp;diff=184830"/>
		<updated>2010-09-25T04:15:56Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: Added user Andrew Pitonyak&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Who is Who on the OOo Documentation Project}} &lt;br /&gt;
This is a list of Documentation Project members. The purpose of this list is to give us an idea of who the various team members are. &lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot; style=&amp;quot;border-color: rgb(51, 51, 51); border-collapse: collapse;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: rgb(222, 222, 222);&amp;quot;&lt;br /&gt;
! width=&amp;quot;180&amp;quot; | Doc Project user name &lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Name (optional) &lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Location &amp;lt;ref&amp;gt;Do &amp;#039;&amp;#039;&amp;#039;NOT&amp;#039;&amp;#039;&amp;#039; enter home addresses or other personal information in the Location column.  If you fill in this column, just enter the country you live in.&amp;lt;/ref&amp;gt; &lt;br /&gt;
! Comment&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Ccornell|ccornell]] &lt;br /&gt;
| Clayton &lt;br /&gt;
| Germany &lt;br /&gt;
| Doc Project co-lead; developer docs; [http://smaug42.wordpress.com personal blog]&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Jeanweber|jeanweber]] &lt;br /&gt;
| Jean &lt;br /&gt;
| Australia &lt;br /&gt;
| Doc Project co-lead; mainly user docs&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Therabi|therabi]]&lt;br /&gt;
| Andy&lt;br /&gt;
| USA&lt;br /&gt;
| User docs; helping users&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Clairedwood|clairedwood]]&lt;br /&gt;
| Claire&lt;br /&gt;
| UK&lt;br /&gt;
| Volunteer, mainly user docs &amp;amp; wiki&lt;br /&gt;
|-&lt;br /&gt;
| [[User:ggurley|ggurley]]&lt;br /&gt;
| Gabriel&lt;br /&gt;
| USA&lt;br /&gt;
| Contributor, [http://wiki.services.openoffice.org/wiki/Documentation/OpenOffice.org_Conceptual_Guides Conceptual Guides] and User Guides; [http://gabrielgurley.com personal site]&lt;br /&gt;
|-&lt;br /&gt;
| [[User:TJFrazier]]&lt;br /&gt;
| TJ&lt;br /&gt;
| USA (UTC-4:00)&lt;br /&gt;
| Contributor, [[Documentation/BASIC_Guide]], occasional macros and extensions. &lt;br /&gt;
|-&lt;br /&gt;
| [[User:kicpd|kicpd]]&lt;br /&gt;
| Cecilia Cheung&lt;br /&gt;
| UK&lt;br /&gt;
| Volunteer, helping with Base user docs  &lt;br /&gt;
|-&lt;br /&gt;
| [[User:Pitonyak|pitonyak]]&lt;br /&gt;
| Andrew Pitonyak&lt;br /&gt;
| USA&lt;br /&gt;
| Contributor, primarily with respect to macros; [http://www.pitonyak.org my home page].&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation/Dashboard]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Documentation/BASIC_Guide/Branching&amp;diff=108797</id>
		<title>Documentation/BASIC Guide/Branching</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Documentation/BASIC_Guide/Branching&amp;diff=108797"/>
		<updated>2009-01-23T01:13:21Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Select...Case */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Branching}}&lt;br /&gt;
{{Documentation/BASICGuideTOC/v2&lt;br /&gt;
|ShowPrevNext=block&lt;br /&gt;
|ShowPrevPage=block&lt;br /&gt;
|PrevPage=Documentation/BASIC Guide/Operators&lt;br /&gt;
|NextPage=Documentation/BASIC Guide/Loops&lt;br /&gt;
|lang=block&lt;br /&gt;
}}&lt;br /&gt;
 &lt;br /&gt;
Use branching statements to restrict the execution of a code block until a particular condition is satisfied.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;tt&amp;gt;If...Then...Else&amp;lt;/tt&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
The most common branching statement is the &amp;lt;tt&amp;gt;If&amp;lt;/tt&amp;gt; statement as shown in the following example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
If A &amp;gt; 3 Then&lt;br /&gt;
  B = 2&lt;br /&gt;
End If&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;B = 2&amp;lt;/tt&amp;gt; assignment only occurs when value of variable &amp;lt;tt&amp;gt;A&amp;lt;/tt&amp;gt; is greater than three. A variation of the &amp;lt;tt&amp;gt;If&amp;lt;/tt&amp;gt; statement is the &amp;lt;tt&amp;gt;If/Else&amp;lt;/tt&amp;gt; clause:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
If A &amp;gt; 3 Then&lt;br /&gt;
  B = 2&lt;br /&gt;
Else&lt;br /&gt;
  B = 0&lt;br /&gt;
End If&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this example, the variable &amp;lt;tt&amp;gt;B&amp;lt;/tt&amp;gt; is assigned the value of 2 when &amp;lt;tt&amp;gt;A&amp;lt;/tt&amp;gt; is greater than 3, otherwise &amp;lt;tt&amp;gt;B&amp;lt;/tt&amp;gt; is assigned the value of 0.&lt;br /&gt;
&lt;br /&gt;
For more complex statements, you can cascade the &amp;lt;tt&amp;gt;If&amp;lt;/tt&amp;gt; statement, for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
If A = 0 Then&lt;br /&gt;
  B = 0&lt;br /&gt;
ElseIf A &amp;lt; 3 Then&lt;br /&gt;
  B = 1&lt;br /&gt;
Else &lt;br /&gt;
  B = 2&lt;br /&gt;
End If&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the value of variable &amp;lt;tt&amp;gt;A&amp;lt;/tt&amp;gt; equals zero, &amp;lt;tt&amp;gt;B&amp;lt;/tt&amp;gt; is assigned the value 0. If &amp;lt;tt&amp;gt;A&amp;lt;/tt&amp;gt; is less than 3 (but not equal to zero), then &amp;lt;tt&amp;gt;B&amp;lt;/tt&amp;gt; is assigned the value 1. In all other instances (that is, if &amp;lt;tt&amp;gt;A&amp;lt;/tt&amp;gt; is greater than or equal to 3), &amp;lt;tt&amp;gt;B&amp;lt;/tt&amp;gt; is assigned the value 2.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;tt&amp;gt;Select...Case&amp;lt;/tt&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;Select...Case&amp;lt;/tt&amp;gt; instruction is an alternative to the cascaded &amp;lt;tt&amp;gt;If&amp;lt;/tt&amp;gt; statement and is used when you need to check a value against various conditions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
Select Case DayOfWeek&lt;br /&gt;
  Case 1:&lt;br /&gt;
    NameOfWeekday = &amp;quot;Sunday&amp;quot;&lt;br /&gt;
  Case 2: &lt;br /&gt;
    NameOfWeekday = &amp;quot;Monday&amp;quot;&lt;br /&gt;
  Case 3: &lt;br /&gt;
    NameOfWeekday = &amp;quot;Tuesday&amp;quot;&lt;br /&gt;
  Case 4:&lt;br /&gt;
    NameOfWeekday = &amp;quot;Wednesday&amp;quot;&lt;br /&gt;
  Case 5:&lt;br /&gt;
    NameOfWeekday = &amp;quot;Thursday&amp;quot;&lt;br /&gt;
  Case 6:&lt;br /&gt;
    NameOfWeekday = &amp;quot;Friday&amp;quot;&lt;br /&gt;
  Case 7:&lt;br /&gt;
    NameOfWeekday = &amp;quot;Saturday&amp;quot;&lt;br /&gt;
End Select&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this example, the name of a weekday corresponds to a number, so that the &amp;lt;tt&amp;gt;DayOfWeek&amp;lt;/tt&amp;gt; variable is assigned the value of 1 for &amp;lt;tt&amp;gt;Sunday&amp;lt;/tt&amp;gt;, 2 for &amp;lt;tt&amp;gt;Monday&amp;lt;/tt&amp;gt; value, and so on.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;Select&amp;lt;/tt&amp;gt; command is not restricted to simple 1:1 assignments — you can also specify comparison operators or lists of expressions in a &amp;lt;tt&amp;gt;Case&amp;lt;/tt&amp;gt; branch. The following example lists the most important syntax variants:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
Select Case Var&lt;br /&gt;
  Case 1 To 5                   &lt;br /&gt;
    &amp;#039; ... Var is between the numbers 1 and 5 (including the values 1 and 5).&lt;br /&gt;
  Case &amp;gt; 100&lt;br /&gt;
    &amp;#039; ... Var is greater than 100&lt;br /&gt;
  Case 6, 7, 8                  &lt;br /&gt;
    &amp;#039; ... Var is 6, 7 or 8&lt;br /&gt;
  Case 6, 7, 8, &amp;gt; 15, &amp;lt; 0&lt;br /&gt;
    &amp;#039; ... Var is 6, 7, 8, greater than 15, or less than 0&lt;br /&gt;
  Case Else&lt;br /&gt;
    &amp;#039; ... all other instances&lt;br /&gt;
End Select&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now consider a misleading (advanced) example, and a common error:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
Select Case Var&lt;br /&gt;
  Case Var = 8&lt;br /&gt;
    &amp;#039; ... Var is 0&lt;br /&gt;
  Case Else&lt;br /&gt;
    &amp;#039; ... all other instances&lt;br /&gt;
End Select&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The statement (Var = 8) evaluates to TRUE if Var is 8, and FALSE otherwise. TRUE is -1 and FALSE is 0. The Select Case statement evaluates the expression, which is TRUE or FALSE, and then compares that value to Var. When Var is 0, there is a match. If you understand the last example, then you also know why this example does not do what it appears&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
Select Case Var&lt;br /&gt;
  Case Var &amp;gt; 8 And Var &amp;lt; 11&lt;br /&gt;
    &amp;#039; ... Var is 0&lt;br /&gt;
  Case Else&lt;br /&gt;
    &amp;#039; ... all other instances&lt;br /&gt;
End Select&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{InterWiki Languages BasicGuide|articletitle=Documentation/BASIC Guide/Branching}}&lt;br /&gt;
{{PDL1}}&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Documentation/BASIC_Guide/Operators&amp;diff=108418</id>
		<title>Documentation/BASIC Guide/Operators</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Documentation/BASIC_Guide/Operators&amp;diff=108418"/>
		<updated>2009-01-21T02:04:28Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Mathematical Operators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Operators}}&lt;br /&gt;
{{Documentation/BASICGuideTOC/v2&lt;br /&gt;
|ShowPrevNext=block&lt;br /&gt;
|ShowPrevPage=block&lt;br /&gt;
|PrevPage=Documentation/BASIC Guide/Constants&lt;br /&gt;
|NextPage=Documentation/BASIC Guide/Branching&lt;br /&gt;
|lang=block&lt;br /&gt;
}} &lt;br /&gt;
 &lt;br /&gt;
{{OOo}} Basic understands common mathematical, logical, and comparison operators.&lt;br /&gt;
&lt;br /&gt;
== Mathematical Operators ==&lt;br /&gt;
&lt;br /&gt;
Mathematical operators can be applied to all numbers types, whereas the + operator can also be used to link strings.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;||Addition of numbers and date values, linking of strings&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;&amp;amp;&amp;lt;/tt&amp;gt;||Link strings&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;-&amp;lt;/tt&amp;gt;||Subtraction of numbers and date values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;*&amp;lt;/tt&amp;gt;||Multiplication of numbers&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;/&amp;lt;/tt&amp;gt;||Division of numbers&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;\&amp;lt;/tt&amp;gt;||Division of numbers with a whole number result (rounded)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;^&amp;lt;/tt&amp;gt;||Raising the power of numbers&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MOD&amp;lt;/tt&amp;gt;||modulo operation (calculation of the remainder of a division)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Although you can use the + operator to link strings, the + operator can become confused when linking a number to a string. The &amp;amp; operator is safer when dealing with strings because it assumes that all arguments should be strings, and converts the arguments to strings if they are not strings.&lt;br /&gt;
&lt;br /&gt;
== Logical Operators ==&lt;br /&gt;
&lt;br /&gt;
Logical operators allow you to link elements according to the rules of Boolean algebra. If the operators are applied to Boolean values, the link provides the result required directly. If used in conjunction with integer and long integer values, the linking is done at the bit level.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;tt&amp;gt;AND&amp;lt;/tt&amp;gt;||And linking&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;OR&amp;lt;/tt&amp;gt;||Or linking&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;XOR&amp;lt;/tt&amp;gt;||Exclusive or linking&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;NOT&amp;lt;/tt&amp;gt;||Negation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;EQV&amp;lt;/tt&amp;gt;||Equivalent test (both parts &amp;lt;tt&amp;gt;True&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;False&amp;lt;/tt&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;IMP&amp;lt;/tt&amp;gt;||Implication (if the first expression is true, then the second must also be true)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Comparison Operators ==&lt;br /&gt;
&lt;br /&gt;
Comparison operators can be applied to all elementary variable types (numbers, date details, strings, and Boolean values).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;||Equality of numbers, date values and strings&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;&amp;lt;&amp;gt;&amp;lt;/tt&amp;gt;||Inequality of numbers, date values and strings&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;&amp;gt;&amp;lt;/tt&amp;gt;||Greater than check for numbers, date values and strings&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;&amp;gt;=&amp;lt;/tt&amp;gt;||Greater than or equal to check for numbers, date values and strings&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;&amp;lt;&amp;lt;/tt&amp;gt;||Less than check for numbers, date values and strings&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;&amp;lt;=&amp;lt;/tt&amp;gt;||Less than or equal to check for numbers, date values and strings&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Documentation/Note|{{OOo}} Basic does not support the VBA &amp;lt;tt&amp;gt;Like&amp;lt;/tt&amp;gt; comparison operator.}}&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
{{InterWiki Languages BasicGuide|articletitle=Documentation/BASIC Guide/Operators}}&lt;br /&gt;
{{PDL1}}&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Documentation/BASIC_Guide/Strings&amp;diff=108417</id>
		<title>Documentation/BASIC Guide/Strings</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Documentation/BASIC_Guide/Strings&amp;diff=108417"/>
		<updated>2009-01-21T01:59:29Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Specification of Explicit Strings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:String Variables}}&lt;br /&gt;
{{Documentation/BASICGuideTOC/v2&lt;br /&gt;
|ShowPrevNext=block&lt;br /&gt;
|ShowPrevPage=block&lt;br /&gt;
|PrevPage=Documentation/BASIC Guide/Working With Variables&lt;br /&gt;
|NextPage=Documentation/BASIC Guide/Numbers&lt;br /&gt;
|lang=block&lt;br /&gt;
}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
Strings, together with numbers, form the most important basic types of {{OOo}} Basic. A string consists of a sequence of consecutive individual characters. The computer saves the strings internally as a sequence of numbers where each number represents one specific character.&lt;br /&gt;
&lt;br /&gt;
==From a Set of ASCII Characters to Unicode==&lt;br /&gt;
&lt;br /&gt;
Character sets match characters in a string with a corresponding code (numbers and characters) in a table that describes how the computer is to display the string.&lt;br /&gt;
&lt;br /&gt;
===The ASCII Character Set===&lt;br /&gt;
&lt;br /&gt;
The ASCII character set is a set of codes that represent numbers, characters, and special symbols by one byte. The 0 to 127 ASCII codes correspond to the alphabet and to common symbols (such as periods, parentheses, and commas), as well as some special screen and printer control codes. The ASCII character set is commonly used as a standard format for transferring text data between computers. &lt;br /&gt;
&lt;br /&gt;
However, this character set does not include a range of special characters used in Europe, such as â, ä, and î, as well as other character formats, such as the Cyrillic alphabet.&lt;br /&gt;
&lt;br /&gt;
===The ANSI Character Set===&lt;br /&gt;
&lt;br /&gt;
Microsoft based its Windows product on the American National Standards Institute (ANSI) character set, which was gradually extended to include characters that are missing from the ASCII character set.&lt;br /&gt;
&lt;br /&gt;
===Code Pages===&lt;br /&gt;
&lt;br /&gt;
The ISO 8859 character sets provide an international standard. The first 128 characters of the ISO character set correspond to the ASCII character set. The ISO standard introduces new character sets (&amp;#039;&amp;#039;&amp;#039;code pages&amp;#039;&amp;#039;&amp;#039;) so that more languages can be correctly displayed. However, as a result, the same character value can represent different characters in different languages.&lt;br /&gt;
&lt;br /&gt;
===Unicode===&lt;br /&gt;
&lt;br /&gt;
Unicode increases the length of a character to four bytes and combines different character sets to create a standard to depict as many of the world&amp;#039;s languages as possible. Version 2.0 of Unicode is now supported by many programs — including {{OOo}} and {{OOo}} Basic.&lt;br /&gt;
&lt;br /&gt;
==String Variables==&lt;br /&gt;
&lt;br /&gt;
{{OOo}} Basic saves strings as string variables in Unicode. A string variable can store up to 65535 characters. Internally, {{OOo}} Basic saves the associated Unicode value for every character. The working memory needed for a string variable depends on the length of the string.&lt;br /&gt;
&lt;br /&gt;
Example declaration of a string variable:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
Dim Variable As String&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also write this declaration as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
Dim Variable$&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Documentation/Note|When porting VBA applications, ensure that the maximum allowed string length in {{OOo}} Basic is observed (65535 characters).}}&lt;br /&gt;
&lt;br /&gt;
==Specification of Explicit Strings==&lt;br /&gt;
&lt;br /&gt;
To assign an explicit string to a string variable, enclose the string in quotation marks (&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
Dim MyString As String&lt;br /&gt;
MyString = &amp;quot; This is a test&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To split a string across two lines, add an ampersand sign at the end of the first line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
Dim MyString As String&lt;br /&gt;
MyString =   &amp;quot;This string is so long that it &amp;quot; &amp;amp; _&lt;br /&gt;
             &amp;quot;has been split over two lines.&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To include a quotation mark (&amp;quot;) in a string, enter it twice at the relevant point:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
Dim MyString As String&lt;br /&gt;
MyString = &amp;quot;a &amp;quot;&amp;quot;-quotation mark.&amp;quot;    &amp;#039; produces a &amp;quot;-quotation mark&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
{{InterWiki Languages BasicGuide|articletitle=Documentation/BASIC Guide/Strings}}&lt;br /&gt;
{{PDL1}}&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Documentation/BASIC_Guide/Program_Overview&amp;diff=108231</id>
		<title>Documentation/BASIC Guide/Program Overview</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Documentation/BASIC_Guide/Program_Overview&amp;diff=108231"/>
		<updated>2009-01-19T23:25:00Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Markers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:An Overview of a {{OOo}} Basic Program}}&lt;br /&gt;
{{Documentation/BASICGuideTOC/v2&lt;br /&gt;
|ShowPrevNext=block&lt;br /&gt;
|ShowPrevPage=block&lt;br /&gt;
|PrevPage=Documentation/BASIC Guide/Language&lt;br /&gt;
|NextPage=Documentation/BASIC Guide/Working With Variables&lt;br /&gt;
|lang=block&lt;br /&gt;
}}&lt;br /&gt;
 &lt;br /&gt;
{{OOo}} Basic is an interpreter language. Unlike C++ or Delphi, the {{OOo}} Basic compiler does not create executable or self-extracting files that are capable of running automatically. Instead, you execute an {{OOo}} Basic program inside {{OOo}}. The code is first checked for obvious errors and then executed line by line.&lt;br /&gt;
&lt;br /&gt;
=== Program Lines ===&lt;br /&gt;
The Basic interpreter&amp;#039;s line-oriented execution produces one of the key differences between Basic and other programming languages. Whereas the position of hard line breaks in the source code of Java, C++, or Delphi programs is irrelevant, each line in a Basic program forms a self-contained unit. Function calls, mathematical expressions, and other linguistic elements, such as function and loop headers, must be completed on the same line that they begin on.&lt;br /&gt;
&lt;br /&gt;
If there is not enough space, or if this results in long lines, then several lines can be linked together by adding underscores _. The following example shows how four lines of a mathematical expression can be linked:&lt;br /&gt;
&lt;br /&gt;
 LongExpression = (Expression1 * Expression2) + _&lt;br /&gt;
 (Expression3 * Expression4) + _ &lt;br /&gt;
 (Expression5 * Expression6) + _&lt;br /&gt;
 (Expression7 * Expression8)&lt;br /&gt;
&lt;br /&gt;
{{Documentation/Note|The underscore must always be the last character in a linked line and cannot be followed by a space or a tab, otherwise the code generates an error.}}&lt;br /&gt;
&lt;br /&gt;
In addition to linking individual lines, {{OOo}} Basic, you can use colons to divide one line into several sections so that there is enough space for several expressions. The assignments&lt;br /&gt;
&lt;br /&gt;
 a = 1 &lt;br /&gt;
 a = a + 1 &lt;br /&gt;
 a = a + 1 &lt;br /&gt;
&lt;br /&gt;
can be written as follows:&lt;br /&gt;
&lt;br /&gt;
 a = 1  :  a = a + 1  :  a = a + 1&lt;br /&gt;
&lt;br /&gt;
=== Comments ===&lt;br /&gt;
&lt;br /&gt;
In addition to the program code to be executed, an {{OOo}} Basic program can also contain comments that explain the individual parts of the program and provide important information that can be helpful at a later point.&lt;br /&gt;
&lt;br /&gt;
{{OOo}} Basic provides two methods for inserting comments in the program code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All characters that follow an apostrophe are treated as comments:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
Dim A    &amp;#039; This is a comment for variable A&lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The keyword &amp;lt;tt&amp;gt;Rem&amp;lt;/tt&amp;gt;, followed by the comment:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
Rem This comment is introduced by the keyword Rem. &lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A comment usually includes all characters up to the end of the line. {{OOo}} Basic then interprets the following line as a regular instruction again. If comments cover several lines, each line must be identified as a comment:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
Dim B     &amp;#039; This comment for variable B is relatively long&lt;br /&gt;
          &amp;#039; and stretches over several lines. The&lt;br /&gt;
          &amp;#039; comment character must therefore be repeated &lt;br /&gt;
          &amp;#039; in each line.&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Markers ===&lt;br /&gt;
&lt;br /&gt;
A {{OOo}} Basic program can contain dozens, hundreds, or even thousands of &amp;#039;&amp;#039;&amp;#039;markers&amp;#039;&amp;#039;&amp;#039;, which are names for variables, constants, functions, and so on. When you select a name for a marker, the following rules apply:&lt;br /&gt;
&lt;br /&gt;
* Markers can only contain Latin letters, numbers, and underscores (_).&lt;br /&gt;
* The first character of a marker must be a letter or an underscore. &lt;br /&gt;
* Markers cannot contain special characters, such as ä â î ß.&lt;br /&gt;
* The maximum length of a marker is 255 characters.&lt;br /&gt;
* No distinction is made between uppercase and lowercase characters. The &amp;lt;tt&amp;gt;OneTestVariable&amp;lt;/tt&amp;gt; marker, for example, defines the same variable as &amp;lt;tt&amp;gt;onetestVariable&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;ONETESTVARIABLE&amp;lt;/tt&amp;gt;.&amp;lt;br/&amp;gt; There is, however, one exception to this rule: a distinction is made between uppercase and lowercase characters for UNO-API constants. More information about UNO is presented in [[Documentation/BASIC Guide/API Intro|Introduction to the {{OOo}} API]].&lt;br /&gt;
&lt;br /&gt;
{{Documentation/Note|The rules for constructing markers are different in {{OOo}} Basic than in VBA. For example, {{OOo}} Basic only allows special characters in markers when using Option Compatible, since they can cause problems in international projects.}}&lt;br /&gt;
&lt;br /&gt;
Here are a few examples of correct and incorrect markers:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
Surname      &amp;#039; Correct &lt;br /&gt;
Surname5     &amp;#039; Correct (number 5 is not the first digit)&lt;br /&gt;
First Name   &amp;#039; Incorrect (spaces are not permitted)&lt;br /&gt;
DéjàVu       &amp;#039; Incorrect (letters such as é, à are not permitted)&lt;br /&gt;
5Surnames    &amp;#039; Incorrect (the first character must not be a number)&lt;br /&gt;
First,Name   &amp;#039; Incorrect (commas and full stops are not permitted)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enclosing a variable name in square brackets allows names that might otherwise be disallowed; for example, spaces. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;oobas&amp;quot;&amp;gt;&lt;br /&gt;
  Dim [First Name] As String  &amp;#039;Space accepted in square brackets&lt;br /&gt;
  Dim [DéjàVu] As Integer     &amp;#039;Special characters in square brackets&lt;br /&gt;
  [First Name] = &amp;quot;Andrew&amp;quot;&lt;br /&gt;
  [DéjàVu] = 2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
{{InterWiki Languages BasicGuide|articletitle=Documentation/BASIC Guide/Program Overview}}&lt;br /&gt;
{{PDL1}}&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/Charter&amp;diff=50677</id>
		<title>Talk:U.s.oo.o/Charter</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/Charter&amp;diff=50677"/>
		<updated>2007-10-17T04:10:24Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Guest */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Preamble==&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Agreement-seeking culture&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:We desire to create an agreement-seeking culture. That is, we endeavor to make plans and reach decisions based on achieving wide-spread agreement. Agreement-seeking is not the same as consensus, as consensus tries for universal agreement; elusive, if not impossible, to achieve.&lt;br /&gt;
&lt;br /&gt;
:Agreement-seeking as a central principle is also different than majority rule. While voting can play a constructive role as an advisory means of expression of preference, binding procedures of any kind can under-emphasize and even undermine the critical role of discussion and deliberation in the shaping of plans. Voting is considered assertively consultative, not binding. &amp;#039;&amp;#039;&amp;#039;Elections of individuals to  fill roles within the organization, on the other hand, are binding.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:For agreements to be meaningful, it is important that those with a stake in the outcome be participants in determining the course of action. So, for instance, it&amp;#039;s a matter of common sense that those with technical expertise should be intimately involved in technical decision-making.&lt;br /&gt;
&lt;br /&gt;
:Further, given that User Community Volunteers (UCV) is focusing on developing services for non-technical users, it is also important that end-user interests be represented in the process of creating services.&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Filling a role is a matter of taking responsibility, not imposing one&amp;#039;s will.&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:We believe in making progress through giving clear responsibilities to individuals. Taking responsibility for something is not the same as ownership, rather stewardship for an area, activity, or issue. Taking responsibility can also require, at times, acting as a driver. It should not be assumed that stewards and drivers typically operate by imposing their own decisions. Driving is primarily a matter of attending to a project with a goal, and taking steps to ensure the goal is reached (or, occasionally, redefining or setting aside the effort). Stewards typically solicit input and proposals, enable active participation, and facilitate discussion. In some (but not all) cases, the steward will also be an active content contributor to the matter at hand.&lt;br /&gt;
&lt;br /&gt;
:The steward has a responsibility to consider multiple points of view and to try to reach widespread agreement. If there is disagreement, she or he should use methods to shed more light on the issue, e.g., by taking it to a wider group such as a mailing list or forum.&lt;br /&gt;
&lt;br /&gt;
:However, it is also the stewards&amp;#039;s responsibility to see that a decision is made, and he or she has the right in the end to make that call if in his or her judgment that&amp;#039;s the right course of action.&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Legitimate decisions are made with reference to the the vision, mission, and values of the organization.&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:All decisions, but particularly ones about which there is disagreement, should not be made arbitrarily but should be in keeping with the vision, mission, and values of the organization. Decisions gain legitimacy when they can be linked to an underlying set of core beliefs widely shared by the participants.&lt;br /&gt;
&lt;br /&gt;
:Some of our core values are:&lt;br /&gt;
&lt;br /&gt;
::* personal integrity and accountability&lt;br /&gt;
::* individual initiative&lt;br /&gt;
::* respect&lt;br /&gt;
::* responsible risk taking&lt;br /&gt;
::* openness and transparency&lt;br /&gt;
::* teamwork&lt;br /&gt;
::* sustainability &lt;br /&gt;
&lt;br /&gt;
:Applying these to forum behavior we might say, &amp;quot;Rude and personal comments on forums are disrespectful and not acceptable. Constructive criticism on the other hand is warmly encouraged.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Project proposals need to win community buy-in before implementation&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:A good proposal or project plan not only sets out what is to be done and why, but also how, i.e., it addresses execution issues and seeks buy-in from those who will be implementing it. This is always important, but especially so when the proposer&amp;#039;s plan requires significant resources not under his or her direct control, which will typically be the case.&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Governance principles are more important than ownership&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:In working through situations of disagreement, it is better to focus on applying governance principles rather than determining who has ultimate authority, as over-reliance on the latter can short-circuit opportunities to rely on and expand the use of healthy, open processes.&lt;br /&gt;
&lt;br /&gt;
[http://chandlerproject.org/Projects/OsafProjectGovernance| Based on OSAF Governance Principles]&lt;br /&gt;
&lt;br /&gt;
==Charter of the OpenOffice.org User Community Volunteers==&lt;br /&gt;
&lt;br /&gt;
=== Scope of this charter and interpretation ===&lt;br /&gt;
&lt;br /&gt;
This charter relates to the affairs of OpenOffice.org User Community Volunteers, hereinafter called the group ( &amp;quot;&amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;quot; ) having charge of the website users.services.openoffice.org (or any successor to that site) (&amp;quot;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;quot;) and its sub-domains.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; is to provide information and support relevant to the end users of the OpenOffice.org software(or any software derived from or designed to work with).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may adopt any other purpose, which in its judgment supports the primary purpose of the site or the performance of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s functions.&lt;br /&gt;
&lt;br /&gt;
Members of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; are referred to in this charter as &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
The charter shall be deemed to be enabling and not to impose liability.&lt;br /&gt;
&lt;br /&gt;
Particular provisions are for the sake of clarification or extension and not intended to reduce the fullness of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s power and authority.&lt;br /&gt;
&lt;br /&gt;
Any notice relating to &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; may be given to a person by email.&lt;br /&gt;
&lt;br /&gt;
=== Functions of the group ===&lt;br /&gt;
&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; is to govern the site. &amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may&lt;br /&gt;
* govern, regulate and supervise membership, content, management and administration of the site&lt;br /&gt;
* administer its own affairs as fully as those of the site&lt;br /&gt;
* appoint officers ( &amp;quot;officers&amp;quot; ) to perform any functions&lt;br /&gt;
* enlist any assistance it sees fit&lt;br /&gt;
* delegate any power or function&lt;br /&gt;
* conduct polls&lt;br /&gt;
* amend or replace this charter.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Volunteers&amp;#039;&amp;#039; may hold discussions using any vehicle or vehicles they choose.&lt;br /&gt;
&lt;br /&gt;
===Designated Roles within &amp;#039;&amp;#039;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
==== User ====&lt;br /&gt;
&lt;br /&gt;
a &amp;#039;&amp;#039;User&amp;#039;&amp;#039; is any person who enters or uses the web site in any way, even if that person only visited the home page of the web site.&lt;br /&gt;
&lt;br /&gt;
==== Guest ====&lt;br /&gt;
&lt;br /&gt;
A Guest is a user that is not logged onto the site, which means that they may not be registered. A guest may view and search site content that does not require special roles to view, such as a moderator only forum. If a guest is allowed to add content, the content will be approved by a moderator before it is accepted.&lt;br /&gt;
&lt;br /&gt;
==== Member ====&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Member&amp;#039;&amp;#039; is a User who has successfully completed the site registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt; at the web site. A Member can also post or modify the information content of the site, within the content rules of the site.&lt;br /&gt;
&lt;br /&gt;
=== Designated Roles within &amp;#039;&amp;#039;&amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
==== Volunteer ====&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039; must be a Member of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;. &lt;br /&gt;
&lt;br /&gt;
A Member of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; must request to become a member of &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Volunteers are collectively referred to as the OpenOffice.org User Community Volunteers (&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;OUCV&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;).  There is no cap on the size of the OUCV.&lt;br /&gt;
&lt;br /&gt;
The Member must apply to become a Volunteer though the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and, if successful, will be elected to Volunteer status within the UCV.  For a Member to be successful, some evidence of sustained commitment will normally be required; for example, numerous postings and wiki contributions, or a number of material articles over a six month period.  An equivalent track record in an associated community will normally be acceptable, for example, one of the other active OpenOffice.org or Linux related forums.&lt;br /&gt;
&lt;br /&gt;
he Member must apply to become a Volunteer though the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and, if successful, will be elected to Volunteer status within the UCV.  For a Member to be successful, some evidence of sustained commitment will normally be required; for example, numerous postings and wiki contributions, or a number of material articles over a six month period.  An equivalent track record in an associated community will normally be acceptable, for example, one of the other active OpenOffice.org or Linux related forums.&lt;br /&gt;
&lt;br /&gt;
The OUCV is intended to comprise the community of the &amp;#039;&amp;#039;&amp;#039;&amp;#039;active&amp;#039;&amp;#039;&amp;#039;&amp;#039; Members within the site, Volunteers may, therefore, revert back to a normal Member.&lt;br /&gt;
* A Volunteer may resign from Volunteer status.&lt;br /&gt;
* A six month period with no activity at &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; will automatically propose removal of Volunteer status. ( Reversion to simple Member status at &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; [[User:DrewJensen|Drew]] 15:28, 14 October 2007 (CEST))&lt;br /&gt;
* Any Volunteer may propose the removal of Volunteer status for any other Volunteer. Justification must be included with the request. For example, repeated abuse or disregard of the site, the membership, or standing instructions endorsed by the OUCV.&lt;br /&gt;
The removal of Volunteer status is also controlled through the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and where this occurs the individual will revert to normal Member status.  A Member can always reapply for Volunteer status. &lt;br /&gt;
&lt;br /&gt;
Volunteers are regarded as trusted members of the site and therefore have available elevated privileges associated with such trust:&lt;br /&gt;
* Full voting privileges within the OUCV.&lt;br /&gt;
* Ability to upload images and attachments to the site.&lt;br /&gt;
* Ability to use HTML in posts; most forum packages allow HTML as an option, and the layout is easier than in BBcode-style mark-up languages.&lt;br /&gt;
* Ability to blog.&lt;br /&gt;
* Eligibility for site roles.&lt;br /&gt;
&lt;br /&gt;
== Site Roles available to Volunteers ==&lt;br /&gt;
&lt;br /&gt;
The following site Roles are available to OUCV members.  Notwithstanding this, the list of site roles and responsibilities may evolve over time under change control and endorsement through the OUCV voting process. &lt;br /&gt;
&lt;br /&gt;
===Site Administrator===&lt;br /&gt;
&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to perform a due diligence in the following areas:&lt;br /&gt;
&lt;br /&gt;
*Help maintain the security of the host system by:&lt;br /&gt;
**Maintaining a good working relationship with designated network administration staff at Sun Microsystems, Hamburg Germany.&lt;br /&gt;
**Maintain contact with the vendor&amp;#039;s / supplier&amp;#039;s information service for any applications run on the server.&lt;br /&gt;
**Take agreed upon steps when a security announcement is made by the vendors / suppliers.&lt;br /&gt;
**Follow agreed upon steps if a security breach of any application on the server is suspected. For example: notified by a board user that they suspect a problem.&lt;br /&gt;
**Perform steps necessary to carry out agreed upon configuration control procedures on application level services running on the server. During modifications of the applications, application of patches, reconfigurations.&lt;br /&gt;
**Follow agreed upon steps / actions to implement and maintain a disaster recovery plan ( e.g. off-site storage of backups, off-site storage of application modifications, included files and configuration settings).&lt;br /&gt;
*Support the Service Administrators and Content managers by performing the following tasks:&lt;br /&gt;
**Create or apply modifications to the applications source or configuration files as needed.&lt;br /&gt;
**Configure client communication settings for the service application.&lt;br /&gt;
**Configure server settings for the service application.&lt;br /&gt;
***Database indexing.&lt;br /&gt;
***Database backups ( working with network admins ).&lt;br /&gt;
***Install / configure support packages ( php libs, caching systems, etc ).&lt;br /&gt;
&lt;br /&gt;
These individuals must also comply with all Standard Operating and Security Procedures defined by the hosting provider ( SUN Microsystems ), and to take whatever reasonable actions that the hosting provider requires of them in order to receive necessary host computer access privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Administrator===&lt;br /&gt;
&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to maintain an application level service. For example the Forum service Administrator would perform the following, and other, functions:&lt;br /&gt;
*May add, edit, delete, and reorder the forums, categories, and links.&lt;br /&gt;
*Manage User Accounts&lt;br /&gt;
*Manage Group Accounts&lt;br /&gt;
*Manage Board Level Settings ( Email, Template, etc )&lt;br /&gt;
*Support the Service Moderator&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
These individuals are selected by the OUCV alone.  The service administrator role is enabled through and provided by the relevant service application.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Moderator===&lt;br /&gt;
&lt;br /&gt;
Moderator is a supporting administration role supported by some application services.  For example in the case of forums, moderators have an elevated level of privilege which enables them to modify or delete user posts that violate site policy (e.g. SPAM or obscenity).  Service Moderators are selected by the OUCV Voting Process.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Content Manager===&lt;br /&gt;
&lt;br /&gt;
These individuals are selected by the OUCV alone.  The Content Manager role is enabled through and provided by the relevant service application. Where required Content Manager&amp;#039;s may be granted User Account Interactive Access and limited datadase access.&lt;br /&gt;
&lt;br /&gt;
===Ombudsman===&lt;br /&gt;
&lt;br /&gt;
The Ombudsman&amp;#039;s role and responsibilities include:&lt;br /&gt;
* Administration and oversight of all polls&lt;br /&gt;
** The ombudsman can mandate that any specific vote be opened to the general membership, where he or she feels that there is a reasonable case for doing so. &lt;br /&gt;
* NON-Voting member of all change control boards to represent the general membership. (do we have a process for this?)&lt;br /&gt;
* Management and arbitration of Membership complaints.&lt;br /&gt;
To avoid conflict of interest the Ombudsman cannot hold any other User Community Role.&lt;br /&gt;
&lt;br /&gt;
=== Chronicler &amp;amp;mdash; Tie-breaker, spokesperson ===&lt;br /&gt;
&lt;br /&gt;
* Shall be the official spokesperson for the organization on issues related to the interests and purpose.  &lt;br /&gt;
* This person is not to vote unless there is a tie that freezes the issue at hand.&lt;br /&gt;
&lt;br /&gt;
=== The Projects Manager ===&lt;br /&gt;
* Shall assist in infrastructural development so that documentation of projects is done to some extent. &lt;br /&gt;
* Maintains the projects&amp;#039; wiki pages.&lt;br /&gt;
* Shall take charge of post-mortems of projects so useful information can be amassed as to what structures worked and what didn&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
=== Group Publicity Person &amp;amp;mdash; OO.o Evangelist ===&lt;br /&gt;
&lt;br /&gt;
* Shall come up with fun and useful &amp;quot;virtual events&amp;quot; that promote the use of OO.o and the support forums at &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;.&lt;br /&gt;
* Shall abide by all local regulations and group agreements when promoting the organization or its views.&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
===Limitations on Site Access===&lt;br /&gt;
&lt;br /&gt;
Some transactional rate limiting mechanisms may apply to prevent robot users from degrading the performance of the site for normal interactive users.  We also need to consider whether we bar certain users and / or IP address/domains (based on bots, spam, abuse, etc).&lt;br /&gt;
&lt;br /&gt;
===Site Registration Process===&lt;br /&gt;
&lt;br /&gt;
The Site Registration Process has two variants:&lt;br /&gt;
&lt;br /&gt;
*The standard process is for a Guest who wants to become a Member; a Member can post, a Guest can not. The main purpose for registration, is is to associate changes made by a user with an identity. For example, a common forum feature is to list posts by author. The registration process will minimize SPAM bots through use of tools such as a &amp;quot;Captcha&amp;quot; or equivalent. A valid contact email address is required along with a response to an email sent to the submitted address. The email address is retained as confidential and not published to general members without authorization by the Member. The email address provides a means of contacting the members, but is only available to the system (for automated requested contacts such as a forum topic has been updated) and to members with specific roles such as a system administrator or moderator. A Guest can not become a member without a valid, verified, contact address. There are various other optional fields that the User can specify.&lt;br /&gt;
&lt;br /&gt;
*A stricter process controls the transition from Member to Volunteer, and from Volunteer to normal Member. Volunteers may be appointed to trusted roles, so the UCV must have confidence in the provenance and credentials of the Member.  &lt;br /&gt;
** A forum exists for discussing the Registration Process. Although only Volunteers can post to this forum, all Members can view the forum&amp;lt;sup&amp;gt;(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;)&amp;lt;/sup&amp;gt;.&lt;br /&gt;
** All applications for promotion to or removal from Volunteer status are posted to this forum as a new topic.  Any Member can make an application through a Volunteer (for example the ombudsman) which typically contains a brief identity (name, country, work experience, etc.) and a short personal statement of why the candidate wishes to become a Volunteer.&lt;br /&gt;
** Any Volunteer may comment on the application.&lt;br /&gt;
** Any Volunteer may explicitly designate approval.&lt;br /&gt;
** Any Volunteer may explicitly designate a protest.&lt;br /&gt;
** The application is open for [two] weeks.&lt;br /&gt;
** If at the end of this period at least two approvals and no protest have been made then Volunteer status change is granted.&lt;br /&gt;
** The change is declined if there are not at least two approvals.&lt;br /&gt;
** If there are least two approvals and at least one protest, a vote of the UCV membership is performed under the standard UCV voting procedure.&lt;br /&gt;
** Where the application is declined, reapplication can be made after [3] months.&lt;br /&gt;
&lt;br /&gt;
(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;) There are issues of disclosure that we need to think about here.  See the &lt;br /&gt;
[[Talk:U.s.oo.o/User_Community_Roles#proposed_change_to_Process_of_becoming_a_volunteer|Talk page]] for further discussion on this.&lt;br /&gt;
&lt;br /&gt;
===OUCV Voting Process===&lt;br /&gt;
&lt;br /&gt;
Members of the Volunteer site team may hold votes on topics within their areas of interest separate from those interests voiced by Registered or unregistered users of the site.  Technical issues of interest to Volunteers may include any topic, including which issues will be decided by general Registered Member votes.  Topics under consideration will be posted to a Forum category devoted to these issues and the results will be posted there as well.  Registered members may comment on these issues or raise questions.&lt;br /&gt;
&lt;br /&gt;
==== Voting Guidelines ==== &lt;br /&gt;
&lt;br /&gt;
General Voting on issues of importance to the members regarding the site or the management will take place quarterly on the first Tuesday of January, April, July, and October.  A Forum category will be set up devoted to these issues and the results will be posted there as well.  Only registered site members will be able to vote in these quarterly events.  In most cases, a simple majority vote will suffice.  This means in the case of a stand-off, a vote will be rescheduled for the next quarter.  &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Please do not change the logical content of this page without first discussing this on the [[Talk:U.s.oo.o/User_Community_Roles|Talk Page]] and acknowledgement from the [[U.s.oo.o/Planning/User_services_Contact_list|UCV Contact list]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:UCV]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/Charter&amp;diff=50537</id>
		<title>Talk:U.s.oo.o/Charter</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/Charter&amp;diff=50537"/>
		<updated>2007-10-14T18:51:07Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* &amp;#039;&amp;#039;&amp;#039;Filling a role is a matter of taking responsibility, not imposing one&amp;#039;s will.&amp;#039;&amp;#039;&amp;#039; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Preamble==&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Agreement-seeking culture&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:We desire to create an agreement-seeking culture. That is, we endeavor to make plans and reach decisions based on achieving wide-spread agreement. Agreement-seeking is not the same as consensus, as consensus tries for universal agreement; elusive, if not impossible, to achieve.&lt;br /&gt;
&lt;br /&gt;
:Agreement-seeking as a central principle is also different than majority rule. While voting can play a constructive role as an advisory means of expression of preference, binding procedures of any kind can under-emphasize and even undermine the critical role of discussion and deliberation in the shaping of plans. Voting is considered assertively consultative, not binding. &amp;#039;&amp;#039;&amp;#039;Elections of individuals to  fill roles within the organization, on the other hand, are binding.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:For agreements to be meaningful, it is important that those with a stake in the outcome be participants in determining the course of action. So, for instance, it&amp;#039;s a matter of common sense that those with technical expertise should be intimately involved in technical decision-making.&lt;br /&gt;
&lt;br /&gt;
:Further, given that User Community Volunteers (UCV) is focusing on developing services for non-technical users, it is also important that end-user interests be represented in the process of creating services.&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Filling a role is a matter of taking responsibility, not imposing one&amp;#039;s will.&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:We believe in making progress through giving clear responsibilities to individuals. Taking responsibility for something is not the same as ownership, rather stewardship for an area, activity, or issue. Taking responsibility can also require, at times, acting as a driver. It should not be assumed that stewards and drivers typically operate by imposing their own decisions. Driving is primarily a matter of attending to a project with a goal, and taking steps to ensure the goal is reached (or, occasionally, redefining or setting aside the effort). Stewards typically solicit input and proposals, enable active participation, and facilitate discussion. In some (but not all) cases, the steward will also be an active content contributor to the matter at hand.&lt;br /&gt;
&lt;br /&gt;
:The steward has a responsibility to consider multiple points of view and to try to reach widespread agreement. If there is disagreement, she or he should use methods to shed more light on the issue, e.g., by taking it to a wider group such as a mailing list or forum.&lt;br /&gt;
&lt;br /&gt;
:However, it is also the stewards&amp;#039;s responsibility to see that a decision is made, and he or she has the right in the end to make that call if in his or her judgment that&amp;#039;s the right course of action.&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Legitimate decisions are made with reference to the the vision, mission, and values of the organization.&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:All decisions, but particularly ones about which there is disagreement, should not be made arbitrarily but should be in keeping with the vision, mission, and values of the organization. Decisions gain legitimacy when they can be linked to an underlying set of core beliefs widely shared by the participants.&lt;br /&gt;
&lt;br /&gt;
:Some of our core values are:&lt;br /&gt;
&lt;br /&gt;
::* personal integrity and accountability&lt;br /&gt;
::* individual initiative&lt;br /&gt;
::* respect&lt;br /&gt;
::* responsible risk taking&lt;br /&gt;
::* openness and transparency&lt;br /&gt;
::* teamwork&lt;br /&gt;
::* sustainability &lt;br /&gt;
&lt;br /&gt;
:Applying these to forum behavior we might say, &amp;quot;Rude and personal comments on forums are disrespectful and not acceptable. Constructive criticism on the other hand is warmly encouraged.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Project proposals need to win community buy-in before implementation&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:A good proposal or project plan not only sets out what is to be done and why, but also how, i.e., it addresses execution issues and seeks buy-in from those who will be implementing it. This is always important, but especially so when the proposer&amp;#039;s plan requires significant resources not under his or her direct control, which will typically be the case.&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Governance principles are more important than ownership&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:In working through situations of disagreement, it is better to focus on applying governance principles rather than determining who has ultimate authority, as over-reliance on the latter can short-circuit opportunities to rely on and expand the use of healthy, open processes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Charter of the OpenOffice.org User Community Volunteers==&lt;br /&gt;
&lt;br /&gt;
=== Scope of this charter and interpretation ===&lt;br /&gt;
&lt;br /&gt;
This charter relates to the affairs of OpenOffice.org User Community Volunteers, hereinafter called the group ( &amp;quot;&amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;quot; ) having charge of the website users.services.openoffice.org (or any successor to that site) (&amp;quot;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;quot;) and its sub-domains.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; is to provide information and support relevant to the end users of the OpenOffice.org software(or any software derived from or designed to work with).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may adopt any other purpose, which in its judgment supports the primary purpose of the site or the performance of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s functions.&lt;br /&gt;
&lt;br /&gt;
Members of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; are referred to in this charter as &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
The charter shall be deemed to be enabling and not to impose liability.&lt;br /&gt;
&lt;br /&gt;
Particular provisions are for the sake of clarification or extension and not intended to reduce the fullness of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s power and authority.&lt;br /&gt;
&lt;br /&gt;
Any notice relating to &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; may be given to a person by email.&lt;br /&gt;
&lt;br /&gt;
=== Functions of the group ===&lt;br /&gt;
&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; is to govern the site. &amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may&lt;br /&gt;
* govern, regulate and supervise membership, content, management and administration of the site&lt;br /&gt;
* administer its own affairs as fully as those of the site&lt;br /&gt;
* appoint officers ( &amp;quot;officers&amp;quot; ) to perform any functions&lt;br /&gt;
* enlist any assistance it sees fit&lt;br /&gt;
* delegate any power or function&lt;br /&gt;
* conduct polls&lt;br /&gt;
* amend or replace this charter.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Volunteers&amp;#039;&amp;#039; may hold discussions using any vehicle or vehicles they choose.&lt;br /&gt;
&lt;br /&gt;
===Designated Roles within &amp;#039;&amp;#039;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
==== User ====&lt;br /&gt;
&lt;br /&gt;
a &amp;#039;&amp;#039;User&amp;#039;&amp;#039; is any person who enters or uses the web site in any way, even if that person only visited the home page of the web site.&lt;br /&gt;
&lt;br /&gt;
==== Guest ====&lt;br /&gt;
&lt;br /&gt;
A Guest is a User accessing the site without being logged onto the site. No registration or validation is required to be a Guest for purposes of searching or browsing the forums. A Guest may post only to designated forums, requiring the use of a captcha mechanism and the post must be approved by a moderator before being placed into the main forum subject threads. Since the guest will not be required to provide any means for the forum to contact them, the forum software must clearly inform them they will not and can not be notified of any replies to their post, and should offer them the option to register with the site if they would like an email notification of such a response. A guest may not modify any existing content. The site is open to all. (1).&lt;br /&gt;
&lt;br /&gt;
==== Member ====&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Member&amp;#039;&amp;#039; is a User who has successfully completed the site registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt; at the web site. A Member can also post or modify the information content of the site, within the content rules of the site.&lt;br /&gt;
&lt;br /&gt;
=== Designated Roles within &amp;#039;&amp;#039;&amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
==== Volunteer ====&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039; must be a Member of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;. &lt;br /&gt;
&lt;br /&gt;
A Member of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; must request to become a member of &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Volunteers are collectively referred to as the OpenOffice.org User Community Volunteers (&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;OUCV&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;).  There is no cap on the size of the OUCV.&lt;br /&gt;
&lt;br /&gt;
The Member must apply to become a Volunteer though the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and, if successful, will be elected to Volunteer status within the UCV.  For a Member to be successful, some evidence of sustained commitment will normally be required; for example, numerous postings and wiki contributions, or a number of material articles over a six month period.  An equivalent track record in an associated community will normally be acceptable, for example, one of the other active OpenOffice.org or Linux related forums.&lt;br /&gt;
&lt;br /&gt;
he Member must apply to become a Volunteer though the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and, if successful, will be elected to Volunteer status within the UCV.  For a Member to be successful, some evidence of sustained commitment will normally be required; for example, numerous postings and wiki contributions, or a number of material articles over a six month period.  An equivalent track record in an associated community will normally be acceptable, for example, one of the other active OpenOffice.org or Linux related forums.&lt;br /&gt;
&lt;br /&gt;
The OUCV is intended to comprise the community of the &amp;#039;&amp;#039;&amp;#039;&amp;#039;active&amp;#039;&amp;#039;&amp;#039;&amp;#039; Members within the site, Volunteers may, therefore, revert back to a normal Member.&lt;br /&gt;
* A Volunteer may resign from Volunteer status.&lt;br /&gt;
* A six month period with no activity at &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; will automatically propose removal of Volunteer status. ( Reversion to simple Member status at &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; [[User:DrewJensen|Drew]] 15:28, 14 October 2007 (CEST))&lt;br /&gt;
* Any Volunteer may propose the removal of Volunteer status for any other Volunteer. Justification must be included with the request. For example, repeated abuse or disregard of the site, the membership, or standing instructions endorsed by the OUCV.&lt;br /&gt;
The removal of Volunteer status is also controlled through the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and where this occurs the individual will revert to normal Member status.  A Member can always reapply for Volunteer status. &lt;br /&gt;
&lt;br /&gt;
Volunteers are regarded as trusted members of the site and therefore have available elevated privileges associated with such trust:&lt;br /&gt;
* Full voting privileges within the OUCV.&lt;br /&gt;
* Ability to upload images and attachments to the site.&lt;br /&gt;
* Ability to use HTML in posts; most forum packages allow HTML as an option, and the layout is easier than in BBcode-style mark-up languages.&lt;br /&gt;
* Ability to blog.&lt;br /&gt;
* Eligibility for site roles.&lt;br /&gt;
&lt;br /&gt;
== Site Roles available to Volunteers ==&lt;br /&gt;
&lt;br /&gt;
The following site Roles are available to OUCV members.  Notwithstanding this, the list of site roles and responsibilities may evolve over time under change control and endorsement through the OUCV voting process. &lt;br /&gt;
&lt;br /&gt;
===Site Administrator===&lt;br /&gt;
&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to perform a due diligence in the following areas:&lt;br /&gt;
&lt;br /&gt;
*Help maintain the security of the host system by:&lt;br /&gt;
**Maintaining a good working relationship with designated network administration staff at Sun Microsystems, Hamburg Germany.&lt;br /&gt;
**Maintain contact with the vendor&amp;#039;s / supplier&amp;#039;s information service for any applications run on the server.&lt;br /&gt;
**Take agreed upon steps when a security announcement is made by the vendors / suppliers.&lt;br /&gt;
**Follow agreed upon steps if a security breach of any application on the server is suspected. For example: notified by a board user that they suspect a problem.&lt;br /&gt;
**Perform steps necessary to carry out agreed upon configuration control procedures on application level services running on the server. During modifications of the applications, application of patches, reconfigurations.&lt;br /&gt;
**Follow agreed upon steps / actions to implement and maintain a disaster recovery plan ( e.g. off-site storage of backups, off-site storage of application modifications, included files and configuration settings).&lt;br /&gt;
*Support the Service Administrators and Content managers by performing the following tasks:&lt;br /&gt;
**Create or apply modifications to the applications source or configuration files as needed.&lt;br /&gt;
**Configure client communication settings for the service application.&lt;br /&gt;
**Configure server settings for the service application.&lt;br /&gt;
***Database indexing.&lt;br /&gt;
***Database backups ( working with network admins ).&lt;br /&gt;
***Install / configure support packages ( php libs, caching systems, etc ).&lt;br /&gt;
&lt;br /&gt;
These individuals must also comply with all Standard Operating and Security Procedures defined by the hosting provider ( SUN Microsystems ), and to take whatever reasonable actions that the hosting provider requires of them in order to receive necessary host computer access privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Administrator===&lt;br /&gt;
&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to maintain an application level service. For example the Forum service Administrator would perform the following, and other, functions:&lt;br /&gt;
*May add, edit, delete, and reorder the forums, categories, and links.&lt;br /&gt;
*Manage User Accounts&lt;br /&gt;
*Manage Group Accounts&lt;br /&gt;
*Manage Board Level Settings ( Email, Template, etc )&lt;br /&gt;
*Support the Service Moderator&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
These individuals are selected by the OUCV alone.  The service administrator role is enabled through and provided by the relevant service application.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Moderator===&lt;br /&gt;
&lt;br /&gt;
Moderator is a supporting administration role supported by some application services.  For example in the case of forums, moderators have an elevated level of privilege which enables them to modify or delete user posts that violate site policy (e.g. SPAM or obscenity).  Service Moderators are selected by the OUCV Voting Process.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Content Manager===&lt;br /&gt;
&lt;br /&gt;
These individuals are selected by the OUCV alone.  The Content Manager role is enabled through and provided by the relevant service application. Where required Content Manager&amp;#039;s may be granted User Account Interactive Access and limited datadase access.&lt;br /&gt;
&lt;br /&gt;
===Ombudsman===&lt;br /&gt;
&lt;br /&gt;
The Ombudsman&amp;#039;s role and responsibilities include:&lt;br /&gt;
* Administration and oversight of all polls&lt;br /&gt;
** The ombudsman can mandate that any specific vote be opened to the general membership, where he or she feels that there is a reasonable case for doing so. &lt;br /&gt;
* NON-Voting member of all change control boards to represent the general membership. (do we have a process for this?)&lt;br /&gt;
* Management and arbitration of Membership complaints.&lt;br /&gt;
To avoid conflict of interest the Ombudsman cannot hold any other User Community Role.&lt;br /&gt;
&lt;br /&gt;
=== Chronicler &amp;amp;mdash; Tie-breaker, spokesperson ===&lt;br /&gt;
&lt;br /&gt;
* Shall be the official spokesperson for the organization on issues related to the interests and purpose.  &lt;br /&gt;
* This person is not to vote unless there is a tie that freezes the issue at hand.&lt;br /&gt;
&lt;br /&gt;
=== The Projects Manager ===&lt;br /&gt;
* Shall assist in infrastructural development so that documentation of projects is done to some extent. &lt;br /&gt;
* Maintains the projects&amp;#039; wiki pages.&lt;br /&gt;
* Shall take charge of post-mortems of projects so useful information can be amassed as to what structures worked and what didn&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
=== Group Publicity Person &amp;amp;mdash; OO.o Evangelist ===&lt;br /&gt;
&lt;br /&gt;
* Shall come up with fun and useful &amp;quot;virtual events&amp;quot; that promote the use of OO.o and the support forums at &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;.&lt;br /&gt;
* Shall abide by all local regulations and group agreements when promoting the organization or its views.&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
===Limitations on Site Access===&lt;br /&gt;
&lt;br /&gt;
Some transactional rate limiting mechanisms may apply to prevent robot users from degrading the performance of the site for normal interactive users.  We also need to consider whether we bar certain users and / or IP address/domains (based on bots, spam, abuse, etc).&lt;br /&gt;
&lt;br /&gt;
===Site Registration Process===&lt;br /&gt;
&lt;br /&gt;
The Site Registration Process has two variants:&lt;br /&gt;
&lt;br /&gt;
*The standard process is for a Guest who wants to become a Member; a Member can post, a Guest can not. The main purpose for registration, is is to associate changes made by a user with an identity. For example, a common forum feature is to list posts by author. The registration process will minimize SPAM bots through use of tools such as a &amp;quot;Captcha&amp;quot; or equivalent. A valid contact email address is required along with a response to an email sent to the submitted address. The email address is retained as confidential and not published to general members without authorization by the Member. The email address provides a means of contacting the members, but is only available to the system (for automated requested contacts such as a forum topic has been updated) and to members with specific roles such as a system administrator or moderator. A Guest can not become a member without a valid, verified, contact address. There are various other optional fields that the User can specify.&lt;br /&gt;
&lt;br /&gt;
*A stricter process controls the transition from Member to Volunteer, and from Volunteer to normal Member. Volunteers may be appointed to trusted roles, so the UCV must have confidence in the provenance and credentials of the Member.  &lt;br /&gt;
** A forum exists for discussing the Registration Process. Although only Volunteers can post to this forum, all Members can view the forum&amp;lt;sup&amp;gt;(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;)&amp;lt;/sup&amp;gt;.&lt;br /&gt;
** All applications for promotion to or removal from Volunteer status are posted to this forum as a new topic.  Any Member can make an application through a Volunteer (for example the ombudsman) which typically contains a brief identity (name, country, work experience, etc.) and a short personal statement of why the candidate wishes to become a Volunteer.&lt;br /&gt;
** Any Volunteer may comment on the application.&lt;br /&gt;
** Any Volunteer may explicitly designate approval.&lt;br /&gt;
** Any Volunteer may explicitly designate a protest.&lt;br /&gt;
** The application is open for [two] weeks.&lt;br /&gt;
** If at the end of this period at least two approvals and no protest have been made then Volunteer status change is granted.&lt;br /&gt;
** The change is declined if there are not at least two approvals.&lt;br /&gt;
** If there are least two approvals and at least one protest, a vote of the UCV membership is performed under the standard UCV voting procedure.&lt;br /&gt;
** Where the application is declined, reapplication can be made after [3] months.&lt;br /&gt;
&lt;br /&gt;
(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;) There are issues of disclosure that we need to think about here.  See the &lt;br /&gt;
[[Talk:U.s.oo.o/User_Community_Roles#proposed_change_to_Process_of_becoming_a_volunteer|Talk page]] for further discussion on this.&lt;br /&gt;
&lt;br /&gt;
===OUCV Voting Process===&lt;br /&gt;
&lt;br /&gt;
Members of the Volunteer site team may hold votes on topics within their areas of interest separate from those interests voiced by Registered or unregistered users of the site.  Technical issues of interest to Volunteers may include any topic, including which issues will be decided by general Registered Member votes.  Topics under consideration will be posted to a Forum category devoted to these issues and the results will be posted there as well.  Registered members may comment on these issues or raise questions.&lt;br /&gt;
&lt;br /&gt;
==== Voting Guidelines ==== &lt;br /&gt;
&lt;br /&gt;
General Voting on issues of importance to the members regarding the site or the management will take place quarterly on the first Tuesday of January, April, July, and October.  A Forum category will be set up devoted to these issues and the results will be posted there as well.  Only registered site members will be able to vote in these quarterly events.  In most cases, a simple majority vote will suffice.  This means in the case of a stand-off, a vote will be rescheduled for the next quarter.  &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Please do not change the logical content of this page without first discussing this on the [[Talk:U.s.oo.o/User_Community_Roles|Talk Page]] and acknowledgement from the [[U.s.oo.o/Planning/User_services_Contact_list|UCV Contact list]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:UCV]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/Charter&amp;diff=50536</id>
		<title>Talk:U.s.oo.o/Charter</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/Charter&amp;diff=50536"/>
		<updated>2007-10-14T18:45:58Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* &amp;#039;&amp;#039;&amp;#039;Agreement-seeking culture&amp;#039;&amp;#039;&amp;#039; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Preamble==&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Agreement-seeking culture&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:We desire to create an agreement-seeking culture. That is, we endeavor to make plans and reach decisions based on achieving wide-spread agreement. Agreement-seeking is not the same as consensus, as consensus tries for universal agreement; elusive, if not impossible, to achieve.&lt;br /&gt;
&lt;br /&gt;
:Agreement-seeking as a central principle is also different than majority rule. While voting can play a constructive role as an advisory means of expression of preference, binding procedures of any kind can under-emphasize and even undermine the critical role of discussion and deliberation in the shaping of plans. Voting is considered assertively consultative, not binding. &amp;#039;&amp;#039;&amp;#039;Elections of individuals to  fill roles within the organization, on the other hand, are binding.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:For agreements to be meaningful, it is important that those with a stake in the outcome be participants in determining the course of action. So, for instance, it&amp;#039;s a matter of common sense that those with technical expertise should be intimately involved in technical decision-making.&lt;br /&gt;
&lt;br /&gt;
:Further, given that User Community Volunteers (UCV) is focusing on developing services for non-technical users, it is also important that end-user interests be represented in the process of creating services.&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Filling a role is a matter of taking responsibility, not imposing one&amp;#039;s will.&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:We believe in making progress through giving clear responsibilities to individuals. Taking responsibility for something is not the same as ownership, rather stewardship for an area, activity or issue. Taking responsibility can also require, at times, acting as a driver. It should not be assumed that stewards and drivers typically operate by imposing their own decisions. Driving is primarily a matter of attending to a project with a goal, and taking steps to ensure the goal is reached (or, occasionally, redefining or setting aside the effort). Stewards typically solicit input and proposals, enable active participation, and facilitate discussion. In some but not all cases the steward will also be an active content contributor to the matter at hand.&lt;br /&gt;
&lt;br /&gt;
:The steward has a responsibility to take multiple points of view into account and to try to reach widespread agreement. If there is disagreement, she or he should use methods to shed more light on the issue, e.g., by taking it to a wider group such as a mailing list or forum.&lt;br /&gt;
&lt;br /&gt;
:However, it is also the stewards&amp;#039;s responsibility to see that a decision is made, and he or she has the right in the end to make that call if in his or her judgment that&amp;#039;s the right course of action.&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Legitimate decisions are made with reference to the the vision, mission, and values of the organization.&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:All decisions, but particularly ones about which there is disagreement, should not be made arbitrarily but should be in keeping with the vision, mission, and values of the organization. Decisions gain legitimacy when they can be linked to an underlying set of core beliefs widely shared by the participants.&lt;br /&gt;
&lt;br /&gt;
:Some of our core values are:&lt;br /&gt;
&lt;br /&gt;
::* personal integrity and accountability&lt;br /&gt;
::* individual initiative&lt;br /&gt;
::* respect&lt;br /&gt;
::* responsible risk taking&lt;br /&gt;
::* openness and transparency&lt;br /&gt;
::* teamwork&lt;br /&gt;
::* sustainability &lt;br /&gt;
&lt;br /&gt;
:Applying these to forum behavior we might say, &amp;quot;Rude and personal comments on forums are disrespectful and not acceptable. Constructive criticism on the other hand is warmly encouraged.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Project proposals need to win community buy-in before implementation&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:A good proposal or project plan not only sets out what is to be done and why, but also how, i.e., it addresses execution issues and seeks buy-in from those who will be implementing it. This is always important, but especially so when the proposer&amp;#039;s plan requires significant resources not under his or her direct control, which will typically be the case.&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Governance principles are more important than ownership&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
:In working through situations of disagreement, it is better to focus on applying governance principles rather than determining who has ultimate authority, as over-reliance on the latter can short-circuit opportunities to rely on and expand the use of healthy, open processes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Charter of the OpenOffice.org User Community Volunteers==&lt;br /&gt;
&lt;br /&gt;
=== Scope of this charter and interpretation ===&lt;br /&gt;
&lt;br /&gt;
This charter relates to the affairs of OpenOffice.org User Community Volunteers, hereinafter called the group ( &amp;quot;&amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;quot; ) having charge of the website users.services.openoffice.org (or any successor to that site) (&amp;quot;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;quot;) and its sub-domains.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; is to provide information and support relevant to the end users of the OpenOffice.org software(or any software derived from or designed to work with).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may adopt any other purpose, which in its judgment supports the primary purpose of the site or the performance of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s functions.&lt;br /&gt;
&lt;br /&gt;
Members of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; are referred to in this charter as &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
The charter shall be deemed to be enabling and not to impose liability.&lt;br /&gt;
&lt;br /&gt;
Particular provisions are for the sake of clarification or extension and not intended to reduce the fullness of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s power and authority.&lt;br /&gt;
&lt;br /&gt;
Any notice relating to &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; may be given to a person by email.&lt;br /&gt;
&lt;br /&gt;
=== Functions of the group ===&lt;br /&gt;
&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; is to govern the site. &amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may&lt;br /&gt;
* govern, regulate and supervise membership, content, management and administration of the site&lt;br /&gt;
* administer its own affairs as fully as those of the site&lt;br /&gt;
* appoint officers ( &amp;quot;officers&amp;quot; ) to perform any functions&lt;br /&gt;
* enlist any assistance it sees fit&lt;br /&gt;
* delegate any power or function&lt;br /&gt;
* conduct polls&lt;br /&gt;
* amend or replace this charter.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Volunteers&amp;#039;&amp;#039; may hold discussions using any vehicle or vehicles they choose.&lt;br /&gt;
&lt;br /&gt;
===Designated Roles within &amp;#039;&amp;#039;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
==== User ====&lt;br /&gt;
&lt;br /&gt;
a &amp;#039;&amp;#039;User&amp;#039;&amp;#039; is any person who enters or uses the web site in any way, even if that person only visited the home page of the web site.&lt;br /&gt;
&lt;br /&gt;
==== Guest ====&lt;br /&gt;
&lt;br /&gt;
A Guest is a User accessing the site without being logged onto the site. No registration or validation is required to be a Guest for purposes of searching or browsing the forums. A Guest may post only to designated forums, requiring the use of a captcha mechanism and the post must be approved by a moderator before being placed into the main forum subject threads. Since the guest will not be required to provide any means for the forum to contact them, the forum software must clearly inform them they will not and can not be notified of any replies to their post, and should offer them the option to register with the site if they would like an email notification of such a response. A guest may not modify any existing content. The site is open to all. (1).&lt;br /&gt;
&lt;br /&gt;
==== Member ====&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Member&amp;#039;&amp;#039; is a User who has successfully completed the site registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt; at the web site. A Member can also post or modify the information content of the site, within the content rules of the site.&lt;br /&gt;
&lt;br /&gt;
=== Designated Roles within &amp;#039;&amp;#039;&amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
==== Volunteer ====&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039; must be a Member of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;. &lt;br /&gt;
&lt;br /&gt;
A Member of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; must request to become a member of &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Volunteers are collectively referred to as the OpenOffice.org User Community Volunteers (&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;OUCV&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;).  There is no cap on the size of the OUCV.&lt;br /&gt;
&lt;br /&gt;
The Member must apply to become a Volunteer though the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and, if successful, will be elected to Volunteer status within the UCV.  For a Member to be successful, some evidence of sustained commitment will normally be required; for example, numerous postings and wiki contributions, or a number of material articles over a six month period.  An equivalent track record in an associated community will normally be acceptable, for example, one of the other active OpenOffice.org or Linux related forums.&lt;br /&gt;
&lt;br /&gt;
he Member must apply to become a Volunteer though the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and, if successful, will be elected to Volunteer status within the UCV.  For a Member to be successful, some evidence of sustained commitment will normally be required; for example, numerous postings and wiki contributions, or a number of material articles over a six month period.  An equivalent track record in an associated community will normally be acceptable, for example, one of the other active OpenOffice.org or Linux related forums.&lt;br /&gt;
&lt;br /&gt;
The OUCV is intended to comprise the community of the &amp;#039;&amp;#039;&amp;#039;&amp;#039;active&amp;#039;&amp;#039;&amp;#039;&amp;#039; Members within the site, Volunteers may, therefore, revert back to a normal Member.&lt;br /&gt;
* A Volunteer may resign from Volunteer status.&lt;br /&gt;
* A six month period with no activity at &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; will automatically propose removal of Volunteer status. ( Reversion to simple Member status at &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; [[User:DrewJensen|Drew]] 15:28, 14 October 2007 (CEST))&lt;br /&gt;
* Any Volunteer may propose the removal of Volunteer status for any other Volunteer. Justification must be included with the request. For example, repeated abuse or disregard of the site, the membership, or standing instructions endorsed by the OUCV.&lt;br /&gt;
The removal of Volunteer status is also controlled through the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and where this occurs the individual will revert to normal Member status.  A Member can always reapply for Volunteer status. &lt;br /&gt;
&lt;br /&gt;
Volunteers are regarded as trusted members of the site and therefore have available elevated privileges associated with such trust:&lt;br /&gt;
* Full voting privileges within the OUCV.&lt;br /&gt;
* Ability to upload images and attachments to the site.&lt;br /&gt;
* Ability to use HTML in posts; most forum packages allow HTML as an option, and the layout is easier than in BBcode-style mark-up languages.&lt;br /&gt;
* Ability to blog.&lt;br /&gt;
* Eligibility for site roles.&lt;br /&gt;
&lt;br /&gt;
== Site Roles available to Volunteers ==&lt;br /&gt;
&lt;br /&gt;
The following site Roles are available to OUCV members.  Notwithstanding this, the list of site roles and responsibilities may evolve over time under change control and endorsement through the OUCV voting process. &lt;br /&gt;
&lt;br /&gt;
===Site Administrator===&lt;br /&gt;
&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to perform a due diligence in the following areas:&lt;br /&gt;
&lt;br /&gt;
*Help maintain the security of the host system by:&lt;br /&gt;
**Maintaining a good working relationship with designated network administration staff at Sun Microsystems, Hamburg Germany.&lt;br /&gt;
**Maintain contact with the vendor&amp;#039;s / supplier&amp;#039;s information service for any applications run on the server.&lt;br /&gt;
**Take agreed upon steps when a security announcement is made by the vendors / suppliers.&lt;br /&gt;
**Follow agreed upon steps if a security breach of any application on the server is suspected. For example: notified by a board user that they suspect a problem.&lt;br /&gt;
**Perform steps necessary to carry out agreed upon configuration control procedures on application level services running on the server. During modifications of the applications, application of patches, reconfigurations.&lt;br /&gt;
**Follow agreed upon steps / actions to implement and maintain a disaster recovery plan ( e.g. off-site storage of backups, off-site storage of application modifications, included files and configuration settings).&lt;br /&gt;
*Support the Service Administrators and Content managers by performing the following tasks:&lt;br /&gt;
**Create or apply modifications to the applications source or configuration files as needed.&lt;br /&gt;
**Configure client communication settings for the service application.&lt;br /&gt;
**Configure server settings for the service application.&lt;br /&gt;
***Database indexing.&lt;br /&gt;
***Database backups ( working with network admins ).&lt;br /&gt;
***Install / configure support packages ( php libs, caching systems, etc ).&lt;br /&gt;
&lt;br /&gt;
These individuals must also comply with all Standard Operating and Security Procedures defined by the hosting provider ( SUN Microsystems ), and to take whatever reasonable actions that the hosting provider requires of them in order to receive necessary host computer access privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Administrator===&lt;br /&gt;
&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to maintain an application level service. For example the Forum service Administrator would perform the following, and other, functions:&lt;br /&gt;
*May add, edit, delete, and reorder the forums, categories, and links.&lt;br /&gt;
*Manage User Accounts&lt;br /&gt;
*Manage Group Accounts&lt;br /&gt;
*Manage Board Level Settings ( Email, Template, etc )&lt;br /&gt;
*Support the Service Moderator&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
These individuals are selected by the OUCV alone.  The service administrator role is enabled through and provided by the relevant service application.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Moderator===&lt;br /&gt;
&lt;br /&gt;
Moderator is a supporting administration role supported by some application services.  For example in the case of forums, moderators have an elevated level of privilege which enables them to modify or delete user posts that violate site policy (e.g. SPAM or obscenity).  Service Moderators are selected by the OUCV Voting Process.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Content Manager===&lt;br /&gt;
&lt;br /&gt;
These individuals are selected by the OUCV alone.  The Content Manager role is enabled through and provided by the relevant service application. Where required Content Manager&amp;#039;s may be granted User Account Interactive Access and limited datadase access.&lt;br /&gt;
&lt;br /&gt;
===Ombudsman===&lt;br /&gt;
&lt;br /&gt;
The Ombudsman&amp;#039;s role and responsibilities include:&lt;br /&gt;
* Administration and oversight of all polls&lt;br /&gt;
** The ombudsman can mandate that any specific vote be opened to the general membership, where he or she feels that there is a reasonable case for doing so. &lt;br /&gt;
* NON-Voting member of all change control boards to represent the general membership. (do we have a process for this?)&lt;br /&gt;
* Management and arbitration of Membership complaints.&lt;br /&gt;
To avoid conflict of interest the Ombudsman cannot hold any other User Community Role.&lt;br /&gt;
&lt;br /&gt;
=== Chronicler &amp;amp;mdash; Tie-breaker, spokesperson ===&lt;br /&gt;
&lt;br /&gt;
* Shall be the official spokesperson for the organization on issues related to the interests and purpose.  &lt;br /&gt;
* This person is not to vote unless there is a tie that freezes the issue at hand.&lt;br /&gt;
&lt;br /&gt;
=== The Projects Manager ===&lt;br /&gt;
* Shall assist in infrastructural development so that documentation of projects is done to some extent. &lt;br /&gt;
* Maintains the projects&amp;#039; wiki pages.&lt;br /&gt;
* Shall take charge of post-mortems of projects so useful information can be amassed as to what structures worked and what didn&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
=== Group Publicity Person &amp;amp;mdash; OO.o Evangelist ===&lt;br /&gt;
&lt;br /&gt;
* Shall come up with fun and useful &amp;quot;virtual events&amp;quot; that promote the use of OO.o and the support forums at &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;.&lt;br /&gt;
* Shall abide by all local regulations and group agreements when promoting the organization or its views.&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
===Limitations on Site Access===&lt;br /&gt;
&lt;br /&gt;
Some transactional rate limiting mechanisms may apply to prevent robot users from degrading the performance of the site for normal interactive users.  We also need to consider whether we bar certain users and / or IP address/domains (based on bots, spam, abuse, etc).&lt;br /&gt;
&lt;br /&gt;
===Site Registration Process===&lt;br /&gt;
&lt;br /&gt;
The Site Registration Process has two variants:&lt;br /&gt;
&lt;br /&gt;
*The standard process is for a Guest who wants to become a Member; a Member can post, a Guest can not. The main purpose for registration, is is to associate changes made by a user with an identity. For example, a common forum feature is to list posts by author. The registration process will minimize SPAM bots through use of tools such as a &amp;quot;Captcha&amp;quot; or equivalent. A valid contact email address is required along with a response to an email sent to the submitted address. The email address is retained as confidential and not published to general members without authorization by the Member. The email address provides a means of contacting the members, but is only available to the system (for automated requested contacts such as a forum topic has been updated) and to members with specific roles such as a system administrator or moderator. A Guest can not become a member without a valid, verified, contact address. There are various other optional fields that the User can specify.&lt;br /&gt;
&lt;br /&gt;
*A stricter process controls the transition from Member to Volunteer, and from Volunteer to normal Member. Volunteers may be appointed to trusted roles, so the UCV must have confidence in the provenance and credentials of the Member.  &lt;br /&gt;
** A forum exists for discussing the Registration Process. Although only Volunteers can post to this forum, all Members can view the forum&amp;lt;sup&amp;gt;(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;)&amp;lt;/sup&amp;gt;.&lt;br /&gt;
** All applications for promotion to or removal from Volunteer status are posted to this forum as a new topic.  Any Member can make an application through a Volunteer (for example the ombudsman) which typically contains a brief identity (name, country, work experience, etc.) and a short personal statement of why the candidate wishes to become a Volunteer.&lt;br /&gt;
** Any Volunteer may comment on the application.&lt;br /&gt;
** Any Volunteer may explicitly designate approval.&lt;br /&gt;
** Any Volunteer may explicitly designate a protest.&lt;br /&gt;
** The application is open for [two] weeks.&lt;br /&gt;
** If at the end of this period at least two approvals and no protest have been made then Volunteer status change is granted.&lt;br /&gt;
** The change is declined if there are not at least two approvals.&lt;br /&gt;
** If there are least two approvals and at least one protest, a vote of the UCV membership is performed under the standard UCV voting procedure.&lt;br /&gt;
** Where the application is declined, reapplication can be made after [3] months.&lt;br /&gt;
&lt;br /&gt;
(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;) There are issues of disclosure that we need to think about here.  See the &lt;br /&gt;
[[Talk:U.s.oo.o/User_Community_Roles#proposed_change_to_Process_of_becoming_a_volunteer|Talk page]] for further discussion on this.&lt;br /&gt;
&lt;br /&gt;
===OUCV Voting Process===&lt;br /&gt;
&lt;br /&gt;
Members of the Volunteer site team may hold votes on topics within their areas of interest separate from those interests voiced by Registered or unregistered users of the site.  Technical issues of interest to Volunteers may include any topic, including which issues will be decided by general Registered Member votes.  Topics under consideration will be posted to a Forum category devoted to these issues and the results will be posted there as well.  Registered members may comment on these issues or raise questions.&lt;br /&gt;
&lt;br /&gt;
==== Voting Guidelines ==== &lt;br /&gt;
&lt;br /&gt;
General Voting on issues of importance to the members regarding the site or the management will take place quarterly on the first Tuesday of January, April, July, and October.  A Forum category will be set up devoted to these issues and the results will be posted there as well.  Only registered site members will be able to vote in these quarterly events.  In most cases, a simple majority vote will suffice.  This means in the case of a stand-off, a vote will be rescheduled for the next quarter.  &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Please do not change the logical content of this page without first discussing this on the [[Talk:U.s.oo.o/User_Community_Roles|Talk Page]] and acknowledgement from the [[U.s.oo.o/Planning/User_services_Contact_list|UCV Contact list]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:UCV]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=User:DrewJensen/OUCV_Charter&amp;diff=50416</id>
		<title>User:DrewJensen/OUCV Charter</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=User:DrewJensen/OUCV_Charter&amp;diff=50416"/>
		<updated>2007-10-13T13:37:54Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Initial structure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Charter of the OpenOffice.org User Community Volunteers&lt;br /&gt;
== Scope of this charter and interpretation ==&lt;br /&gt;
This charter relates to the affairs of OpenOffice.org User Community Volunteers, hereinafter called the group ( &amp;quot;&amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;quot; ) having charge of the website users.services.openoffice.org (or any successor to that site) (&amp;quot;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;quot;) and its sub-domains.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; is to provide information and support relevant to the use of the software produced by the owner of www.openoffice.org (or any successor to that website).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may adopt any other purpose, which in its judgment supports the primary purpose of the site or the performance of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s functions.&lt;br /&gt;
&lt;br /&gt;
Members of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; are referred to in this charter as &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
All times and periods shall be measured according to Greenwich Mean Time.&lt;br /&gt;
&lt;br /&gt;
The charter shall be deemed to be enabling and not to impose liability.&lt;br /&gt;
&lt;br /&gt;
Particular provisions are for the sake of clarification or extension and not intended to reduce the fullness of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s power and authority.&lt;br /&gt;
&lt;br /&gt;
Any notice relating to &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; may be given to a person by email.&lt;br /&gt;
&lt;br /&gt;
== Date ==&lt;br /&gt;
This charter was submitted to a vote of founding members of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; and &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; in September 2007. [editing note: who votes this in?]&lt;br /&gt;
&lt;br /&gt;
== Membership of the group ==&lt;br /&gt;
&lt;br /&gt;
[[Andrew Pitonyak]] notes on October 13, 2007 that everything in this section can probably be removed because it is covered here:&lt;br /&gt;
&lt;br /&gt;
http://wiki.services.openoffice.org/wiki/U.s.oo.o/User_Community_Roles#Roles_available_to_Volunteers&lt;br /&gt;
&lt;br /&gt;
There are two types of members within the OUCV, voting and non-voting, referred to as Observer and Contributor:&lt;br /&gt;
An individual automatically becomes an Observer within OUCV when they register for any of the services offered at &amp;quot;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;em&amp;gt;Observer -&amp;lt;/em&amp;gt; &lt;br /&gt;
**This membership is automatically created when someone registers with the forum or the wiki.&lt;br /&gt;
***They can participate in OUCV discussions. &lt;br /&gt;
***They cannot vote in OUCV polls.&lt;br /&gt;
*&amp;lt;em&amp;gt;Contributor -&amp;lt;/em&amp;gt; &lt;br /&gt;
**Contributors can vote. &lt;br /&gt;
**Contributors are then eligible to volunteer for such things as being a moderator.&lt;br /&gt;
&lt;br /&gt;
Steps required to become a &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt;? &lt;br /&gt;
#Requesting a change in membership type.&lt;br /&gt;
#Meeting some minimal involvement criteria : Say 5 postings on the forum, or five updates on the wiki.&lt;br /&gt;
#*The minimum criteria could either be waived for some, or perhaps expanded to include the OOoForum as a way to meet the posting requirement.&lt;br /&gt;
&lt;br /&gt;
Upon receipt of request for &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt; membership, and assuming the minimal involvement criteria has been met then:&lt;br /&gt;
*The request is posted to a general location at &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;. &lt;br /&gt;
*Any current OUCV contributor may mark the status of the request &amp;#039;to accept&amp;#039;. Upon two such status markings, and no protest, the request is accepted and the users membership type changed.&lt;br /&gt;
*Any current OUCV &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt; can protest the change. ( need to describe this a little ) &lt;br /&gt;
*The status will automatically convert two weeks from the request assuming no protest from an OUCV &amp;lt;em&amp;gt;contributor&amp;lt;e/m&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Functions of the group ==&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; is to govern the site. &amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may&lt;br /&gt;
* govern, regulate and supervise membership, content, management and administration of the site&lt;br /&gt;
* administer its own affairs as fully as those of the site&lt;br /&gt;
* appoint officers ( &amp;quot;officers&amp;quot; ) to perform any functions&lt;br /&gt;
* enlist any assistance it sees fit&lt;br /&gt;
* delegate any power or function&lt;br /&gt;
* conduct polls&lt;br /&gt;
* amend or replace this charter.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Volunteers&amp;#039;&amp;#039; may hold discussions using any vehicle or vehicles they choose.&lt;br /&gt;
&lt;br /&gt;
== Initial structure ==&lt;br /&gt;
The founding &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039; intend to appoint the following officers and adhere to the provisions outlined in this and subsequent clauses until deciding otherwise.&lt;br /&gt;
&lt;br /&gt;
The group intends to appoint:&lt;br /&gt;
* Three executives who shall together comprise the board empowered to exercise the group&amp;#039;s powers (&amp;quot;&amp;#039;&amp;#039;the board&amp;#039;&amp;#039;&amp;quot;) [[Andrew Pitonyak]] asks if we can associate these with specific roles. Are these guys voted in? Perhaps these guys are NOT outlined in the user/roles section.&lt;br /&gt;
* An ombudsman.&lt;br /&gt;
&lt;br /&gt;
Officers other than executives or ombudsman may be appointed by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Only &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039; may be appointed as officers of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; but temporary authority may be given to any person to perform a function deemed to be for the benefit of the site.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Volunteers&amp;#039;&amp;#039; may hold more than one office except for ombudsman and executive. [[Andrew Pitonyak]] ?? So an executive can not also be an administrator then. Are you sure about this?&lt;br /&gt;
&lt;br /&gt;
A vacancy in any office will not invalidate other appointments or any action.&lt;br /&gt;
&lt;br /&gt;
Officers may hold office until resigning, removed or replaced.&lt;br /&gt;
&lt;br /&gt;
The tenure of any officer or officers and of all officers may be reviewed at any time.&lt;br /&gt;
&lt;br /&gt;
== The Board ==&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may exercise all and any powers of the group.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may conduct its affairs as it sees fit.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may elect one of its members as Governor and confer special authority on the Governor.&lt;br /&gt;
&lt;br /&gt;
Any decision or action of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; or any executive (including the Governor) may be overridden by a decision of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
No appointment or other decision by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; or an executive shall be valid until lodged in a record which is on the site and accessible by any ombudsman.&lt;br /&gt;
&lt;br /&gt;
Decisions on access to records of decisions of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; by persons other than ombudsmen shall be made by the board.  &amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;[[User:TerryE]] see discussion on this point]&lt;br /&gt;
&lt;br /&gt;
== Executives ==&lt;br /&gt;
An executive may exercise any power of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; but no exercise will be effective until notice has been given to an ombudsman and the other executives and then only for 4 days unless ratified by the board during that time.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may overrule any such exercise.&lt;br /&gt;
&lt;br /&gt;
These provisions relating to executives do not apply to the exercise by the Governor of any special authority conferred on him by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
[I think the naming of duties will vastly uncomplicate things, even with the above provisions]&lt;br /&gt;
&lt;br /&gt;
The Board shall consist of the following 3 Executives &lt;br /&gt;
&lt;br /&gt;
#President of the Group&lt;br /&gt;
##Shall be the official spokesperson for the organization on issues related to the porpose of the group,&lt;br /&gt;
##Shall publicly adhere to and abide by the statement of purpose of the organization. &lt;br /&gt;
#The Director of IT&lt;br /&gt;
##Shall be the manager of all IT initiatives and projects of the group, &lt;br /&gt;
##Shall publicly adhere to and abide by the statement of purpose of the organization. &lt;br /&gt;
#Director of Publicity.&lt;br /&gt;
##Shall coordinate and facilitate the publicity of all events and meetings of the organization,&lt;br /&gt;
##Shall abide by all local regulations when promoting the organization or its views,&lt;br /&gt;
##Shall publicly adhere to and abide by the statement of purpose of the organization.&lt;br /&gt;
&lt;br /&gt;
Alternates: The first three are required for setting up the forum, which is the current burning goal.  The next 2 are important for the future growth of the project.&lt;br /&gt;
&amp;lt;ol start=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Director of Funding (since we are hoping to be able to provide more than just the forum).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Director of Content (since content is king, a named editor for content and &amp;quot;look &amp;amp; feel&amp;quot; might be very useful).&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ombudsman  ==&lt;br /&gt;
The elected ombudsman has authority to request additional volunteers for the Ombudsman&amp;#039;s Office, with approval of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may investigate any matter pertaining to the governance of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may make a report about any matter or matters to &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;, to an executive, a &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039;, one or more members of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;, or any combination thereof.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may act as mediator in disputes between any members.&lt;br /&gt;
&lt;br /&gt;
== Polls ==&lt;br /&gt;
Polls of volunteers may be called by&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;&lt;br /&gt;
* an executive&lt;br /&gt;
* an ombudsman&lt;br /&gt;
* anyone else given authority by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; or &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&lt;br /&gt;
* any two &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039; acting jointly.&lt;br /&gt;
&lt;br /&gt;
A vote may be cast by email from a &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039; to an address provided for that purpose.&lt;br /&gt;
&lt;br /&gt;
The results of polls shall be determined by simple majority of the votes actually cast without any requirement for a quorum and shall be binding on &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; until amended or revoked by a subsequent poll.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may suspend the effect of a poll once only for up to 14 days so that a further poll may be held.  &lt;br /&gt;
&lt;br /&gt;
The effect of a poll confirming a previous poll may not be suspended.&lt;br /&gt;
&lt;br /&gt;
== Annual Review ==&lt;br /&gt;
Notwithstanding other polls which may be conducted, &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; will hold a review each calendar year.&lt;br /&gt;
&lt;br /&gt;
The site officers will use their best endeavours to conduct and complete the review after August and before November in each calendar year [editing note: this period has been chosen so as not to conflict with major holiday periods].&lt;br /&gt;
&lt;br /&gt;
Any &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039; may place any matter on the agenda for the review at any time by email to an address provided for that purpose but consideration of any matter may be deferred until after the review if notice from the &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039; is received after August in that year.&lt;br /&gt;
&lt;br /&gt;
Any officer authorised by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; may produce an agenda and send it to &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
If no agenda has been sent by midnight on August 15th any officer may produce and send the agenda and may be provided with email addresses and other information for that purpose.&lt;br /&gt;
&lt;br /&gt;
Polls relating to matters on the agenda may be conducted at any time six weeks after the agenda has been sent to volunteers.&lt;br /&gt;
&lt;br /&gt;
[ The first draft is at [http://docs.google.com/Doc?id=ddvrk47_43nthcns this page]. ]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=User:DrewJensen/OUCV_Charter&amp;diff=50414</id>
		<title>User:DrewJensen/OUCV Charter</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=User:DrewJensen/OUCV_Charter&amp;diff=50414"/>
		<updated>2007-10-13T13:25:03Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Membership of the group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Charter of the OpenOffice.org User Community Volunteers&lt;br /&gt;
== Scope of this charter and interpretation ==&lt;br /&gt;
This charter relates to the affairs of OpenOffice.org User Community Volunteers, hereinafter called the group ( &amp;quot;&amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;quot; ) having charge of the website users.services.openoffice.org (or any successor to that site) (&amp;quot;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;quot;) and its sub-domains.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; is to provide information and support relevant to the use of the software produced by the owner of www.openoffice.org (or any successor to that website).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may adopt any other purpose, which in its judgment supports the primary purpose of the site or the performance of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s functions.&lt;br /&gt;
&lt;br /&gt;
Members of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; are referred to in this charter as &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
All times and periods shall be measured according to Greenwich Mean Time.&lt;br /&gt;
&lt;br /&gt;
The charter shall be deemed to be enabling and not to impose liability.&lt;br /&gt;
&lt;br /&gt;
Particular provisions are for the sake of clarification or extension and not intended to reduce the fullness of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s power and authority.&lt;br /&gt;
&lt;br /&gt;
Any notice relating to &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; may be given to a person by email.&lt;br /&gt;
&lt;br /&gt;
== Date ==&lt;br /&gt;
This charter was submitted to a vote of founding members of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; and &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; in September 2007. [editing note: who votes this in?]&lt;br /&gt;
&lt;br /&gt;
== Membership of the group ==&lt;br /&gt;
&lt;br /&gt;
[[Andrew Pitonyak]] notes on October 13, 2007 that everything in this section can probably be removed because it is covered here:&lt;br /&gt;
&lt;br /&gt;
http://wiki.services.openoffice.org/wiki/U.s.oo.o/User_Community_Roles#Roles_available_to_Volunteers&lt;br /&gt;
&lt;br /&gt;
There are two types of members within the OUCV, voting and non-voting, referred to as Observer and Contributor:&lt;br /&gt;
An individual automatically becomes an Observer within OUCV when they register for any of the services offered at &amp;quot;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;em&amp;gt;Observer -&amp;lt;/em&amp;gt; &lt;br /&gt;
**This membership is automatically created when someone registers with the forum or the wiki.&lt;br /&gt;
***They can participate in OUCV discussions. &lt;br /&gt;
***They cannot vote in OUCV polls.&lt;br /&gt;
*&amp;lt;em&amp;gt;Contributor -&amp;lt;/em&amp;gt; &lt;br /&gt;
**Contributors can vote. &lt;br /&gt;
**Contributors are then eligible to volunteer for such things as being a moderator.&lt;br /&gt;
&lt;br /&gt;
Steps required to become a &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt;? &lt;br /&gt;
#Requesting a change in membership type.&lt;br /&gt;
#Meeting some minimal involvement criteria : Say 5 postings on the forum, or five updates on the wiki.&lt;br /&gt;
#*The minimum criteria could either be waived for some, or perhaps expanded to include the OOoForum as a way to meet the posting requirement.&lt;br /&gt;
&lt;br /&gt;
Upon receipt of request for &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt; membership, and assuming the minimal involvement criteria has been met then:&lt;br /&gt;
*The request is posted to a general location at &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;. &lt;br /&gt;
*Any current OUCV contributor may mark the status of the request &amp;#039;to accept&amp;#039;. Upon two such status markings, and no protest, the request is accepted and the users membership type changed.&lt;br /&gt;
*Any current OUCV &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt; can protest the change. ( need to describe this a little ) &lt;br /&gt;
*The status will automatically convert two weeks from the request assuming no protest from an OUCV &amp;lt;em&amp;gt;contributor&amp;lt;e/m&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Functions of the group ==&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; is to govern the site. &amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may&lt;br /&gt;
* govern, regulate and supervise membership, content, management and administration of the site&lt;br /&gt;
* administer its own affairs as fully as those of the site&lt;br /&gt;
* appoint officers ( &amp;quot;officers&amp;quot; ) to perform any functions&lt;br /&gt;
* enlist any assistance it sees fit&lt;br /&gt;
* delegate any power or function&lt;br /&gt;
* conduct polls&lt;br /&gt;
* amend or replace this charter.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Volunteers&amp;#039;&amp;#039; may hold discussions using any vehicle or vehicles they choose.&lt;br /&gt;
&lt;br /&gt;
== Initial structure ==&lt;br /&gt;
The founding &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039; intend to appoint the following officers and adhere to the provisions outlined in this and subsequent clauses until deciding otherwise.&lt;br /&gt;
&lt;br /&gt;
The group intends to appoint:&lt;br /&gt;
* Three executives who shall together comprise the board empowered to exercise the group&amp;#039;s powers (&amp;quot;&amp;#039;&amp;#039;the board&amp;#039;&amp;#039;&amp;quot;)&lt;br /&gt;
* An ombudsman.&lt;br /&gt;
&lt;br /&gt;
Officers other than executives or ombudsman may be appointed by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Only &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039; may be appointed as officers of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; but temporary authority may be given to any person to perform a function deemed to be for the benefit of the site.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Volunteers&amp;#039;&amp;#039; may hold more than one office except that any person may not hold at the same time office of ombudsman and that of an executive. &lt;br /&gt;
&lt;br /&gt;
A vacancy in any office will not invalidate other appointments or any action.&lt;br /&gt;
&lt;br /&gt;
Officers may hold office until resigning, removed or replaced.&lt;br /&gt;
&lt;br /&gt;
The tenure of any officer or officers and of all officers may be reviewed at any time.&lt;br /&gt;
&lt;br /&gt;
== The Board ==&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may exercise all and any powers of the group.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may conduct its affairs as it sees fit.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may elect one of its members as Governor and confer special authority on the Governor.&lt;br /&gt;
&lt;br /&gt;
Any decision or action of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; or any executive (including the Governor) may be overridden by a decision of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
No appointment or other decision by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; or an executive shall be valid until lodged in a record which is on the site and accessible by any ombudsman.&lt;br /&gt;
&lt;br /&gt;
Decisions on access to records of decisions of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; by persons other than ombudsmen shall be made by the board.  &amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;[[User:TerryE]] see discussion on this point]&lt;br /&gt;
&lt;br /&gt;
== Executives ==&lt;br /&gt;
An executive may exercise any power of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; but no exercise will be effective until notice has been given to an ombudsman and the other executives and then only for 4 days unless ratified by the board during that time.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may overrule any such exercise.&lt;br /&gt;
&lt;br /&gt;
These provisions relating to executives do not apply to the exercise by the Governor of any special authority conferred on him by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
[I think the naming of duties will vastly uncomplicate things, even with the above provisions]&lt;br /&gt;
&lt;br /&gt;
The Board shall consist of the following 3 Executives &lt;br /&gt;
&lt;br /&gt;
#President of the Group&lt;br /&gt;
##Shall be the official spokesperson for the organization on issues related to the porpose of the group,&lt;br /&gt;
##Shall publicly adhere to and abide by the statement of purpose of the organization. &lt;br /&gt;
#The Director of IT&lt;br /&gt;
##Shall be the manager of all IT initiatives and projects of the group, &lt;br /&gt;
##Shall publicly adhere to and abide by the statement of purpose of the organization. &lt;br /&gt;
#Director of Publicity.&lt;br /&gt;
##Shall coordinate and facilitate the publicity of all events and meetings of the organization,&lt;br /&gt;
##Shall abide by all local regulations when promoting the organization or its views,&lt;br /&gt;
##Shall publicly adhere to and abide by the statement of purpose of the organization.&lt;br /&gt;
&lt;br /&gt;
Alternates: The first three are required for setting up the forum, which is the current burning goal.  The next 2 are important for the future growth of the project.&lt;br /&gt;
&amp;lt;ol start=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Director of Funding (since we are hoping to be able to provide more than just the forum).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Director of Content (since content is king, a named editor for content and &amp;quot;look &amp;amp; feel&amp;quot; might be very useful).&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ombudsman  ==&lt;br /&gt;
The elected ombudsman has authority to request additional volunteers for the Ombudsman&amp;#039;s Office, with approval of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may investigate any matter pertaining to the governance of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may make a report about any matter or matters to &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;, to an executive, a &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039;, one or more members of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;, or any combination thereof.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may act as mediator in disputes between any members.&lt;br /&gt;
&lt;br /&gt;
== Polls ==&lt;br /&gt;
Polls of volunteers may be called by&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;&lt;br /&gt;
* an executive&lt;br /&gt;
* an ombudsman&lt;br /&gt;
* anyone else given authority by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; or &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&lt;br /&gt;
* any two &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039; acting jointly.&lt;br /&gt;
&lt;br /&gt;
A vote may be cast by email from a &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039; to an address provided for that purpose.&lt;br /&gt;
&lt;br /&gt;
The results of polls shall be determined by simple majority of the votes actually cast without any requirement for a quorum and shall be binding on &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; until amended or revoked by a subsequent poll.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may suspend the effect of a poll once only for up to 14 days so that a further poll may be held.  &lt;br /&gt;
&lt;br /&gt;
The effect of a poll confirming a previous poll may not be suspended.&lt;br /&gt;
&lt;br /&gt;
== Annual Review ==&lt;br /&gt;
Notwithstanding other polls which may be conducted, &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; will hold a review each calendar year.&lt;br /&gt;
&lt;br /&gt;
The site officers will use their best endeavours to conduct and complete the review after August and before November in each calendar year [editing note: this period has been chosen so as not to conflict with major holiday periods].&lt;br /&gt;
&lt;br /&gt;
Any &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039; may place any matter on the agenda for the review at any time by email to an address provided for that purpose but consideration of any matter may be deferred until after the review if notice from the &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039; is received after August in that year.&lt;br /&gt;
&lt;br /&gt;
Any officer authorised by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; may produce an agenda and send it to &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
If no agenda has been sent by midnight on August 15th any officer may produce and send the agenda and may be provided with email addresses and other information for that purpose.&lt;br /&gt;
&lt;br /&gt;
Polls relating to matters on the agenda may be conducted at any time six weeks after the agenda has been sent to volunteers.&lt;br /&gt;
&lt;br /&gt;
[ The first draft is at [http://docs.google.com/Doc?id=ddvrk47_43nthcns this page]. ]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=User:DrewJensen/OUCV_Charter&amp;diff=50413</id>
		<title>User:DrewJensen/OUCV Charter</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=User:DrewJensen/OUCV_Charter&amp;diff=50413"/>
		<updated>2007-10-13T13:23:22Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Membership of the group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Charter of the OpenOffice.org User Community Volunteers&lt;br /&gt;
== Scope of this charter and interpretation ==&lt;br /&gt;
This charter relates to the affairs of OpenOffice.org User Community Volunteers, hereinafter called the group ( &amp;quot;&amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;quot; ) having charge of the website users.services.openoffice.org (or any successor to that site) (&amp;quot;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;quot;) and its sub-domains.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; is to provide information and support relevant to the use of the software produced by the owner of www.openoffice.org (or any successor to that website).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may adopt any other purpose, which in its judgment supports the primary purpose of the site or the performance of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s functions.&lt;br /&gt;
&lt;br /&gt;
Members of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; are referred to in this charter as &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
All times and periods shall be measured according to Greenwich Mean Time.&lt;br /&gt;
&lt;br /&gt;
The charter shall be deemed to be enabling and not to impose liability.&lt;br /&gt;
&lt;br /&gt;
Particular provisions are for the sake of clarification or extension and not intended to reduce the fullness of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s power and authority.&lt;br /&gt;
&lt;br /&gt;
Any notice relating to &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; may be given to a person by email.&lt;br /&gt;
&lt;br /&gt;
== Date ==&lt;br /&gt;
This charter was submitted to a vote of founding members of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; and &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; in September 2007. [editing note: who votes this in?]&lt;br /&gt;
&lt;br /&gt;
== Membership of the group ==&lt;br /&gt;
There are two types of members within the OUCV, voting and non-voting, referred to as Observer and Contributor:&lt;br /&gt;
An individual automatically becomes an Observer within OUCV when they register for any of the services offered at &amp;quot;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;em&amp;gt;Observer -&amp;lt;/em&amp;gt; &lt;br /&gt;
**This membership is automatically created when someone registers with the forum or the wiki.&lt;br /&gt;
***They can participate in OUCV discussions. &lt;br /&gt;
***They cannot vote in OUCV polls.&lt;br /&gt;
*&amp;lt;em&amp;gt;Contributor -&amp;lt;/em&amp;gt; &lt;br /&gt;
**Contributors can vote. &lt;br /&gt;
**Contributors are then eligible to volunteer for such things as being a moderator.&lt;br /&gt;
&lt;br /&gt;
Steps required to become a &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt;? &lt;br /&gt;
#Requesting a change in membership type.&lt;br /&gt;
#Meeting some minimal involvement criteria : Say 5 postings on the forum, or five updates on the wiki.&lt;br /&gt;
#*The minimum criteria could either be waived for some, or perhaps expanded to include the OOoForum as a way to meet the posting requirement.&lt;br /&gt;
&lt;br /&gt;
Upon receipt of request for &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt; membership, and assuming the minimal involvement criteria has been met then:&lt;br /&gt;
*The request is posted to a general location at &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;. &lt;br /&gt;
*Any current OUCV contributor may mark the status of the request &amp;#039;to accept&amp;#039;. Upon two such status markings, and no protest, the request is accepted and the users membership type changed.&lt;br /&gt;
*Any current OUCV &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt; can protest the change. ( need to describe this a little ) &lt;br /&gt;
*The status will automatically convert two weeks from the request assuming no protest from an OUCV &amp;lt;em&amp;gt;contributor&amp;lt;e/m&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Functions of the group ==&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; is to govern the site. &amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may&lt;br /&gt;
* govern, regulate and supervise membership, content, management and administration of the site&lt;br /&gt;
* administer its own affairs as fully as those of the site&lt;br /&gt;
* appoint officers ( &amp;quot;officers&amp;quot; ) to perform any functions&lt;br /&gt;
* enlist any assistance it sees fit&lt;br /&gt;
* delegate any power or function&lt;br /&gt;
* conduct polls&lt;br /&gt;
* amend or replace this charter.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Volunteers&amp;#039;&amp;#039; may hold discussions using any vehicle or vehicles they choose.&lt;br /&gt;
&lt;br /&gt;
== Initial structure ==&lt;br /&gt;
The founding &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039; intend to appoint the following officers and adhere to the provisions outlined in this and subsequent clauses until deciding otherwise.&lt;br /&gt;
&lt;br /&gt;
The group intends to appoint:&lt;br /&gt;
* Three executives who shall together comprise the board empowered to exercise the group&amp;#039;s powers (&amp;quot;&amp;#039;&amp;#039;the board&amp;#039;&amp;#039;&amp;quot;)&lt;br /&gt;
* An ombudsman.&lt;br /&gt;
&lt;br /&gt;
Officers other than executives or ombudsman may be appointed by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Only &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039; may be appointed as officers of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; but temporary authority may be given to any person to perform a function deemed to be for the benefit of the site.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Volunteers&amp;#039;&amp;#039; may hold more than one office except that any person may not hold at the same time office of ombudsman and that of an executive. &lt;br /&gt;
&lt;br /&gt;
A vacancy in any office will not invalidate other appointments or any action.&lt;br /&gt;
&lt;br /&gt;
Officers may hold office until resigning, removed or replaced.&lt;br /&gt;
&lt;br /&gt;
The tenure of any officer or officers and of all officers may be reviewed at any time.&lt;br /&gt;
&lt;br /&gt;
== The Board ==&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may exercise all and any powers of the group.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may conduct its affairs as it sees fit.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may elect one of its members as Governor and confer special authority on the Governor.&lt;br /&gt;
&lt;br /&gt;
Any decision or action of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; or any executive (including the Governor) may be overridden by a decision of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
No appointment or other decision by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; or an executive shall be valid until lodged in a record which is on the site and accessible by any ombudsman.&lt;br /&gt;
&lt;br /&gt;
Decisions on access to records of decisions of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; by persons other than ombudsmen shall be made by the board.  &amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;[[User:TerryE]] see discussion on this point]&lt;br /&gt;
&lt;br /&gt;
== Executives ==&lt;br /&gt;
An executive may exercise any power of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; but no exercise will be effective until notice has been given to an ombudsman and the other executives and then only for 4 days unless ratified by the board during that time.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may overrule any such exercise.&lt;br /&gt;
&lt;br /&gt;
These provisions relating to executives do not apply to the exercise by the Governor of any special authority conferred on him by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
[I think the naming of duties will vastly uncomplicate things, even with the above provisions]&lt;br /&gt;
&lt;br /&gt;
The Board shall consist of the following 3 Executives &lt;br /&gt;
&lt;br /&gt;
#President of the Group&lt;br /&gt;
##Shall be the official spokesperson for the organization on issues related to the porpose of the group,&lt;br /&gt;
##Shall publicly adhere to and abide by the statement of purpose of the organization. &lt;br /&gt;
#The Director of IT&lt;br /&gt;
##Shall be the manager of all IT initiatives and projects of the group, &lt;br /&gt;
##Shall publicly adhere to and abide by the statement of purpose of the organization. &lt;br /&gt;
#Director of Publicity.&lt;br /&gt;
##Shall coordinate and facilitate the publicity of all events and meetings of the organization,&lt;br /&gt;
##Shall abide by all local regulations when promoting the organization or its views,&lt;br /&gt;
##Shall publicly adhere to and abide by the statement of purpose of the organization.&lt;br /&gt;
&lt;br /&gt;
Alternates: The first three are required for setting up the forum, which is the current burning goal.  The next 2 are important for the future growth of the project.&lt;br /&gt;
&amp;lt;ol start=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Director of Funding (since we are hoping to be able to provide more than just the forum).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Director of Content (since content is king, a named editor for content and &amp;quot;look &amp;amp; feel&amp;quot; might be very useful).&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ombudsman  ==&lt;br /&gt;
The elected ombudsman has authority to request additional volunteers for the Ombudsman&amp;#039;s Office, with approval of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may investigate any matter pertaining to the governance of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may make a report about any matter or matters to &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;, to an executive, a &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039;, one or more members of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;, or any combination thereof.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may act as mediator in disputes between any members.&lt;br /&gt;
&lt;br /&gt;
== Polls ==&lt;br /&gt;
Polls of volunteers may be called by&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;&lt;br /&gt;
* an executive&lt;br /&gt;
* an ombudsman&lt;br /&gt;
* anyone else given authority by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; or &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&lt;br /&gt;
* any two &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039; acting jointly.&lt;br /&gt;
&lt;br /&gt;
A vote may be cast by email from a &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039; to an address provided for that purpose.&lt;br /&gt;
&lt;br /&gt;
The results of polls shall be determined by simple majority of the votes actually cast without any requirement for a quorum and shall be binding on &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; until amended or revoked by a subsequent poll.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may suspend the effect of a poll once only for up to 14 days so that a further poll may be held.  &lt;br /&gt;
&lt;br /&gt;
The effect of a poll confirming a previous poll may not be suspended.&lt;br /&gt;
&lt;br /&gt;
== Annual Review ==&lt;br /&gt;
Notwithstanding other polls which may be conducted, &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; will hold a review each calendar year.&lt;br /&gt;
&lt;br /&gt;
The site officers will use their best endeavours to conduct and complete the review after August and before November in each calendar year [editing note: this period has been chosen so as not to conflict with major holiday periods].&lt;br /&gt;
&lt;br /&gt;
Any &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039; may place any matter on the agenda for the review at any time by email to an address provided for that purpose but consideration of any matter may be deferred until after the review if notice from the &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039; is received after August in that year.&lt;br /&gt;
&lt;br /&gt;
Any officer authorised by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; may produce an agenda and send it to &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
If no agenda has been sent by midnight on August 15th any officer may produce and send the agenda and may be provided with email addresses and other information for that purpose.&lt;br /&gt;
&lt;br /&gt;
Polls relating to matters on the agenda may be conducted at any time six weeks after the agenda has been sent to volunteers.&lt;br /&gt;
&lt;br /&gt;
[ The first draft is at [http://docs.google.com/Doc?id=ddvrk47_43nthcns this page]. ]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=User:DrewJensen/OUCV_Charter&amp;diff=50411</id>
		<title>User:DrewJensen/OUCV Charter</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=User:DrewJensen/OUCV_Charter&amp;diff=50411"/>
		<updated>2007-10-13T13:20:07Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Scope of this charter and interpretation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Charter of the OpenOffice.org User Community Volunteers&lt;br /&gt;
== Scope of this charter and interpretation ==&lt;br /&gt;
This charter relates to the affairs of OpenOffice.org User Community Volunteers, hereinafter called the group ( &amp;quot;&amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;quot; ) having charge of the website users.services.openoffice.org (or any successor to that site) (&amp;quot;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;quot;) and its sub-domains.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; is to provide information and support relevant to the use of the software produced by the owner of www.openoffice.org (or any successor to that website).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may adopt any other purpose, which in its judgment supports the primary purpose of the site or the performance of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s functions.&lt;br /&gt;
&lt;br /&gt;
Members of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; are referred to in this charter as &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
All times and periods shall be measured according to Greenwich Mean Time.&lt;br /&gt;
&lt;br /&gt;
The charter shall be deemed to be enabling and not to impose liability.&lt;br /&gt;
&lt;br /&gt;
Particular provisions are for the sake of clarification or extension and not intended to reduce the fullness of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&amp;#039;s power and authority.&lt;br /&gt;
&lt;br /&gt;
Any notice relating to &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; may be given to a person by email.&lt;br /&gt;
&lt;br /&gt;
== Date ==&lt;br /&gt;
This charter was submitted to a vote of founding members of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; and &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; in September 2007. [editing note: who votes this in?]&lt;br /&gt;
&lt;br /&gt;
== Membership of the group ==&lt;br /&gt;
There are two types of members within the OUCV, voting and non-voting, referred to as Observer and Contributor:&lt;br /&gt;
An individual automatically becomes an Observer within OUCV when they register for any of the services offered at &amp;quot;&amp;#039;&amp;#039;the site&amp;#039;&amp;#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;em&amp;gt;Observer -&amp;lt;/em&amp;gt; &lt;br /&gt;
**This membership is automatically created when someone registers with the forum or the wiki. They can see all our public information, as can anyone I suppose. &lt;br /&gt;
***They can participate in OUCV discussions. &lt;br /&gt;
***They cannot vote in OUCV polls.&lt;br /&gt;
*&amp;lt;em&amp;gt;Contributor -&amp;lt;/em&amp;gt; &lt;br /&gt;
**Contributors can vote. &lt;br /&gt;
**Contributors are then eligible to volunteer for such things as being a moderator.&lt;br /&gt;
&lt;br /&gt;
Steps required to become a &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt;? &lt;br /&gt;
#Requesting a change in membership type.&lt;br /&gt;
#Meeting some minimal involvement criteria : Say 5 postings on the forum, or five updates on the wiki.&lt;br /&gt;
#*The minimum criteria could either be waived for some, or perhaps expanded to include the OOoForum as a way to meet the posting requirement.&lt;br /&gt;
&lt;br /&gt;
Upon receipt of request for &amp;lt;em&amp;gt;contrubtor&amp;lt;/em&amp;gt; membership, and assuming the minimal involvement criteria has been met then:&lt;br /&gt;
*The request is posted to a general location at &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;. &lt;br /&gt;
*Any current OUCV contributor may mark the status of the request &amp;#039;to accept&amp;#039;. Upon two such status markings, and no protest, the request is accepted and the users membership type changed.&lt;br /&gt;
*Any current OUCV &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt; can protest the change. ( need to describe this a little ) &lt;br /&gt;
*The status will automatically convert two weeks from the request assuming no protest from an OUCV &amp;lt;em&amp;gt;contributor&amp;lt;e/m&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Functions of the group ==&lt;br /&gt;
The primary purpose of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; is to govern the site. &amp;#039;&amp;#039;The group&amp;#039;&amp;#039; may&lt;br /&gt;
* govern, regulate and supervise membership, content, management and administration of the site&lt;br /&gt;
* administer its own affairs as fully as those of the site&lt;br /&gt;
* appoint officers ( &amp;quot;officers&amp;quot; ) to perform any functions&lt;br /&gt;
* enlist any assistance it sees fit&lt;br /&gt;
* delegate any power or function&lt;br /&gt;
* conduct polls&lt;br /&gt;
* amend or replace this charter.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Volunteers&amp;#039;&amp;#039; may hold discussions using any vehicle or vehicles they choose.&lt;br /&gt;
&lt;br /&gt;
== Initial structure ==&lt;br /&gt;
The founding &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039; intend to appoint the following officers and adhere to the provisions outlined in this and subsequent clauses until deciding otherwise.&lt;br /&gt;
&lt;br /&gt;
The group intends to appoint:&lt;br /&gt;
* Three executives who shall together comprise the board empowered to exercise the group&amp;#039;s powers (&amp;quot;&amp;#039;&amp;#039;the board&amp;#039;&amp;#039;&amp;quot;)&lt;br /&gt;
* An ombudsman.&lt;br /&gt;
&lt;br /&gt;
Officers other than executives or ombudsman may be appointed by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Only &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039; may be appointed as officers of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039; but temporary authority may be given to any person to perform a function deemed to be for the benefit of the site.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Volunteers&amp;#039;&amp;#039; may hold more than one office except that any person may not hold at the same time office of ombudsman and that of an executive. &lt;br /&gt;
&lt;br /&gt;
A vacancy in any office will not invalidate other appointments or any action.&lt;br /&gt;
&lt;br /&gt;
Officers may hold office until resigning, removed or replaced.&lt;br /&gt;
&lt;br /&gt;
The tenure of any officer or officers and of all officers may be reviewed at any time.&lt;br /&gt;
&lt;br /&gt;
== The Board ==&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may exercise all and any powers of the group.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may conduct its affairs as it sees fit.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may elect one of its members as Governor and confer special authority on the Governor.&lt;br /&gt;
&lt;br /&gt;
Any decision or action of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; or any executive (including the Governor) may be overridden by a decision of &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
No appointment or other decision by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; or an executive shall be valid until lodged in a record which is on the site and accessible by any ombudsman.&lt;br /&gt;
&lt;br /&gt;
Decisions on access to records of decisions of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; by persons other than ombudsmen shall be made by the board.  &amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;[[User:TerryE]] see discussion on this point]&lt;br /&gt;
&lt;br /&gt;
== Executives ==&lt;br /&gt;
An executive may exercise any power of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; but no exercise will be effective until notice has been given to an ombudsman and the other executives and then only for 4 days unless ratified by the board during that time.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The board&amp;#039;&amp;#039; may overrule any such exercise.&lt;br /&gt;
&lt;br /&gt;
These provisions relating to executives do not apply to the exercise by the Governor of any special authority conferred on him by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
[I think the naming of duties will vastly uncomplicate things, even with the above provisions]&lt;br /&gt;
&lt;br /&gt;
The Board shall consist of the following 3 Executives &lt;br /&gt;
&lt;br /&gt;
#President of the Group&lt;br /&gt;
##Shall be the official spokesperson for the organization on issues related to the porpose of the group,&lt;br /&gt;
##Shall publicly adhere to and abide by the statement of purpose of the organization. &lt;br /&gt;
#The Director of IT&lt;br /&gt;
##Shall be the manager of all IT initiatives and projects of the group, &lt;br /&gt;
##Shall publicly adhere to and abide by the statement of purpose of the organization. &lt;br /&gt;
#Director of Publicity.&lt;br /&gt;
##Shall coordinate and facilitate the publicity of all events and meetings of the organization,&lt;br /&gt;
##Shall abide by all local regulations when promoting the organization or its views,&lt;br /&gt;
##Shall publicly adhere to and abide by the statement of purpose of the organization.&lt;br /&gt;
&lt;br /&gt;
Alternates: The first three are required for setting up the forum, which is the current burning goal.  The next 2 are important for the future growth of the project.&lt;br /&gt;
&amp;lt;ol start=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Director of Funding (since we are hoping to be able to provide more than just the forum).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Director of Content (since content is king, a named editor for content and &amp;quot;look &amp;amp; feel&amp;quot; might be very useful).&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ombudsman  ==&lt;br /&gt;
The elected ombudsman has authority to request additional volunteers for the Ombudsman&amp;#039;s Office, with approval of &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may investigate any matter pertaining to the governance of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may make a report about any matter or matters to &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;, to an executive, a &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039;, one or more members of &amp;#039;&amp;#039;the site&amp;#039;&amp;#039;, or any combination thereof.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may act as mediator in disputes between any members.&lt;br /&gt;
&lt;br /&gt;
== Polls ==&lt;br /&gt;
Polls of volunteers may be called by&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;the board&amp;#039;&amp;#039;&lt;br /&gt;
* an executive&lt;br /&gt;
* an ombudsman&lt;br /&gt;
* anyone else given authority by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; or &amp;#039;&amp;#039;the group&amp;#039;&amp;#039;&lt;br /&gt;
* any two &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039; acting jointly.&lt;br /&gt;
&lt;br /&gt;
A vote may be cast by email from a &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039; to an address provided for that purpose.&lt;br /&gt;
&lt;br /&gt;
The results of polls shall be determined by simple majority of the votes actually cast without any requirement for a quorum and shall be binding on &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; until amended or revoked by a subsequent poll.&lt;br /&gt;
&lt;br /&gt;
An ombudsman may suspend the effect of a poll once only for up to 14 days so that a further poll may be held.  &lt;br /&gt;
&lt;br /&gt;
The effect of a poll confirming a previous poll may not be suspended.&lt;br /&gt;
&lt;br /&gt;
== Annual Review ==&lt;br /&gt;
Notwithstanding other polls which may be conducted, &amp;#039;&amp;#039;the group&amp;#039;&amp;#039; will hold a review each calendar year.&lt;br /&gt;
&lt;br /&gt;
The site officers will use their best endeavours to conduct and complete the review after August and before November in each calendar year [editing note: this period has been chosen so as not to conflict with major holiday periods].&lt;br /&gt;
&lt;br /&gt;
Any &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039; may place any matter on the agenda for the review at any time by email to an address provided for that purpose but consideration of any matter may be deferred until after the review if notice from the &amp;#039;&amp;#039;volunteer&amp;#039;&amp;#039; is received after August in that year.&lt;br /&gt;
&lt;br /&gt;
Any officer authorised by &amp;#039;&amp;#039;the board&amp;#039;&amp;#039; may produce an agenda and send it to &amp;#039;&amp;#039;volunteers&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
If no agenda has been sent by midnight on August 15th any officer may produce and send the agenda and may be provided with email addresses and other information for that purpose.&lt;br /&gt;
&lt;br /&gt;
Polls relating to matters on the agenda may be conducted at any time six weeks after the agenda has been sent to volunteers.&lt;br /&gt;
&lt;br /&gt;
[ The first draft is at [http://docs.google.com/Doc?id=ddvrk47_43nthcns this page]. ]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=50376</id>
		<title>U.s.oo.o/User Community Roles</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=50376"/>
		<updated>2007-10-13T04:58:40Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Roles available to Volunteers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a spin-off of the Constitution page and specifically aims to provide a collaboration vehicle to agree the OOo User Community Roles for the users of the site (&amp;#039;&amp;#039;Users&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
== User ==&lt;br /&gt;
a &amp;#039;&amp;#039;User&amp;#039;&amp;#039; is any person who enters or uses the web site in any way, even if that person only visited the home page of the web site.&lt;br /&gt;
&lt;br /&gt;
== Guest ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Guest&amp;#039;&amp;#039; is a User who can search and access the information provided by the site, but cannot post or modify its content.  No registration or validation is required to be a Guest.  The site is open to all. &amp;lt;sup&amp;gt;([[#Limitations_on_Site_Access|1]])&amp;lt;/sup&amp;gt;.   &lt;br /&gt;
&lt;br /&gt;
== Member ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Member&amp;#039;&amp;#039; is a User who has successfully completed the site registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;. A Member can also post or modify the information content of the site, within the content rules of the site.&lt;br /&gt;
&lt;br /&gt;
== Volunteer ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039; is a Member who takes an active part in the life of the site and commits to defined responsibilities for a site role. A Member can request to become a &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039;.  Volunteers are collectively referred to as the User Community Volunteers (&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;UCV&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;).  There is no cap on the size of the UCV.&lt;br /&gt;
&lt;br /&gt;
The Member must apply to become a Volunteer though the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and, if successful, will be elected to Volunteer status within the UCV.  For a Member to be successful, some evidence of sustained commitment will normally be required; for example, numerous postings and wiki contributions, or a number of material articles over a six month period.  An equivalent track record in an associated community will normally be acceptable, for example, one of the other active OpenOffice.org or Linux related forums.&lt;br /&gt;
&lt;br /&gt;
The UCV is intended to comprise the community of the active Members within the site, Volunteers may, therefore, revert back to a normal Member.&lt;br /&gt;
* A Volunteer may resign from Volunteer status.&lt;br /&gt;
* A six month period with no activity will automatically propose removal of Volunteer status.&lt;br /&gt;
* Any Volunteer may propose the removal of Volunteer status for any other Volunteer. Justification must be included with the request. For example, repeated abuse or disregard of the site, the membership, or standing instructions endorsed by the UCV.&lt;br /&gt;
The removal of Volunteer status is also controlled through the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and where this occurs the individual will revert to normal Member status.  A Member can always reapply for Volunteer status. &lt;br /&gt;
&lt;br /&gt;
Volunteers are regarded as trusted members of the site and therefore have available elevated privileges associated with such trust:&lt;br /&gt;
* Full voting privileges within the UCV.&lt;br /&gt;
* Ability to upload images and attachments to the site.&lt;br /&gt;
* Ability to use HTML in posts; most forum packages allow HTML as an option, and the layout is easier than in BBcode-style mark-up languages.&lt;br /&gt;
* Ability to blog.&lt;br /&gt;
* Eligibility for site roles.&lt;br /&gt;
&lt;br /&gt;
== Roles available to Volunteers ==&lt;br /&gt;
&lt;br /&gt;
The following User Community Roles are available to Volunteers.  Notwithstanding this, the list of site roles and responsibilities may evolve over time under change control and endorsement through the UCV voting process. &lt;br /&gt;
&lt;br /&gt;
===Site Administrator===&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to perform a due diligence in the following areas:&lt;br /&gt;
&lt;br /&gt;
*Help maintain the security of the host system by:&lt;br /&gt;
**Maintaining a good working relationship with designated network administration staff at Sun Microsystems, Hamburg Germany.&lt;br /&gt;
**Maintain contact with the vendor&amp;#039;s / supplier&amp;#039;s information service for any applications run on the server.&lt;br /&gt;
**Take agreed upon steps when a security announcement is made by the vendors / suppliers.&lt;br /&gt;
**Follow agreed upon steps if a security breach of any application on the server is suspected. For example: notified by a board user that they suspect a problem.&lt;br /&gt;
**Perform steps necessary to carry out agreed upon configuration control procedures on application level services running on the server. During modifications of the applications, application of patches, reconfigurations.&lt;br /&gt;
**Follow agreed upon steps / actions to implement and maintain a disaster recovery plan ( e.g. off-site storage of backups, off-site storage of application modifications, included files and configuration settings).&lt;br /&gt;
*Support the Service Administrators and Content managers by performing the following tasks:&lt;br /&gt;
**Create or apply modifications to the applications source or configuration files as needed.&lt;br /&gt;
**Configure client communication settings for the service application.&lt;br /&gt;
**Configure server settings for the service application.&lt;br /&gt;
***Database indexing.&lt;br /&gt;
***Database backups ( working with network admins ).&lt;br /&gt;
***Install / configure support packages ( php libs, caching systems, etc ).&lt;br /&gt;
&lt;br /&gt;
These individuals must also comply with all Standard Operating and Security Procedures defined by the hosting provider ( SUN Microsystems ), and to take whatever reasonable actions that the hosting provider requires of them in order to receive necessary host computer access privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Administrator===&lt;br /&gt;
&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to maintain an application level service. For example the Forum service Administrator would perform the following, and other, functions:&lt;br /&gt;
*May add, edit, delete, and reorder the forums, categories, and links.&lt;br /&gt;
*Manage User Accounts&lt;br /&gt;
*Manage Group Accounts&lt;br /&gt;
*Manage Board Level Settings ( Email, Template, etc )&lt;br /&gt;
*Support the Service Moderator&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
These individuals are selected by the UCV alone.  The service administrator role is enabled through and provided by the relevant service application.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Moderator===&lt;br /&gt;
&lt;br /&gt;
Moderator is a supporting administration role supported by some application services.  For example in the case of forums, moderators have an elevated level of privilege which enables them to modify or delete user posts that violate site policy (e.g. SPAM or obscenity).  Service Moderators are selected by the UCV Voting Process.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Content Manager===&lt;br /&gt;
These individuals are selected by the UCV alone.  The Content Manager role is enabled through and provided by the relevant service application. Where required Content Manager&amp;#039;s may be granted User Account Interactive Access and MySQL datadase access.&lt;br /&gt;
&lt;br /&gt;
===Ombudsman===&lt;br /&gt;
&lt;br /&gt;
The Ombudsman&amp;#039;s role and responsibilities include:&lt;br /&gt;
* Administration and oversight of all polls&lt;br /&gt;
** The ombudsman can mandate that any specific vote be opened to the general membership, where he or she feels that there is a reasonable case for doing so. &lt;br /&gt;
* NON-Voting member of all change control boards to represent the general membership. (do we have a process for this?)&lt;br /&gt;
* Management and arbitration of Membership complaints.&lt;br /&gt;
To avoid conflict of interest the Ombudsman cannot hold any other User Community Role.&lt;br /&gt;
&lt;br /&gt;
=== Chronicler &amp;amp;mdash; Tie-breaker, spokesperson ===&lt;br /&gt;
&lt;br /&gt;
* Shall be the official spokesperson for the organization on issues related to the interests and purpose.  &lt;br /&gt;
* This person is not to vote unless there is a tie that freezes the issue at hand.&lt;br /&gt;
&lt;br /&gt;
=== The Projects Manager ===&lt;br /&gt;
* Shall assist in infrastructural development so that documentation of projects is done to some extent. &lt;br /&gt;
* Maintains the projects&amp;#039; wiki pages.&lt;br /&gt;
* Shall take charge of post-mortems of projects so useful information can be amassed as to what structures worked and what didn&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
=== Group Publicity Person &amp;amp;mdash; OO.o Evangelist ===&lt;br /&gt;
* Shall come up with fun and useful &amp;quot;virtual events&amp;quot; that promote the use of OO.o and the support forums.&lt;br /&gt;
* Shall abide by all local regulations and group agreements when promoting the organization or its views,&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
===Limitations on Site Access===&lt;br /&gt;
Some transactional rate limiting mechanisms may apply to prevent robot users from degrading the performance of the site for normal interactive users.  We also need to consider whether we bar certain users and / or IP address/domains (based on bots, spam, abuse, etc).&lt;br /&gt;
&lt;br /&gt;
===Site Registration Process===&lt;br /&gt;
The Site Registration Process has two variants:&lt;br /&gt;
&lt;br /&gt;
*The standard process is for a Guest who wants to become a Member; a Member can post, a Guest can not. The main purpose for registration, is is to associate changes made by a user with an identity. For example, a common forum feature is to list posts by author. The registration process will minimize SPAM bots through use of tools such as a &amp;quot;Captcha&amp;quot; or equivalent. A valid contact email address is required along with a response to an email sent to the submitted address. The email address is retained as confidential and not published to general members without authorization by the Member. The email address provides a means of contacting the members, but is only available to the system (for automated requested contacts such as a forum topic has been updated) and to members with specific roles such as a system administrator or moderator. A Guest can not become a member without a valid, verified, contact address. There are various other optional fields that the User can specify.&lt;br /&gt;
&lt;br /&gt;
*A stricter process controls the transition from Member to Volunteer, and from Volunteer to normal Member. Volunteers may be appointed to trusted roles, so the UCV must have confidence in the provenance and credentials of the Member.  &lt;br /&gt;
** A forum exists for discussing the Registration Process. Although only Volunteers can post to this forum, all Members can view the forum&amp;lt;sup&amp;gt;(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;)&amp;lt;/sup&amp;gt;.&lt;br /&gt;
** All applications for promotion to or removal from Volunteer status are posted to this forum as a new topic.  Any Member can make an application through a Volunteer (for example the ombudsman) which typically contains a brief identity (name, country, work experience, etc.) and a short personal statement of why the candidate wishes to become a Volunteer.&lt;br /&gt;
** Any Volunteer may comment on the application.&lt;br /&gt;
** Any Volunteer may explicitly designate approval.&lt;br /&gt;
** Any Volunteer may explicitly designate a protest.&lt;br /&gt;
** The application is open for [two] weeks.&lt;br /&gt;
** If at the end of this period at least two approvals and no protest have been made then Volunteer status change is granted.&lt;br /&gt;
** The change is declined if there are not at least two approvals.&lt;br /&gt;
** If there are least two approvals and at least one protest, a vote of the UCV membership is performed under the standard UCV voting procedure.&lt;br /&gt;
** Where the application is declined, reapplication can be made after [3] months.&lt;br /&gt;
&lt;br /&gt;
(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;) There are issues of disclosure that we need to think about here.  See the &lt;br /&gt;
[[Talk:U.s.oo.o/User_Community_Roles#proposed_change_to_Process_of_becoming_a_volunteer|Talk page]] for further discussion on this.&lt;br /&gt;
&lt;br /&gt;
===UCV Voting Process===&lt;br /&gt;
&lt;br /&gt;
Members of the Volunteer site team may hold votes on topics within their areas of interest separate from those interests voiced by Registered or unregistered users of the site.  Technical issues of interest to Volunteers may include any topic, including which issues will be decided by general Registered Member votes.  Topics under consideration will be posted to a Forum category devoted to these issues and the results will be posted there as well.  Registered members may comment on these issues or raise questions.&lt;br /&gt;
&lt;br /&gt;
==== Voting Guidelines ==== &lt;br /&gt;
General Voting on issues of importance to the members regarding the site or the management will take place quarterly on the first Tuesday of January, April, July, and October.  A Forum category will be set up devoted to these issues and the results will be posted there as well.  Only registered site members will be able to vote in these quarterly events.  In most cases, a simple majority vote will suffice.  This means in the case of a stand-off, a vote will be rescheduled for the next quarter.  &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Please do not change the logical content of this page without first discussing this on the [[Talk:U.s.oo.o/User_Community_Roles|Talk Page]] and acknowledgement from the [[U.s.oo.o/Planning/User_services_Contact_list|UCV Contact list]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:UCV]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/User_Community_Roles&amp;diff=50375</id>
		<title>Talk:U.s.oo.o/User Community Roles</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/User_Community_Roles&amp;diff=50375"/>
		<updated>2007-10-13T04:50:54Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* proposed change to Process of becoming a volunteer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Guest ==&lt;br /&gt;
[[User:DrewJensen|Drew]] 05:48, 12 October 2007 (CEST) Proposed changes&lt;br /&gt;
&lt;br /&gt;
A Guest is a User accessing the site without being logged onto the site. No registration or validation is required to be a Guest for purposes of searching or browsing the forums. A Guest may post only to designated forums, requiring the use of a captcha mechanism and the post must be approved by a moderator before being placed into the main forum subject threads. Since the guest will not be required to provide any means for the forum to contact them, the forum software must clearly inform them they will not and can not be notified of any replies to their post, and should offer them the option to register with the site if they would like an email notification of such a response. A guest may not modify any existing content. The site is open to all. (1).&lt;br /&gt;
&lt;br /&gt;
== Volunteer membership ==&lt;br /&gt;
&lt;br /&gt;
The Member&amp;#039;s request must be supported by two or more Volunteers, who have validated the Members application and are willing to endorse this membership.&lt;br /&gt;
&lt;br /&gt;
Why?&lt;br /&gt;
&lt;br /&gt;
The application must be endorsed by a UCV Vote(3). The quorum for the vote is one third of the UCV, and a two-thirds majority must be obtained of votes cast.&lt;br /&gt;
&lt;br /&gt;
For what purpose?&lt;br /&gt;
&lt;br /&gt;
Who are we trying to keep out?  -- 12:59, 9 September 2007 [[User:DrewJensen]]&lt;br /&gt;
&lt;br /&gt;
:Drew I&amp;#039;ve moved my answer to the 8daw topic since most of the participants in this debate don&amp;#039;t seem to want to use the Wiki for this. However, my reasoning in short is that we are expecting the volunteers to agree to certain responsibilities and such an expectation is worthless in my opinion unless we have some confidence in their provenance and commitment / staying power.  We want Volunteers to be active.  As I suggested on the topic, maybe the easiest way to do this is to have a forum called requests for Volunteer status where the applicant just posts his/her application which will include a yes/no poll, and that anyone is free to comment as well as vote.  That would do the same thing, but it could also then become a publicly humiliating trial.&lt;br /&gt;
:In terms of the quorum: what do we do if someone applies for Volunteer status and we have 2 yes votes and 1 no vote?  I am not sure how to specify this, but I do feel we need a minimum threshold of votes.   I am not wedded to 2/3 majority, but I do tend to precautionary principle.  Not quite to the gentleman&amp;#039;s club level of one black-ball and you&amp;#039;re out, but would you feel confident in a appointing a member as a volunteer, if the vote was 52 for and 49 against?  Clearly where we have a simple case of three applicants applying for a forum administrator role for example then a simple majority is sufficient.&lt;br /&gt;
:Also in the case of &amp;quot;trusted&amp;quot; rolls such as administrator, I would very much like to limit the vote to Volunteers. -- [[User:TerryE|TerryE]] 05:09, 10 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
[[User:Pitonyak]] October 8, 2007.&lt;br /&gt;
&lt;br /&gt;
I am adding content here because it says that I should post here first (see http://wiki.services.openoffice.org/wiki/User:TerryE/User_Community_Rolls#Limitations_on_Site_Access).&lt;br /&gt;
While searching for Moderators on a forum, some people were recommended based on participation. Then, everyone chimed in with their opinions on the people. This was not a vote of &amp;quot;choose three of the ten people&amp;quot;, but rather, we can use all the people that we can get.  In this type of decision making, if even a small percentage of the people were against a specific person having a role such as moderator, that is a big red flag that maybe something is wrong.&lt;br /&gt;
&lt;br /&gt;
== proposed change to Process of becoming a volunteer ==&lt;br /&gt;
&lt;br /&gt;
User requests membership change to Volunteer:&lt;br /&gt;
&lt;br /&gt;
User request is posted to a board maintained for this purpose.&lt;br /&gt;
*Any UCV member may designate approval.&lt;br /&gt;
*Any UCV member may designate protest.&lt;br /&gt;
#Upon two approvals, and no protest the membership is granted.&lt;br /&gt;
#After 2 weeks,if no member has approved and no member has protested, the membership is automatically approved.&lt;br /&gt;
&lt;br /&gt;
If a member makes a protest. Then a vote of the UCV membership would be needed. But only in this single case. 1/3 quorum as proposed.&lt;br /&gt;
&lt;br /&gt;
:I could live with this idea of a minimum.  Good idea, but suggest some tweaks -- I don&amp;#039;t like the timeout = &amp;quot;pass&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
:After 2 weeks:&lt;br /&gt;
:# if a minimum of two approvals have been made, and no protest then Volunteer status is granted.&lt;br /&gt;
:# if less than two approvals have been made then the Volunteer status is declined.  &lt;br /&gt;
:# if a minimum of two approvals have been made, and any protest registered then a vote of the UCV membership is needed under the standard UCV voting procedure.&lt;br /&gt;
:Where the candidate is declined, reapplication can be made after &amp;lt;3&amp;gt; months.&lt;br /&gt;
&lt;br /&gt;
:[[User:TerryE|TerryE]] 05:11, 10 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
::This wording was floated on the forum with now major objection so I have now updated the wording in the main article to reflect this.  However one issue that we need to think about is the issues of disclosure.  Applicants might be willing to share personal details such as email with a closed community such as the UCV, but be a little vary about posting to the open internet because of mail SPAMing and identity theft issues.  -- [[User:TerryE|TerryE]] 08:21, 11 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
--[[User:Maxqnz|maxqnz]] 22:36, 8 October 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
Just a question about the &amp;quot;vote if one protest&amp;quot; suggestion. I agree in principle, but wonder if it might be possible to require the protest to be &amp;quot;for cause&amp;quot; rather than &amp;quot;peremptory&amp;quot;, to use jury selection language. If it was known that any protest had to provide reasons, it might help reduce the number of frivolous or personality-based challenges to the process.&lt;br /&gt;
&lt;br /&gt;
--[[User:Pitonyak|Andrew Pitonyak]] 12:48 13 October 2007 (EST)&lt;br /&gt;
Even if there is a protest over personality without cause given, the worst case is that it goes to a vote so there is a small delay.&lt;br /&gt;
&lt;br /&gt;
I am curious about the three month provision for reapplication. Do we want any specific provisions to allow a reapplication to be faster than three months. For example, &amp;quot;well, perhaps he could become a moderator because he has a track record over there, but I would like to see at least a two month track record here before I vote yes. Just a thought and it is not likely that important.&lt;br /&gt;
&lt;br /&gt;
== Content Manager ==&lt;br /&gt;
&lt;br /&gt;
[[User:DrewJensen|Drew]] 22:54, 9 September 2007 (CEST)When I first read &amp;lt;em&amp;gt;content manager&amp;lt;/em&amp;gt; what came to my mind was the situation with the person looking at publishing an OO.o magazine. I suppose he would be a content manager. Site Administrators would support him, similar to support for the service administrators. He would in turn follow some procedure for placing his content on the site. That may be emailing it to a site admin. on the first go round, or maybe placing in the CM system, at some point some automation, using a existing tool or perhaps a customized mag_admin screen just for this purpose.&lt;br /&gt;
&lt;br /&gt;
I could also see this person being the moderator of a dedicated forum. Looking at the templates based mods available, for instance the one used to generate the home page at OOoForum. It is easy to see a way to support a magazine, having the lower &amp;#039;blog&amp;#039; like list of recent posts limited to the dedicated forum.&lt;br /&gt;
&lt;br /&gt;
== Ombudsman ==&lt;br /&gt;
&lt;br /&gt;
[[User:TerryE|TerryE]] 03:39, 10 September 2007 (CEST)This is the one role that we should consider being elected by the Members rather than the Volunteers as this is a dual role which both polices the UCV and guards interests of the general membership.&amp;lt;br&amp;gt;&lt;br /&gt;
:[[User:DrewJensen|Drew]] 17:22, 10 September 2007 (CEST) I much like the idea that the ombudsman position is voted on by the site membership as a whole. I would not limit this in any way, what I would propose is that one week prior to the vote for this position a PM be generated to every member account with any posting activity in the last 12 months. An announcement be presented on the Site and forum main pages for the week leading up to the vote, and announcing its beginning and end. Further that the PM sent 1 week prior to the commencement of the vote, solicit any volunteers that want to stand for the office. The final decision being &lt;br /&gt;
:* one person 75% or greater of cast votes - member become the sole ombudsman&lt;br /&gt;
:* two persons combined have 75% or greater of the cast votes - they both become ombudsman&lt;br /&gt;
:* any other vote split requires a new vote&lt;br /&gt;
--[[User:Maxqnz|maxqnz]] 22:35, 8 October 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
I do have a query about Drew&amp;#039;s suggestion that the notification be sent to every member account with ANY posting activity in the last 12 months. Given the large number of hit-and-run posters in any forum, would not a threshold a little higher than 1 post be helpful in ensuring that those participating in the slection were at least somewhat active? I&amp;#039;m thinking of a very low threshold,  say 5 posts in  12 months, or maybe 2 in 6 months. Still basically  inclusive, but filtering out potentially hundreds of registered usernames that are effectively inactive. A look through the memberlist at the other forum suggests that using a post threshold a little higher than 1 in 12 months might help to both ensure the participation of those likely to be interested in the process, and reduce the potential number of votes to something more manageable for whoever it is that ends up counting them.&lt;br /&gt;
&lt;br /&gt;
[[User:DrewJensen|Drew]] 05:32, 12 October 2007 (CEST)&lt;br /&gt;
Well, I understand the rational that you just want people that have been active, but if someone comes by once a week, with a question in mind, searches the forum gets their answer and leaves are they active? Does active then mean on a contributor?&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m not 100% sure, I will try to check, but I believe that the forum logs will track your last logon. So if someone simply logged onto the forum say 6 times is that active? Going back to an example I used at the private forum, it is like a member at a lodge. The member comes to the lodge periodically, never volunteers for any job. When the time comes to vote on sustaining the lodge leaders is he not allowed to vote then? I have never seen a, or heard of, a service organization where that is the case. I believe they way it is viewed, and to my way of thinking accurately, is that simply being willing to vote is a form of activity.&lt;br /&gt;
&lt;br /&gt;
--[[User:Maxqnz|maxqnz]] 10:21, 12 October 2007 (CEST)Your point about regular forum browsers is well made. If the ability exists to monitor logons then that could be used to address the concerns I raised more equitably than a voting threshold. A minimum number of logins in a given timeframe would worth considering, and again, that bar could and should be set low.&lt;br /&gt;
&lt;br /&gt;
[[User:Pitonyak|Andrew Pitonyak]] 22:00, 12 October 2007 (CEST)&lt;br /&gt;
If you look at the current listing for a volunteer. The original wording was 100 postings. I changed this to &amp;quot;numerous postings&amp;quot; to provide latitude. This could be changed to numerous postings and recent involvement, or something like that. The idea is to allow flexibility. Flexibility can be a problem because it allows more possibilities for abuse, but being strict can cause other problems as well; choose your poison. Until it is a problem, I prefer some latitude unless I hear otherwise.&lt;br /&gt;
&lt;br /&gt;
== Change Control Board ==&lt;br /&gt;
&lt;br /&gt;
* [[U.s.oo.o/Planning/Site/Change Control Board|Change Control Board proposal]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=50374</id>
		<title>U.s.oo.o/User Community Roles</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=50374"/>
		<updated>2007-10-13T04:46:14Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Site Registration Process */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a spin-off of the Constitution page and specifically aims to provide a collaboration vehicle to agree the OOo User Community Roles for the users of the site (&amp;#039;&amp;#039;Users&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
== User ==&lt;br /&gt;
a &amp;#039;&amp;#039;User&amp;#039;&amp;#039; is any person who enters or uses the web site in any way, even if that person only visited the home page of the web site.&lt;br /&gt;
&lt;br /&gt;
== Guest ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Guest&amp;#039;&amp;#039; is a User who can search and access the information provided by the site, but cannot post or modify its content.  No registration or validation is required to be a Guest.  The site is open to all. &amp;lt;sup&amp;gt;([[#Limitations_on_Site_Access|1]])&amp;lt;/sup&amp;gt;.   &lt;br /&gt;
&lt;br /&gt;
== Member ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Member&amp;#039;&amp;#039; is a User who has successfully completed the site registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;. A Member can also post or modify the information content of the site, within the content rules of the site.&lt;br /&gt;
&lt;br /&gt;
== Volunteer ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039; is a Member who takes an active part in the life of the site and commits to defined responsibilities for a site role. A Member can request to become a &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039;.  Volunteers are collectively referred to as the User Community Volunteers (&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;UCV&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;).  There is no cap on the size of the UCV.&lt;br /&gt;
&lt;br /&gt;
The Member must apply to become a Volunteer though the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and, if successful, will be elected to Volunteer status within the UCV.  For a Member to be successful, some evidence of sustained commitment will normally be required; for example, numerous postings and wiki contributions, or a number of material articles over a six month period.  An equivalent track record in an associated community will normally be acceptable, for example, one of the other active OpenOffice.org or Linux related forums.&lt;br /&gt;
&lt;br /&gt;
The UCV is intended to comprise the community of the active Members within the site, Volunteers may, therefore, revert back to a normal Member.&lt;br /&gt;
* A Volunteer may resign from Volunteer status.&lt;br /&gt;
* A six month period with no activity will automatically propose removal of Volunteer status.&lt;br /&gt;
* Any Volunteer may propose the removal of Volunteer status for any other Volunteer. Justification must be included with the request. For example, repeated abuse or disregard of the site, the membership, or standing instructions endorsed by the UCV.&lt;br /&gt;
The removal of Volunteer status is also controlled through the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and where this occurs the individual will revert to normal Member status.  A Member can always reapply for Volunteer status. &lt;br /&gt;
&lt;br /&gt;
Volunteers are regarded as trusted members of the site and therefore have available elevated privileges associated with such trust:&lt;br /&gt;
* Full voting privileges within the UCV.&lt;br /&gt;
* Ability to upload images and attachments to the site.&lt;br /&gt;
* Ability to use HTML in posts; most forum packages allow HTML as an option, and the layout is easier than in BBcode-style mark-up languages.&lt;br /&gt;
* Ability to blog.&lt;br /&gt;
* Eligibility for site roles.&lt;br /&gt;
&lt;br /&gt;
== Roles available to Volunteers ==&lt;br /&gt;
&lt;br /&gt;
The following User Community Roles available to Volunteers.  Notwithstanding this, the list of site roles and responsibilities may evolve overtime under change control and endorsement through the UCV voting process. &lt;br /&gt;
&lt;br /&gt;
===Site Administrator===&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to perform a due diligence in the following areas:&lt;br /&gt;
&lt;br /&gt;
*Help maintain the security of the host system by:&lt;br /&gt;
**Maintaining a good working relationship with designated network administration staff at Sun Microsystems, Hamburg Germany.&lt;br /&gt;
**Maintain contact with the vendor&amp;#039;s / supplier&amp;#039;s information service for any applications run on the server.&lt;br /&gt;
**Take agreed upon steps when a security announcement is made by the vendors / suppliers.&lt;br /&gt;
**Follow agreed upon steps if a security breach of any application on the server is suspected. For example: notified by a board user that they suspect a problem.&lt;br /&gt;
**Perform steps necessary to carry out agreed upon configuration control procedures on application level services running on the server. During modifications of the applications, application of patches, reconfigurations.&lt;br /&gt;
**Follow agreed upon steps / actions to implement and maintain a disaster recovery plan ( e.g. off-site storage of backups, off-site storage of application modifications, included files and configuration settings).&lt;br /&gt;
*Support the Service Administrators and Content managers by performing the following tasks:&lt;br /&gt;
**Create or apply modifications to the applications source or configuration files as needed.&lt;br /&gt;
**Configure client communication settings for the service application.&lt;br /&gt;
**Configure server settings for the service application.&lt;br /&gt;
***Database indexing.&lt;br /&gt;
***Database backups ( working with network admins ).&lt;br /&gt;
***Install / configure support packages ( php libs, caching systems, etc ).&lt;br /&gt;
&lt;br /&gt;
These individuals must also comply with all Standard Operating and Security Procedures defined by the hosting provider ( SUN Microsystems ), and to take whatever reasonable actions that the hosting provider requires of them in order to receive necessary host computer access privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Administrator===&lt;br /&gt;
&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to maintain an application level service. For example the Forum service Administrator would perform the following, and other, functions:&lt;br /&gt;
*May add, edit, delete, and reorder the forums, categories, and links.&lt;br /&gt;
*Manage User Accounts&lt;br /&gt;
*Manage Group Accounts&lt;br /&gt;
*Manage Board Level Settings ( Email, Template, etc )&lt;br /&gt;
*Support the Service Moderator&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
These individuals are selected by the UCV alone.  The service administrator role is enabled through and provided by the relevant service application.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Moderator===&lt;br /&gt;
&lt;br /&gt;
Moderator is a supporting administration role supported by some application services.  For example in the case of forums, moderators have an elevate level of privilege which enables them to modify or delete user posts that contravene site policy (e.g. SPAM or obscenity).  Service Moderators are selected by the UCV Voting Process.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Content Manager===&lt;br /&gt;
These individuals are selected by the UCV alone.  The Content Manager role is enabled through and provided by the relevant service application. Where required Content Manager&amp;#039;s may be granted User Account Interactive Access and MySQL datadase access.&lt;br /&gt;
&lt;br /&gt;
===Ombudsman===&lt;br /&gt;
&lt;br /&gt;
The Ombudsman&amp;#039;s role and responsibilities include:&lt;br /&gt;
* Administration and oversight of all polls&lt;br /&gt;
** The ombudsman can mandate that any specific vote be opened to the general membership, where he or she feels that there is reasonable case for doing so. &lt;br /&gt;
* NON-Voting member of any change control boards to represent the general membership. (do we have a process for this?)&lt;br /&gt;
* Managing and arbitrating on any Membership complaints&lt;br /&gt;
To avoid conflict of interest the Ombudsman cannot hold any other User Community Role.&lt;br /&gt;
&lt;br /&gt;
=== Chronicler &amp;amp;mdash; Tie-breaker, spokesperson ===&lt;br /&gt;
&lt;br /&gt;
* Shall be the official spokesperson for the organization on issues related to the interests and purpose.  &lt;br /&gt;
* This person is not to vote unless there is a tie that freezes the issue at hand.&lt;br /&gt;
&lt;br /&gt;
=== The Projects Manager ===&lt;br /&gt;
* Shall assist in infrastructural development so that documentation of projects is done to some extent. &lt;br /&gt;
* Maintains the projects&amp;#039; wiki pages.&lt;br /&gt;
* Shall take charge of post-mortems of projects so useful information can be amassed as to what structures worked and what didn&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
=== Group Publicity Person &amp;amp;mdash; OO.o Evangelist ===&lt;br /&gt;
* Shall come up with fun and useful &amp;quot;virtual events&amp;quot; that promote the use of OO.o and the support forums.&lt;br /&gt;
* Shall abide by all local regulations and group agreements when promoting the organization or its views,&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
===Limitations on Site Access===&lt;br /&gt;
Some transactional rate limiting mechanisms may apply to prevent robot users from degrading the performance of the site for normal interactive users.  We also need to consider whether we bar certain users and / or IP address/domains (based on bots, spam, abuse, etc).&lt;br /&gt;
&lt;br /&gt;
===Site Registration Process===&lt;br /&gt;
The Site Registration Process has two variants:&lt;br /&gt;
&lt;br /&gt;
*The standard process is for a Guest who wants to become a Member; a Member can post, a Guest can not. The main purpose for registration, is is to associate changes made by a user with an identity. For example, a common forum feature is to list posts by author. The registration process will minimize SPAM bots through use of tools such as a &amp;quot;Captcha&amp;quot; or equivalent. A valid contact email address is required along with a response to an email sent to the submitted address. The email address is retained as confidential and not published to general members without authorization by the Member. The email address provides a means of contacting the members, but is only available to the system (for automated requested contacts such as a forum topic has been updated) and to members with specific roles such as a system administrator or moderator. A Guest can not become a member without a valid, verified, contact address. There are various other optional fields that the User can specify.&lt;br /&gt;
&lt;br /&gt;
*A stricter process controls the transition from Member to Volunteer, and from Volunteer to normal Member. Volunteers may be appointed to trusted roles, so the UCV must have confidence in the provenance and credentials of the Member.  &lt;br /&gt;
** A forum exists for discussing the Registration Process. Although only Volunteers can post to this forum, all Members can view the forum&amp;lt;sup&amp;gt;(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;)&amp;lt;/sup&amp;gt;.&lt;br /&gt;
** All applications for promotion to or removal from Volunteer status are posted to this forum as a new topic.  Any Member can make an application through a Volunteer (for example the ombudsman) which typically contains a brief identity (name, country, work experience, etc.) and a short personal statement of why the candidate wishes to become a Volunteer.&lt;br /&gt;
** Any Volunteer may comment on the application.&lt;br /&gt;
** Any Volunteer may explicitly designate approval.&lt;br /&gt;
** Any Volunteer may explicitly designate a protest.&lt;br /&gt;
** The application is open for [two] weeks.&lt;br /&gt;
** If at the end of this period at least two approvals and no protest have been made then Volunteer status change is granted.&lt;br /&gt;
** The change is declined if there are not at least two approvals.&lt;br /&gt;
** If there are least two approvals and at least one protest, a vote of the UCV membership is performed under the standard UCV voting procedure.&lt;br /&gt;
** Where the application is declined, reapplication can be made after [3] months.&lt;br /&gt;
&lt;br /&gt;
(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;) There are issues of disclosure that we need to think about here.  See the &lt;br /&gt;
[[Talk:U.s.oo.o/User_Community_Roles#proposed_change_to_Process_of_becoming_a_volunteer|Talk page]] for further discussion on this.&lt;br /&gt;
&lt;br /&gt;
===UCV Voting Process===&lt;br /&gt;
&lt;br /&gt;
Members of the Volunteer site team may hold votes on topics within their areas of interest separate from those interests voiced by Registered or unregistered users of the site.  Technical issues of interest to Volunteers may include any topic, including which issues will be decided by general Registered Member votes.  Topics under consideration will be posted to a Forum category devoted to these issues and the results will be posted there as well.  Registered members may comment on these issues or raise questions.&lt;br /&gt;
&lt;br /&gt;
==== Voting Guidelines ==== &lt;br /&gt;
General Voting on issues of importance to the members regarding the site or the management will take place quarterly on the first Tuesday of January, April, July, and October.  A Forum category will be set up devoted to these issues and the results will be posted there as well.  Only registered site members will be able to vote in these quarterly events.  In most cases, a simple majority vote will suffice.  This means in the case of a stand-off, a vote will be rescheduled for the next quarter.  &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Please do not change the logical content of this page without first discussing this on the [[Talk:U.s.oo.o/User_Community_Roles|Talk Page]] and acknowledgement from the [[U.s.oo.o/Planning/User_services_Contact_list|UCV Contact list]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:UCV]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=50373</id>
		<title>U.s.oo.o/User Community Roles</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=50373"/>
		<updated>2007-10-13T04:18:01Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Limitations on Site Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a spin-off of the Constitution page and specifically aims to provide a collaboration vehicle to agree the OOo User Community Roles for the users of the site (&amp;#039;&amp;#039;Users&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
== User ==&lt;br /&gt;
a &amp;#039;&amp;#039;User&amp;#039;&amp;#039; is any person who enters or uses the web site in any way, even if that person only visited the home page of the web site.&lt;br /&gt;
&lt;br /&gt;
== Guest ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Guest&amp;#039;&amp;#039; is a User who can search and access the information provided by the site, but cannot post or modify its content.  No registration or validation is required to be a Guest.  The site is open to all. &amp;lt;sup&amp;gt;([[#Limitations_on_Site_Access|1]])&amp;lt;/sup&amp;gt;.   &lt;br /&gt;
&lt;br /&gt;
== Member ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Member&amp;#039;&amp;#039; is a User who has successfully completed the site registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;. A Member can also post or modify the information content of the site, within the content rules of the site.&lt;br /&gt;
&lt;br /&gt;
== Volunteer ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039; is a Member who takes an active part in the life of the site and commits to defined responsibilities for a site role. A Member can request to become a &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039;.  Volunteers are collectively referred to as the User Community Volunteers (&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;UCV&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;).  There is no cap on the size of the UCV.&lt;br /&gt;
&lt;br /&gt;
The Member must apply to become a Volunteer though the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and, if successful, will be elected to Volunteer status within the UCV.  For a Member to be successful, some evidence of sustained commitment will normally be required; for example, numerous postings and wiki contributions, or a number of material articles over a six month period.  An equivalent track record in an associated community will normally be acceptable, for example, one of the other active OpenOffice.org or Linux related forums.&lt;br /&gt;
&lt;br /&gt;
The UCV is intended to comprise the community of the active Members within the site, Volunteers may, therefore, revert back to a normal Member.&lt;br /&gt;
* A Volunteer may resign from Volunteer status.&lt;br /&gt;
* A six month period with no activity will automatically propose removal of Volunteer status.&lt;br /&gt;
* Any Volunteer may propose the removal of Volunteer status for any other Volunteer. Justification must be included with the request. For example, repeated abuse or disregard of the site, the membership, or standing instructions endorsed by the UCV.&lt;br /&gt;
The removal of Volunteer status is also controlled through the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and where this occurs the individual will revert to normal Member status.  A Member can always reapply for Volunteer status. &lt;br /&gt;
&lt;br /&gt;
Volunteers are regarded as trusted members of the site and therefore have available elevated privileges associated with such trust:&lt;br /&gt;
* Full voting privileges within the UCV.&lt;br /&gt;
* Ability to upload images and attachments to the site.&lt;br /&gt;
* Ability to use HTML in posts; most forum packages allow HTML as an option, and the layout is easier than in BBcode-style mark-up languages.&lt;br /&gt;
* Ability to blog.&lt;br /&gt;
* Eligibility for site roles.&lt;br /&gt;
&lt;br /&gt;
== Roles available to Volunteers ==&lt;br /&gt;
&lt;br /&gt;
The following User Community Roles available to Volunteers.  Notwithstanding this, the list of site roles and responsibilities may evolve overtime under change control and endorsement through the UCV voting process. &lt;br /&gt;
&lt;br /&gt;
===Site Administrator===&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to perform a due diligence in the following areas:&lt;br /&gt;
&lt;br /&gt;
*Help maintain the security of the host system by:&lt;br /&gt;
**Maintaining a good working relationship with designated network administration staff at Sun Microsystems, Hamburg Germany.&lt;br /&gt;
**Maintain contact with the vendor&amp;#039;s / supplier&amp;#039;s information service for any applications run on the server.&lt;br /&gt;
**Take agreed upon steps when a security announcement is made by the vendors / suppliers.&lt;br /&gt;
**Follow agreed upon steps if a security breach of any application on the server is suspected. For example: notified by a board user that they suspect a problem.&lt;br /&gt;
**Perform steps necessary to carry out agreed upon configuration control procedures on application level services running on the server. During modifications of the applications, application of patches, reconfigurations.&lt;br /&gt;
**Follow agreed upon steps / actions to implement and maintain a disaster recovery plan ( e.g. off-site storage of backups, off-site storage of application modifications, included files and configuration settings).&lt;br /&gt;
*Support the Service Administrators and Content managers by performing the following tasks:&lt;br /&gt;
**Create or apply modifications to the applications source or configuration files as needed.&lt;br /&gt;
**Configure client communication settings for the service application.&lt;br /&gt;
**Configure server settings for the service application.&lt;br /&gt;
***Database indexing.&lt;br /&gt;
***Database backups ( working with network admins ).&lt;br /&gt;
***Install / configure support packages ( php libs, caching systems, etc ).&lt;br /&gt;
&lt;br /&gt;
These individuals must also comply with all Standard Operating and Security Procedures defined by the hosting provider ( SUN Microsystems ), and to take whatever reasonable actions that the hosting provider requires of them in order to receive necessary host computer access privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Administrator===&lt;br /&gt;
&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to maintain an application level service. For example the Forum service Administrator would perform the following, and other, functions:&lt;br /&gt;
*May add, edit, delete, and reorder the forums, categories, and links.&lt;br /&gt;
*Manage User Accounts&lt;br /&gt;
*Manage Group Accounts&lt;br /&gt;
*Manage Board Level Settings ( Email, Template, etc )&lt;br /&gt;
*Support the Service Moderator&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
These individuals are selected by the UCV alone.  The service administrator role is enabled through and provided by the relevant service application.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Moderator===&lt;br /&gt;
&lt;br /&gt;
Moderator is a supporting administration role supported by some application services.  For example in the case of forums, moderators have an elevate level of privilege which enables them to modify or delete user posts that contravene site policy (e.g. SPAM or obscenity).  Service Moderators are selected by the UCV Voting Process.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Content Manager===&lt;br /&gt;
These individuals are selected by the UCV alone.  The Content Manager role is enabled through and provided by the relevant service application. Where required Content Manager&amp;#039;s may be granted User Account Interactive Access and MySQL datadase access.&lt;br /&gt;
&lt;br /&gt;
===Ombudsman===&lt;br /&gt;
&lt;br /&gt;
The Ombudsman&amp;#039;s role and responsibilities include:&lt;br /&gt;
* Administration and oversight of all polls&lt;br /&gt;
** The ombudsman can mandate that any specific vote be opened to the general membership, where he or she feels that there is reasonable case for doing so. &lt;br /&gt;
* NON-Voting member of any change control boards to represent the general membership. (do we have a process for this?)&lt;br /&gt;
* Managing and arbitrating on any Membership complaints&lt;br /&gt;
To avoid conflict of interest the Ombudsman cannot hold any other User Community Role.&lt;br /&gt;
&lt;br /&gt;
=== Chronicler &amp;amp;mdash; Tie-breaker, spokesperson ===&lt;br /&gt;
&lt;br /&gt;
* Shall be the official spokesperson for the organization on issues related to the interests and purpose.  &lt;br /&gt;
* This person is not to vote unless there is a tie that freezes the issue at hand.&lt;br /&gt;
&lt;br /&gt;
=== The Projects Manager ===&lt;br /&gt;
* Shall assist in infrastructural development so that documentation of projects is done to some extent. &lt;br /&gt;
* Maintains the projects&amp;#039; wiki pages.&lt;br /&gt;
* Shall take charge of post-mortems of projects so useful information can be amassed as to what structures worked and what didn&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
=== Group Publicity Person &amp;amp;mdash; OO.o Evangelist ===&lt;br /&gt;
* Shall come up with fun and useful &amp;quot;virtual events&amp;quot; that promote the use of OO.o and the support forums.&lt;br /&gt;
* Shall abide by all local regulations and group agreements when promoting the organization or its views,&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
===Limitations on Site Access===&lt;br /&gt;
Some transactional rate limiting mechanisms may apply to prevent robot users from degrading the performance of the site for normal interactive users.  We also need to consider whether we bar certain users and / or IP address/domains (based on bots, spam, abuse, etc).&lt;br /&gt;
&lt;br /&gt;
===Site Registration Process===&lt;br /&gt;
The Site Registration Process has two variants:&lt;br /&gt;
&lt;br /&gt;
*The standard process is for Users who want to become a Member of the site. The main reason form this process is to assign an identity for purposes of tracking changes that the user wishes to make.  The minimum content is correct response to a &amp;quot;Captcha&amp;quot; dialogue or equivalent to eliminate SPAMing bots, and the submission a valid contact email address and response to an email sent to that address.  The email address is retained as confidential information and not published on the site without written authorization by said Member.  It is there simply to ensure that the site has a means of contacting the member: the site will not permit contributions from users without a valid supporting contact address. There are various other optional fields that the User can specify.&lt;br /&gt;
&lt;br /&gt;
*The stricter process controls the promotion of Members to Volunteer status, and the reversion of Volunteer to normal Member.  Since such Volunteers can be appointed to trusted roles within the site, the UCV needs to have some confidence in the provenance and credentials of the applicant.  &lt;br /&gt;
** A forum maintained for the purpose controlling the Site Registration Process.  Only Volunteers can post to this forum, though it is viewable by all members&amp;lt;sup&amp;gt;(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;)&amp;lt;/sup&amp;gt;.&lt;br /&gt;
** All applications for promotion to or removal from Volunteer status are posted to this forum as a new topic.  Any Member can make an application through a Volunteer (for example the ombudsman) which might typically contain a brief identity (name, country, work experience, etc.) and a short personal statement of why the candidate wishes to become a volunteer.&lt;br /&gt;
** Any Volunteer may comment on the application.&lt;br /&gt;
** Any Volunteer may explicitly designate approval.&lt;br /&gt;
** Any Volunteer may explicitly designate a protest.&lt;br /&gt;
** The application is open for [two] weeks.&lt;br /&gt;
** If at the end of this period at least two approvals and no protest have been made then Volunteer status change is granted.&lt;br /&gt;
** If less than two approvals have then the Volunteer status change is declined.&lt;br /&gt;
** If a minimum of two approvals have been made and any protests registered then a vote of the UCV membership is needed under the standard UCV voting procedure.&lt;br /&gt;
** Where the application is declined, reapplication can be made after [3] months.&lt;br /&gt;
&lt;br /&gt;
(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;) There are issues of disclosure that we need to think about here.  See the &lt;br /&gt;
[[Talk:U.s.oo.o/User_Community_Roles#proposed_change_to_Process_of_becoming_a_volunteer|Talk page]] for further discussion on this.&lt;br /&gt;
&lt;br /&gt;
===UCV Voting Process===&lt;br /&gt;
&lt;br /&gt;
Members of the Volunteer site team may hold votes on topics within their areas of interest separate from those interests voiced by Registered or unregistered users of the site.  Technical issues of interest to Volunteers may include any topic, including which issues will be decided by general Registered Member votes.  Topics under consideration will be posted to a Forum category devoted to these issues and the results will be posted there as well.  Registered members may comment on these issues or raise questions.&lt;br /&gt;
&lt;br /&gt;
==== Voting Guidelines ==== &lt;br /&gt;
General Voting on issues of importance to the members regarding the site or the management will take place quarterly on the first Tuesday of January, April, July, and October.  A Forum category will be set up devoted to these issues and the results will be posted there as well.  Only registered site members will be able to vote in these quarterly events.  In most cases, a simple majority vote will suffice.  This means in the case of a stand-off, a vote will be rescheduled for the next quarter.  &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Please do not change the logical content of this page without first discussing this on the [[Talk:U.s.oo.o/User_Community_Roles|Talk Page]] and acknowledgement from the [[U.s.oo.o/Planning/User_services_Contact_list|UCV Contact list]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:UCV]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=50372</id>
		<title>U.s.oo.o/User Community Roles</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=50372"/>
		<updated>2007-10-13T04:16:20Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* UCV Voting Process */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a spin-off of the Constitution page and specifically aims to provide a collaboration vehicle to agree the OOo User Community Roles for the users of the site (&amp;#039;&amp;#039;Users&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
== User ==&lt;br /&gt;
a &amp;#039;&amp;#039;User&amp;#039;&amp;#039; is any person who enters or uses the web site in any way, even if that person only visited the home page of the web site.&lt;br /&gt;
&lt;br /&gt;
== Guest ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Guest&amp;#039;&amp;#039; is a User who can search and access the information provided by the site, but cannot post or modify its content.  No registration or validation is required to be a Guest.  The site is open to all. &amp;lt;sup&amp;gt;([[#Limitations_on_Site_Access|1]])&amp;lt;/sup&amp;gt;.   &lt;br /&gt;
&lt;br /&gt;
== Member ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Member&amp;#039;&amp;#039; is a User who has successfully completed the site registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;. A Member can also post or modify the information content of the site, within the content rules of the site.&lt;br /&gt;
&lt;br /&gt;
== Volunteer ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039; is a Member who takes an active part in the life of the site and commits to defined responsibilities for a site role. A Member can request to become a &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039;.  Volunteers are collectively referred to as the User Community Volunteers (&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;UCV&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;).  There is no cap on the size of the UCV.&lt;br /&gt;
&lt;br /&gt;
The Member must apply to become a Volunteer though the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and, if successful, will be elected to Volunteer status within the UCV.  For a Member to be successful, some evidence of sustained commitment will normally be required; for example, numerous postings and wiki contributions, or a number of material articles over a six month period.  An equivalent track record in an associated community will normally be acceptable, for example, one of the other active OpenOffice.org or Linux related forums.&lt;br /&gt;
&lt;br /&gt;
The UCV is intended to comprise the community of the active Members within the site, Volunteers may, therefore, revert back to a normal Member.&lt;br /&gt;
* A Volunteer may resign from Volunteer status.&lt;br /&gt;
* A six month period with no activity will automatically propose removal of Volunteer status.&lt;br /&gt;
* Any Volunteer may propose the removal of Volunteer status for any other Volunteer. Justification must be included with the request. For example, repeated abuse or disregard of the site, the membership, or standing instructions endorsed by the UCV.&lt;br /&gt;
The removal of Volunteer status is also controlled through the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and where this occurs the individual will revert to normal Member status.  A Member can always reapply for Volunteer status. &lt;br /&gt;
&lt;br /&gt;
Volunteers are regarded as trusted members of the site and therefore have available elevated privileges associated with such trust:&lt;br /&gt;
* Full voting privileges within the UCV.&lt;br /&gt;
* Ability to upload images and attachments to the site.&lt;br /&gt;
* Ability to use HTML in posts; most forum packages allow HTML as an option, and the layout is easier than in BBcode-style mark-up languages.&lt;br /&gt;
* Ability to blog.&lt;br /&gt;
* Eligibility for site roles.&lt;br /&gt;
&lt;br /&gt;
== Roles available to Volunteers ==&lt;br /&gt;
&lt;br /&gt;
The following User Community Roles available to Volunteers.  Notwithstanding this, the list of site roles and responsibilities may evolve overtime under change control and endorsement through the UCV voting process. &lt;br /&gt;
&lt;br /&gt;
===Site Administrator===&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to perform a due diligence in the following areas:&lt;br /&gt;
&lt;br /&gt;
*Help maintain the security of the host system by:&lt;br /&gt;
**Maintaining a good working relationship with designated network administration staff at Sun Microsystems, Hamburg Germany.&lt;br /&gt;
**Maintain contact with the vendor&amp;#039;s / supplier&amp;#039;s information service for any applications run on the server.&lt;br /&gt;
**Take agreed upon steps when a security announcement is made by the vendors / suppliers.&lt;br /&gt;
**Follow agreed upon steps if a security breach of any application on the server is suspected. For example: notified by a board user that they suspect a problem.&lt;br /&gt;
**Perform steps necessary to carry out agreed upon configuration control procedures on application level services running on the server. During modifications of the applications, application of patches, reconfigurations.&lt;br /&gt;
**Follow agreed upon steps / actions to implement and maintain a disaster recovery plan ( e.g. off-site storage of backups, off-site storage of application modifications, included files and configuration settings).&lt;br /&gt;
*Support the Service Administrators and Content managers by performing the following tasks:&lt;br /&gt;
**Create or apply modifications to the applications source or configuration files as needed.&lt;br /&gt;
**Configure client communication settings for the service application.&lt;br /&gt;
**Configure server settings for the service application.&lt;br /&gt;
***Database indexing.&lt;br /&gt;
***Database backups ( working with network admins ).&lt;br /&gt;
***Install / configure support packages ( php libs, caching systems, etc ).&lt;br /&gt;
&lt;br /&gt;
These individuals must also comply with all Standard Operating and Security Procedures defined by the hosting provider ( SUN Microsystems ), and to take whatever reasonable actions that the hosting provider requires of them in order to receive necessary host computer access privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Administrator===&lt;br /&gt;
&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to maintain an application level service. For example the Forum service Administrator would perform the following, and other, functions:&lt;br /&gt;
*May add, edit, delete, and reorder the forums, categories, and links.&lt;br /&gt;
*Manage User Accounts&lt;br /&gt;
*Manage Group Accounts&lt;br /&gt;
*Manage Board Level Settings ( Email, Template, etc )&lt;br /&gt;
*Support the Service Moderator&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
These individuals are selected by the UCV alone.  The service administrator role is enabled through and provided by the relevant service application.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Moderator===&lt;br /&gt;
&lt;br /&gt;
Moderator is a supporting administration role supported by some application services.  For example in the case of forums, moderators have an elevate level of privilege which enables them to modify or delete user posts that contravene site policy (e.g. SPAM or obscenity).  Service Moderators are selected by the UCV Voting Process.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Content Manager===&lt;br /&gt;
These individuals are selected by the UCV alone.  The Content Manager role is enabled through and provided by the relevant service application. Where required Content Manager&amp;#039;s may be granted User Account Interactive Access and MySQL datadase access.&lt;br /&gt;
&lt;br /&gt;
===Ombudsman===&lt;br /&gt;
&lt;br /&gt;
The Ombudsman&amp;#039;s role and responsibilities include:&lt;br /&gt;
* Administration and oversight of all polls&lt;br /&gt;
** The ombudsman can mandate that any specific vote be opened to the general membership, where he or she feels that there is reasonable case for doing so. &lt;br /&gt;
* NON-Voting member of any change control boards to represent the general membership. (do we have a process for this?)&lt;br /&gt;
* Managing and arbitrating on any Membership complaints&lt;br /&gt;
To avoid conflict of interest the Ombudsman cannot hold any other User Community Role.&lt;br /&gt;
&lt;br /&gt;
=== Chronicler &amp;amp;mdash; Tie-breaker, spokesperson ===&lt;br /&gt;
&lt;br /&gt;
* Shall be the official spokesperson for the organization on issues related to the interests and purpose.  &lt;br /&gt;
* This person is not to vote unless there is a tie that freezes the issue at hand.&lt;br /&gt;
&lt;br /&gt;
=== The Projects Manager ===&lt;br /&gt;
* Shall assist in infrastructural development so that documentation of projects is done to some extent. &lt;br /&gt;
* Maintains the projects&amp;#039; wiki pages.&lt;br /&gt;
* Shall take charge of post-mortems of projects so useful information can be amassed as to what structures worked and what didn&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
=== Group Publicity Person &amp;amp;mdash; OO.o Evangelist ===&lt;br /&gt;
* Shall come up with fun and useful &amp;quot;virtual events&amp;quot; that promote the use of OO.o and the support forums.&lt;br /&gt;
* Shall abide by all local regulations and group agreements when promoting the organization or its views,&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
===Limitations on Site Access===&lt;br /&gt;
Some transactional rate limiting mechanisms may apply to prevent robot users degrading the performance of the site for normal interactive users.  We also need to consider whether we bar certain users and / or IP address/domains. &lt;br /&gt;
&lt;br /&gt;
===Site Registration Process===&lt;br /&gt;
The Site Registration Process has two variants:&lt;br /&gt;
&lt;br /&gt;
*The standard process is for Users who want to become a Member of the site. The main reason form this process is to assign an identity for purposes of tracking changes that the user wishes to make.  The minimum content is correct response to a &amp;quot;Captcha&amp;quot; dialogue or equivalent to eliminate SPAMing bots, and the submission a valid contact email address and response to an email sent to that address.  The email address is retained as confidential information and not published on the site without written authorization by said Member.  It is there simply to ensure that the site has a means of contacting the member: the site will not permit contributions from users without a valid supporting contact address. There are various other optional fields that the User can specify.&lt;br /&gt;
&lt;br /&gt;
*The stricter process controls the promotion of Members to Volunteer status, and the reversion of Volunteer to normal Member.  Since such Volunteers can be appointed to trusted roles within the site, the UCV needs to have some confidence in the provenance and credentials of the applicant.  &lt;br /&gt;
** A forum maintained for the purpose controlling the Site Registration Process.  Only Volunteers can post to this forum, though it is viewable by all members&amp;lt;sup&amp;gt;(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;)&amp;lt;/sup&amp;gt;.&lt;br /&gt;
** All applications for promotion to or removal from Volunteer status are posted to this forum as a new topic.  Any Member can make an application through a Volunteer (for example the ombudsman) which might typically contain a brief identity (name, country, work experience, etc.) and a short personal statement of why the candidate wishes to become a volunteer.&lt;br /&gt;
** Any Volunteer may comment on the application.&lt;br /&gt;
** Any Volunteer may explicitly designate approval.&lt;br /&gt;
** Any Volunteer may explicitly designate a protest.&lt;br /&gt;
** The application is open for [two] weeks.&lt;br /&gt;
** If at the end of this period at least two approvals and no protest have been made then Volunteer status change is granted.&lt;br /&gt;
** If less than two approvals have then the Volunteer status change is declined.&lt;br /&gt;
** If a minimum of two approvals have been made and any protests registered then a vote of the UCV membership is needed under the standard UCV voting procedure.&lt;br /&gt;
** Where the application is declined, reapplication can be made after [3] months.&lt;br /&gt;
&lt;br /&gt;
(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;) There are issues of disclosure that we need to think about here.  See the &lt;br /&gt;
[[Talk:U.s.oo.o/User_Community_Roles#proposed_change_to_Process_of_becoming_a_volunteer|Talk page]] for further discussion on this.&lt;br /&gt;
&lt;br /&gt;
===UCV Voting Process===&lt;br /&gt;
&lt;br /&gt;
Members of the Volunteer site team may hold votes on topics within their areas of interest separate from those interests voiced by Registered or unregistered users of the site.  Technical issues of interest to Volunteers may include any topic, including which issues will be decided by general Registered Member votes.  Topics under consideration will be posted to a Forum category devoted to these issues and the results will be posted there as well.  Registered members may comment on these issues or raise questions.&lt;br /&gt;
&lt;br /&gt;
==== Voting Guidelines ==== &lt;br /&gt;
General Voting on issues of importance to the members regarding the site or the management will take place quarterly on the first Tuesday of January, April, July, and October.  A Forum category will be set up devoted to these issues and the results will be posted there as well.  Only registered site members will be able to vote in these quarterly events.  In most cases, a simple majority vote will suffice.  This means in the case of a stand-off, a vote will be rescheduled for the next quarter.  &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Please do not change the logical content of this page without first discussing this on the [[Talk:U.s.oo.o/User_Community_Roles|Talk Page]] and acknowledgement from the [[U.s.oo.o/Planning/User_services_Contact_list|UCV Contact list]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:UCV]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=50371</id>
		<title>U.s.oo.o/User Community Roles</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=50371"/>
		<updated>2007-10-13T02:00:23Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Voting Guidelines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a spin-off of the Constitution page and specifically aims to provide a collaboration vehicle to agree the OOo User Community Roles for the users of the site (&amp;#039;&amp;#039;Users&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
== User ==&lt;br /&gt;
a &amp;#039;&amp;#039;User&amp;#039;&amp;#039; is any person who enters or uses the web site in any way, even if that person only visited the home page of the web site.&lt;br /&gt;
&lt;br /&gt;
== Guest ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Guest&amp;#039;&amp;#039; is a User who can search and access the information provided by the site, but cannot post or modify its content.  No registration or validation is required to be a Guest.  The site is open to all. &amp;lt;sup&amp;gt;([[#Limitations_on_Site_Access|1]])&amp;lt;/sup&amp;gt;.   &lt;br /&gt;
&lt;br /&gt;
== Member ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Member&amp;#039;&amp;#039; is a User who has successfully completed the site registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;. A Member can also post or modify the information content of the site, within the content rules of the site.&lt;br /&gt;
&lt;br /&gt;
== Volunteer ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039; is a Member who takes an active part in the life of the site and commits to defined responsibilities for a site role. A Member can request to become a &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039;.  Volunteers are collectively referred to as the User Community Volunteers (&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;UCV&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;).  There is no cap on the size of the UCV.&lt;br /&gt;
&lt;br /&gt;
The Member must apply to become a Volunteer though the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and, if successful, will be elected to Volunteer status within the UCV.  For a Member to be successful, some evidence of sustained commitment will normally be required; for example, numerous postings and wiki contributions, or a number of material articles over a six month period.  An equivalent track record in an associated community will normally be acceptable, for example, one of the other active OpenOffice.org or Linux related forums.&lt;br /&gt;
&lt;br /&gt;
The UCV is intended to comprise the community of the active Members within the site, Volunteers may, therefore, revert back to a normal Member.&lt;br /&gt;
* A Volunteer may resign from Volunteer status.&lt;br /&gt;
* A six month period with no activity will automatically propose removal of Volunteer status.&lt;br /&gt;
* Any Volunteer may propose the removal of Volunteer status for any other Volunteer. Justification must be included with the request. For example, repeated abuse or disregard of the site, the membership, or standing instructions endorsed by the UCV.&lt;br /&gt;
The removal of Volunteer status is also controlled through the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and where this occurs the individual will revert to normal Member status.  A Member can always reapply for Volunteer status. &lt;br /&gt;
&lt;br /&gt;
Volunteers are regarded as trusted members of the site and therefore have available elevated privileges associated with such trust:&lt;br /&gt;
* Full voting privileges within the UCV.&lt;br /&gt;
* Ability to upload images and attachments to the site.&lt;br /&gt;
* Ability to use HTML in posts; most forum packages allow HTML as an option, and the layout is easier than in BBcode-style mark-up languages.&lt;br /&gt;
* Ability to blog.&lt;br /&gt;
* Eligibility for site roles.&lt;br /&gt;
&lt;br /&gt;
== Roles available to Volunteers ==&lt;br /&gt;
&lt;br /&gt;
The following User Community Roles available to Volunteers.  Notwithstanding this, the list of site roles and responsibilities may evolve overtime under change control and endorsement through the UCV voting process. &lt;br /&gt;
&lt;br /&gt;
===Site Administrator===&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to perform a due diligence in the following areas:&lt;br /&gt;
&lt;br /&gt;
*Help maintain the security of the host system by:&lt;br /&gt;
**Maintaining a good working relationship with designated network administration staff at Sun Microsystems, Hamburg Germany.&lt;br /&gt;
**Maintain contact with the vendor&amp;#039;s / supplier&amp;#039;s information service for any applications run on the server.&lt;br /&gt;
**Take agreed upon steps when a security announcement is made by the vendors / suppliers.&lt;br /&gt;
**Follow agreed upon steps if a security breach of any application on the server is suspected. For example: notified by a board user that they suspect a problem.&lt;br /&gt;
**Perform steps necessary to carry out agreed upon configuration control procedures on application level services running on the server. During modifications of the applications, application of patches, reconfigurations.&lt;br /&gt;
**Follow agreed upon steps / actions to implement and maintain a disaster recovery plan ( e.g. off-site storage of backups, off-site storage of application modifications, included files and configuration settings).&lt;br /&gt;
*Support the Service Administrators and Content managers by performing the following tasks:&lt;br /&gt;
**Create or apply modifications to the applications source or configuration files as needed.&lt;br /&gt;
**Configure client communication settings for the service application.&lt;br /&gt;
**Configure server settings for the service application.&lt;br /&gt;
***Database indexing.&lt;br /&gt;
***Database backups ( working with network admins ).&lt;br /&gt;
***Install / configure support packages ( php libs, caching systems, etc ).&lt;br /&gt;
&lt;br /&gt;
These individuals must also comply with all Standard Operating and Security Procedures defined by the hosting provider ( SUN Microsystems ), and to take whatever reasonable actions that the hosting provider requires of them in order to receive necessary host computer access privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Administrator===&lt;br /&gt;
&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to maintain an application level service. For example the Forum service Administrator would perform the following, and other, functions:&lt;br /&gt;
*May add, edit, delete, and reorder the forums, categories, and links.&lt;br /&gt;
*Manage User Accounts&lt;br /&gt;
*Manage Group Accounts&lt;br /&gt;
*Manage Board Level Settings ( Email, Template, etc )&lt;br /&gt;
*Support the Service Moderator&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
These individuals are selected by the UCV alone.  The service administrator role is enabled through and provided by the relevant service application.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Moderator===&lt;br /&gt;
&lt;br /&gt;
Moderator is a supporting administration role supported by some application services.  For example in the case of forums, moderators have an elevate level of privilege which enables them to modify or delete user posts that contravene site policy (e.g. SPAM or obscenity).  Service Moderators are selected by the UCV Voting Process.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Content Manager===&lt;br /&gt;
These individuals are selected by the UCV alone.  The Content Manager role is enabled through and provided by the relevant service application. Where required Content Manager&amp;#039;s may be granted User Account Interactive Access and MySQL datadase access.&lt;br /&gt;
&lt;br /&gt;
===Ombudsman===&lt;br /&gt;
&lt;br /&gt;
The Ombudsman&amp;#039;s role and responsibilities include:&lt;br /&gt;
* Administration and oversight of all polls&lt;br /&gt;
** The ombudsman can mandate that any specific vote be opened to the general membership, where he or she feels that there is reasonable case for doing so. &lt;br /&gt;
* NON-Voting member of any change control boards to represent the general membership. (do we have a process for this?)&lt;br /&gt;
* Managing and arbitrating on any Membership complaints&lt;br /&gt;
To avoid conflict of interest the Ombudsman cannot hold any other User Community Role.&lt;br /&gt;
&lt;br /&gt;
=== Chronicler &amp;amp;mdash; Tie-breaker, spokesperson ===&lt;br /&gt;
&lt;br /&gt;
* Shall be the official spokesperson for the organization on issues related to the interests and purpose.  &lt;br /&gt;
* This person is not to vote unless there is a tie that freezes the issue at hand.&lt;br /&gt;
&lt;br /&gt;
=== The Projects Manager ===&lt;br /&gt;
* Shall assist in infrastructural development so that documentation of projects is done to some extent. &lt;br /&gt;
* Maintains the projects&amp;#039; wiki pages.&lt;br /&gt;
* Shall take charge of post-mortems of projects so useful information can be amassed as to what structures worked and what didn&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
=== Group Publicity Person &amp;amp;mdash; OO.o Evangelist ===&lt;br /&gt;
* Shall come up with fun and useful &amp;quot;virtual events&amp;quot; that promote the use of OO.o and the support forums.&lt;br /&gt;
* Shall abide by all local regulations and group agreements when promoting the organization or its views,&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
===Limitations on Site Access===&lt;br /&gt;
Some transactional rate limiting mechanisms may apply to prevent robot users degrading the performance of the site for normal interactive users.  We also need to consider whether we bar certain users and / or IP address/domains. &lt;br /&gt;
&lt;br /&gt;
===Site Registration Process===&lt;br /&gt;
The Site Registration Process has two variants:&lt;br /&gt;
&lt;br /&gt;
*The standard process is for Users who want to become a Member of the site. The main reason form this process is to assign an identity for purposes of tracking changes that the user wishes to make.  The minimum content is correct response to a &amp;quot;Captcha&amp;quot; dialogue or equivalent to eliminate SPAMing bots, and the submission a valid contact email address and response to an email sent to that address.  The email address is retained as confidential information and not published on the site without written authorization by said Member.  It is there simply to ensure that the site has a means of contacting the member: the site will not permit contributions from users without a valid supporting contact address. There are various other optional fields that the User can specify.&lt;br /&gt;
&lt;br /&gt;
*The stricter process controls the promotion of Members to Volunteer status, and the reversion of Volunteer to normal Member.  Since such Volunteers can be appointed to trusted roles within the site, the UCV needs to have some confidence in the provenance and credentials of the applicant.  &lt;br /&gt;
** A forum maintained for the purpose controlling the Site Registration Process.  Only Volunteers can post to this forum, though it is viewable by all members&amp;lt;sup&amp;gt;(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;)&amp;lt;/sup&amp;gt;.&lt;br /&gt;
** All applications for promotion to or removal from Volunteer status are posted to this forum as a new topic.  Any Member can make an application through a Volunteer (for example the ombudsman) which might typically contain a brief identity (name, country, work experience, etc.) and a short personal statement of why the candidate wishes to become a volunteer.&lt;br /&gt;
** Any Volunteer may comment on the application.&lt;br /&gt;
** Any Volunteer may explicitly designate approval.&lt;br /&gt;
** Any Volunteer may explicitly designate a protest.&lt;br /&gt;
** The application is open for [two] weeks.&lt;br /&gt;
** If at the end of this period at least two approvals and no protest have been made then Volunteer status change is granted.&lt;br /&gt;
** If less than two approvals have then the Volunteer status change is declined.&lt;br /&gt;
** If a minimum of two approvals have been made and any protests registered then a vote of the UCV membership is needed under the standard UCV voting procedure.&lt;br /&gt;
** Where the application is declined, reapplication can be made after [3] months.&lt;br /&gt;
&lt;br /&gt;
(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;) There are issues of disclosure that we need to think about here.  See the &lt;br /&gt;
[[Talk:U.s.oo.o/User_Community_Roles#proposed_change_to_Process_of_becoming_a_volunteer|Talk page]] for further discussion on this.&lt;br /&gt;
&lt;br /&gt;
===UCV Voting Process===&lt;br /&gt;
&lt;br /&gt;
Members of the Volunteer site team may hold votes on topics within their areas of interest separate from those interests voiced by Registered or unregistered users of the site.  Technical issues of interest to Volunteers may include any topic at all, including which issues will be decided by general Registered Member votes.  Topics under consideration will be posted to a Forum category will be set up devoted to these issues and the results will be posted there as well.  Registered members may comment on these issues or raise questions.&lt;br /&gt;
&lt;br /&gt;
==== Voting Guidelines ==== &lt;br /&gt;
General Voting on issues of importance to the members regarding the site or the management will take place quarterly on the first Tuesday of January, April, July, and October.  A Forum category will be set up devoted to these issues and the results will be posted there as well.  Only registered site members will be able to vote in these quarterly events.  In most cases, a simple majority vote will suffice.  This means in the case of a stand-off, a vote will be rescheduled for the next quarter.  &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Please do not change the logical content of this page without first discussing this on the [[Talk:U.s.oo.o/User_Community_Roles|Talk Page]] and acknowledgement from the [[U.s.oo.o/Planning/User_services_Contact_list|UCV Contact list]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:UCV]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/User_Community_Roles&amp;diff=50370</id>
		<title>Talk:U.s.oo.o/User Community Roles</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/User_Community_Roles&amp;diff=50370"/>
		<updated>2007-10-13T01:59:29Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Ombudsman */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Guest ==&lt;br /&gt;
[[User:DrewJensen|Drew]] 05:48, 12 October 2007 (CEST) Proposed changes&lt;br /&gt;
&lt;br /&gt;
A Guest is a User accessing the site without being logged onto the site. No registration or validation is required to be a Guest for purposes of searching or browsing the forums. A Guest may post only to designated forums, requiring the use of a captcha mechanism and the post must be approved by a moderator before being placed into the main forum subject threads. Since the guest will not be required to provide any means for the forum to contact them, the forum software must clearly inform them they will not and can not be notified of any replies to their post, and should offer them the option to register with the site if they would like an email notification of such a response. A guest may not modify any existing content. The site is open to all. (1).&lt;br /&gt;
&lt;br /&gt;
== Volunteer membership ==&lt;br /&gt;
&lt;br /&gt;
The Member&amp;#039;s request must be supported by two or more Volunteers, who have validated the Members application and are willing to endorse this membership.&lt;br /&gt;
&lt;br /&gt;
Why?&lt;br /&gt;
&lt;br /&gt;
The application must be endorsed by a UCV Vote(3). The quorum for the vote is one third of the UCV, and a two-thirds majority must be obtained of votes cast.&lt;br /&gt;
&lt;br /&gt;
For what purpose?&lt;br /&gt;
&lt;br /&gt;
Who are we trying to keep out?  -- 12:59, 9 September 2007 [[User:DrewJensen]]&lt;br /&gt;
&lt;br /&gt;
:Drew I&amp;#039;ve moved my answer to the 8daw topic since most of the participants in this debate don&amp;#039;t seem to want to use the Wiki for this. However, my reasoning in short is that we are expecting the volunteers to agree to certain responsibilities and such an expectation is worthless in my opinion unless we have some confidence in their provenance and commitment / staying power.  We want Volunteers to be active.  As I suggested on the topic, maybe the easiest way to do this is to have a forum called requests for Volunteer status where the applicant just posts his/her application which will include a yes/no poll, and that anyone is free to comment as well as vote.  That would do the same thing, but it could also then become a publicly humiliating trial.&lt;br /&gt;
:In terms of the quorum: what do we do if someone applies for Volunteer status and we have 2 yes votes and 1 no vote?  I am not sure how to specify this, but I do feel we need a minimum threshold of votes.   I am not wedded to 2/3 majority, but I do tend to precautionary principle.  Not quite to the gentleman&amp;#039;s club level of one black-ball and you&amp;#039;re out, but would you feel confident in a appointing a member as a volunteer, if the vote was 52 for and 49 against?  Clearly where we have a simple case of three applicants applying for a forum administrator role for example then a simple majority is sufficient.&lt;br /&gt;
:Also in the case of &amp;quot;trusted&amp;quot; rolls such as administrator, I would very much like to limit the vote to Volunteers. -- [[User:TerryE|TerryE]] 05:09, 10 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
[[User:Pitonyak]] October 8, 2007.&lt;br /&gt;
&lt;br /&gt;
I am adding content here because it says that I should post here first (see http://wiki.services.openoffice.org/wiki/User:TerryE/User_Community_Rolls#Limitations_on_Site_Access).&lt;br /&gt;
While searching for Moderators on a forum, some people were recommended based on participation. Then, everyone chimed in with their opinions on the people. This was not a vote of &amp;quot;choose three of the ten people&amp;quot;, but rather, we can use all the people that we can get.  In this type of decision making, if even a small percentage of the people were against a specific person having a role such as moderator, that is a big red flag that maybe something is wrong.&lt;br /&gt;
&lt;br /&gt;
== proposed change to Process of becoming a volunteer ==&lt;br /&gt;
&lt;br /&gt;
User requests membership change to Volunteer:&lt;br /&gt;
&lt;br /&gt;
User request is posted to a board maintained for this purpose.&lt;br /&gt;
*Any UCV member may designate approval.&lt;br /&gt;
*Any UCV member may designate protest.&lt;br /&gt;
#Upon two approvals, and no protest the membership is granted.&lt;br /&gt;
#After 2 weeks,if no member has approved and no member has protested, the membership is automatically approved.&lt;br /&gt;
&lt;br /&gt;
If a member makes a protest. Then a vote of the UCV membership would be needed. But only in this single case. 1/3 quorum as proposed.&lt;br /&gt;
&lt;br /&gt;
:I could live with this idea of a minimum.  Good idea, but suggest some tweaks -- I don&amp;#039;t like the timeout = &amp;quot;pass&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
:After 2 weeks:&lt;br /&gt;
:# if a minimum of two approvals have been made, and no protest then Volunteer status is granted.&lt;br /&gt;
:# if less than two approvals have been made then the Volunteer status is declined.  &lt;br /&gt;
:# if a minimum of two approvals have been made, and any protest registered then a vote of the UCV membership is needed under the standard UCV voting procedure.&lt;br /&gt;
:Where the candidate is declined, reapplication can be made after &amp;lt;3&amp;gt; months.&lt;br /&gt;
&lt;br /&gt;
:[[User:TerryE|TerryE]] 05:11, 10 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
::This wording was floated on the forum with now major objection so I have now updated the wording in the main article to reflect this.  However one issue that we need to think about is the issues of disclosure.  Applicants might be willing to share personal details such as email with a closed community such as the UCV, but be a little vary about posting to the open internet because of mail SPAMing and identity theft issues.  -- [[User:TerryE|TerryE]] 08:21, 11 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
--[[User:Maxqnz|maxqnz]] 22:36, 8 October 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
Just a question about the &amp;quot;vote if one protest&amp;quot; suggestion. I agree in principle, but wonder if it might be possible to require the protest to be &amp;quot;for cause&amp;quot; rather than &amp;quot;peremptory&amp;quot;, to use jury selection language. If it was known that any protest had to provide reasons, it might help reduce the number of frivolous or personality-based challenges to the process.&lt;br /&gt;
&lt;br /&gt;
== Content Manager ==&lt;br /&gt;
&lt;br /&gt;
[[User:DrewJensen|Drew]] 22:54, 9 September 2007 (CEST)When I first read &amp;lt;em&amp;gt;content manager&amp;lt;/em&amp;gt; what came to my mind was the situation with the person looking at publishing an OO.o magazine. I suppose he would be a content manager. Site Administrators would support him, similar to support for the service administrators. He would in turn follow some procedure for placing his content on the site. That may be emailing it to a site admin. on the first go round, or maybe placing in the CM system, at some point some automation, using a existing tool or perhaps a customized mag_admin screen just for this purpose.&lt;br /&gt;
&lt;br /&gt;
I could also see this person being the moderator of a dedicated forum. Looking at the templates based mods available, for instance the one used to generate the home page at OOoForum. It is easy to see a way to support a magazine, having the lower &amp;#039;blog&amp;#039; like list of recent posts limited to the dedicated forum.&lt;br /&gt;
&lt;br /&gt;
== Ombudsman ==&lt;br /&gt;
&lt;br /&gt;
[[User:TerryE|TerryE]] 03:39, 10 September 2007 (CEST)This is the one role that we should consider being elected by the Members rather than the Volunteers as this is a dual role which both polices the UCV and guards interests of the general membership.&amp;lt;br&amp;gt;&lt;br /&gt;
:[[User:DrewJensen|Drew]] 17:22, 10 September 2007 (CEST) I much like the idea that the ombudsman position is voted on by the site membership as a whole. I would not limit this in any way, what I would propose is that one week prior to the vote for this position a PM be generated to every member account with any posting activity in the last 12 months. An announcement be presented on the Site and forum main pages for the week leading up to the vote, and announcing its beginning and end. Further that the PM sent 1 week prior to the commencement of the vote, solicit any volunteers that want to stand for the office. The final decision being &lt;br /&gt;
:* one person 75% or greater of cast votes - member become the sole ombudsman&lt;br /&gt;
:* two persons combined have 75% or greater of the cast votes - they both become ombudsman&lt;br /&gt;
:* any other vote split requires a new vote&lt;br /&gt;
--[[User:Maxqnz|maxqnz]] 22:35, 8 October 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
I do have a query about Drew&amp;#039;s suggestion that the notification be sent to every member account with ANY posting activity in the last 12 months. Given the large number of hit-and-run posters in any forum, would not a threshold a little higher than 1 post be helpful in ensuring that those participating in the slection were at least somewhat active? I&amp;#039;m thinking of a very low threshold,  say 5 posts in  12 months, or maybe 2 in 6 months. Still basically  inclusive, but filtering out potentially hundreds of registered usernames that are effectively inactive. A look through the memberlist at the other forum suggests that using a post threshold a little higher than 1 in 12 months might help to both ensure the participation of those likely to be interested in the process, and reduce the potential number of votes to something more manageable for whoever it is that ends up counting them.&lt;br /&gt;
&lt;br /&gt;
[[User:DrewJensen|Drew]] 05:32, 12 October 2007 (CEST)&lt;br /&gt;
Well, I understand the rational that you just want people that have been active, but if someone comes by once a week, with a question in mind, searches the forum gets their answer and leaves are they active? Does active then mean on a contributor?&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m not 100% sure, I will try to check, but I believe that the forum logs will track your last logon. So if someone simply logged onto the forum say 6 times is that active? Going back to an example I used at the private forum, it is like a member at a lodge. The member comes to the lodge periodically, never volunteers for any job. When the time comes to vote on sustaining the lodge leaders is he not allowed to vote then? I have never seen a, or heard of, a service organization where that is the case. I believe they way it is viewed, and to my way of thinking accurately, is that simply being willing to vote is a form of activity.&lt;br /&gt;
&lt;br /&gt;
--[[User:Maxqnz|maxqnz]] 10:21, 12 October 2007 (CEST)Your point about regular forum browsers is well made. If the ability exists to monitor logons then that could be used to address the concerns I raised more equitably than a voting threshold. A minimum number of logins in a given timeframe would worth considering, and again, that bar could and should be set low.&lt;br /&gt;
&lt;br /&gt;
[[User:Pitonyak|Andrew Pitonyak]] 22:00, 12 October 2007 (CEST)&lt;br /&gt;
If you look at the current listing for a volunteer. The original wording was 100 postings. I changed this to &amp;quot;numerous postings&amp;quot; to provide latitude. This could be changed to numerous postings and recent involvement, or something like that. The idea is to allow flexibility. Flexibility can be a problem because it allows more possibilities for abuse, but being strict can cause other problems as well; choose your poison. Until it is a problem, I prefer some latitude unless I hear otherwise.&lt;br /&gt;
&lt;br /&gt;
== Change Control Board ==&lt;br /&gt;
&lt;br /&gt;
* [[U.s.oo.o/Planning/Site/Change Control Board|Change Control Board proposal]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/User_Community_Roles&amp;diff=50369</id>
		<title>Talk:U.s.oo.o/User Community Roles</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/User_Community_Roles&amp;diff=50369"/>
		<updated>2007-10-13T01:59:02Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Ombudsman */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Guest ==&lt;br /&gt;
[[User:DrewJensen|Drew]] 05:48, 12 October 2007 (CEST) Proposed changes&lt;br /&gt;
&lt;br /&gt;
A Guest is a User accessing the site without being logged onto the site. No registration or validation is required to be a Guest for purposes of searching or browsing the forums. A Guest may post only to designated forums, requiring the use of a captcha mechanism and the post must be approved by a moderator before being placed into the main forum subject threads. Since the guest will not be required to provide any means for the forum to contact them, the forum software must clearly inform them they will not and can not be notified of any replies to their post, and should offer them the option to register with the site if they would like an email notification of such a response. A guest may not modify any existing content. The site is open to all. (1).&lt;br /&gt;
&lt;br /&gt;
== Volunteer membership ==&lt;br /&gt;
&lt;br /&gt;
The Member&amp;#039;s request must be supported by two or more Volunteers, who have validated the Members application and are willing to endorse this membership.&lt;br /&gt;
&lt;br /&gt;
Why?&lt;br /&gt;
&lt;br /&gt;
The application must be endorsed by a UCV Vote(3). The quorum for the vote is one third of the UCV, and a two-thirds majority must be obtained of votes cast.&lt;br /&gt;
&lt;br /&gt;
For what purpose?&lt;br /&gt;
&lt;br /&gt;
Who are we trying to keep out?  -- 12:59, 9 September 2007 [[User:DrewJensen]]&lt;br /&gt;
&lt;br /&gt;
:Drew I&amp;#039;ve moved my answer to the 8daw topic since most of the participants in this debate don&amp;#039;t seem to want to use the Wiki for this. However, my reasoning in short is that we are expecting the volunteers to agree to certain responsibilities and such an expectation is worthless in my opinion unless we have some confidence in their provenance and commitment / staying power.  We want Volunteers to be active.  As I suggested on the topic, maybe the easiest way to do this is to have a forum called requests for Volunteer status where the applicant just posts his/her application which will include a yes/no poll, and that anyone is free to comment as well as vote.  That would do the same thing, but it could also then become a publicly humiliating trial.&lt;br /&gt;
:In terms of the quorum: what do we do if someone applies for Volunteer status and we have 2 yes votes and 1 no vote?  I am not sure how to specify this, but I do feel we need a minimum threshold of votes.   I am not wedded to 2/3 majority, but I do tend to precautionary principle.  Not quite to the gentleman&amp;#039;s club level of one black-ball and you&amp;#039;re out, but would you feel confident in a appointing a member as a volunteer, if the vote was 52 for and 49 against?  Clearly where we have a simple case of three applicants applying for a forum administrator role for example then a simple majority is sufficient.&lt;br /&gt;
:Also in the case of &amp;quot;trusted&amp;quot; rolls such as administrator, I would very much like to limit the vote to Volunteers. -- [[User:TerryE|TerryE]] 05:09, 10 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
[[User:Pitonyak]] October 8, 2007.&lt;br /&gt;
&lt;br /&gt;
I am adding content here because it says that I should post here first (see http://wiki.services.openoffice.org/wiki/User:TerryE/User_Community_Rolls#Limitations_on_Site_Access).&lt;br /&gt;
While searching for Moderators on a forum, some people were recommended based on participation. Then, everyone chimed in with their opinions on the people. This was not a vote of &amp;quot;choose three of the ten people&amp;quot;, but rather, we can use all the people that we can get.  In this type of decision making, if even a small percentage of the people were against a specific person having a role such as moderator, that is a big red flag that maybe something is wrong.&lt;br /&gt;
&lt;br /&gt;
== proposed change to Process of becoming a volunteer ==&lt;br /&gt;
&lt;br /&gt;
User requests membership change to Volunteer:&lt;br /&gt;
&lt;br /&gt;
User request is posted to a board maintained for this purpose.&lt;br /&gt;
*Any UCV member may designate approval.&lt;br /&gt;
*Any UCV member may designate protest.&lt;br /&gt;
#Upon two approvals, and no protest the membership is granted.&lt;br /&gt;
#After 2 weeks,if no member has approved and no member has protested, the membership is automatically approved.&lt;br /&gt;
&lt;br /&gt;
If a member makes a protest. Then a vote of the UCV membership would be needed. But only in this single case. 1/3 quorum as proposed.&lt;br /&gt;
&lt;br /&gt;
:I could live with this idea of a minimum.  Good idea, but suggest some tweaks -- I don&amp;#039;t like the timeout = &amp;quot;pass&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
:After 2 weeks:&lt;br /&gt;
:# if a minimum of two approvals have been made, and no protest then Volunteer status is granted.&lt;br /&gt;
:# if less than two approvals have been made then the Volunteer status is declined.  &lt;br /&gt;
:# if a minimum of two approvals have been made, and any protest registered then a vote of the UCV membership is needed under the standard UCV voting procedure.&lt;br /&gt;
:Where the candidate is declined, reapplication can be made after &amp;lt;3&amp;gt; months.&lt;br /&gt;
&lt;br /&gt;
:[[User:TerryE|TerryE]] 05:11, 10 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
::This wording was floated on the forum with now major objection so I have now updated the wording in the main article to reflect this.  However one issue that we need to think about is the issues of disclosure.  Applicants might be willing to share personal details such as email with a closed community such as the UCV, but be a little vary about posting to the open internet because of mail SPAMing and identity theft issues.  -- [[User:TerryE|TerryE]] 08:21, 11 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
--[[User:Maxqnz|maxqnz]] 22:36, 8 October 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
Just a question about the &amp;quot;vote if one protest&amp;quot; suggestion. I agree in principle, but wonder if it might be possible to require the protest to be &amp;quot;for cause&amp;quot; rather than &amp;quot;peremptory&amp;quot;, to use jury selection language. If it was known that any protest had to provide reasons, it might help reduce the number of frivolous or personality-based challenges to the process.&lt;br /&gt;
&lt;br /&gt;
== Content Manager ==&lt;br /&gt;
&lt;br /&gt;
[[User:DrewJensen|Drew]] 22:54, 9 September 2007 (CEST)When I first read &amp;lt;em&amp;gt;content manager&amp;lt;/em&amp;gt; what came to my mind was the situation with the person looking at publishing an OO.o magazine. I suppose he would be a content manager. Site Administrators would support him, similar to support for the service administrators. He would in turn follow some procedure for placing his content on the site. That may be emailing it to a site admin. on the first go round, or maybe placing in the CM system, at some point some automation, using a existing tool or perhaps a customized mag_admin screen just for this purpose.&lt;br /&gt;
&lt;br /&gt;
I could also see this person being the moderator of a dedicated forum. Looking at the templates based mods available, for instance the one used to generate the home page at OOoForum. It is easy to see a way to support a magazine, having the lower &amp;#039;blog&amp;#039; like list of recent posts limited to the dedicated forum.&lt;br /&gt;
&lt;br /&gt;
== Ombudsman ==&lt;br /&gt;
&lt;br /&gt;
[[User:TerryE|TerryE]] 03:39, 10 September 2007 (CEST)This is the one role that we should consider being elected by the Members rather than the Volunteers as this is a dual role which both polices the UCV and guards interests of the general membership.&amp;lt;br&amp;gt;&lt;br /&gt;
:[[User:DrewJensen|Drew]] 17:22, 10 September 2007 (CEST) I much like the idea that the ombudsman position is voted on by the site membership as a whole. I would not limit this in any way, what I would propose is that one week prior to the vote for this position a PM be generated to every member account with any posting activity in the last 12 months. An announcement be presented on the Site and forum main pages for the week leading up to the vote, and announcing its beginning and end. Further that the PM sent 1 week prior to the commencement of the vote, solicit any volunteers that want to stand for the office. The final decision being &lt;br /&gt;
:* one person 75% or greater of cast votes - member become the sole ombudsman&lt;br /&gt;
:* two persons combined have 75% or greater of the cast votes - they both become ombudsman&lt;br /&gt;
:* any other vote split requires a new vote&lt;br /&gt;
--[[User:Maxqnz|maxqnz]] 22:35, 8 October 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
I do have a query about Drew&amp;#039;s suggestion that the notification be sent to every member account with ANY posting activity in the last 12 months. Given the large number of hit-and-run posters in any forum, would not a threshold a little higher than 1 post be helpful in ensuring that those participating in the slection were at least somewhat active? I&amp;#039;m thinking of a very low threshold,  say 5 posts in  12 months, or maybe 2 in 6 months. Still basically  inclusive, but filtering out potentially hundreds of registered usernames that are effectively inactive. A look through the memberlist at the other forum suggests that using a post threshold a little higher than 1 in 12 months might help to both ensure the participation of those likely to be interested in the process, and reduce the potential number of votes to something more manageable for whoever it is that ends up counting them.&lt;br /&gt;
&lt;br /&gt;
[[User:DrewJensen|Drew]] 05:32, 12 October 2007 (CEST)&lt;br /&gt;
Well, I understand the rational that you just want people that have been active, but if someone comes by once a week, with a question in mind, searches the forum gets their answer and leaves are they active? Does active then mean on a contributor?&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m not 100% sure, I will try to check, but I believe that the forum logs will track your last logon. So if someone simply logged onto the forum say 6 times is that active? Going back to an example I used at the private forum, it is like a member at a lodge. The member comes to the lodge periodically, never volunteers for any job. When the time comes to vote on sustaining the lodge leaders is he not allowed to vote then? I have never seen a, or heard of, a service organization where that is the case. I believe they way it is viewed, and to my way of thinking accurately, is that simply being willing to vote is a form of activity.&lt;br /&gt;
&lt;br /&gt;
--[[User:Maxqnz|maxqnz]] 10:21, 12 October 2007 (CEST)Your point about regular forum browsers is well made. If the ability exists to monitor logons then that could be used to address the concerns I raised more equitably than a voting threshold. A minimum number of logins in a given timeframe would worth considering, and again, that bar could and should be set low.&lt;br /&gt;
&lt;br /&gt;
[[User:Pitonyak|Andrew]] 22:00, 12 October 2007 (CEST)&lt;br /&gt;
If you look at the current listing for a volunteer. The original wording was 100 postings. I changed this to &amp;quot;numerous postings&amp;quot; to provide latitude. This could be changed to numerous postings and recent involvement, or something like that. The idea is to allow flexibility. Flexibility can be a problem because it allows more possibilities for abuse, but being strict can cause other problems as well; choose your poison. Until it is a problem, I prefer some latitude unless I hear otherwise.&lt;br /&gt;
&lt;br /&gt;
== Change Control Board ==&lt;br /&gt;
&lt;br /&gt;
* [[U.s.oo.o/Planning/Site/Change Control Board|Change Control Board proposal]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=49814</id>
		<title>U.s.oo.o/User Community Roles</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=49814"/>
		<updated>2007-10-09T01:52:03Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Roles available to Volunteers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a spin-off of the Constitution page and specifically aims to provide a collaboration vehicle to agree the OOo User Community Roles for the users of the site (&amp;#039;&amp;#039;Users&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
== User ==&lt;br /&gt;
a &amp;#039;&amp;#039;User&amp;#039;&amp;#039; is any person who enters or uses the web site in any way, even if that person only visited the home page of the web site.&lt;br /&gt;
&lt;br /&gt;
== Guest ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Guest&amp;#039;&amp;#039; is a User who can search and access the information provided by the site, but cannot post or modify its content.  No registration or validation is required to be a Guest.  The site is open to all. &amp;lt;sup&amp;gt;([[#Limitations_on_Site_Access|1]])&amp;lt;/sup&amp;gt;.   &lt;br /&gt;
&lt;br /&gt;
== Member ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Member&amp;#039;&amp;#039; is a User who has successfully completed the site registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;. A Member can also post or modify the information content of the site, within the content rules of the site.&lt;br /&gt;
&lt;br /&gt;
== Volunteer ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039; is a Member who takes an active part in the life of the site and commits to defined responsibilities for a site role. A Member can request to become a &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039;.  Volunteers are collectively referred to as the User Community Volunteers (&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;UCV&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;).  There is no cap on the size of the UCV.&lt;br /&gt;
&lt;br /&gt;
The Member must apply to become a Volunteer though the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and, if successful, will be elected to Volunteer status within the UCV.  For a Member to be successful, some evidence of sustained commitment will normally be required; for example, numerous postings and wiki contributions, or a number of material articles over a six month period.  An equivalent track record in an associated community will normally be acceptable, for example, one of the other active OpenOffice.org or Linux related forums.&lt;br /&gt;
&lt;br /&gt;
The UCV is intended to comprise the community of the active Members within the site, Volunteers may, therefore, revert back to a normal Member.&lt;br /&gt;
* A Volunteer may resign from Volunteer status.&lt;br /&gt;
* A six month period with no activity will automatically propose removal of Volunteer status.&lt;br /&gt;
* Any Volunteer may propose the removal of Volunteer status for any other Volunteer. Justification must be included with the request. For example, repeated abuse or disregard of the site, the membership, or standing instructions endorsed by the UCV.&lt;br /&gt;
The removal of Volunteer status is also controlled through the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and where this occurs the individual will revert to normal Member status.  A Member can always reapply for Volunteer status. &lt;br /&gt;
&lt;br /&gt;
Volunteers are regarded as trusted members of the site and therefore have available elevated privileges associated with such trust:&lt;br /&gt;
* Full voting privileges within the UCV.&lt;br /&gt;
* Ability to upload images and attachments to the site.&lt;br /&gt;
* Aability to use HTML in posts; most forum packages allow HTML as an option, and the layout is easier than in BBcode-style mark-up languages.&lt;br /&gt;
* Ability to blog.&lt;br /&gt;
* Eligibility for site roles.&lt;br /&gt;
&lt;br /&gt;
== Roles available to Volunteers ==&lt;br /&gt;
&lt;br /&gt;
The following User Community Roles available to Volunteers.  Notwithstanding this, the list of site roles and responsibilities may evolve overtime under change control and endorsement through the UCV voting process. &lt;br /&gt;
&lt;br /&gt;
===Site Administrator===&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to perform a due diligence in the following areas:&lt;br /&gt;
&lt;br /&gt;
*Help maintain the security of the host system by:&lt;br /&gt;
**Maintaining a good working relationship with designated network administration staff at Sun Microsystems, Hamburg Germany.&lt;br /&gt;
**Maintain contact with the vendor&amp;#039;s / supplier&amp;#039;s information service for any applications run on the server.&lt;br /&gt;
**Take agreed upon steps when a security announcement is made by the vendors / suppliers.&lt;br /&gt;
**Follow agreed upon steps if a security breach of any application on the server is suspected. For example: notified by a board user that they suspect a problem.&lt;br /&gt;
**Perform steps necessary to carry out agreed upon configuration control procedures on application level services running on the server. During modifications of the applications, application of patches, reconfigurations.&lt;br /&gt;
**Follow agreed upon steps / actions to implement and maintain a disaster recovery plan ( e.g. off-site storage of backups, off-site storage of application modifications, included files and configuration settings).&lt;br /&gt;
*Support the Service Administrators and Content managers by performing the following tasks:&lt;br /&gt;
**Create or apply modifications to the applications source or configuration files as needed.&lt;br /&gt;
**Configure client communication settings for the service application.&lt;br /&gt;
**Configure server settings for the service application.&lt;br /&gt;
***Database indexing.&lt;br /&gt;
***Database backups ( working with network admins ).&lt;br /&gt;
***Install / configure support packages ( php libs, caching systems, etc ).&lt;br /&gt;
&lt;br /&gt;
These individuals must also comply with all Standard Operating and Security Procedures defined by the hosting provider ( SUN Microsystems ), and to take whatever reasonable actions that the hosting provider requires of them in order to receive necessary host computer access privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Administrator===&lt;br /&gt;
&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to maintain an application level service. For example the Forum service Administrator would perform the following, and other, functions:&lt;br /&gt;
*May add, edit, delete, and reorder the forums, categories, and links.&lt;br /&gt;
*Manage User Accounts&lt;br /&gt;
*Manage Group Accounts&lt;br /&gt;
*Manage Board Level Settings ( Email, Template, etc )&lt;br /&gt;
*Support the Service Moderator&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
These individuals are selected by the UCV alone.  The service administrator role is enabled through and provided by the relevant service application.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Moderator===&lt;br /&gt;
&lt;br /&gt;
Moderator is a supporting administration role supported by some application services.  For example in the case of forums, moderators have an elevate level of privilege which enables them to modify or delete user posts that contravene site policy (e.g. SPAM or obscenity).  Service Moderators are selected by the UCV Voting Process.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Content Manager===&lt;br /&gt;
These individuals are selected by the UCV alone.  The Content Manager role is enabled through and provided by the relevant service application. Where required Content Manager&amp;#039;s may be granted User Account Interactive Access and MySQL datadase access.&lt;br /&gt;
&lt;br /&gt;
===Ombudsman===&lt;br /&gt;
&lt;br /&gt;
The Ombudsman&amp;#039;s role and responsibilities include:&lt;br /&gt;
* Administration and oversight of all polls&lt;br /&gt;
** The ombudsman can mandate that any specific vote be opened to the general membership, where he or she feels that there is reasonable case for doing so. &lt;br /&gt;
* NON-Voting member of any change control boards to represent the general membership. (do we have a process for this?)&lt;br /&gt;
* Managing and arbitrating on any Membership complaints&lt;br /&gt;
To avoid conflict of interest the Ombudsman cannot hold any other User Community Role.&lt;br /&gt;
&lt;br /&gt;
=== Chronicler -- Tie-breaker, spokesperson ===&lt;br /&gt;
&lt;br /&gt;
* Shall be the official spokesperson for the organization on issues&lt;br /&gt;
related to the interests and purpose.  &lt;br /&gt;
* This person is not to vote unless there is a tie that freezes the issue at hand.  &lt;br /&gt;
&lt;br /&gt;
=== The Projects Manager ===&lt;br /&gt;
* Shall assist in infrastructural development so that documentation of projects is done to some extent. &lt;br /&gt;
* Maintains the projects&amp;#039; wiki pages.&lt;br /&gt;
* Shall take charge of post-mortems of projects so useful information can be amassed as to what structures worked and what didn&amp;#039;t. (I see this role as lateral or subordinate to the PMs of any given project) [[User:Saphil|Saphil]] 20:15, 11 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
=== Group Publicity Person. OO.o Evangelist ===&lt;br /&gt;
* Shall come up with fun and useful &amp;quot;virtual events&amp;quot; that promote the use of OO.o and the support forums.&lt;br /&gt;
* Shall abide by all local regulations and group agreements when promoting the organization or its views,&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
===Limitations on Site Access===&lt;br /&gt;
Some transactional rate limiting mechanisms may apply to prevent robot users degrading the performance of the site for normal interactive users.  We also need to consider whether we bar certain users and / or IP address/domains. &lt;br /&gt;
&lt;br /&gt;
===Site Registration Process===&lt;br /&gt;
The Site Registration Process has two variants:&lt;br /&gt;
&lt;br /&gt;
*The standard process is for Users who want to become a Member of the site. The main reason form this process is to assign an identity for purposes of tracking changes that the user wishes to make.  The minimum content is correct response to a &amp;quot;Captcha&amp;quot; dialogue or equivalent to eliminate SPAMing bots, and the submission a valid contact email address and response to an email sent to that address.  The email address is retained as confidential information and not published on the site without written authorisation by said Member.  It is there is to ensure that the site has a means of contacting the member: the site will not permit contributions from users without a valid supporting contact address.  There are various other optional fields that the User can specify.&lt;br /&gt;
&lt;br /&gt;
*The stricter process controls the promotion of Members to Volunteer status, and the reversion of Volunteer to normal Member.  Since such Volunteers can be appointed to trusted roles within the site, the UCV needs to have some confidence in the provenance and credentials of the applicant.  &lt;br /&gt;
** A forum maintained for the purpose controlling the Site Registration Process.  Only Volunteers can post to this forum, though it is viewable by all members&amp;lt;sup&amp;gt;(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;)&amp;lt;/sup&amp;gt;.&lt;br /&gt;
** All applications for promotion to or removal from Volunteer status are posted to this forum as a new topic.  Any Member can make an application through a Volunteer (for example the ombudsman) which might typically contain a brief identity (name, country, work experience, etc.) and a short personal statement of why the candidate wishes to become a volunteer.&lt;br /&gt;
** Any Volunteer may comment on the application.&lt;br /&gt;
** Any Volunteer may explicitly designate approval.&lt;br /&gt;
** Any Volunteer may explicitly designate a protest.&lt;br /&gt;
** The application is open for [two] weeks.&lt;br /&gt;
** If at the end of this period at least two approvals and no protest have been made then Volunteer status change is granted.&lt;br /&gt;
** If less than two approvals have then the Volunteer status change is declined.&lt;br /&gt;
** If a minimum of two approvals have been made and any protests registered then a vote of the UCV membership is needed under the standard UCV voting procedure.&lt;br /&gt;
** Where the application is declined, reapplication can be made after [3] months.&lt;br /&gt;
&lt;br /&gt;
(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;) There are issues of disclosure that we need to think about here.  See the [[User_talk:TerryE/User_Community_Rolls#proposed_change_to_Process_of_becoming_a_volunteer|Talk page]] for further discussion on this.&lt;br /&gt;
&lt;br /&gt;
===UCV Voting Process===&lt;br /&gt;
&lt;br /&gt;
Members of the Volunteer site team may hold votes on topics within their areas of interest separate from those interests voiced by Registered or unregistered users of the site.  Technical issues of interest to Volunteers may include any topic at all, including which issues will be decided by general Registered Member votes.  Topics under consideration will be posted to a Forum category will be set up devoted to these issues and the results will be posted there as well.  Registered members may comment on these issues or raise questions.&lt;br /&gt;
&lt;br /&gt;
==== Voting Guidelines ==== &lt;br /&gt;
General Voting on issues of importance to the members regarding the site or the management will take place quarterly on the first Tuesday of January, April, July and October.  A Forum category will be set up devoted to these issues and the results will be posted there as well.  Only registered site members will be able to vote in these quarterly events.  In most cases, a simple majority vote will suffice.  This means in the case of a stand-off, a vote will be rescheduled for the next quarter.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Author: TerryE ([[User:TerryE|Terry Ellison]])&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Please do not change the logical content of this page without first discussing this on the [[User_talk:TerryE/User_Community_Rolls|Talk Page]] and acknowledgement from the [http://wiki.services.openoffice.org/wiki/User:DrewJensen/User_services_Contact_list UCV Contact list].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:UCV]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=49813</id>
		<title>U.s.oo.o/User Community Roles</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=U.s.oo.o/User_Community_Roles&amp;diff=49813"/>
		<updated>2007-10-09T01:42:31Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a spin-off of the Constitution page and specifically aims to provide a collaboration vehicle to agree the OOo User Community Roles for the users of the site (&amp;#039;&amp;#039;Users&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
== User ==&lt;br /&gt;
a &amp;#039;&amp;#039;User&amp;#039;&amp;#039; is any person who enters or uses the web site in any way, even if that person only visited the home page of the web site.&lt;br /&gt;
&lt;br /&gt;
== Guest ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Guest&amp;#039;&amp;#039; is a User who can search and access the information provided by the site, but cannot post or modify its content.  No registration or validation is required to be a Guest.  The site is open to all. &amp;lt;sup&amp;gt;([[#Limitations_on_Site_Access|1]])&amp;lt;/sup&amp;gt;.   &lt;br /&gt;
&lt;br /&gt;
== Member ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Member&amp;#039;&amp;#039; is a User who has successfully completed the site registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;. A Member can also post or modify the information content of the site, within the content rules of the site.&lt;br /&gt;
&lt;br /&gt;
== Volunteer ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039; is a Member who takes an active part in the life of the site and commits to defined responsibilities for a site role. A Member can request to become a &amp;#039;&amp;#039;Volunteer&amp;#039;&amp;#039;.  Volunteers are collectively referred to as the User Community Volunteers (&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;UCV&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;).  There is no cap on the size of the UCV.&lt;br /&gt;
&lt;br /&gt;
The Member must apply to become a Volunteer though the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and, if successful, will be elected to Volunteer status within the UCV.  For a Member to be successful, some evidence of sustained commitment will normally be required; for example, numerous postings and wiki contributions, or a number of material articles over a six month period.  An equivalent track record in an associated community will normally be acceptable, for example, one of the other active OpenOffice.org or Linux related forums.&lt;br /&gt;
&lt;br /&gt;
The UCV is intended to comprise the community of the active Members within the site, Volunteers may, therefore, revert back to a normal Member.&lt;br /&gt;
* A Volunteer may resign from Volunteer status.&lt;br /&gt;
* A six month period with no activity will automatically propose removal of Volunteer status.&lt;br /&gt;
* Any Volunteer may propose the removal of Volunteer status for any other Volunteer. Justification must be included with the request. For example, repeated abuse or disregard of the site, the membership, or standing instructions endorsed by the UCV.&lt;br /&gt;
The removal of Volunteer status is also controlled through the registration process&amp;lt;sup&amp;gt;([[#Site_Registration_Process|2]])&amp;lt;/sup&amp;gt;, and where this occurs the individual will revert to normal Member status.  A Member can always reapply for Volunteer status. &lt;br /&gt;
&lt;br /&gt;
Volunteers are regarded as trusted members of the site and therefore have available elevated privileges associated with such trust:&lt;br /&gt;
* Full voting privileges within the UCV.&lt;br /&gt;
* Ability to upload images and attachments to the site.&lt;br /&gt;
* Aability to use HTML in posts; most forum packages allow HTML as an option, and the layout is easier than in BBcode-style mark-up languages.&lt;br /&gt;
* Ability to blog.&lt;br /&gt;
* Eligibility for site roles.&lt;br /&gt;
&lt;br /&gt;
== Roles available to Volunteers ==&lt;br /&gt;
&lt;br /&gt;
The following User Community Roles available to Volunteers.  Notwithstanding this, the list of site roles and responsibilities of the such roles may evolve overtime under change control and endorsement through the UCV voting process. &lt;br /&gt;
&lt;br /&gt;
===Site Administrator===&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to perform a due diligence in the following areas:&lt;br /&gt;
&lt;br /&gt;
*Help maintain the security of the host system by:&lt;br /&gt;
**Maintaining good working relationship with designated network administration staff at Sun Microsystems, Hamburg Germany.&lt;br /&gt;
**Maintain contact with the vendor&amp;#039;s / supplier&amp;#039;s information service for any applications run on the server.&lt;br /&gt;
**Take agreed upon steps when any security announcement is made by the vendors / suppliers.&lt;br /&gt;
**Follow agreed upon steps should a security breach of any application on the server become suspected. For example: notified by a board user that they suspect a problem.&lt;br /&gt;
**Perform steps necessary to carry out agreed upon configuration control procedures on application level services running on the server. During modifications of the applications, application of patches, reconfigurations.&lt;br /&gt;
**Follow agreed upon steps / actions to implement and maintain a disaster recovery plan ( e.g. off-site storage of backups, off-site storage of application modifications, included files and configuration settings).&lt;br /&gt;
*Support the Service Administrators and Content managers by performing the following tasks&lt;br /&gt;
**Create or apply modifications to the applications source, configuration files as needed.&lt;br /&gt;
**Configure client communication settings for the service application&lt;br /&gt;
**Configure server settings for the service application&lt;br /&gt;
***Database indexing&lt;br /&gt;
***Database backups ( working with network admins )&lt;br /&gt;
***Install / configure support packages ( php libs, caching systems, etc ).&lt;br /&gt;
&lt;br /&gt;
These individuals must also be willing comply with any Standard Operating and Security Procedures defined by the hosting provider ( SUN Microsystems ), and to take whatever reasonable actions  that the hosting provider requires of them in order to receive necessary host computer access privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Administrator===&lt;br /&gt;
&lt;br /&gt;
Individuals that are willing to take on the responsibilities necessary to maintain an application level service. For example the Forum service Administrator would perform the following, and other, functions:&lt;br /&gt;
*May add, edit, delete, and reorder the forums, categories, and links.&lt;br /&gt;
*Manage User Accounts&lt;br /&gt;
*Manage Group Accounts&lt;br /&gt;
*Manage Board Level Settings ( Email, Template, etc )&lt;br /&gt;
*Support the Service Moderator&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
These individuals are selected by the UCV alone.  The service administrator role is enabled through and provided by the relevant service application.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Service Moderator===&lt;br /&gt;
&lt;br /&gt;
Moderator is a supporting administration role supported by some application services.  For example in the case of forums, moderators have an elevate level of privilege which enables them to modify or delete user posts that contravene site policy (e.g. SPAM or obscenity).  Service Moderators are selected by the UCV Voting Process.  No action is required by the hosting provider to grant these privileges.&lt;br /&gt;
&lt;br /&gt;
===Content Manager===&lt;br /&gt;
These individuals are selected by the UCV alone.  The Content Manager role is enabled through and provided by the relevant service application. Where required Content Manager&amp;#039;s may be granted User Account Interactive Access and MySQL datadase access.&lt;br /&gt;
&lt;br /&gt;
===Ombudsman===&lt;br /&gt;
&lt;br /&gt;
The Ombudsman&amp;#039;s role and responsibilities include:&lt;br /&gt;
* Administration and oversight of all polls&lt;br /&gt;
** The ombudsman can mandate that any specific vote be opened to the general membership, where he or she feels that there is reasonable case for doing so. &lt;br /&gt;
* NON-Voting member of any change control boards to represent the general membership. (do we have a process for this?)&lt;br /&gt;
* Managing and arbitrating on any Membership complaints&lt;br /&gt;
To avoid conflict of interest the Ombudsman cannot hold any other User Community Role.&lt;br /&gt;
&lt;br /&gt;
=== Chronicler -- Tie-breaker, spokesperson ===&lt;br /&gt;
&lt;br /&gt;
* Shall be the official spokesperson for the organization on issues&lt;br /&gt;
related to the interests and purpose.  &lt;br /&gt;
* This person is not to vote unless there is a tie that freezes the issue at hand.  &lt;br /&gt;
&lt;br /&gt;
=== The Projects Manager ===&lt;br /&gt;
* Shall assist in infrastructural development so that documentation of projects is done to some extent. &lt;br /&gt;
* Maintains the projects&amp;#039; wiki pages.&lt;br /&gt;
* Shall take charge of post-mortems of projects so useful information can be amassed as to what structures worked and what didn&amp;#039;t. (I see this role as lateral or subordinate to the PMs of any given project) [[User:Saphil|Saphil]] 20:15, 11 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
=== Group Publicity Person. OO.o Evangelist ===&lt;br /&gt;
* Shall come up with fun and useful &amp;quot;virtual events&amp;quot; that promote the use of OO.o and the support forums.&lt;br /&gt;
* Shall abide by all local regulations and group agreements when promoting the organization or its views,&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
===Limitations on Site Access===&lt;br /&gt;
Some transactional rate limiting mechanisms may apply to prevent robot users degrading the performance of the site for normal interactive users.  We also need to consider whether we bar certain users and / or IP address/domains. &lt;br /&gt;
&lt;br /&gt;
===Site Registration Process===&lt;br /&gt;
The Site Registration Process has two variants:&lt;br /&gt;
&lt;br /&gt;
*The standard process is for Users who want to become a Member of the site. The main reason form this process is to assign an identity for purposes of tracking changes that the user wishes to make.  The minimum content is correct response to a &amp;quot;Captcha&amp;quot; dialogue or equivalent to eliminate SPAMing bots, and the submission a valid contact email address and response to an email sent to that address.  The email address is retained as confidential information and not published on the site without written authorisation by said Member.  It is there is to ensure that the site has a means of contacting the member: the site will not permit contributions from users without a valid supporting contact address.  There are various other optional fields that the User can specify.&lt;br /&gt;
&lt;br /&gt;
*The stricter process controls the promotion of Members to Volunteer status, and the reversion of Volunteer to normal Member.  Since such Volunteers can be appointed to trusted roles within the site, the UCV needs to have some confidence in the provenance and credentials of the applicant.  &lt;br /&gt;
** A forum maintained for the purpose controlling the Site Registration Process.  Only Volunteers can post to this forum, though it is viewable by all members&amp;lt;sup&amp;gt;(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;)&amp;lt;/sup&amp;gt;.&lt;br /&gt;
** All applications for promotion to or removal from Volunteer status are posted to this forum as a new topic.  Any Member can make an application through a Volunteer (for example the ombudsman) which might typically contain a brief identity (name, country, work experience, etc.) and a short personal statement of why the candidate wishes to become a volunteer.&lt;br /&gt;
** Any Volunteer may comment on the application.&lt;br /&gt;
** Any Volunteer may explicitly designate approval.&lt;br /&gt;
** Any Volunteer may explicitly designate a protest.&lt;br /&gt;
** The application is open for [two] weeks.&lt;br /&gt;
** If at the end of this period at least two approvals and no protest have been made then Volunteer status change is granted.&lt;br /&gt;
** If less than two approvals have then the Volunteer status change is declined.&lt;br /&gt;
** If a minimum of two approvals have been made and any protests registered then a vote of the UCV membership is needed under the standard UCV voting procedure.&lt;br /&gt;
** Where the application is declined, reapplication can be made after [3] months.&lt;br /&gt;
&lt;br /&gt;
(&amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;) There are issues of disclosure that we need to think about here.  See the [[User_talk:TerryE/User_Community_Rolls#proposed_change_to_Process_of_becoming_a_volunteer|Talk page]] for further discussion on this.&lt;br /&gt;
&lt;br /&gt;
===UCV Voting Process===&lt;br /&gt;
&lt;br /&gt;
Members of the Volunteer site team may hold votes on topics within their areas of interest separate from those interests voiced by Registered or unregistered users of the site.  Technical issues of interest to Volunteers may include any topic at all, including which issues will be decided by general Registered Member votes.  Topics under consideration will be posted to a Forum category will be set up devoted to these issues and the results will be posted there as well.  Registered members may comment on these issues or raise questions.&lt;br /&gt;
&lt;br /&gt;
==== Voting Guidelines ==== &lt;br /&gt;
General Voting on issues of importance to the members regarding the site or the management will take place quarterly on the first Tuesday of January, April, July and October.  A Forum category will be set up devoted to these issues and the results will be posted there as well.  Only registered site members will be able to vote in these quarterly events.  In most cases, a simple majority vote will suffice.  This means in the case of a stand-off, a vote will be rescheduled for the next quarter.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Author: TerryE ([[User:TerryE|Terry Ellison]])&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Please do not change the logical content of this page without first discussing this on the [[User_talk:TerryE/User_Community_Rolls|Talk Page]] and acknowledgement from the [http://wiki.services.openoffice.org/wiki/User:DrewJensen/User_services_Contact_list UCV Contact list].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:UCV]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/User_Community_Roles&amp;diff=49798</id>
		<title>Talk:U.s.oo.o/User Community Roles</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Talk:U.s.oo.o/User_Community_Roles&amp;diff=49798"/>
		<updated>2007-10-09T01:13:54Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* Volunteer membership */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Volunteer membership ==&lt;br /&gt;
&lt;br /&gt;
The Member&amp;#039;s request must be supported by two or more Volunteers, who have validated the Members application and are willing to endorse this membership.&lt;br /&gt;
&lt;br /&gt;
Why?&lt;br /&gt;
&lt;br /&gt;
The application must be endorsed by a UCV Vote(3). The quorum for the vote is one third of the UCV, and a two-thirds majority must be obtained of votes cast.&lt;br /&gt;
&lt;br /&gt;
For what purpose?&lt;br /&gt;
&lt;br /&gt;
Who are we trying to keep out?  -- 12:59, 9 September 2007 [[User:DrewJensen]]&lt;br /&gt;
&lt;br /&gt;
:Drew I&amp;#039;ve moved my answer to the 8daw topic since most of the participants in this debate don&amp;#039;t seem to want to use the Wiki for this. However, my reasoning in short is that we are expecting the volunteers to agree to certain responsibilities and such an expectation is worthless in my opinion unless we have some confidence in their provenance and commitment / staying power.  We want Volunteers to be active.  As I suggested on the topic, maybe the easiest way to do this is to have a forum called requests for Volunteer status where the applicant just posts his/her application which will include a yes/no poll, and that anyone is free to comment as well as vote.  That would do the same thing, but it could also then become a publicly humiliating trial.&lt;br /&gt;
:In terms of the quorum: what do we do if someone applies for Volunteer status and we have 2 yes votes and 1 no vote?  I am not sure how to specify this, but I do feel we need a minimum threshold of votes.   I am not wedded to 2/3 majority, but I do tend to precautionary principle.  Not quite to the gentleman&amp;#039;s club level of one black-ball and you&amp;#039;re out, but would you feel confident in a appointing a member as a volunteer, if the vote was 52 for and 49 against?  Clearly where we have a simple case of three applicants applying for a forum administrator role for example then a simple majority is sufficient.&lt;br /&gt;
:Also in the case of &amp;quot;trusted&amp;quot; rolls such as administrator, I would very much like to limit the vote to Volunteers. -- [[User:TerryE|TerryE]] 05:09, 10 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
[[User:Pitonyak]] October 8, 2007.&lt;br /&gt;
&lt;br /&gt;
I am adding content here because it says that I should post here first (see http://wiki.services.openoffice.org/wiki/User:TerryE/User_Community_Rolls#Limitations_on_Site_Access).&lt;br /&gt;
While searching for Moderators on a forum, some people were recommended based on participation. Then, everyone chimed in with their opinions on the people. This was not a vote of &amp;quot;choose three of the ten people&amp;quot;, but rather, we can use all the people that we can get.  In this type of decision making, if even a small percentage of the people were against a specific person having a role such as moderator, that is a big red flag that maybe something is wrong.&lt;br /&gt;
&lt;br /&gt;
== proposed change to Process of becoming a volunteer ==&lt;br /&gt;
&lt;br /&gt;
User requests membership change to Volunteer:&lt;br /&gt;
&lt;br /&gt;
User request is posted to a board maintained for this purpose.&lt;br /&gt;
*Any UCV member may designate approval.&lt;br /&gt;
*Any UCV member may designate protest.&lt;br /&gt;
#Upon two approvals, and no protest the membership is granted.&lt;br /&gt;
#After 2 weeks,if no member has approved and no member has protested, the membership is automatically approved.&lt;br /&gt;
&lt;br /&gt;
If a member makes a protest. Then a vote of the UCV membership would be needed. But only in this single case. 1/3 quorum as proposed.&lt;br /&gt;
&lt;br /&gt;
:I could live with this idea of a minimum.  Good idea, but suggest some tweaks -- I don&amp;#039;t like the timeout = &amp;quot;pass&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
:After 2 weeks:&lt;br /&gt;
:# if a minimum of two approvals have been made, and no protest then Volunteer status is granted.&lt;br /&gt;
:# if less than two approvals have been made then the Volunteer status is declined.  &lt;br /&gt;
:# if a minimum of two approvals have been made, and any protest registered then a vote of the UCV membership is needed under the standard UCV voting procedure.&lt;br /&gt;
:Where the candidate is declined, reapplication can be made after &amp;lt;3&amp;gt; months.&lt;br /&gt;
&lt;br /&gt;
:[[User:TerryE|TerryE]] 05:11, 10 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
::This wording was floated on the forum with now major objection so I have now updated the wording in the main article to reflect this.  However one issue that we need to think about is the issues of disclosure.  Applicants might be willing to share personal details such as email with a closed community such as the UCV, but be a little vary about posting to the open internet because of mail SPAMing and identity theft issues.  -- [[User:TerryE|TerryE]] 08:21, 11 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
--[[User:Maxqnz|maxqnz]] 22:36, 8 October 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
Just a question about the &amp;quot;vote if one protest&amp;quot; suggestion. I agree in principle, but wonder if it might be possible to require the protest to be &amp;quot;for cause&amp;quot; rather than &amp;quot;peremptory&amp;quot;, to use jury selection language. If it was known that any protest had to provide reasons, it might help reduce the number of frivolous or personality-based challenges to the process.&lt;br /&gt;
&lt;br /&gt;
== Content Manager ==&lt;br /&gt;
&lt;br /&gt;
[[User:DrewJensen|Drew]] 22:54, 9 September 2007 (CEST)When I first read &amp;lt;em&amp;gt;content manager&amp;lt;/em&amp;gt; what came to my mind was the situation with the person looking at publishing an OO.o magazine. I suppose he would be a content manager. Site Administrators would support him, similar to support for the service administrators. He would in turn follow some procedure for placing his content on the site. That may be emailing it to a site admin. on the first go round, or maybe placing in the CM system, at some point some automation, using a existing tool or perhaps a customized mag_admin screen just for this purpose.&lt;br /&gt;
&lt;br /&gt;
I could also see this person being the moderator of a dedicated forum. Looking at the templates based mods available, for instance the one used to generate the home page at OOoForum. It is easy to see a way to support a magazine, having the lower &amp;#039;blog&amp;#039; like list of recent posts limited to the dedicated forum.&lt;br /&gt;
&lt;br /&gt;
== Ombudsman ==&lt;br /&gt;
&lt;br /&gt;
[[User:TerryE|TerryE]] 03:39, 10 September 2007 (CEST)This is the one role that we should consider being elected by the Members rather than the Volunteers as this is a dual role which both polices the UCV and guards interests of the general membership.&amp;lt;br&amp;gt;&lt;br /&gt;
:[[User:DrewJensen|Drew]] 17:22, 10 September 2007 (CEST) I much like the idea that the ombudsman position is voted on by the site membership as a whole. I would not limit this in any way, what I would propose is that one week prior to the vote for this position a PM be generated to every member account with any posting activity in the last 12 months. An announcement be presented on the Site and forum main pages for the week leading up to the vote, and announcing its beginning and end. Further that the PM sent 1 week prior to the commencement of the vote, solicit any volunteers that want to stand for the office. The final decision being &lt;br /&gt;
:* one person 75% or greater of cast votes - member become the sole ombudsman&lt;br /&gt;
:* two persons combined have 75% or greater of the cast votes - they both become ombudsman&lt;br /&gt;
:* any other vote split requires a new vote&lt;br /&gt;
--[[User:Maxqnz|maxqnz]] 22:35, 8 October 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
I do have a query about Drew&amp;#039;s suggestion that the notification be sent to every member account with ANY posting activity in the last 12 months. Given the large number of hit-and-run posters in any forum, would not a threshold a little higher than 1 post be helpful in ensuring that those participating in the slection were at least somewhat active? I&amp;#039;m thinking of a very low threshold,  say 5 posts in  12 months, or maybe 2 in 6 months. Still basically  inclusive, but filtering out potentially hundreds of registered usernames that are effectively inactive. A look through the memberlist at the other forum suggests that using a post threshold a little higher than 1 in 12 months might help to both ensure the participation of those likely to be interested in the process, and reduce the potential number of votes to something more manageable for whoever it is that ends up counting them.&lt;br /&gt;
&lt;br /&gt;
== Change Control Board ==&lt;br /&gt;
&lt;br /&gt;
[[User:DrewJensen/Change Control Board|Change Control Board proposal]]&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=User:DrewJensen/Preamble_to_UCV_Charter&amp;diff=49794</id>
		<title>User:DrewJensen/Preamble to UCV Charter</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=User:DrewJensen/Preamble_to_UCV_Charter&amp;diff=49794"/>
		<updated>2007-10-09T01:00:03Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: /* &amp;#039;&amp;#039;&amp;#039;Governance principles are more important than ownership&amp;#039;&amp;#039;&amp;#039; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;#039;&amp;#039;&amp;#039;Agreement-seeking culture&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
:We desire to create an agreement-seeking culture. That is, we endeavor to make plans and reach decisions based on achieving wide-spread agreement. Agreement-seeking is not the same as consensus, as consensus tries for universal agreement, elusive if not impossible to achieve.&lt;br /&gt;
&lt;br /&gt;
:Agreement-seeking as a central principle is also different than majority rule. While voting can play a constructive role as an advisory means of expression of preference, binding procedures of any kind can under emphasize and even undermine the critical role of discussion and deliberation in the shaping of plans. Voting on polls is considered assertively consultative, not binding. &amp;#039;&amp;#039;&amp;#039;Elections of individuals to  fill roles within the organization on the other hand are binding.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:For agreements to be meaningful it is important that those with a stake in the outcome be participants in determining the course of action. So, for instance, it&amp;#039;s a matter of common sense that those with technical expertise should be intimately involved in technical decision-making.&lt;br /&gt;
&lt;br /&gt;
:Further, given that UCV is focusing on developing services for non-technical users, it is also important that end-user interests be represented in the process of creating services.&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Filling a role is a matter of taking responsibility, not imposing one&amp;#039;s will.&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
:We believe in making progress through giving clear responsibilities to individuals. Taking responsibility for something is not the same as ownership, rather stewardship for an area, activity or issue. Taking responsibility can also require, at times, acting as a driver. It should not be assumed that stewards and drivers typically operate by imposing their own decisions. Driving is primarily a matter of attending to a project with a goal, and taking steps to ensure the goal is reached (or, occasionally, redefining or setting aside the effort). Stewards typically solicit input and proposals, enable active participation, and facilitate discussion. In some but not all cases the steward will also be an active content contributor to the matter at hand.&lt;br /&gt;
&lt;br /&gt;
:The steward has a responsibility to take multiple points of view into account and to try to reach widespread agreement. If there is disagreement, she or he should use methods to shed more light on the issue, e.g., by taking it to a wider group such as a mailing list or forum.&lt;br /&gt;
&lt;br /&gt;
:However, it is also the stewards&amp;#039;s responsibility to see that a decision is made, and he or she has the right in the end to make that call if in his or her judgment that&amp;#039;s the right course of action.&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Legitimate decisions are made with reference to the the vision, mission, and values of the organization.&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
:All decisions, but particularly ones about which there is disagreement, should not be made arbitrarily but should be in keeping with the vision, mission, and values of the organization. Decisions gain legitimacy when they can be linked to an underlying set of core beliefs widely shared by the participants.&lt;br /&gt;
&lt;br /&gt;
:Some of our core values are:&lt;br /&gt;
&lt;br /&gt;
::* personal integrity and accountability&lt;br /&gt;
::* individual initiative&lt;br /&gt;
::* respect&lt;br /&gt;
::* responsible risk taking&lt;br /&gt;
::* openness and transparency&lt;br /&gt;
::* teamwork&lt;br /&gt;
::* sustainability &lt;br /&gt;
&lt;br /&gt;
:Applying these to forum behavior we might say, &amp;quot;Rude and personal comments on forums are disrespectful and not acceptable. Constructive criticism on the other hand is warmly encouraged.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Project proposals need to win community buy-in before implementation&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
:A good proposal or project plan not only sets out what is to be done and why, but also how, i.e., it addresses execution issues and seeks buy-in from those who will be implementing it. This is always important, but especially so when the proposer&amp;#039;s plan requires significant resources not under his or her direct control, which will typically be the case.&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Governance principles are more important than ownership&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
:In working through situations of disagreement, it is better to focus on applying governance principles rather than determining who has ultimate authority, as over-reliance on the latter can short-circuit opportunities to rely on and expand the use of healthy, open processes.&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Talk:Documentation/OOoAuthors_User_Manual/Base_Guide/Planning&amp;diff=37035</id>
		<title>Talk:Documentation/OOoAuthors User Manual/Base Guide/Planning</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Talk:Documentation/OOoAuthors_User_Manual/Base_Guide/Planning&amp;diff=37035"/>
		<updated>2007-07-01T03:52:02Z</updated>

		<summary type="html">&lt;p&gt;Pitonyak: Content from AndrewBase.odt, and other thoughts.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I wrote a document called AndrewBase.odt (available online). This is a basic outline used there:&lt;br /&gt;
&lt;br /&gt;
Information Page    2&lt;br /&gt;
Copyright    2&lt;br /&gt;
Authors    2&lt;br /&gt;
Feedback    2&lt;br /&gt;
Acknowledgments    2&lt;br /&gt;
Publication date and software version    2&lt;br /&gt;
 1. Introduction    1&lt;br /&gt;
 1.1. Introductory comments    1&lt;br /&gt;
 1.2. Document organization and introduction    1&lt;br /&gt;
 2. Storing images (binary data) in Base    3&lt;br /&gt;
 2.1. Create the initial Base document    3&lt;br /&gt;
 2.1.1. Using the GUI    3&lt;br /&gt;
 2.1.2. Using a macro    3&lt;br /&gt;
 2.1.3. Using a macro to open the wizard    4&lt;br /&gt;
 2.2. Create the table    4&lt;br /&gt;
 2.2.1. Using the GUI    4&lt;br /&gt;
 2.2.2. Using a macro    5&lt;br /&gt;
 2.2.3. Using SQL statements to modify tables    7&lt;br /&gt;
 2.2.4. Refresh the tables    7&lt;br /&gt;
 2.2.5. Creating and deleting tables using SQL    8&lt;br /&gt;
 2.2.6. Increase a field&amp;#039;s length    9&lt;br /&gt;
 2.3. Create a form    10&lt;br /&gt;
 2.3.1. Using the GUI    10&lt;br /&gt;
 2.3.2. Using a macro    12&lt;br /&gt;
 2.4. Open a form using a macro    15&lt;br /&gt;
 2.5. Accessing the binary data    18&lt;br /&gt;
 2.5.1. Adding binary data    18&lt;br /&gt;
 2.5.2. Extracting binary data    19&lt;br /&gt;
 3. One-To-Many relationships    22&lt;br /&gt;
 3.1. Create the tables    22&lt;br /&gt;
 3.1.1. Create the DEALER table    22&lt;br /&gt;
 3.1.2. Create the ITEM table    23&lt;br /&gt;
 3.2. Define the data relationships    25&lt;br /&gt;
 3.3. Add data to the DEALER and ITEM tables    26&lt;br /&gt;
 4. Forms    29&lt;br /&gt;
 4.1. The internal object model    29&lt;br /&gt;
 4.1.1. A control&amp;#039;s shape is in the draw page    29&lt;br /&gt;
 4.1.2. A draw page contains forms    30&lt;br /&gt;
 4.1.3. A control&amp;#039;s data model is in a form    31&lt;br /&gt;
 4.1.4. A control&amp;#039;s view model is in the controller    32&lt;br /&gt;
 4.1.5. Enabling and setting controls visible – an example    32&lt;br /&gt;
 4.1.6. Finding a control from an event – an example    33&lt;br /&gt;
 4.1.7. Control model summary    34&lt;br /&gt;
 4.2. Database Forms act like a result set    34&lt;br /&gt;
 4.2.1. Duplicate record macro    35&lt;br /&gt;
 4.3. Show one item and the corresponding dealer    38&lt;br /&gt;
 4.4. Use a combo box with the dealer id    40&lt;br /&gt;
 4.5. Use a list box with the dealer name    41&lt;br /&gt;
 4.6. Relations in a single table    42&lt;br /&gt;
 4.6.1. Solution    43&lt;br /&gt;
 4.6.2. Solution characteristics    44&lt;br /&gt;
 4.7. Use a “help and fill” button    45&lt;br /&gt;
 5. Many-to-many relationships    46&lt;br /&gt;
 6. Database fields    47&lt;br /&gt;
 6.1. Storing numbers    50&lt;br /&gt;
 6.1.1. Integer numbers    50&lt;br /&gt;
 6.1.2. Floating point numbers    51&lt;br /&gt;
 6.1.3. NUMERIC and DECIMAL types    52&lt;br /&gt;
 6.2. Bit and Boolean Types    52&lt;br /&gt;
 6.3. Date and time    53&lt;br /&gt;
 6.4. Text data    53&lt;br /&gt;
 6.5. Binary data    54&lt;br /&gt;
 6.6. Other data type    54&lt;br /&gt;
 6.7. Database sequences and auto-value fields    54&lt;br /&gt;
 7. A few easy database definitions    56&lt;br /&gt;
 7.1. Schema    57&lt;br /&gt;
 8. Database connections    58&lt;br /&gt;
 8.1. Obtain a database context    58&lt;br /&gt;
 8.1.1. Registered data sources    59&lt;br /&gt;
 8.1.2. Unregistering a data source    59&lt;br /&gt;
 8.1.3. Registering a data source    59&lt;br /&gt;
 8.2. Connect to a database    60&lt;br /&gt;
 8.3. Connect using an interaction handler    61&lt;br /&gt;
 8.4. Connections    61&lt;br /&gt;
 8.4.1. Extended SDB connections    63&lt;br /&gt;
 8.4.2. Meta-data    63&lt;br /&gt;
 8.4.3. Inspecting the meta-data    70&lt;br /&gt;
 8.4.4. GetBestRowIdentifier    76&lt;br /&gt;
 8.4.5. GetColumnPrivileges    77&lt;br /&gt;
 8.4.6. GetColumns    78&lt;br /&gt;
 8.4.7. GetExportedKeys    79&lt;br /&gt;
 8.4.8. GetIndexInfo    81&lt;br /&gt;
 8.4.9. GetPrimaryKeys    82&lt;br /&gt;
 8.4.10. GetTablePrivileges    82&lt;br /&gt;
 8.4.11. GetTables    83&lt;br /&gt;
 8.4.12. GetTypeInfo()    83&lt;br /&gt;
 8.4.13. GetUDTS    85&lt;br /&gt;
 8.4.14. GetVersionColumns    85&lt;br /&gt;
 8.5. Connections     86&lt;br /&gt;
 8.6. Connections without a data source    87&lt;br /&gt;
 8.6.1. Delimited text files    91&lt;br /&gt;
 8.6.2. Fixed width text files    93&lt;br /&gt;
 8.6.3. Help, I still can not import my CSV file    98&lt;br /&gt;
 8.6.4. Address books    99&lt;br /&gt;
 8.6.5. MySQL using JDBC    100&lt;br /&gt;
 8.6.6. Paradox using ODBC    100&lt;br /&gt;
 8.6.7. Conclusion    102&lt;br /&gt;
 9. Connecting to MySQL using JDBC    103&lt;br /&gt;
 10. Mailmerge    105&lt;br /&gt;
 11. Copying an entire database    106&lt;br /&gt;
 12. General utility macros    107&lt;br /&gt;
 12.1. Choose a directory    108&lt;br /&gt;
 12.2. Get a document&amp;#039;s directory    109&lt;br /&gt;
 12.3. Choose a file    109&lt;br /&gt;
 12.4. Finding a (loaded) OOo document    111&lt;br /&gt;
 12.5. Append to an array    112&lt;br /&gt;
 12.6. Compare data in an array    113&lt;br /&gt;
 12.7. Create a property    113&lt;br /&gt;
 12.8. Create a Point and a Size    114&lt;br /&gt;
 12.9. Append a data array to a Calc document    114&lt;br /&gt;
 12.10. Dynamically call object methods    115&lt;br /&gt;
 12.11. Display numeric constants as meaningful text    119&lt;br /&gt;
 12.12. Select from a list in a list box    120&lt;br /&gt;
 13. Database utility macros    122&lt;br /&gt;
 13.1. Quoting table and field names    122&lt;br /&gt;
 13.2. Convert between an UNO Date and a Basic Date    122&lt;br /&gt;
 13.3. Convert a result set to an array of data    124&lt;br /&gt;
 13.4. Create and populate a dialog from a result set    127&lt;br /&gt;
 14. Tips and tricks    128&lt;br /&gt;
 14.1. Limit the number of returned records    128&lt;br /&gt;
 15. Connect to a Base document using JDBC    130&lt;br /&gt;
&lt;br /&gt;
The content started as a book that I intended to write, but then it was dropped, so I created this instead. It is likely too concentrated on macros for the average person. That said, any content can be removed and used. Something of interest with AndrewBase.odt, is that all included macros are included in the document itself and my be run by clicking on buttons in the document.&lt;br /&gt;
&lt;br /&gt;
Note that Drew Jensen probably has much of interest that he could add.&lt;br /&gt;
&lt;br /&gt;
Areas of interest that should likely be covered, in my opinion, include:&lt;br /&gt;
&lt;br /&gt;
What is a database &amp;quot;key&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
Database design deals with what is known as &amp;quot;normal&amp;quot; forms. This is perhaps very advanced, but I have been sent database documents created by users that had no idea how to deal with redundant data. For example, if I have a doll that can have a &amp;quot;body type&amp;quot;. The usual method is to create a table that enumerates body types. Each body type has a primary key acting as a unique identifier. I do not repeat all information related to the body type for each doll. Instead, I use the primary key and reference the body type table.&lt;br /&gt;
&lt;br /&gt;
Dealing with one-to-many and many-to-many relationships. Areas of interest include table design, form design, and reports.&lt;br /&gt;
&lt;br /&gt;
There is an entirely new Report writing system in the works, it is very exciting. This should be covered, perhaps as its own chapter.&lt;br /&gt;
&lt;br /&gt;
Using an internal database. Using an external database such as MySQL. Converting from MS Access.&lt;br /&gt;
&lt;br /&gt;
I am tired, and these are without much thought.&lt;/div&gt;</summary>
		<author><name>Pitonyak</name></author>
	</entry>
</feed>