You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2012/02/16 23:47:32 UTC

svn commit: r1245234 - /incubator/ooo/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl

Author: kschenk
Date: Thu Feb 16 22:47:32 2012
New Revision: 1245234

URL: http://svn.apache.org/viewvc?rev=1245234&view=rev
Log:
kls -- added categories to correspond to curretn BZ areas

Modified:
    incubator/ooo/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl

Modified: incubator/ooo/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl?rev=1245234&r1=1245233&r2=1245234&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl (original)
+++ incubator/ooo/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl Thu Feb 16 22:47:32 2012
@@ -1,24 +1,45 @@
 #!/usr/bin/perl -w
 
+# kls -- run this separately to build submission_gateway.html
+# key = key (this is sort, not sorted by description!, second hash value)
+# first value is actual BZ link -- MUST correpsond to BZ categories
+# second value is link description in table
+# third value -- assigned person (maube this doesn't work anymore)
+
 %toplevels = ( 'api' => ['api','API','jsc'],
+	'bibliographic' => ['bibliographic','Bibliographic',''],
           'dba' => ['Database%20access','Database Access','oj'],
           'documentation' => ['documentation','Documentation','kcarr'],
+	'education' => ['education','Education',''],
+	'extensions' => ['extensions','Extensions',''],
           'external' => ['external','External Sources','mh'],
+	'formula editor' => ['Formula%20editor','Formula editor',''],
           'framework' => ['framework','Application Framework','mba'],
           'graphics' => ['Drawing','Graphics Applications','ka'],
           'gsl' => ['gsl','Graphic System Layer (GSL)','pl'],
           'installation' => ['Installation','Installation','is'],
           'l10n' => ['l10n','Localization and Internationalization (L10N/I18N)','pjanik'],
+	'lingucomponent' => ['lingucomponent','Lingucomponent',''],
+	'marketing' => ['marketing','Marketing',''],
+	'native-lang' => ['native-lang','Native Language',''],
+	'oopm' => ['oopm','Project Management',''],
+	'performance' => ['performance','Performance',''],
           'porting' => ['porting','Porting','mh'],
           'qa' => ['qa', 'Quality Assurance (QA)','ja'],
           'sc' => ['Spreadsheet','Spreadsheet','nn'],
-          'script' => ['framework&subcomponent=scripting','Scripting Engines','kr'],
+	'sdk' => ['sdk','Software Development Kit',''],
+	'security' => ['security','Security',''],
+          'script' => ['scripting','Scripting Engines','kr'],
+	'specs' => ['specs','Specifications',''],
           'sw' => ['Word%20processor','Word Processing','ama'],
           'tools' => ['tools','Tools','mh'],
           'ucb' => ['ucb','Universal Content Broker (UCB)','mhu'],
           'udk' => ['udk','UNO Development Kit (UDK)','kr'],
           'ui'  => ['ui','User Interface Design','os'],
           'util' => ['framework','Utilities','cd'],
+	'vba' => ['vba','Visual Basic for Applications',''],
+	'wp' => ['wp','WordPerfect Integration',''],
+	'www' => ['www','Website and other infrastructure',''],
           'xml' => ['xml','XML','mba']
 	     );