/[webpac]/trunk2/eurovoc/abecedno.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/eurovoc/abecedno.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 559 by dpavlin, Sat Oct 30 20:07:53 2004 UTC revision 560 by dpavlin, Sat Oct 30 23:04:37 2004 UTC
# Line 34  function myfilter() { Line 34  function myfilter() {
34          self.document.myfilter = new BFilter(headlines);          self.document.myfilter = new BFilter(headlines);
35    
36          // define some regexps          // define some regexps
37          self.document.myfilter.star_regex = new RegExp(/ *\* */);          self.document.myfilter.star_regex = new RegExp(/ *#C# */i);
38          self.document.myfilter.htmlent_regex = new RegExp(/(&[a-z][a-z]*;)/i);          self.document.myfilter.htmlent_regex = new RegExp(/(&[a-z][a-z]*;)/i);
39    
40          self.document.myfilter.text_ent = function (str) {          self.document.myfilter.text_ent = function (str) {

Legend:
Removed from v.559  
changed lines
  Added in v.560

  ViewVC Help
Powered by ViewVC 1.1.26