[Pkg-voip-commits] [janus] 136/282: Moved NoSIP links in the demos to highlight the different nature of the plugin

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit b8205d92d0195683162c62ff7f6fcfc0d61fd5b6
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Fri Oct 20 15:26:58 2017 +0200

    Moved NoSIP links in the demos to highlight the different nature of the plugin
---
 html/demos.html  | 15 ++++++++++-----
 html/navbar.html |  3 ++-
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/html/demos.html b/html/demos.html
index 76604e3..94fa116 100644
--- a/html/demos.html
+++ b/html/demos.html
@@ -53,10 +53,6 @@
 					<td>A SIP Gateway demo, allowing you to register at a SIP server and start/receive calls.</td>
 				</tr>
 				<tr>
-					<td><a href="nosiptest.html">NoSIP (SDP/RTP)</a></td>
-					<td>A legacy interop demo (e.g., with a SIP peer) where signalling is up to the application.</td>
-				</tr>
-				<tr>
 					<td><a href="videoroomtest.html">Video Room</a></td>
 					<td>A videoconferencing demo, allowing you to join a video room with up to six users.</td>
 				</tr>
@@ -83,7 +79,16 @@
 			</table>
 			<table class="table table-striped">
 				<tr>
-					<td colspan=2><h3>Other demos</h3></td>
+					<td colspan=2><h3>Other legacy demos</h3></td>
+				</tr>
+				<tr>
+					<td><a href="nosiptest.html">NoSIP (SDP/RTP)</a></td>
+					<td>A legacy interop demo (e.g., with a SIP peer) where signalling is up to the application.</td>
+				</tr>
+			</table>
+			<table class="table table-striped">
+				<tr>
+					<td colspan=2><h3>Advanced demos</h3></td>
 				</tr>
 				<tr>
 					<td><a href="devicetest.html">Device Selection</a></td>
diff --git a/html/navbar.html b/html/navbar.html
index 466fb80..508a19a 100644
--- a/html/navbar.html
+++ b/html/navbar.html
@@ -18,7 +18,6 @@
 					<li><a href="streamingtest.html">Streaming</a></li>
 					<li><a href="videocalltest.html">Video Call</a></li>
 					<li><a href="siptest.html">SIP Gateway</a></li>
-					<li><a href="nosiptest.html">NoSIP (SDP/RTP)</a></li>
 					<li><a href="videoroomtest.html">Video Room</a></li>
 					<li><a href="audiobridgetest.html">Audio Bridge</a></li>
 					<li><a href="textroomtest.html">Text Room</a></li>
@@ -26,6 +25,8 @@
 					<li><a href="recordplaytest.html">Recorder/Playout</a></li>
 					<li><a href="screensharingtest.html">Screen Sharing</a></li>
 					<li class="divider"></li>
+					<li><a href="nosiptest.html">NoSIP (SDP/RTP)</a></li>
+					<li class="divider"></li>
 					<li><a href="devicetest.html">Device Selection</a></li>
 					<li><a href="vp9svctest.html">VP9-SVC Video Room</a></li>
 					<li class="divider"></li>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list