This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9361536  Automated site publishing by Jenkins build 898
9361536 is described below

commit 93615368c9e6c5a8806e679e0937ed9677e742f7
Author: jenkins <[email protected]>
AuthorDate: Mon Oct 21 05:31:35 2019 +0000

    Automated site publishing by Jenkins build 898
---
 content/download/dev/index.html                    |  6 +-
 content/{participate => download/nb112}/index.html | 97 +++-------------------
 .../index.html => download/nb112/nb112.html}       | 95 +++------------------
 content/participate/index.html                     |  7 +-
 content/participate/submit-pr.html                 | 42 +++++++++-
 5 files changed, 69 insertions(+), 178 deletions(-)

diff --git a/content/download/dev/index.html b/content/download/dev/index.html
index ee912f8..e65c811 100644
--- a/content/download/dev/index.html
+++ b/content/download/dev/index.html
@@ -123,17 +123,17 @@ download (unsupported) daily development builds.</p>
 <div class="ulist">
 <ul>
 <li>
-<p><code>ant</code> to build the Apache NetBeans IDE on JDK 8, on JDK 11 also 
type -Dpermit.jdk9.builds=true with the <code>ant</code> command.</p>
+<p><code>ant build</code> to build the Apache NetBeans IDE on JDK 8, on JDK 11 
also type -Dpermit.jdk9.builds=true with the <code>ant build</code> command.</p>
 <div class="ulist">
 <ul>
 <li>
-<p>Once built, the IDE bits are placed in the <code>./nbbuild/netbeans</code> 
directory. You can run the IDE from within the <code>netbeans</code> directory 
by typing <code>./nbbuild/netbeans/bin/netbeans</code> on unixes (for Windows 
the command is equivalent).</p>
+<p>This will build a binary zip bundle of the IDE at 
<code>./nbbuild/NetBeans-&lt;version-hash&gt;-release.zip</code>. Extract that 
zip in a place of your choosing and run <code>netbeans/bin/netbeans</code> (or 
<code>netbeans/bin/netbeans.exe</code> on Windows).</p>
 </li>
 </ul>
 </div>
 </li>
 <li>
-<p><code>ant tryme</code> to run the Apache NetBeans IDE.</p>
+<p><code>ant tryme</code> to run the Apache NetBeans IDE directly from the 
build folder rather than the zip for development purposes.</p>
 </li>
 </ul>
 </div>
diff --git a/content/participate/index.html b/content/download/nb112/index.html
similarity index 72%
copy from content/participate/index.html
copy to content/download/nb112/index.html
index 82a9ed5..ff8733a 100644
--- a/content/participate/index.html
+++ b/content/download/nb112/index.html
@@ -1,18 +1,19 @@
 
-<!DOCTYPE html>
+
+<!doctype html>
 <html class="no-js" lang="en" dir="ltr">
     
 <head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Participating in Apache NetBeans</title>
+    <title>Apache NetBeans 11.2 Features</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <meta name="description" content="Participate in Apache NetBeans">
+    <meta name="description" content="Apache NetBeans 11.2 features">
     <meta name="author" content="Apache NetBeans">
-    <meta name="keywords" content="Participate in Apache NetBeans">
+    <meta name="keywords" content="Apache NetBeans 11.2 IDE features">
     <meta name="generator" content="Apache NetBeans">
     <link rel="stylesheet" href="/css/font-awesome.min.css">
-    
+     <link rel="stylesheet" 
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css">
 
     <link rel="stylesheet" href="/css/netbeans.css">
     <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
     <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
@@ -65,86 +66,10 @@
 </div>
 
 
-        
-<!-- src/templates/news -->
-<section class="hero news alternate">
-    <div class='grid-container'>
-        <div class='cell'>
-            <div class="annotation">Just released!</div>
-            <h1 syle='font-size: 2rem'>Apache NetBeans 11.1</h1>
-            <p><a class="button success" 
href="/download/nb111/index.html">Find out more</a></p>
-        </div>
-    </div>
-</section>
-
         <div class='grid-container main-content'>
-            <h1 class="sect0">Participating in Apache NetBeans</h1>
-            <div id="toc" class="toc">
-<div id="toctitle"></div>
-<ul class="sectlevel1">
-<li><a href="#_contributing_code">Contributing code</a></li>
-<li><a href="#_reporting_issues">Reporting issues</a></li>
-<li><a href="#_join_the_netcat_program">Join the NetCAT program</a></li>
-<li><a href="#documentation">Improving the documentation</a></li>
-<li><a href="#asf">Contributing to the ASF</a></li>
-</ul>
-</div>
-<div id="preamble">
-<div class="sectionbody">
-<div class="paragraph">
-<p>The Apache Software Foundation has set up <a 
href="http://community.apache.org/";>a
-specific website</a> designed to help newcomers take their first steps toward
-being part of our Community.</p>
-</div>
-<div class="paragraph">
-<p>You can participate in the Apache NetBeans Project in many different ways.
-Here are some ideas:</p>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_contributing_code">Contributing code</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>See <a href="submit-pr.html">contributing code</a> to learn how to 
contribute code to the Apache NetBeans project.</p>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_reporting_issues">Reporting issues</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>See <a href="report-issue.html">reporting issues</a> for instructions on 
how to report an issue.</p>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_join_the_netcat_program">Join the NetCAT program</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>The NetBeans Community Acceptance Testing program (<a 
href="netcat.html">NetCAT</a>) has helped stabilize development
-builds for years.</p>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="documentation">Improving the documentation</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>We will be porting existing NetBeans documentation soon. Consider joining 
the
-<a href="/community/mailing-lists.html">dev mailing list</a> for updates on 
how to help with this task.</p>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="asf">Contributing to the ASF</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>You may also want to consider <a 
href="https://www.apache.org/foundation/contributing.html";>donating to the
-Apache Software Foundation</a>, joining the <a 
href="https://www.apache.org/foundation/sponsorship.html";>ASF
-Sponsorship Program</a>, or <a 
href="https://www.apache.org/foundation/buy_stuff.html";>buying ASF 
merchandise</a>.</p>
-</div>
-</div>
+            <h1 class="sect0">Apache NetBeans 11.2 Features</h1>
+            <div class="paragraph">
+<p>Apache NetBeans 11.2 is coming soon.</p>
 </div>
             
 <section class='tools'>
@@ -158,7 +83,7 @@ Sponsorship Program</a>, or <a 
href="https://www.apache.org/foundation/buy_stuff
     </ul>
     <ul class="menu align-center">
         
-        <li><a 
href="https://github.com/apache/netbeans-website/blob/master/netbeans.apache.org/src/content/participate/index.asciidoc";
 title="See this page in github"><i class="fa fa-md fa-edit"></i> See this page 
in GitHub.</a></li>
+        <li><a 
href="https://github.com/apache/netbeans-website/blob/master/netbeans.apache.org/src/content/download/nb112/index.asciidoc";
 title="See this page in github"><i class="fa fa-md fa-edit"></i> See this page 
in GitHub.</a></li>
     </ul>
 </section>
 
@@ -245,8 +170,8 @@ Sponsorship Program</a>, or <a 
href="https://www.apache.org/foundation/buy_stuff
 
         <script src="/js/vendor/jquery-3.2.1.min.js"></script>
         <script src="/js/vendor/what-input.js"></script>
-        <script src="/js/vendor/jquery.colorbox-min.js"></script>
         <script src="/js/vendor/foundation.min.js"></script>
+        <script src="/js/vendor/jquery.colorbox-min.js"></script>
         <script src="/js/netbeans.js"></script>
         <script>
             
diff --git a/content/participate/index.html b/content/download/nb112/nb112.html
similarity index 72%
copy from content/participate/index.html
copy to content/download/nb112/nb112.html
index 82a9ed5..1cfb1bf 100644
--- a/content/participate/index.html
+++ b/content/download/nb112/nb112.html
@@ -1,15 +1,16 @@
 
-<!DOCTYPE html>
+
+<!doctype html>
 <html class="no-js" lang="en" dir="ltr">
     
 <head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Participating in Apache NetBeans</title>
+    <title>Downloading Apache NetBeans 11.2</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <meta name="description" content="Participate in Apache NetBeans">
+    <meta name="description" content="Apache NetBeans 11.2 Download">
     <meta name="author" content="Apache NetBeans">
-    <meta name="keywords" content="Participate in Apache NetBeans">
+    <meta name="keywords" content="Apache NetBeans 11.2 Download">
     <meta name="generator" content="Apache NetBeans">
     <link rel="stylesheet" href="/css/font-awesome.min.css">
     
@@ -65,86 +66,10 @@
 </div>
 
 
-        
-<!-- src/templates/news -->
-<section class="hero news alternate">
-    <div class='grid-container'>
-        <div class='cell'>
-            <div class="annotation">Just released!</div>
-            <h1 syle='font-size: 2rem'>Apache NetBeans 11.1</h1>
-            <p><a class="button success" 
href="/download/nb111/index.html">Find out more</a></p>
-        </div>
-    </div>
-</section>
-
         <div class='grid-container main-content'>
-            <h1 class="sect0">Participating in Apache NetBeans</h1>
-            <div id="toc" class="toc">
-<div id="toctitle"></div>
-<ul class="sectlevel1">
-<li><a href="#_contributing_code">Contributing code</a></li>
-<li><a href="#_reporting_issues">Reporting issues</a></li>
-<li><a href="#_join_the_netcat_program">Join the NetCAT program</a></li>
-<li><a href="#documentation">Improving the documentation</a></li>
-<li><a href="#asf">Contributing to the ASF</a></li>
-</ul>
-</div>
-<div id="preamble">
-<div class="sectionbody">
-<div class="paragraph">
-<p>The Apache Software Foundation has set up <a 
href="http://community.apache.org/";>a
-specific website</a> designed to help newcomers take their first steps toward
-being part of our Community.</p>
-</div>
-<div class="paragraph">
-<p>You can participate in the Apache NetBeans Project in many different ways.
-Here are some ideas:</p>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_contributing_code">Contributing code</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>See <a href="submit-pr.html">contributing code</a> to learn how to 
contribute code to the Apache NetBeans project.</p>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_reporting_issues">Reporting issues</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>See <a href="report-issue.html">reporting issues</a> for instructions on 
how to report an issue.</p>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_join_the_netcat_program">Join the NetCAT program</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>The NetBeans Community Acceptance Testing program (<a 
href="netcat.html">NetCAT</a>) has helped stabilize development
-builds for years.</p>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="documentation">Improving the documentation</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>We will be porting existing NetBeans documentation soon. Consider joining 
the
-<a href="/community/mailing-lists.html">dev mailing list</a> for updates on 
how to help with this task.</p>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="asf">Contributing to the ASF</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>You may also want to consider <a 
href="https://www.apache.org/foundation/contributing.html";>donating to the
-Apache Software Foundation</a>, joining the <a 
href="https://www.apache.org/foundation/sponsorship.html";>ASF
-Sponsorship Program</a>, or <a 
href="https://www.apache.org/foundation/buy_stuff.html";>buying ASF 
merchandise</a>.</p>
-</div>
-</div>
+            <h1 class="sect0">Downloading Apache NetBeans 11.2</h1>
+            <div class="paragraph">
+<p>Apache NetBeans 11.2 will be released soon.</p>
 </div>
             
 <section class='tools'>
@@ -158,7 +83,7 @@ Sponsorship Program</a>, or <a 
href="https://www.apache.org/foundation/buy_stuff
     </ul>
     <ul class="menu align-center">
         
-        <li><a 
href="https://github.com/apache/netbeans-website/blob/master/netbeans.apache.org/src/content/participate/index.asciidoc";
 title="See this page in github"><i class="fa fa-md fa-edit"></i> See this page 
in GitHub.</a></li>
+        <li><a 
href="https://github.com/apache/netbeans-website/blob/master/netbeans.apache.org/src/content/download/nb112/nb112.asciidoc";
 title="See this page in github"><i class="fa fa-md fa-edit"></i> See this page 
in GitHub.</a></li>
     </ul>
 </section>
 
@@ -245,8 +170,8 @@ Sponsorship Program</a>, or <a 
href="https://www.apache.org/foundation/buy_stuff
 
         <script src="/js/vendor/jquery-3.2.1.min.js"></script>
         <script src="/js/vendor/what-input.js"></script>
-        <script src="/js/vendor/jquery.colorbox-min.js"></script>
         <script src="/js/vendor/foundation.min.js"></script>
+        <script src="/js/vendor/jquery.colorbox-min.js"></script>
         <script src="/js/netbeans.js"></script>
         <script>
             
diff --git a/content/participate/index.html b/content/participate/index.html
index 82a9ed5..74d3662 100644
--- a/content/participate/index.html
+++ b/content/participate/index.html
@@ -106,7 +106,12 @@ Here are some ideas:</p>
 <h2 id="_contributing_code">Contributing code</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>See <a href="submit-pr.html">contributing code</a> to learn how to 
contribute code to the Apache NetBeans project.</p>
+<p>You may want to fix issues or provide a new functionality that is your 
personal work to Apache NetBeans project.
+You will need to follow the <a 
href="submit-pr.html#contributing-code">contributing code</a> procedure to 
learn how to contribute code to the Apache NetBeans project.</p>
+</div>
+<div class="paragraph">
+<p>If your contribution code is owned or developped in another organization 
outside Apache. Your organization may want to <strong>donate</strong> this 
contribution to Apache NetBeans project.
+You will need to follow this <a href="submit-pr.html#donating-code">donating 
code</a> procedure.</p>
 </div>
 </div>
 </div>
diff --git a/content/participate/submit-pr.html 
b/content/participate/submit-pr.html
index 5ecbd2a..bf33c11 100644
--- a/content/participate/submit-pr.html
+++ b/content/participate/submit-pr.html
@@ -5,7 +5,7 @@
 <head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Submitting Pull Requests</title>
+    <title>Contributing Code</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="Submitting pull requests to Apache 
NetBeans">
     <meta name="author" content="Apache NetBeans">
@@ -78,7 +78,7 @@
 </section>
 
         <div class='grid-container main-content'>
-            <h1 class="sect0">Submitting Pull Requests</h1>
+            <h1 class="sect0">Contributing Code</h1>
             <div id="toc" class="toc">
 <div id="toctitle"></div>
 <ul class="sectlevel1">
@@ -91,11 +91,12 @@
 <li><a href="#squash">Squashing commits on a Pull Request</a></li>
 </ul>
 </li>
+<li><a href="#donating-code">Donating Code</a></li>
 </ul>
 </div>
 <div id="preamble">
 <div class="sectionbody">
-<div class="paragraph">
+<div id="contributing-code" class="paragraph">
 <p>Contributing code to the Apache NetBeans project is not very different to 
contributing code for any other Apache software project,
 so the <a href="https://www.apache.org/dev/contributors";>Apache&#8217;s Guide 
for New Project Contributors</a> is worth a read.</p>
 </div>
@@ -318,6 +319,41 @@ the robustness on I/O errors.</p></td>
 </div>
 </div>
 </div>
+<h1 id="donating-code" class="sect0">Donating Code</h1>
+<div class="paragraph">
+<p>You may find official information here: <a 
href="https://incubator.apache.org/ip-clearance/"; 
class="bare">https://incubator.apache.org/ip-clearance/</a></p>
+</div>
+<div class="paragraph">
+<p>Donator can use pull request as show above. (squashed for having a better 
readability of the hash)</p>
+</div>
+<div class="paragraph">
+<p>In order to accept a donation the Apache NetBeans PMC should do a vote to 
accept the intention of donation.</p>
+</div>
+<div class="paragraph">
+<p>PMC will have to setup a form to append the list at <a 
href="https://incubator.apache.org/ip-clearance/"; 
class="bare">https://incubator.apache.org/ip-clearance/</a> and open a JIRA 
issue to track donation.</p>
+</div>
+<div class="paragraph">
+<p>Donator must ensure that the following step are ok (PMC member need to 
check):</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>His company fill and send a Software Grant and/or corporate CLA if 
applicable</p>
+</li>
+<li>
+<p>Any contributor involved in donated code has an individual CLA</p>
+</li>
+<li>
+<p>License are correct and compatible with Apache.</p>
+</li>
+</ul>
+</div>
+<div class="paragraph">
+<p>Once every step are ok, PMC will call a lazy vote at general@incubator.</p>
+</div>
+<div class="paragraph">
+<p>If no issue are detected the code can be merged.</p>
+</div>
             
 <section class='tools'>
     <ul class="menu align-center">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to