Imported Upstream version 2.6.0
This commit is contained in:
parent
26fb71b504
commit
459aaf9392
510 changed files with 40508 additions and 18859 deletions
185
docs/website/web-layout.conf
Normal file
185
docs/website/web-layout.conf
Normal file
|
|
@ -0,0 +1,185 @@
|
|||
#
|
||||
# Network UPS Tools website layout (based on AsciiDoc's).
|
||||
# Three division CSS based layout
|
||||
#
|
||||
# Simulated frames using CSS (fixed banner and menu, scrolling content).
|
||||
# NOTE: This layout does not work with IE6.
|
||||
#
|
||||
# +-----------------------------------------------------+
|
||||
# | #layout-banner |
|
||||
# +--------------+--------------------------------------+
|
||||
# | | |
|
||||
# | | |
|
||||
# | #layout-menu | #layout-content |
|
||||
# | | |
|
||||
# | | |
|
||||
# | | |
|
||||
# +--------------+--------------------------------------+
|
||||
#
|
||||
# Each of the three divisions is enclosed in a same-named *-box division
|
||||
# which position and size the layout.
|
||||
#
|
||||
# - The #layout-content division is a container for AsciiDoc page documents.
|
||||
# - Documents rendered in the #layout-content use the standard AsciiDoc
|
||||
# xhtml11 backend stylesheets.
|
||||
|
||||
[specialwords]
|
||||
#emphasizedwords=(?u)\\?\bNetwork UPS Tools\b
|
||||
#monospacedwords=(?u)\\?\basciidoc\(1\) (?u)\\?\ba2x\(1\)
|
||||
|
||||
[header]
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>Network UPS Tools - {doctitle}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={encoding}" />
|
||||
<meta name="generator" content="AsciiDoc {asciidoc-version}" />
|
||||
ifdef::index-only[]
|
||||
<meta name="description" content="Power Devices support" />
|
||||
<meta name="keywords" content="Free Software, UPS, Uninterruptible Power Supplies, PDU, Power Distributions Units, Solar Controllers, Power Devices" />
|
||||
endif::index-only[]
|
||||
<link rel="stylesheet" href="{stylesdir=css}/{theme={backend}}.css" type="text/css" />
|
||||
{doctype-manpage}<link rel="stylesheet" href="{stylesdir=.}/{theme={backend}}-manpage.css" type="text/css" />
|
||||
ifdef::quirks[]
|
||||
<link rel="stylesheet" href="{stylesdir=css}/{theme={backend}}-quirks.css" type="text/css" />
|
||||
endif::quirks[]
|
||||
<link rel="stylesheet" href="{stylesdir=css}/web-layout.css" type="text/css" />
|
||||
<link rel="shortcut icon" href="faviconut.ico" />
|
||||
<link rel="icon" href="faviconut.png" />
|
||||
ifdef::toc[]
|
||||
<script type="text/javascript">
|
||||
/*<![CDATA[*/
|
||||
window.onload = function()\{generateToc({toclevels=2})\}
|
||||
/*]]>*/
|
||||
</script>
|
||||
<script type="text/javascript" src="{scriptsdir=.}/toc.js"></script>
|
||||
endif::toc[]
|
||||
ifdef::hcl[]
|
||||
<script type="text/javascript" src="{scriptsdir=.}/jquery.js"></script>
|
||||
<script type="text/javascript" src="{scriptsdir=.}/ups_data.js"></script>
|
||||
<script language="javascript1.7" type="text/javascript" src="{scriptsdir=.}/nut_jquery.js"></script>
|
||||
endif::hcl[]
|
||||
<!--[if lte IE 7]>
|
||||
<link rel="stylesheet" href="{stylesdir=css}/ie-overrides.css" type="text/css" />
|
||||
<![endif]-->
|
||||
<!--[if lte IE 6]>
|
||||
<script type="text/javascript" src="./scripts/filter_png.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<div id="layout-banner-box">
|
||||
<div id="layout-banner">
|
||||
<div id="layout-title">Network UPS Tools</div>
|
||||
<div id="layout-description">Power Devices support</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="layout-menu-box">
|
||||
<ul id="layout-menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="download.html">Download</a></li>
|
||||
<li><a href="projects.html">Related projects</a></li>
|
||||
<li><a href="stable-hcl.html">Compatibility</a></li>
|
||||
<li><a href="documentation.html">Documentation</a></li>
|
||||
<li><a href="support.html">Support</a></li>
|
||||
<li><a href="https://alioth.debian.org/projects/nut/">Alioth Forge</a></li>
|
||||
</ul>
|
||||
<div id="sponsor"><span>Hosted by<br/></span>
|
||||
<a href="http://powerquality.eaton.com"><img src="images/eaton-logo.png" alt="Eaton" /></a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="layout-content-box">
|
||||
<div id="layout-content">
|
||||
# Article, book header.
|
||||
ifndef::doctype-manpage[]
|
||||
<div id="header">
|
||||
<h1>{doctitle}</h1>
|
||||
<span id="author">{author}</span><br />
|
||||
<span id="email"><tt><<a href="mailto:{email}">{email}</a>></tt></span><br />
|
||||
{authored}<span id="revision">version {revnumber}{revdate?,}</span>
|
||||
{authored}{revdate}
|
||||
</div>
|
||||
ifdef::toc[]
|
||||
<div id="toc">
|
||||
<div id="toctitle">Table of Contents</div>
|
||||
<noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
|
||||
</div>
|
||||
endif::toc[]
|
||||
endif::doctype-manpage[]
|
||||
# Man page header.
|
||||
ifdef::doctype-manpage[]
|
||||
<div id="header">
|
||||
<h1>
|
||||
{doctitle} Manual Page
|
||||
</h1>
|
||||
ifdef::toc[]
|
||||
<div id="toc">
|
||||
<div id="toctitle">Table of Contents</div>
|
||||
<noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
|
||||
</div>
|
||||
endif::toc[]
|
||||
<h2>NAME</h2>
|
||||
<div class="sectionbody">
|
||||
<p>{manname} -
|
||||
{manpurpose}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
endif::doctype-manpage[]
|
||||
|
||||
[footer]
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Version {revision}<br />
|
||||
Last updated {localdate} {localtime}
|
||||
</div>
|
||||
ifdef::badges[]
|
||||
<div id="footer-badges">
|
||||
ifdef::textonly[]
|
||||
Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a>
|
||||
and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
|
||||
endif::textonly[]
|
||||
ifndef::textonly[]
|
||||
<a href="http://www.methods.co.nz/asciidoc/">
|
||||
<img style="border:0;width:88px;height:31px"
|
||||
src="images/asciidoc.png"
|
||||
alt="Powered by AsciiDoc" />
|
||||
</a>
|
||||
<a href="http://validator.w3.org/check?uri=referer">
|
||||
<img style="border:0;width:88px;height:31px"
|
||||
src="http://www.w3.org/Icons/valid-xhtml11-blue"
|
||||
alt="Valid XHTML 1.1" height="31" width="88" />
|
||||
</a>
|
||||
<a href="http://jigsaw.w3.org/css-validator/check?uri=referer">
|
||||
<img style="border:0;width:88px;height:31px"
|
||||
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
|
||||
alt="Valid CSS!" />
|
||||
</a>
|
||||
<a href="http://www.mozilla.org/products/firefox/">
|
||||
<img style="border:none; width:110px; height:32px;"
|
||||
src="http://www.spreadfirefox.com/community/images/affiliates/Buttons/110x32/safer.gif"
|
||||
alt="Get Firefox!" />
|
||||
</a>
|
||||
endif::textonly[]
|
||||
</div>
|
||||
endif::badges[]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
ifdef::analytics[]
|
||||
<!-- script type="text/javascript" src="{scriptsdir=.}/ga.js"></script -->
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9664272-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
endif::analytics[]
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue