Skip to content

Commit

Permalink
index.html: Import
Browse files Browse the repository at this point in the history
Import index.html from the current live website
  • Loading branch information
lathiat committed Dec 4, 2023
0 parents commit 595f713
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<html>
<head>
<title>avahi - mDNS/DNS-SD</title>
</head>
<body>
<h1>Welcome to Avahi</h1>
<h2>Quick Links</h2>
<ul>
<li><a href="/doxygen/">doxygen documentation</a></li>
<li><a href="http://avahi.org/download/avahi-0.8.tar.gz">download: avahi 0.8</a></li>
<li><a href="http://avahi.org/download/avahi-0.7.tar.gz">download: avahi 0.7</a></li>
<li><a href="http://github.com/avahi/avahi">github: avahi/avahi (bug reports & pull requests)</a></li>
<li><a href="http://github.com/avahi/nss-mdns">github: avahi/nss-mdns (bug reports & pull requests)</a></li>
<li><a href="http://lists.freedesktop.org/mailman/listinfo/avahi">mailing list</a></li>
</ul>
<h2>What is Avahi?</h2>
<p>Avahi is a system which facilitates service discovery on a local network via the mDNS/DNS-SD protocol suite. This enables you to plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. Compatible technology is found in Apple MacOS X (branded "<a href="http://www.apple.com/macosx/features/bonjour/">Bonjour</a>" and sometimes "Zeroconf").</p>
<p>Avahi is primarily targetted at Linux systems and ships by default in most distributions. It is not ported to Windows at this stage, but will run on many other BSD-like systems. The primary API is D-Bus and is required for usage of most of Avahi, however services can be published using an XML service definition placed in /etc/avahi/services.</p>
<p>See also the <a href="http://github.com/avahi/nss-mdns">nss-mdns project</a>, which allows hostname lookup of *.local hostnames via mDNS in all system programs using nsswitch</p>
<p><a href="http://en.wikipedia.org/wiki/Avahi_%28software%29">Definition at Wikipedia</a></p>
<h2>News</h2>
<h3>December 2023</h3>
* 2023-12-04: The avahi repositories on GitHub have moved from lathiat's namespace to the new avahi organisation namespace. You can find them at <a href="https://github.com/avahi/avahi">https://github.com/avahi/avahi</a> and <a href="https://github.com/avahi/nss-mdns">https://github.com/avahi/nss-mdns</a>.
<h3>February 2020</h3>
* 2020-02-18: We have released <a href="https://github.com/avahi/avahi/releases/tag/v0.8">Avahi 0.8</a>! This release has a number of new features and a D-Bus/avahi-core API change related to racing signals with D-Bus object creation. For full details of all bug fixes, changes and new features check out the <a href="https://github.com/avahi/avahi/releases/tag/v0.8">release page</a> or docs/NEWS!
<h3>July 2017</h3>
* 2017-07-10: We have released <a href="https://github.com/avahi/avahi/releases/tag/v0.7">Avahi 0.7</a>! The main new feature of this release is the ability to encode binary (non-text) TXT records into XML service definitions (/etc/avahi/services). For full details of all bug fixes, changes and new features check the <a href="https://github.com/avahi/avahi/releases/tag/v0.7">release page</a>
<h3>February 2016</h3>
* 2016-02-16: We have released <a href="https://github.com/avahi/avahi/releases/tag/v0.6.32">Avahi 0.6.32</a>! This is a bugfix release with a couple of minor new configuration options or default changes. Full details and downloads at the link. Please file any issues or pull requests through <a href="https://github.com/avahi/avahi/issues">github.com/avahi/avahi</a>

<h3>October 2015</h3>
* 2015-10-10: We have a release candidate, <a href="https://github.com/avahi/avahi/archive/0.6.32-rc.tar.gz">0.6.32-rc</a>! This is mostly a bugfix release, see the <a href="https://github.com/avahi/avahi/blob/master/docs/NEWS">NEWS (Change Log)</a>. This is intended for release soon, please file any issues you notice through <a href="https://github.com/avahi/avahi/issues">github.com/avahi/avahi</a>.

<h3>February 2012</h3>
* 2012-02-15: We have released <a href="/download/avahi-0.6.31.tar.gz">Avahi 0.6.31</a>! This is a bugfix release.

<h3>April 2011</h3>
* 2011-04-04: We have released <a href="/download/avahi-0.6.30.tar.gz">Avahi 0.6.30</a>! This is a bugfix release.

<h3>March 2011</h3>
* 2011-03-09: We have released <a href="/download/avahi-0.6.29.tar.gz">Avahi 0.6.29</a>! This is a bugfix release and fixes a minor security issue.

<h3>August 2010</h3>
* 2010-10-05: We have released <a href="/download/avahi-0.6.28.tar.gz">Avahi 0.6.28</a>! This is a bugfix release.

<h3>July 2010</h3>
* 2010-07-13: We have released <a href="/download/avahi-0.6.27.tar.gz">Avahi 0.6.27</a>! This is a bugfix release.

<h3>June 2010</h3>
* 2010-06-29: We have released <a href="/download/avahi-0.6.26.tar.gz">Avahi 0.6.26</a>! This is a bugfix release and fixes a minor security issue.

</body>
</html>

0 comments on commit 595f713

Please sign in to comment.