You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2013/01/21 02:49:57 UTC

svn commit: r847413 - in /websites/staging/openoffice/trunk/content: ./ orientation/intro-development.html

Author: buildbot
Date: Mon Jan 21 01:49:56 2013
New Revision: 847413

Log:
Staging update by buildbot for openoffice

Modified:
    websites/staging/openoffice/trunk/content/   (props changed)
    websites/staging/openoffice/trunk/content/orientation/intro-development.html

Propchange: websites/staging/openoffice/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jan 21 01:49:56 2013
@@ -1 +1 @@
-1434989
+1436083

Modified: websites/staging/openoffice/trunk/content/orientation/intro-development.html
==============================================================================
--- websites/staging/openoffice/trunk/content/orientation/intro-development.html (original)
+++ websites/staging/openoffice/trunk/content/orientation/intro-development.html Mon Jan 21 01:49:56 2013
@@ -21,7 +21,7 @@
 <meta name="google-site-verification" content="wIHUbgA-JO5PaJHpR5jeI8N9E2y2iF94o4oUwpaAdk8" />
 <link href="/css/ooo.css" rel="stylesheet" type="text/css">
 
-<title>(Draft) Introduction to Development</title>
+<title>Introduction to Development</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
 <script type="text/javascript">
@@ -96,7 +96,7 @@
   </div>
   <div id="contenta">
   
-    <h1 class="title">(Draft) Introduction to Development</h1>
+    <h1 class="title">Introduction to Development</h1>
     <h2 id="introduction">Introduction</h2>
 <p>In this orientation module you will learn how to get started programming OpenOffice. </p>
 <p>To complete this module, read through the material on this page, including the linked references.  There will also
@@ -146,7 +146,7 @@ much the same.</p>
 <p>If you have not done so already, please <a href="https://issues.apache.org/ooo/createaccount.cgi">sign up for a Bugzilla account</a>.  This will allow you to enter new bugs or tasks, but also
 assign yourself existing ones.</p>
 <p>Many tasks are classified in the "difficulty" field.  The ones classified as "easy" or "simple" (one level harder than "easy") are good ones to start with.   You can find these with the
-<a href="https://issues.apache.org/ooo/buglist.cgi?cmdtype=runnamed&amp;namedcmd=easy-hacks&amp;list_id=41609">easy-hacks</a> and <a href="https://issues.apache.org/ooo/buglist.cgi?cmdtype=runnamed&amp;list_id=41611&amp;namedcmd=simple-hacks">simple-hacks</a> queries.</p>
+<a href="https://issues.apache.org/ooo/buglist.cgi?f1=cf_fix_difficulty&amp;o1=equals&amp;resolution=---&amp;query_format=advanced&amp;v1=easy&amp;list_id=42478">easy-hacks</a> and <a href="https://issues.apache.org/ooo/buglist.cgi?f1=cf_fix_difficulty&amp;o1=equals&amp;resolution=---&amp;query_format=advanced&amp;v1=simple&amp;list_id=42478">simple-hacks</a> queries.</p>
 <p>Once you pick a bug and assign it to yourself, you might want to post a note to the dev list, letting us know.  We might have some helpful hints to get you started.<br />
 </p>
 <h2 id="coding-standards">Coding Standards</h2>