Imported Upstream version 2.6.1
This commit is contained in:
parent
459aaf9392
commit
a367d9bc54
178 changed files with 4651 additions and 3279 deletions
|
@ -50,6 +50,7 @@ ASCIIDOC_PARAMS = --unsafe --backend=xhtml11 \
|
|||
--attribute scriptsdir=$(srcdir)/scripts \
|
||||
--attribute=badges \
|
||||
--attribute=website \
|
||||
--attribute=quirks \
|
||||
--attribute=revision=$(PACKAGE_VERSION) \
|
||||
--attribute localdate=`TZ=UTC date +%Y-%m-%d` \
|
||||
--attribute localtime=`TZ=UTC date +%H:%M:%S` \
|
||||
|
|
|
@ -38,7 +38,6 @@ subdir = docs/website
|
|||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \
|
||||
$(top_srcdir)/m4/ax_create_stdint_h.m4 \
|
||||
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
|
||||
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
|
||||
$(top_srcdir)/m4/lt~obsolete.m4 \
|
||||
|
@ -277,6 +276,7 @@ ASCIIDOC_PARAMS = --unsafe --backend=xhtml11 \
|
|||
--attribute scriptsdir=$(srcdir)/scripts \
|
||||
--attribute=badges \
|
||||
--attribute=website \
|
||||
--attribute=quirks \
|
||||
--attribute=revision=$(PACKAGE_VERSION) \
|
||||
--attribute localdate=`TZ=UTC date +%Y-%m-%d` \
|
||||
--attribute localtime=`TZ=UTC date +%H:%M:%S` \
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
- June 1, 2011: 2.6.1 released
|
||||
- May 19, 2011: link:download.html#_binary_packages[Beta NUT 2.6.0-1 package for Windows released]
|
||||
- January 14, 2011: 2.6.0 released
|
||||
- December 24, 2010: 2.6.0-pre1 released
|
||||
- December 16, 2010: link:http://www.lestat.st/en/informatique/projets/nut-monitor[NUT-Monitor] 1.3 released
|
||||
|
|
|
@ -35,10 +35,8 @@
|
|||
<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[]
|
||||
<meta name="keywords" content="Free Software, UPS, Uninterruptible Power Supplies, PDU, Power Distributions Units, Solar Controllers, power, Power Devices, Linux, Unix, Windows, Mac OS X" />
|
||||
<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[]
|
||||
|
@ -166,20 +164,20 @@ endif::badges[]
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Google Analytics integration -->
|
||||
<script type="text/javascript">
|
||||
|
||||
ifdef::analytics[]
|
||||
<!-- script type="text/javascript" src="{scriptsdir=.}/ga.js"></script -->
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-9664272-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
<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>
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>
|
||||
endif::analytics[]
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue