Skip to content

Commit c251d75

Browse files
http to https
1 parent 67e3810 commit c251d75

File tree

219 files changed

+785
-785
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+785
-785
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<img src="http://www.ucar.edu/highlights/2007/images/globe2.jpg" align="right" />
1+
<img src="https://www.ucar.edu/highlights/2007/images/globe2.jpg" align="right" />
22

33
The Integrated Data Viewer (IDV) from Unidata is a framework for analyzing and displaying geoscience data. Developed using Java, VisAD and other component libraries, the IDV emphasizes interactive 3-Dimensional visualization and integration of diverse data types.

auxdata/docs/userguide/HelpSet.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='ISO-8859-1' ?>
22
<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 1.0//EN"
3-
"http://java.sun.com/products/javahelp/helpset_1_0.dtd">
3+
"https://java.sun.com/products/javahelp/helpset_1_0.dtd">
44

55
<helpset version="1.0">
66

auxdata/docs/userguide/Index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='ISO-8859-1' ?>
22
<!DOCTYPE index
33
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN"
4-
"http://java.sun.com/products/javahelp/index_1_0.dtd">
4+
"https://java.sun.com/products/javahelp/index_1_0.dtd">
55

66
<index version="1.0">
77

auxdata/docs/userguide/content/Faq.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
The Integrated Data Viewer (IDV) is a framework for
1717
visualizing and analyzing geoscience data. The IDV release includes a
1818
Java&#153;-based software library, and applications made from that software.
19-
It uses the <a href="http://www.ssec.wisc.edu/~billh/visad.html">VisAD</a>
19+
It uses the <a href="https://www.ssec.wisc.edu/~billh/visad.html">VisAD</a>
2020
library for data and display models as well as other Java utility
2121
packages. It was developed at the Unidata Program Center (UPC), part of the
2222
University Corporation for Atmospheric Research, Boulder, Colorado, which
@@ -59,14 +59,14 @@
5959
<p>
6060
Unidata, (year): Integrated Data Viewer (IDV) version IDV_version
6161
&#91;software&#93;. Boulder, CO:
62-
UCAR/Unidata. (http://doi.org/10.5065/D6RN35XM)
62+
UCAR/Unidata. (https://doi.org/10.5065/D6RN35XM)
6363
<p>
6464
where year is the year in which the work being described was done and
6565
IDV_version is the version of the IDV used. For example:
6666
<p>
6767
Unidata, (2015): Integrated Data Viewer (IDV) version 5.1
6868
&#91;software&#93;. Boulder, CO:
69-
UCAR/Unidata. (http://doi.org/10.5065/D6RN35XM)
69+
UCAR/Unidata. (https://doi.org/10.5065/D6RN35XM)
7070

7171
</faqitem>
7272

@@ -450,7 +450,7 @@
450450
Community sites can receive Level II data using the <a
451451
href="https://www.unidata.ucar.edu/ldm/index.html">
452452
Unidata Local Data Manager (LDM)</a>. Archived Level II data is
453-
available from the <a href="http://www.ncdc.noaa.gov/"> National
453+
available from the <a href="https://www.ncdc.noaa.gov/"> National
454454
Climatic Data Center (NCDC)</a>.<p>
455455

456456
The files should be stored on your file system with each station's files
@@ -716,7 +716,7 @@
716716
If you are running the most recent version of the IDV (after October 15th, 2008) the IDV provides
717717
a web-based service that produces a stack trace. Just view the URL:
718718
<pre>
719-
http://localhost:8788/stack.html
719+
https://localhost:8788/stack.html
720720
</pre>
721721
and send the results to <a href="mailto:[email protected]">[email protected]</a>.
722722
Note: this service is only available from browsers running on the machine the IDV is running on.

auxdata/docs/userguide/content/License.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@
3434

3535
<ul>
3636
<li>The University of Wisconsin-Madison (VisAD)
37-
(http://www.ssec.wisc.edu/~billh/visad.html)
37+
(https://www.ssec.wisc.edu/~billh/visad.html)
3838
<li>The Australian Bureau of Meteorology (AIFS)
39-
(http://ssu1.bom.gov.au/pub/ims/aifs.html)
40-
<li>The Apache Software Foundation (http://www.apache.org/)
41-
<li>The Jython project (http://www.jython.org)
42-
<li>The JDOM project (http://www.jdom.org)
43-
<li>The ImageJ project (http://rsb.info.nih.gov/ij/)
44-
<li>The JJ2000 project (http://jpeg2000.epfl.ch/)
45-
<li>The JFreeChart project (http://www.jfree.org/jfreechart/index.php)
46-
<li>The JCommon project (http://www.jfree.org/jcommon/)
47-
<li>The L2FProd.com Common Components 6.9.1 (http://common.L2FProd.com)
48-
<li>The jnumeric package (http://jnumerical.sourceforge.net/)
49-
<li>JAMA: The Java Matrix Package (http://math.nist.gov/javanumerics/jama/)
50-
<li>JTEM: Java tools for experimental mathematics (http://www-sfb288.math.tu-berlin.de/~jtem/numericalMethods/index.html)
51-
<li>The FAMFAMFAM Silk icon set (http://www.famfamfam.com/lab/icons/silk/)
39+
(https://ssu1.bom.gov.au/pub/ims/aifs.html)
40+
<li>The Apache Software Foundation (https://www.apache.org/)
41+
<li>The Jython project (https://www.jython.org)
42+
<li>The JDOM project (https://www.jdom.org)
43+
<li>The ImageJ project (https://rsb.info.nih.gov/ij/)
44+
<li>The JJ2000 project (https://jpeg2000.epfl.ch/)
45+
<li>The JFreeChart project (https://www.jfree.org/jfreechart/index.php)
46+
<li>The JCommon project (https://www.jfree.org/jcommon/)
47+
<li>The L2FProd.com Common Components 6.9.1 (https://common.L2FProd.com)
48+
<li>The jnumeric package (https://jnumerical.sourceforge.net/)
49+
<li>JAMA: The Java Matrix Package (https://math.nist.gov/javanumerics/jama/)
50+
<li>JTEM: Java tools for experimental mathematics (https://www-sfb288.math.tu-berlin.de/~jtem/numericalMethods/index.html)
51+
<li>The FAMFAMFAM Silk icon set (https://www.famfamfam.com/lab/icons/silk/)
5252
</ul>
5353

5454
Please read the different LICENSE files present in the root directory of

auxdata/docs/userguide/content/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This will generate te documentation and place it in ../processed
99

1010

1111
To make the pdf file you first need to have htmldoc installed:
12-
http://www.htmldoc.org/
12+
https://www.htmldoc.org/
1313
This is the utility that generates a pdf from a big html file.
1414
With htmldoc installed and in your path you can just do:
1515
source makepdf.sh

auxdata/docs/userguide/content/Starting.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h4>Unattended installations</h4>
118118
Using Java Web Start</subhead>
119119

120120

121-
<a href="http://java.sun.com/products/javawebstart/"> Java Web Start</a>
121+
<a href="https://java.sun.com/products/javawebstart/"> Java Web Start</a>
122122
is an application-deployment technology from Sun Microsystems that downloads
123123
all necessary software for an application and then starts the application
124124
with a single click in your Web browser.

auxdata/docs/userguide/content/controls/misc/OmniControl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
used to create a display where you have complete control over which
88
coordinates are the axes, how it is colored, and so on.
99
Use of the VisAD Spread Sheet is not described here. See the VisAD
10-
Spread Sheet document at http://www.ssec.wisc.edu/~curtis/ss.html.
10+
Spread Sheet document at https://www.ssec.wisc.edu/~curtis/ss.html.
1111

1212
[ht::cimg images/OmniControlGui.gif]
1313

auxdata/docs/userguide/content/controls/misc/TextDisplayControl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<body>
5656
... misc html ...
5757
<form
58-
action="idv:idv.createDisplay ('http://motherlode.ucar.edu/cgi-bin/dods/nph-nc/dods/casestudies/idvtest/grids/%datetime%_%nwpmodel%.nc', 'windspeed', 'isosurface', 'DefaultView=view1;')">
58+
action="idv:idv.createDisplay ('https://motherlode.ucar.edu/cgi-bin/dods/nph-nc/dods/casestudies/idvtest/grids/%datetime%_%nwpmodel%.nc', 'windspeed', 'isosurface', 'DefaultView=view1;')">
5959
<br>
6060
<b>Date and Time:</b>
6161
<select name="datetime">

auxdata/docs/userguide/content/controls/stormtrack/StormTrackControl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
The Storm Track Control displays tropical storm observation and model output tracks.
77
Currently the IDV supports both
8-
the <a href="http://www.nrlmry.navy.mil/atcf_web/index1.html">Automated Tropical Cyclone Forecasting System (ATCF)</a>
9-
data as well as data from the <a href="http://www.sti.org.cn/">Shanghai Typhoon Institute</a>.
8+
the <a href="https://www.nrlmry.navy.mil/atcf_web/index1.html">Automated Tropical Cyclone Forecasting System (ATCF)</a>
9+
data as well as data from the <a href="https://www.sti.org.cn/">Shanghai Typhoon Institute</a>.
1010
<p>
1111
To load in ATCF data select the [ht::menu Data Special {ATCF Tropical Storm Data}] menu.
1212
This creates a data source with a predefined

0 commit comments

Comments
 (0)