summaryrefslogtreecommitdiff
path: root/ext/regexp_nodes/parameters
AgeCommit message (Collapse)AuthorFilesLines
2012-01-23Merged updates to regexp_nodes from our production forkEric Sorenson3-0/+1
- Cleaned up examples to reflect reality and be less snarky - Renamed example parameter to 'service' so it doesn't overlap with reserved word 'environment' - Figure out where we live using Pathname.realpath - Change logging to use syslog instead of hardcoded log file - Handle comments and whitespace in pattern files gracefully - Skip over dotfiles in pattern directories
2009-10-29Follow-on for #2724 - Adding an external node classifierEric Sorenson2-0/+4
Adds an ext/regexp_nodes/ directory containing a regexp-based classifier and some example files for it.