/usr/share/doc/netCDF/html/index.html is in netcdf-doc 1:4.4.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>NetCDF: Overview</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="netcdf-50x50.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">NetCDF
 <span id="projectnumber">4.4.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li class="current"><a href="index.html"><span>NetCDF Documentation</span></a></li>
<li><a href="pages.html"><span>Navigation</span></a></li>
<li><a href="modules.html"><span>NetCDF Functions</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('index.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Overview </div> </div>
</div><!--header-->
<div class="contents">
<div class="toc"><h3>Table of Contents</h3>
<ul><li class="level1"><a href="#what_is_netcdf">What is NetCDF?</a></li>
<li class="level1"><a href="#this_release">Learn more about the current NetCDF-C Release</a><ul><li class="level2"><a href="#nightly_status">The Latest NetCDF Build Status</a><ul><li class="level3"><a href="#NetCDF-C">NetCDF-C</a></li>
<li class="level3"><a href="#NetCDF-Fortran">NetCDF-Fortran</a></li>
</ul>
</li>
</ul>
</li>
<li class="level1"><a href="#learn-more">Learn more about using NetCDF-C</a></li>
<li class="level1"><a href="#netcdf-cmake-windows">NetCDF CMake and Windows support:</a></li>
<li class="level1"><a href="#netcdf_credits">About NetCDF</a></li>
</ul>
</div>
<div class="textblock"><h1><a class="anchor" id="what_is_netcdf"></a>
What is NetCDF?</h1>
<p>NetCDF is a set of software libraries and self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. NetCDF was developed and is maintained at <a href="http://www.unidata.ucar.edu">Unidata</a>. Unidata provides data and software tools for use in geoscience education and research. Unidata is part of the University Corporation for Atmospheric Research (<a href="http://www.ucar.edu">UCAR</a>) Community Programs (<a href="http://www.uop.ucar.edu">UCP</a>). Unidata is funded primarily by the National Science Foundation.</p>
<p>The NetCDF homepage may be found at <a href="http://www.unidata.ucar.edu/netcdf">http://www.unidata.ucar.edu/netcdf</a>. The NetCDF source-code is hosted at <a href="http://github.com">GitHub</a>, and may be found directly at <a href="http://github.com/Unidata/netcdf-c">http://github.com/Unidata/netcdf-c</a>.</p>
<h1><a class="anchor" id="this_release"></a>
Learn more about the current NetCDF-C Release</h1>
<ul>
<li><a class="el" href="RELEASE_NOTES.html">Release Notes</a></li>
<li><a class="el" href="getting_and_building_netcdf.html">Getting and Building netCDF</a></li>
</ul>
<h2><a class="anchor" id="nightly_status"></a>
The Latest NetCDF Build Status</h2>
<h3><a class="anchor" id="NetCDF-C"></a>
NetCDF-C</h3>
<ul>
<li><a href="http://my.cdash.org/index.php?project=netcdf-c">The netCDF-C Nightly and Continuous Integration Dashboard</a></li>
<li><a href="https://travis-ci.org/Unidata/netcdf-c">NetCDF-C at Travis-CI</a></li>
</ul>
<h3><a class="anchor" id="NetCDF-Fortran"></a>
NetCDF-Fortran</h3>
<ul>
<li><a href="http://my.cdash.org/index.php?project=netcdf-fortran">The netCDF-Fortran Nightly and Continuous Integration Dashboard</a></li>
<li><a href="https://travis-ci.org/Unidata/netcdf-c">NetCDF-Fortran at Travis-CI</a></li>
</ul>
<h1><a class="anchor" id="learn-more"></a>
Learn more about using NetCDF-C</h1>
<ul>
<li><a class="el" href="tutorial.dox.html#sec_tut">Tutorial Documentation</a></li>
<li><a class="el" href="user_guide.html">The NetCDF User's Guide</a></li>
<li><a class="el" href="netcdf_working_with_netcdf_files.html">Working with NetCDF Files from the command line.</a></li>
<li><a href="http://www.unidata.ucar.edu/software/netcdf/docs/index-413.html" class="el">Older Documentation, plus details regarding netcdf-fortran and netcdf-cxx.</a></li>
</ul>
<h1><a class="anchor" id="netcdf-cmake-windows"></a>
NetCDF CMake and Windows support:</h1>
<ul>
<li><a class="el" href="getting_and_building_netcdf.html#netCDF-CMake">Build Instructions for netCDF-C using CMake </a></li>
<li><a class="el" href="winbin.html">Installing and Using netCDF-C Libraries in Windows</a></li>
</ul>
<h1><a class="anchor" id="netcdf_credits"></a>
About NetCDF</h1>
<dl class="section author"><dt>Authors</dt><dd>Russ Rew, Glenn Davis, Steve Emmerson, Harvey Davies, Ed Hartnett, Dennis Heimbigner and Ward Fisher</dd></dl>
<p>NetCDF was developed and is maintained at <a href="http://www.unidata.ucar.edu">Unidata</a>, part of the <a href="http://www.ucar.edu">University Corporation for Atmospheric Research</a> (UCAR) <a href="http://www.ucp.ucar.edu">Community Programs</a> (UCP). Unidata is funded primarily by the National Science Foundation.</p>
<p>A complete list of credits and contributors to NetCDF may be found at the <a class="el" href="netcdf-credits-page.html">NetCDF Credits</a> page.</p>
<p><a href="http://www.unidata.ucar.edu">Unidata</a> provides data and software tools for use in geoscience education and research.</p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<hr size="2"/>
<address style="text-align: center;">
<a href="http://www.unidata.ucar.edu/software/netcdf/">Return to the Main Unidata NetCDF page.</a><br>
<img src="unidata_logo_cmyk.png">
<address style="text-align: right;"><small>
Generated on Sun Mar 27 2016 11:43:30 for NetCDF. NetCDF is
a <a href="http://www.unidata.ucar.edu/">Unidata</a> library.</small></address>
</body>
</html>
|