1cdf0e10cSrcweir<?xml version="1.0"?> 2*3e02b54dSAndrew Rist<!--*********************************************************** 3*3e02b54dSAndrew Rist * 4*3e02b54dSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 5*3e02b54dSAndrew Rist * or more contributor license agreements. See the NOTICE file 6*3e02b54dSAndrew Rist * distributed with this work for additional information 7*3e02b54dSAndrew Rist * regarding copyright ownership. The ASF licenses this file 8*3e02b54dSAndrew Rist * to you under the Apache License, Version 2.0 (the 9*3e02b54dSAndrew Rist * "License"); you may not use this file except in compliance 10*3e02b54dSAndrew Rist * with the License. You may obtain a copy of the License at 11*3e02b54dSAndrew Rist * 12*3e02b54dSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 13*3e02b54dSAndrew Rist * 14*3e02b54dSAndrew Rist * Unless required by applicable law or agreed to in writing, 15*3e02b54dSAndrew Rist * software distributed under the License is distributed on an 16*3e02b54dSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17*3e02b54dSAndrew Rist * KIND, either express or implied. See the License for the 18*3e02b54dSAndrew Rist * specific language governing permissions and limitations 19*3e02b54dSAndrew Rist * under the License. 20*3e02b54dSAndrew Rist * 21*3e02b54dSAndrew Rist ***********************************************************--> 22cdf0e10cSrcweir<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Settings" oor:package="org.openoffice.Office.OOoImprovement" xml:lang="en-US"> 23cdf0e10cSrcweir <info> 24cdf0e10cSrcweir <desc>Contains preferences for the OpenOffice.org Improvement Program components.</desc> 25cdf0e10cSrcweir </info> 26cdf0e10cSrcweir <templates/> 27cdf0e10cSrcweir <component> 28cdf0e10cSrcweir <group oor:name="Participation"> 29cdf0e10cSrcweir <info> 30cdf0e10cSrcweir <desc>invitations to usage tracking etc.</desc> 31cdf0e10cSrcweir </info> 32cdf0e10cSrcweir <prop oor:name="OfficeStartCounterdown" oor:type="xs:int"> 33cdf0e10cSrcweir <info> 34cdf0e10cSrcweir <desc>the number of starts that will be skipped before the user will get invited to the 35cdf0e10cSrcweir OpenOffice.org Improvement Program. If this is zero the user will get asked. 36cdf0e10cSrcweir </desc> 37cdf0e10cSrcweir </info> 38cdf0e10cSrcweir <value>1</value> 39cdf0e10cSrcweir </prop> 40cdf0e10cSrcweir <prop oor:name="InvitationAccepted" oor:type="xs:boolean"> 41cdf0e10cSrcweir <info> 42cdf0e10cSrcweir <desc>true, if the user accepted the invitation.</desc> 43cdf0e10cSrcweir </info> 44cdf0e10cSrcweir <value>false</value> 45cdf0e10cSrcweir </prop> 46cdf0e10cSrcweir <prop oor:name="ShowedInvitation" oor:type="xs:boolean"> 47cdf0e10cSrcweir <info> 48cdf0e10cSrcweir <desc>true, if the user was already invited.</desc> 49cdf0e10cSrcweir </info> 50cdf0e10cSrcweir <value>false</value> 51cdf0e10cSrcweir </prop> 52cdf0e10cSrcweir <prop oor:name="DeliveredPrebundled" oor:type="xs:boolean"> 53cdf0e10cSrcweir <info> 54cdf0e10cSrcweir <desc>true, if the extension is prebundled - is set by an onFirstRunInitialization job. 55cdf0e10cSrcweir (currently not implemented)</desc> 56cdf0e10cSrcweir </info> 57cdf0e10cSrcweir <value>false</value> 58cdf0e10cSrcweir </prop> 59cdf0e10cSrcweir <prop oor:name="HelpUrl" oor:type="xs:string"> 60cdf0e10cSrcweir <info> 61cdf0e10cSrcweir <desc>the url where additional infomation can be found.</desc> 62cdf0e10cSrcweir </info> 63cdf0e10cSrcweir <value>http://wiki.services.openoffice.org/wiki/User_Experience/OpenOffice.org_User_Feedback_Program</value> 64cdf0e10cSrcweir </prop> 65cdf0e10cSrcweir </group> 66cdf0e10cSrcweir <group oor:name="Counters"> 67cdf0e10cSrcweir <info> 68cdf0e10cSrcweir <desc>counts of recorded events, uploaded reports etc.</desc> 69cdf0e10cSrcweir </info> 70cdf0e10cSrcweir <prop oor:name="UploadedReports" oor:type="xs:int"> 71cdf0e10cSrcweir <info> 72cdf0e10cSrcweir <desc>the number of reports uploaded.</desc> 73cdf0e10cSrcweir </info> 74cdf0e10cSrcweir <value>0</value> 75cdf0e10cSrcweir </prop> 76cdf0e10cSrcweir <prop oor:name="LoggedEvents" oor:type="xs:int"> 77cdf0e10cSrcweir <info> 78cdf0e10cSrcweir <desc>the number of events in zipped or already uploaded report.</desc> 79cdf0e10cSrcweir </info> 80cdf0e10cSrcweir <value>0</value> 81cdf0e10cSrcweir </prop> 82cdf0e10cSrcweir <prop oor:name="FailedAttempts" oor:type="xs:int"> 83cdf0e10cSrcweir <info> 84cdf0e10cSrcweir <desc>the number of failed upload tries.</desc> 85cdf0e10cSrcweir </info> 86cdf0e10cSrcweir <value>0</value> 87cdf0e10cSrcweir </prop> 88cdf0e10cSrcweir </group> 89cdf0e10cSrcweir <group oor:name="Upload"> 90cdf0e10cSrcweir <info> 91cdf0e10cSrcweir <desc>settings on destination for uploading reports</desc> 92cdf0e10cSrcweir </info> 93cdf0e10cSrcweir <prop oor:name="SoapUrl" oor:type="xs:string"> 94cdf0e10cSrcweir <info> 95cdf0e10cSrcweir <desc>the url where reports get send to.</desc> 96cdf0e10cSrcweir </info> 97cdf0e10cSrcweir <value>http://report.services.openoffice.org:80/soap/servlet/rpcrouter</value> 98cdf0e10cSrcweir </prop> 99cdf0e10cSrcweir <prop oor:name="SoapIdAdditions" oor:type="xs:string"> 100cdf0e10cSrcweir <info> 101cdf0e10cSrcweir <desc>Additions to the SoapId for automated testing 102cdf0e10cSrcweir DO NOT SET THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING! 103cdf0e10cSrcweir </desc> 104cdf0e10cSrcweir </info> 105cdf0e10cSrcweir <value></value> 106cdf0e10cSrcweir </prop> 107cdf0e10cSrcweir <prop oor:name="ReporterEmail" oor:type="xs:string"> 108cdf0e10cSrcweir <info> 109cdf0e10cSrcweir <desc>The Emailaddress to fill out in the reportmail.xml file. 110cdf0e10cSrcweir DO NOT SET THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING! 111cdf0e10cSrcweir Its only purpose is testing and quality assureance. 112cdf0e10cSrcweir </desc> 113cdf0e10cSrcweir </info> 114cdf0e10cSrcweir <value></value> 115cdf0e10cSrcweir </prop> 116cdf0e10cSrcweir </group> 117cdf0e10cSrcweir </component> 118cdf0e10cSrcweir</oor:component-schema> 119