You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2017/07/12 15:14:34 UTC

[19/51] [partial] openmeetings-site git commit: Apache OpenMeetings 3.3.0 is released

http://git-wip-us.apache.org/repos/asf/openmeetings-site/blob/e023ad46/openmeetings-flash/source-repository.html
----------------------------------------------------------------------
diff --git a/openmeetings-flash/source-repository.html b/openmeetings-flash/source-repository.html
index ab6ca52..8021f87 100644
--- a/openmeetings-flash/source-repository.html
+++ b/openmeetings-flash/source-repository.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-03-17
+ Generated by Apache Maven Doxia at 2017-06-27
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -93,7 +93,7 @@
 	</div>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-03-17</li>
+				<li class="publishDate version-date">Last Published: 2017-06-27</li>
 			</ul>
 		</div>
 	</header>
@@ -107,56 +107,36 @@
   <h2 id="Overview">Overview</h2>
  </div> 
  <a name="Overview"></a> 
- <p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p> 
+ <p>This project uses <a class="externalLink" href="http://git-scm.com/">Git</a> to manage its source code. Instructions on Git use can be found at <a class="externalLink" href="http://git-scm.com/documentation">http://git-scm.com/documentation</a>.</p> 
 </div> 
 <div class="section"> 
  <h2 id="Web_Browser_Access">Web Browser Access</h2> 
  <a name="Web_Browser_Access"></a> 
  <p>The following is a link to a browsable version of the source repository:</p> 
  <div class="source"> 
-  <pre><a class="externalLink" href="https://svn.apache.org/repos/asf/openmeetings/application/branches/3.2.x/openmeetings-flash">https://svn.apache.org/repos/asf/openmeetings/application/branches/3.2.x/openmeetings-flash</a></pre> 
+  <pre><a class="externalLink" href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=openmeetings.git/openmeetings-flash">http://git-wip-us.apache.org/repos/asf/wicket/repo?p=openmeetings.git/openmeetings-flash</a></pre> 
  </div> 
 </div> 
 <div class="section"> 
  <h2 id="Anonymous_Access">Anonymous Access</h2> 
  <a name="Anonymous_Access"></a> 
- <p>The source can be checked out anonymously from Subversion with this command:</p> 
+ <p>The source can be checked out anonymously from Git with this command (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>):</p> 
  <div class="source"> 
-  <pre>$ svn checkout https://svn.apache.org/repos/asf/openmeetings/application/branches/3.2.x/openmeetings-flash openmeetings-flash</pre> 
+  <pre>$ git clone http://git-wip-us.apache.org/repos/asf/openmeetings.git</pre> 
  </div> 
 </div> 
 <div class="section"> 
  <h2 id="Developer_Access">Developer Access</h2> 
  <a name="Developer_Access"></a> 
- <p>Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.</p> 
+ <p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>).</p> 
  <div class="source"> 
-  <pre>$ svn checkout https://svn.apache.org/repos/asf/openmeetings/application/branches/3.2.x/openmeetings-flash openmeetings-flash</pre> 
- </div> 
- <p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password):</p> 
- <div class="source"> 
-  <pre>$ svn commit --username your-username -m &quot;A message&quot;</pre> 
+  <pre>$ git clone https://git-wip-us.apache.org/repos/asf/openmeetings.git</pre> 
  </div> 
 </div> 
 <div class="section"> 
  <h2 id="Access_from_Behind_a_Firewall">Access from Behind a Firewall</h2> 
  <a name="Access_from_Behind_a_Firewall"></a> 
- <p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p> 
- <div class="source"> 
-  <pre>$ svn checkout https://svn.apache.org/repos/asf/openmeetings/application/branches/3.2.x/openmeetings-flash openmeetings-flash</pre> 
- </div> 
-</div> 
-<div class="section"> 
- <h2 id="Access_Through_a_Proxy">Access Through a Proxy</h2> 
- <a name="Access_Through_a_Proxy"></a> 
- <p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p> 
- <p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p> 
- <p>Example: Edit the 'servers' file and add something like:</p> 
- <div class="source"> 
-  <pre>[global]
-http-proxy-host = your.proxy.name
-http-proxy-port = 3128
-</pre> 
- </div> 
+ <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p> 
 </div>
 			</div>
 		</div>
@@ -170,7 +150,6 @@ http-proxy-port = 3128
 		<li><a href="#Anonymous_Access" title="Anonymous Access">Anonymous Access</a>
 		<li><a href="#Developer_Access" title="Developer Access">Developer Access</a>
 		<li><a href="#Access_from_Behind_a_Firewall" title="Access from Behind a Firewall">Access from Behind a Firewall</a>
-		<li><a href="#Access_Through_a_Proxy" title="Access Through a Proxy">Access Through a Proxy</a>
 					</ul>
 				</div>
 			</div>

http://git-wip-us.apache.org/repos/asf/openmeetings-site/blob/e023ad46/openmeetings-flash/surefire-report.html
----------------------------------------------------------------------
diff --git a/openmeetings-flash/surefire-report.html b/openmeetings-flash/surefire-report.html
index cb20002..270e8f1 100644
--- a/openmeetings-flash/surefire-report.html
+++ b/openmeetings-flash/surefire-report.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-03-17
+ Generated by Apache Maven Doxia at 2017-06-27
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -93,7 +93,7 @@
 	</div>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-03-17</li>
+				<li class="publishDate version-date">Last Published: 2017-06-27</li>
 			</ul>
 		</div>
 	</header>

http://git-wip-us.apache.org/repos/asf/openmeetings-site/blob/e023ad46/openmeetings-flash/team-list.html
----------------------------------------------------------------------
diff --git a/openmeetings-flash/team-list.html b/openmeetings-flash/team-list.html
index 1094af5..2d4de14 100644
--- a/openmeetings-flash/team-list.html
+++ b/openmeetings-flash/team-list.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-03-17
+ Generated by Apache Maven Doxia at 2017-06-27
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -93,7 +93,7 @@
 	</div>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-03-17</li>
+				<li class="publishDate version-date">Last Published: 2017-06-27</li>
 			</ul>
 		</div>
 	</header>
@@ -258,6 +258,16 @@
      <td>developer, pmc</td> 
     </tr> 
     <tr class="a"> 
+     <td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td> 
+     <td>-</td> 
+     <td>Dmitry Bezhetskov</td> 
+     <td>-</td> 
+     <td>-</td> 
+     <td>Unipro</td> 
+     <td><a class="externalLink" href="http://unipro.ru">http://unipro.ru</a></td> 
+     <td>developer</td> 
+    </tr> 
+    <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/5631fc413d3540973cdb69780745ffd3?d=mm&amp;s=60" alt="" /></td> 
      <td><a name="albus"></a>albus</td> 
      <td>Alvaro Bustos</td> 
@@ -267,7 +277,7 @@
      <td>-</td> 
      <td>pmc</td> 
     </tr> 
-    <tr class="b"> 
+    <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td> 
      <td>-</td> 
      <td>George Kirkham</td> 
@@ -277,7 +287,7 @@
      <td>-</td> 
      <td>-</td> 
     </tr> 
-    <tr class="a"> 
+    <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td> 
      <td>-</td> 
      <td>Stephen Cottham</td> 
@@ -287,7 +297,7 @@
      <td>-</td> 
      <td>-</td> 
     </tr> 
-    <tr class="b"> 
+    <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td> 
      <td>-</td> 
      <td>Yulia Algaer</td> 
@@ -297,7 +307,7 @@
      <td><a class="externalLink" href="http://unipro.ru">http://unipro.ru</a></td> 
      <td>-</td> 
     </tr> 
-    <tr class="a"> 
+    <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td> 
      <td>-</td> 
      <td>Artyom Horuzhenko</td> 
@@ -307,7 +317,7 @@
      <td>-</td> 
      <td>-</td> 
     </tr> 
-    <tr class="b"> 
+    <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td> 
      <td><a name="daehn"></a>daehn</td> 
      <td>Peter D&auml;hn</td> 
@@ -317,7 +327,7 @@
      <td><a class="externalLink" href="http://www.vcrp.de">http://www.vcrp.de</a></td> 
      <td>-</td> 
     </tr> 
-    <tr class="a"> 
+    <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td> 
      <td><a name="onoke"></a>onoke</td> 
      <td>Keiji Ono</td>