[openmeetings-site] 01/01: Update Build Instructions JavaScript.

2020-08-17 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/update-build-instructions-javascript
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git

commit 0c1955ca4e3b84feb2528e90e6be41723c0709e4
Author: Sebastian Wagner 
AuthorDate: Mon Aug 17 19:10:27 2020 +1200

Update Build Instructions JavaScript.
---
 BuildInstructions.html | 32 +---
 index.html |  6 +++---
 2 files changed, 32 insertions(+), 6 deletions(-)

diff --git a/BuildInstructions.html b/BuildInstructions.html
index de04ce1..66d1557 100644
--- a/BuildInstructions.html
+++ b/BuildInstructions.html
@@ -3,7 +3,7 @@
 
   
 
 
 
@@ -214,14 +214,14 @@
 
 
 
-Last Published: 
2020-04-23
+Last Published: 
2020-08-17
 
 
  
  
   Nightly Builds
   
-  You can find Nightly Builds of the software at: https://builds.apache.org/view/M-R/view/OpenMeetings/"; target="_blank" 
rel="nofollow"> https://builds.apache.org/view/M-R/view/OpenMeetings/   
+  You can find Nightly Builds of the software at: https://ci-builds.apache.org/job/OpenMeetings/"; target="_blank" 
rel="nofollow"> https://ci-builds.apache.org/job/OpenMeetings/   
  
  
  How to Build a Distribution 
@@ -299,6 +299,26 @@ cd ..; mvn clean install -PallModules,quick,mysql -pl 
openmeetings-util,openmeet
 
 
   
+ 
+ 
+ Update JavaScript and CSS at 
runtime 
+  
+  You can update Javascript and CSS files and then copy them at runtime. No 
need to re-run the entire Server build and restart. This can greatly save time 
when developing: 
+   
+   mvn minify:minify@room-js minify:minify@interview-wb-js 
minify:minify@wb-js minify:minify@fileinput-js minify:minify@settings-js 
minify:minify@nettest-js minify:minify@chat-js minify:minify@theme-minify 
+   
+  You can further trim down the compile time to just selected Javascript 
sections: 
+   
+   mvn minify:minify@room-js minify:minify@interview-wb-js 
+   
+  And then copy them into the relevant folder, for example if your run the 
Embedded Jetty: 
+   
+   cp -R target/generated-sources/main/java/org/apache/openmeetings/* 
target/openmeetings-web-5.0.0-SNAPSHOT/WEB-INF/classes/org/apache/openmeetings/
 
+   
+  
+ 
+ 
+ Fix Proxy settings 
   
   Working behind a proxy: If you are sitting behind a proxy you should 
add some proxy settings before starting the build process. 

@@ -338,6 +358,12 @@ cd ..; mvn clean install -PallModules,quick,mysql -pl 
openmeetings-util,openmeet
 
 Tips and Gotchas
 
+
+Update JavaScript and CSS at 
runtime
+
+
+Fix Proxy settings
+
 
 

diff --git a/index.html b/index.html
index 6931d36..98a5e92 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
 
   
 
 
 
@@ -214,7 +214,7 @@
 
 
 
-Last Published: 
2020-04-23
+Last Published: 
2020-08-17
 
 
 
@@ -294,7 +294,7 @@
  
   Apache OpenMeetings - 
Features and overview
   
- Openmeetings provides video conferencing, instant messaging, white board, 
collaborative document editing and other groupware tools. It uses API functions 
of Media Server for Remoting and Streaming (Red5 or Kurento).  
+ Openmeetings provides video conferencing, instant messaging, white board, 
collaborative document editing and other groupware tools. It uses API functions 
of Media Server for Remoting and Streaming Kurento.  
   OpenMeetings is a project of the Apache, the old project website at http://code.google.com/p/openmeetings/"; 
target="_blank">GoogleCode will receive no updates anymore. The website at 
Apache is the only place that receives updates.  
  
  



[openmeetings-site] 01/01: Update build instructions.

2020-08-17 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/update-build-instructions
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git

commit aa7bed12909f4d3c9cb415853878e93bebe99e9b
Author: Sebastian Wagner 
AuthorDate: Mon Aug 17 19:04:13 2020 +1200

Update build instructions.
---
 BuildInstructions.html | 32 +---
 index.html | 46 ++
 2 files changed, 55 insertions(+), 23 deletions(-)

diff --git a/BuildInstructions.html b/BuildInstructions.html
index ffc94e6..66d1557 100644
--- a/BuildInstructions.html
+++ b/BuildInstructions.html
@@ -3,7 +3,7 @@
 
   
 
 
 
@@ -214,14 +214,14 @@
 
 
 
-Last Published: 
2020-04-11
+Last Published: 
2020-08-17
 
 
  
  
   Nightly Builds
   
-  You can find Nightly Builds of the software at: https://builds.apache.org/view/M-R/view/OpenMeetings/"; target="_blank" 
rel="nofollow"> https://builds.apache.org/view/M-R/view/OpenMeetings/   
+  You can find Nightly Builds of the software at: https://ci-builds.apache.org/job/OpenMeetings/"; target="_blank" 
rel="nofollow"> https://ci-builds.apache.org/job/OpenMeetings/   
  
  
  How to Build a Distribution 
@@ -299,6 +299,26 @@ cd ..; mvn clean install -PallModules,quick,mysql -pl 
openmeetings-util,openmeet
 
 
   
+ 
+ 
+ Update JavaScript and CSS at 
runtime 
+  
+  You can update Javascript and CSS files and then copy them at runtime. No 
need to re-run the entire Server build and restart. This can greatly save time 
when developing: 
+   
+   mvn minify:minify@room-js minify:minify@interview-wb-js 
minify:minify@wb-js minify:minify@fileinput-js minify:minify@settings-js 
minify:minify@nettest-js minify:minify@chat-js minify:minify@theme-minify 
+   
+  You can further trim down the compile time to just selected Javascript 
sections: 
+   
+   mvn minify:minify@room-js minify:minify@interview-wb-js 
+   
+  And then copy them into the relevant folder, for example if your run the 
Embedded Jetty: 
+   
+   cp -R target/generated-sources/main/java/org/apache/openmeetings/* 
target/openmeetings-web-5.0.0-SNAPSHOT/WEB-INF/classes/org/apache/openmeetings/
 
+   
+  
+ 
+ 
+ Fix Proxy settings 
   
   Working behind a proxy: If you are sitting behind a proxy you should 
add some proxy settings before starting the build process. 

@@ -338,6 +358,12 @@ cd ..; mvn clean install -PallModules,quick,mysql -pl 
openmeetings-util,openmeet
 
 Tips and Gotchas
 
+
+Update JavaScript and CSS at 
runtime
+
+
+Fix Proxy settings
+
 
 

diff --git a/index.html b/index.html
index bc6f287..98a5e92 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
 
   
 
 
 
@@ -214,7 +214,7 @@
 
 
 
-Last Published: 
2020-04-11
+Last Published: 
2020-08-17
 
 
 
@@ -294,7 +294,7 @@
  
   Apache OpenMeetings - 
Features and overview
   
- Openmeetings provides video conferencing, instant messaging, white board, 
collaborative document editing and other groupware tools. It uses API functions 
of Media Server for Remoting and Streaming (Red5 or Kurento).  
+ Openmeetings provides video conferencing, instant messaging, white board, 
collaborative document editing and other groupware tools. It uses API functions 
of Media Server for Remoting and Streaming Kurento.  
   OpenMeetings is a project of the Apache, the old project website at http://code.google.com/p/openmeetings/"; 
target="_blank">GoogleCode will receive no updates anymore. The website at 
Apache is the only place that receives updates.  
  
  
@@ -302,9 +302,9 @@
   

 
-Version 5.0.0-M3 released! 
+Version 5.0.0-M4 released! 
 
-  Release 5.0.0-M3, provides following improvements: 
+  Release 5.0.0-M4, provides following improvements: 
   This release provides WebRTC audio/video/screen-sharing in the Room 
  
Flash plugin is no more required in the browser 
@@ -312,29 +312,35 @@
Please NOTE: this version might be not production ready 

IMPORTANT: Java 11 is required 
-  Backup/Restore: 
+  UI: 
   
-  Multiple issues with restore were fixed 
-  Confirmation of backup import was added 
-  File/recording hashes are preserved when possible 
-  White board: 
+  Main UI library has been changed Jquery-UI -> Bootstrap 
+  Hotkey to resize&arrage "video" windows is added 
+  Camera/Microphone on/off icons are less confusing 
+  The room can be blocked until moderator will enter 
+  Room sidebar dock button works as expected 
+  Right-click menu for WB tab is fixed 
+  Link to privacy statement is added to sign-in dialog

[openmeetings-site] 01/01: Update build instructions.

2020-08-17 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/update-build-instructions
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git

commit aa7bed12909f4d3c9cb415853878e93bebe99e9b
Author: Sebastian Wagner 
AuthorDate: Mon Aug 17 19:04:13 2020 +1200

Update build instructions.
---
 BuildInstructions.html | 32 +---
 index.html | 46 ++
 2 files changed, 55 insertions(+), 23 deletions(-)

diff --git a/BuildInstructions.html b/BuildInstructions.html
index ffc94e6..66d1557 100644
--- a/BuildInstructions.html
+++ b/BuildInstructions.html
@@ -3,7 +3,7 @@
 
   
 
 
 
@@ -214,14 +214,14 @@
 
 
 
-Last Published: 
2020-04-11
+Last Published: 
2020-08-17
 
 
  
  
   Nightly Builds
   
-  You can find Nightly Builds of the software at: https://builds.apache.org/view/M-R/view/OpenMeetings/"; target="_blank" 
rel="nofollow"> https://builds.apache.org/view/M-R/view/OpenMeetings/   
+  You can find Nightly Builds of the software at: https://ci-builds.apache.org/job/OpenMeetings/"; target="_blank" 
rel="nofollow"> https://ci-builds.apache.org/job/OpenMeetings/   
  
  
  How to Build a Distribution 
@@ -299,6 +299,26 @@ cd ..; mvn clean install -PallModules,quick,mysql -pl 
openmeetings-util,openmeet
 
 
   
+ 
+ 
+ Update JavaScript and CSS at 
runtime 
+  
+  You can update Javascript and CSS files and then copy them at runtime. No 
need to re-run the entire Server build and restart. This can greatly save time 
when developing: 
+   
+   mvn minify:minify@room-js minify:minify@interview-wb-js 
minify:minify@wb-js minify:minify@fileinput-js minify:minify@settings-js 
minify:minify@nettest-js minify:minify@chat-js minify:minify@theme-minify 
+   
+  You can further trim down the compile time to just selected Javascript 
sections: 
+   
+   mvn minify:minify@room-js minify:minify@interview-wb-js 
+   
+  And then copy them into the relevant folder, for example if your run the 
Embedded Jetty: 
+   
+   cp -R target/generated-sources/main/java/org/apache/openmeetings/* 
target/openmeetings-web-5.0.0-SNAPSHOT/WEB-INF/classes/org/apache/openmeetings/
 
+   
+  
+ 
+ 
+ Fix Proxy settings 
   
   Working behind a proxy: If you are sitting behind a proxy you should 
add some proxy settings before starting the build process. 

@@ -338,6 +358,12 @@ cd ..; mvn clean install -PallModules,quick,mysql -pl 
openmeetings-util,openmeet
 
 Tips and Gotchas
 
+
+Update JavaScript and CSS at 
runtime
+
+
+Fix Proxy settings
+
 
 

diff --git a/index.html b/index.html
index bc6f287..98a5e92 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
 
   
 
 
 
@@ -214,7 +214,7 @@
 
 
 
-Last Published: 
2020-04-11
+Last Published: 
2020-08-17
 
 
 
@@ -294,7 +294,7 @@
  
   Apache OpenMeetings - 
Features and overview
   
- Openmeetings provides video conferencing, instant messaging, white board, 
collaborative document editing and other groupware tools. It uses API functions 
of Media Server for Remoting and Streaming (Red5 or Kurento).  
+ Openmeetings provides video conferencing, instant messaging, white board, 
collaborative document editing and other groupware tools. It uses API functions 
of Media Server for Remoting and Streaming Kurento.  
   OpenMeetings is a project of the Apache, the old project website at http://code.google.com/p/openmeetings/"; 
target="_blank">GoogleCode will receive no updates anymore. The website at 
Apache is the only place that receives updates.  
  
  
@@ -302,9 +302,9 @@
   

 
-Version 5.0.0-M3 released! 
+Version 5.0.0-M4 released! 
 
-  Release 5.0.0-M3, provides following improvements: 
+  Release 5.0.0-M4, provides following improvements: 
   This release provides WebRTC audio/video/screen-sharing in the Room 
  
Flash plugin is no more required in the browser 
@@ -312,29 +312,35 @@
Please NOTE: this version might be not production ready 

IMPORTANT: Java 11 is required 
-  Backup/Restore: 
+  UI: 
   
-  Multiple issues with restore were fixed 
-  Confirmation of backup import was added 
-  File/recording hashes are preserved when possible 
-  White board: 
+  Main UI library has been changed Jquery-UI -> Bootstrap 
+  Hotkey to resize&arrage "video" windows is added 
+  Camera/Microphone on/off icons are less confusing 
+  The room can be blocked until moderator will enter 
+  Room sidebar dock button works as expected 
+  Right-click menu for WB tab is fixed 
+  Link to privacy statement is added to sign-in dialog