Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1144 committed - Install the new HTML5-frontend with NDT

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1144 committed - Install the new HTML5-frontend with NDT


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1144 committed - Install the new HTML5-frontend with NDT
  • Date: Fri, 07 Nov 2014 08:50:05 +0000

Revision: 1144
Author:

Date: Fri Nov 7 08:49:50 2014 UTC
Log: Install the new HTML5-frontend with NDT
https://code.google.com/p/ndt/source/detail?r=1144

Added:
/branches/Issue162/HTML5-frontend/Makefile.am
Modified:
/branches/Issue162/Makefile.am
/branches/Issue162/conf/ndt-apache.conf
/branches/Issue162/configure.ac

=======================================
--- /dev/null
+++ /branches/Issue162/HTML5-frontend/Makefile.am Fri Nov 7 08:49:50 2014 UTC
@@ -0,0 +1,25 @@
+#########################################################################
+# #
+# Copyright (C) 2014 #
+# Internet2 #
+# All Rights Reserved #
+# #
+#########################################################################
+#
+# File: Makefile.am
+#
+# Author: Paweł Gesek
+#
+# Date: Thu Nov 6 16:23:02 CET 2014
+#
+# Description: Makefile for the new HTML5 frontend
+
+TEMPDIRS = dist
+
+ndtdir = $(prefix)/ndt
+
+nobase_ndt_DATA = jquery-1.4.4.min.js ie.css style.css gauge.min.js widget.html \
+ images/mlab-logo.png images/mlab-logo-small.png script.js \
+ fonts/digital-7-mono.ttf fonts/League_Gothic.otf \
+ fonts/League_Gothic.eot embed.html set-active-client.sh
+
=======================================
--- /branches/Issue162/Makefile.am Thu Jun 26 15:32:26 2014 UTC
+++ /branches/Issue162/Makefile.am Fri Nov 7 08:49:50 2014 UTC
@@ -16,7 +16,7 @@
# Description: toplevel build for bwctl
#

-SUBDIRS = @TOP_BUILD_DIRS@ src conf doc
+SUBDIRS = @TOP_BUILD_DIRS@ src conf doc HTML5-frontend

if INCLUDE_APPLET
SUBDIRS += Applet
=======================================
--- /branches/Issue162/conf/ndt-apache.conf Mon Jun 23 20:04:04 2014 UTC
+++ /branches/Issue162/conf/ndt-apache.conf Fri Nov 7 08:49:50 2014 UTC
@@ -3,7 +3,7 @@
<VirtualHost *:7123>
DocumentRoot /usr/ndt
<Directory /usr/ndt>
- DirectoryIndex tcpbw100.html
+ DirectoryIndex widget.html
AllowOverride None
</Directory>

=======================================
--- /branches/Issue162/configure.ac Wed Jun 25 17:56:39 2014 UTC
+++ /branches/Issue162/configure.ac Fri Nov 7 08:49:50 2014 UTC
@@ -376,7 +376,7 @@
AC_SUBST(ac_aux_dir)
AC_CONFIG_FILES([Makefile
src/Makefile Admin/Makefile Applet/Makefile
- conf/Makefile doc/Makefile janalyze/Makefile
flash-client/Makefile])
+ conf/Makefile doc/Makefile janalyze/Makefile flash-client/Makefile HTML5-frontend/Makefile])
AC_OUTPUT

echo ""


  • [ndt-dev] [ndt] r1144 committed - Install the new HTML5-frontend with NDT, ndt, 11/07/2014

Archive powered by MHonArc 2.6.16.

Top of Page