# trac - category sort example
#
# must be copied into $trac_datadir/etc/categorysort
#
# fields are:
#
#  - sort_precedence	any number from 0 to 99
#  - match_re		a matching regular expression (no spaces allowed!)
#  - description	the category description
#
# the line order matters, first encountered match will stop tbe search, eg:
# "^f-" follows "foo.*project", because the latter is more specific; but
# will be shown on the bottom of index page, because have high sort value
#
70 foo.*project		Projects from FOO Team
10 ^f-			Foo-Bar Projects
50 ^p-			Development Projects
20 ^c-			Customers

# last resort
#
99 .*			Unsorted
