aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-01-11 20:03:19 +0000
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-01-11 20:42:22 +0000
commitf3a0188497a5e1c6081e8c7e5c8a2e3b8e8e7569 (patch)
tree80bbd9102b72388c18e2e6205c3c637d63cbc247
parent177d50926591bb671db25f47a1d17b02f3387dd5 (diff)
downloadrel-html-f3a0188497a5e1c6081e8c7e5c8a2e3b8e8e7569.tar.gz
rel-html: add new project iw configuration file
This adds support for an iw release page as it has none right now. Example release page: http://drvbp1.linux-foundation.org/~mcgrof/rel-html/iw/ Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
-rw-r--r--projects/iw.cfg29
1 files changed, 29 insertions, 0 deletions
diff --git a/projects/iw.cfg b/projects/iw.cfg
new file mode 100644
index 0000000..db6c04f
--- /dev/null
+++ b/projects/iw.cfg
@@ -0,0 +1,29 @@
+[project]
+rel_html_proj = iw
+rel_html_stable_vers = 3.8
+rel_html_testing_ver = latest
+rel_html_url_releases = http://wireless.kernel.org/download/iw/
+rel_license = ISC
+ignore_signatures = True
+ignore_changelogs = True
+
+[html]
+title = iw: Linux wireless 802.11 configuration utility
+
+nav_01_url = http://wireless.kernel.org/en/users/Documentation/iw
+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://wireless.kernel.org/en/users/Documentation/iw
+nav_02_txt = Bugs
+
+nav_03_url = http://wireless.kernel.org/en/developers/MailingLists
+nav_03_txt = Mailing List
+
+release_title = iw releases
+#release_title_next = Latest development releases
+
+about_title = About iw
+about = iw is the nl80211 based CLI configuration utility for
+ wireless 802.11 devices.