aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-01-11 20:39:39 +0000
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-01-11 20:42:41 +0000
commit36e42b5cd75baae9a7a24ed4b370689fc4d4a83c (patch)
tree9a3c4af06f81e96157015ce6faaf1b21f8b283fe
parente981bd0fa3873d5975f13935dc2ee05b1375df10 (diff)
downloadrel-html-36e42b5cd75baae9a7a24ed4b370689fc4d4a83c.tar.gz
rel-html: add new project hostapd configuration file
This adds support for a hostapd release page. There is one but this is shinier. Example release page: http://drvbp1.linux-foundation.org/~mcgrof/rel-html/hostapd/ Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
-rw-r--r--projects/hostapd.cfg36
1 files changed, 36 insertions, 0 deletions
diff --git a/projects/hostapd.cfg b/projects/hostapd.cfg
new file mode 100644
index 0000000..e6df45c
--- /dev/null
+++ b/projects/hostapd.cfg
@@ -0,0 +1,36 @@
+[project]
+rel_html_proj = hostapd
+rel_html_stable_vers = 1.1
+rel_html_url_releases = http://hostap.epitest.fi/releases/
+rel_license = BSD
+ignore_signatures = True
+ignore_changelogs = True
+release_extension = tar.gz
+
+[html]
+title = hostapd: Linux wireless 802.11 configuration utility
+
+nav_01_url = http://hostap.epitest.fi/hostapd/
+nav_01_txt = Documentation
+
+# XXX: Note: two % added here to help with what seems to be a python ConfigParser.py bug.
+# We should address this eventually.
+nav_02_url = http://hostap.epitest.fi/bugz/
+nav_02_txt = Bugs
+
+nav_03_url = http://lists.shmoo.com/mailman/listinfo/hostap
+nav_03_txt = Mailing List
+
+release_title = hostapd releases
+
+about_title = About hostapd
+about = hostapd is a user space daemon for access point and authentication
+ servers. It implements IEEE 802.11 access point management,
+ IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS client, EAP
+ server, and RADIUS authentication server. The current version
+ supports Linux (Host AP, madwifi, mac80211-based drivers) and
+ FreeBSD (net80211). hostapd is designed to be a "daemon" program
+ that runs in the background and acts as the backend component
+ controlling authentication. hostapd supports separate frontend
+ programs and an example text-based frontend, hostapd_cli, is
+ included with hostapd.