File: init.rb

package info (click to toggle)
redmine-plugin-botsfilter 1.02-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 80 kB
  • ctags: 6
  • sloc: ruby: 49; sh: 21; makefile: 1
file content (9 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
require 'redmine'
require 'bots_filter'

Redmine::Plugin.register :redmine_bots_filter do
  name 'Bots filter'
  author 'Jean-Philippe Lang'
  description 'Prevent bots from crawling alternate formats links and various part of the application.'
  version '1.02'
end