diff --git a/share/apps.json b/share/apps.json
index ee3aae712..54635d7f8 100644
--- a/share/apps.json
+++ b/share/apps.json
@@ -359,7 +359,7 @@
"Bonfire": {
"website": "cibonfire.com",
"cats": [ 18 ],
- "html": [ "Powered by ]+href=\"https?://(?:www\\.)?cibonfire\\.com[^>]*>Bonfire v([^<]+)\\;version:\\1",
+ "html": "Powered by ]+href=\"https?://(?:www\\.)?cibonfire\\.com[^>]*>Bonfire v([^<]+)\\;version:\\1",
"implies": "CodeIgniter"
},
"Brother": {
@@ -2460,6 +2460,11 @@
"cats": [ 1 ],
"meta": { "generator": "^(?:RCMS|ReallyCMS)" }
},
+ "RDoc": {
+ "website": "rdoc.rubyforge.org",
+ "cats": [ 4 ],
+ "html": [ "]+href=\"[^\"]*rdoc-style\\.css", "Generated by ]+href=\"https?://rdoc\\.rubyforge\\.org[^>]+>RDoc ([\\d.]*\\d)\\;version:\\1" ]
+ },
"React": {
"website": "facebook.github.io/react",
"cats": [ 12 ],
diff --git a/share/images/icons/RDoc.png b/share/images/icons/RDoc.png
new file mode 100644
index 000000000..102c4bca3
Binary files /dev/null and b/share/images/icons/RDoc.png differ