aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-01-11 20:15:41 +0000
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-01-11 20:42:33 +0000
commit32182e2d2297afb3de06be42f7fd7dbbf6120999 (patch)
treee3f9426633ffd6c195152b4533cfefa68282525a
parente139c077eb48d0ee1817efdd1013f00903edbb61 (diff)
downloadrel-html-32182e2d2297afb3de06be42f7fd7dbbf6120999.tar.gz
rel-html: add new project crda configuration file
This adds support for a crda release page as it has none right now. Example release page: http://drvbp1.linux-foundation.org/~mcgrof/rel-html/crda/ Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
-rw-r--r--projects/crda.cfg29
1 files changed, 29 insertions, 0 deletions
diff --git a/projects/crda.cfg b/projects/crda.cfg
new file mode 100644
index 0000000..5dfcd1c
--- /dev/null
+++ b/projects/crda.cfg
@@ -0,0 +1,29 @@
+[project]
+rel_html_proj = crda
+rel_html_stable_vers = 1.1.2
+rel_html_url_releases = http://wireless.kernel.org/download/crda/
+rel_license = ISC
+ignore_signatures = True
+ignore_changelogs = True
+
+[html]
+title = crda: Linux Central Regulatory Domain Agent
+
+nav_01_url = http://wireless.kernel.org/en/developers/Regulatory/CRDA
+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/developers/Regulatory/CRDA
+nav_02_txt = Bugs
+
+nav_03_url = http://wireless.kernel.org/en/developers/MailingLists
+nav_03_txt = Mailing List
+
+release_title = Latest CRDA release
+
+about_title = About crda
+about = CRDA acts as the udev helper for communication between
+ the kernel and userspace for regulatory compliance. It
+ relies on nl80211 for communication. CRDA is intended to
+ be run only through udev communication from the kernel.