Interchange

CVS log for interchange/code/Filter/liven_urls.filter

[BACK] Up to [Local Repository] / interchange / code / Filter

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Sat Mar 31 00:20:04 2007 UTC (21 months, 1 week ago) by pajamian
Branches: STABLE_5_4-branch
CVS tags: REL_5_4_3
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +8 -3 lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later".  Update copyrights.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 30 23:40:44 2007 UTC (21 months, 1 week ago) by pajamian
Branches: MAIN
CVS tags: STABLE_5_6-root, STABLE_5_6-branch, REL_5_7_1, REL_5_6_1, REL_5_5_3, REL_5_5_2, REL_5_5_1, HEAD, DEB_5_6_1_2, DEB_5_5_1_1_1, DEB_5_5_1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -3 lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later".  Update copyrights.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 5 10:33:49 2005 UTC (3 years, 4 months ago) by docelic
Branches: MAIN
CVS tags: STABLE_5_4-root, REL_5_4_2, REL_5_4_1, REL_5_4_0, REL_5_3_3, REL_5_3_2, DEB_5_3_0_20051028_1, DEB_5_3_0_20051004_1
Branch point for: STABLE_5_4-branch
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines

* Recognize https:// urls (handled by "http" regexp, not a separate one)

* Make match case insensitive, that is, also match things like HTTP://

* I also benchmarked a situation where I would precompile regexps,
  but probably Perl figures that by itself so it's not needed.
  (I ran the test on 40,000 URLs, and in both cases results were between
  1.310 and 1.330 seconds).

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Aug 11 23:21:22 2005 UTC (3 years, 4 months ago) by docelic
Branches: MAIN

* Add liven_urls filter

  Filter can make all kinds of URLs clickable.

  To save on processing time, only http, ftp and mailto links are
  searched for by default. These three (out of about 15 types
  recognized) are also the default set that the filter looks for.

  You can further refine the search by providing URL type names
  to the filter:

    [filter liven_urls]
    [/filter]

    [filter liven_urls.http]
    [/filter]

    [filter liven_urls.http.mailto]
    [/filter]

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Interchange CVSweb <info@icdevgroup.org>