I'm having a very interesting problem with ht://Dig. All my searches return nothing. I've tried with ht://Dig 3.1.6 (snapshot from website) as well as ht://Dig 3.2.0b4 (RH 7.2 package). I even put a word that is on the main page and still no matches.
The start.url file is the same for both installs (I was trying different sites). It's a very cut down version of the real start.url file which lists ~250 sites. The only 'unusual' thing about this is that I am indexing french sites. The locale option is set to: fr_FR in the config file. Paul
# # Example config file for ht://Dig. # # This configuration file is used by all the programs that make up ht://Dig. # Please refer to the attribute reference manual for more details on what # can be put into this file. (http://www.htdig.org/confindex.html) # Note that most attributes have very reasonable default values so you # really only have to add attributes here if you want to change the defaults. # # What follows are some of the common attributes you might want to change. # # # Specify where the database files need to go. Make sure that there is # plenty of free disk space available for the databases. They can get # pretty big. # database_dir: /var/lib/htdig/db # # This specifies the URL where the robot (htdig) will start. You can specify # multiple URLs here. Just separate them by some whitespace. # The example here will cause the ht://Dig homepage and related pages to be # indexed. # You could also index all the URLs in a file like so: # start_url: `${common_dir}/start.url` # start_url: `/var/lib/htdig/start.url` timeout: 5 backlink_factor: 0 # # This attribute limits the scope of the indexing process. The default is to # set it to the same as the start_url above. This way only pages that are on # the sites specified in the start_url attribute will be indexed and it will # reject any URLs that go outside of those sites. # # Keep in mind that the value for this attribute is just a list of string # patterns. As long as URLs contain at least one of the patterns it will be # seen as part of the scope of the index. # #limit_urls_to: `/var/lib/htdig/start.url` # # If there are particular pages that you definately do NOT want to index, you # can use the exclude_urls attribute. The value is a list of string patterns. # If a URL matches any of the patterns, it will NOT be indexed. This is # useful to exclude things like virtual web trees or database accesses. By # default, all CGI URLs will be excluded. (Note that the /cgi-bin/ convention # may not work on your web server. Check the path prefix used on your web # server.) # exclude_urls: /cgi-bin/ .cgi # # Since ht://Dig does not (and cannot) parse every document type, this # attribute is a list of strings (extensions) that will be ignored during # indexing. These are *only* checked at the end of a URL, whereas # exclude_url patterns are matched anywhere. # bad_extensions: .mp3 .wav .gz .z .sit .au .zip .tar .hqx .exe .com .gif \ .jpg .jpeg .aiff .class .map .ram .tgz .bin .rpm .mpg .mov .avi # # The string htdig will send in every request to identify the robot. Change # this to your email address. # maintainer: [EMAIL PROTECTED] # # The excerpts that are displayed in long results rely on stored information # in the index databases. The compiled default only stores 512 characters of # text from each document (this excludes any HTML markup...) If you plan on # using the excerpts you probably want to make this larger. The only concern # here is that more disk space is going to be needed to store the additional # information. Since disk space is cheap (! :-)) you might want to set this # to a value so that a large percentage of the documents that you are going # to be indexing are stored completely in the database. At SDSU we found # that by setting this value to about 50k the index would get 97% of all # documents completely and only 3% was cut off at 50k. You probably want to # experiment with this value. # Note that if you want to set this value low, you probably want to set the # excerpt_show_top attribute to false so that the top excerpt_length characters # of the document are always shown. # max_head_length: 5000 # # To limit network connections, ht://Dig will only pull up to a certain limit # of bytes. This prevents the indexing from dying because the server keeps # sending information. However, several FAQs happen because people have files # bigger than the default limit of 100KB. This sets the default a bit higher. # (see <http://www.htdig.org/FAQ.html> for more) # max_doc_size: 60000 # # Most people expect some sort of excerpt in results. By default, if the # search words aren't found in context in the stored excerpt, htsearch shows # the text defined in the no_excerpt_text attribute: # (None of the search words were found in the top of this document.) # This attribute instead will show the top of the excerpt. # no_excerpt_show_top: true # # Depending on your needs, you might want to enable some of the fuzzy search # algorithms. There are several to choose from and you can use them in any # combination you feel comfortable with. Each algorithm will get a weight # assigned to it so that in combinations of algorithms, certain algorithms get # preference over others. Note that the weights only affect the ranking of # the results, not the actual searching. # The available algorithms are: # exact # endings # metaphone # prefix # soundex # synonyms # By default only the "exact" algorithm is used with weight 1. # Note that if you are going to use the endings, metaphone, soundex, # or synonyms algorithms, you will need to run htfuzzy to generate # the databases they use. # search_algorithm: exact:1 synonyms:0.5 endings:0.1 # # The following are the templates used in the builtin search results # The default is to use compiled versions of these files, which produces # slightly faster results. However, uncommenting these lines makes it # very easy to change the format of search results. # See <http://www.htdig.org/hts_templates.html for more details. # # template_map: Long long ${common_dir}/long.html \ # Short short ${common_dir}/short.html # template_name: long # # The following are used to change the text for the page index. # The defaults are just boring text numbers. These images spice # up the result pages quite a bit. (Feel free to do whatever, though) # next_page_text: <img src=/htdig/buttonr.gif border=0 align=middle width=30 height=30 alt=next> no_next_page_text: prev_page_text: <img src=/htdig/buttonl.gif border=0 align=middle width=30 height=30 alt=prev> no_prev_page_text: page_number_text: "<img src=/htdig/button1.gif border=0 align=middle width=30 height=30 alt=1>" \ "<img src=/htdig/button2.gif border=0 align=middle width=30 height=30 alt=2>" \ "<img src=/htdig/button3.gif border=0 align=middle width=30 height=30 alt=3>" \ "<img src=/htdig/button4.gif border=0 align=middle width=30 height=30 alt=4>" \ "<img src=/htdig/button5.gif border=0 align=middle width=30 height=30 alt=5>" \ "<img src=/htdig/button6.gif border=0 align=middle width=30 height=30 alt=6>" \ "<img src=/htdig/button7.gif border=0 align=middle width=30 height=30 alt=7>" \ "<img src=/htdig/button8.gif border=0 align=middle width=30 height=30 alt=8>" \ "<img src=/htdig/button9.gif border=0 align=middle width=30 height=30 alt=9>" \ "<img src=/htdig/button10.gif border=0 align=middle width=30 height=30 alt=10>" # # To make the current page stand out, we will put a border arround the # image for that page. # no_page_number_text: "<img src=/htdig/button1.gif border=2 align=middle width=30 height=30 alt=1>" \ "<img src=/htdig/button2.gif border=2 align=middle width=30 height=30 alt=2>" \ "<img src=/htdig/button3.gif border=2 align=middle width=30 height=30 alt=3>" \ "<img src=/htdig/button4.gif border=2 align=middle width=30 height=30 alt=4>" \ "<img src=/htdig/button5.gif border=2 align=middle width=30 height=30 alt=5>" \ "<img src=/htdig/button6.gif border=2 align=middle width=30 height=30 alt=6>" \ "<img src=/htdig/button7.gif border=2 align=middle width=30 height=30 alt=7>" \ "<img src=/htdig/button8.gif border=2 align=middle width=30 height=30 alt=8>" \ "<img src=/htdig/button9.gif border=2 align=middle width=30 height=30 alt=9>" \ "<img src=/htdig/button10.gif border=2 align=middle width=30 height=30 alt=10>" # local variables: # ----- debut de francisation ----- locale: fr_FR valid_punctuation: ._/!#$%^& # Search options names: method_names: and 'Tous les mots' or 'Un des mots' boolean Bool�en template_map: Long builtin-long builtin-long Court builtin-short builtin-short sort_names: score Score time Date title Titre revscore 'Score inverse' revtime 'Date inverse' revtitle 'Titre inverse' # language files: endings_dictionary: ${common_dir}/francais.0 endings_affix_file: ${common_dir}/francais.aff bad_word_list: ${common_dir}/bad_words.fr synonym_dictionary: ${common_dir}/synonyms.fr # ----- fin de francisation ----- # mode: text # eval: (if (eq window-system 'x) (progn (setq font-lock-keywords (list '("^#.*" . font-lock-keyword-face) '("^[a-zA-Z][^ :]+" . font-lock-function-name-face) '("[+$]*:" . font-lock-comment-face) )) (font-lock-mode))) # end:
total 632 drwxr-xr-x 2 apache root 4096 Jan 15 02:25 bak drwxr-xr-x 2 apache root 4096 Jan 22 22:58 bak2 -rw-r--r-- 1 root root 24576 Jan 23 00:42 db.docdb -rw-r--r-- 1 root root 24576 Jan 23 00:42 db.docs.index -rw-r--r-- 1 root root 155648 Jan 23 00:42 db.excerpts -rw-r--r-- 1 root root 172032 Jan 23 00:42 db.metaphone.db -rw-r--r-- 1 root root 172032 Jan 23 00:42 db.soundex.db -rw-r--r-- 1 root root 97280 Jan 23 00:42 db.words.db -rw-r--r-- 1 root root 16384 Jan 23 00:11 db.words.db_weakcmpr
htstat: Total documents: 28 htstat: Total words: 14723 htstat: Total unique words: 3737
ht://dig Start Time: Wed Jan 23 00:41:50 2002 New server: www.catapulte.ca, 80 - Persistent connections: enabled - HEAD before GET: disabled - Timeout: 5 - Connection space: 0 - Max Documents: -1 - TCP retries: 1 - TCP wait time: 5 Trying to retrieve robots.txt file New server: www.theatreaction.on.ca, 80 - Persistent connections: enabled - HEAD before GET: disabled - Timeout: 5 - Connection space: 0 - Max Documents: -1 - TCP retries: 1 - TCP wait time: 5 Trying to retrieve robots.txt file Parsing robots.txt file using myname = htdig Found 'user-agent' line: * Found 'disallow' line: /index.cfm? Pattern: /index.cfm? pick: www.theatreaction.on.ca, # servers = 2 0:2:0:http://www.theatreaction.on.ca/: title: Th��tre Action META Description: Th��tre Action est un des leviers essentiels � l'�panouissement de la vie culturelle en Ontario fran�ais. L'organisme rayonne aux quatre coins de la province dans les secteurs professionnel, communautaire et scolaire. <META NAME= pushing http:[EMAIL PROTECTED] + url rejected: (level 1)http://edimage.ca/theatreaction.on.ca pushing http://www.theatreaction.on.ca/stylesheet.css + url rejected: (level 1)http://www.theatreaction.on.ca/index.cfm?Repertoire_No=814836832&Voir=actualite size = 5560 pick: www.catapulte.ca, # servers = 2 1:5:0:http://www.catapulte.ca/: title: TH��TRE LA CATAPULTE pushing http://www.catapulte.ca/profil.html + pushing http://www.catapulte.ca/saison.html + pushing http://www.catapulte.ca/ados.html + pushing http://www.catapulte.ca/theatro.html + pushing http://www.catapulte.ca/cataly.html + pushing http://www.catapulte.ca/comm.html + pushing http://www.catapulte.ca/concours.html + pushing http://www.catapulte.ca/equipe.html + pushing http://www.catapulte.ca/artiste/ + pushing http://www.catapulte.ca/liens.html + url rejected: (level 1) url rejected: (level 1)http://franco.ca/conceptart/ size = 6004 2:6:1:http://www.catapulte.ca/profil.html: title: PROFIL DE L'ORGANISME ********** url rejected: (level 1) size = 12032 3:15:1:http://www.catapulte.ca/liens.html: title: LIENS ********** url rejected: (level 1)http://escaouette.acadie.net/ url rejected: (level 1)http://tpa.acadie.net/ url rejected: (level 1)http://www.theatre-trillium.com/ url rejected: (level 1)http://franco.ca/vieille17/ url rejected: (level 1)http://www3.sympatico.ca/vox.theatre url rejected: (level 1)http://www.theatrefrancais.com/ url rejected: (level 1)http://www.francoculture.ca/tno url rejected: (level 1)http://www.netcom.ca/~cmoliere url rejected: (level 1)http://www.netcom.ca/~cmoliere url rejected: (level 1)http://www.atfc.net/ * url rejected: (level 1)http://francoculture.ca/fccf/ url rejected: (level 1)http://www.aqt.qc.ca/ url rejected: (level 1)http://www.fesfo.ca/ url rejected: (level 1)http://trilliumfoundation.org/ size = 10652 4:14:1:http://www.catapulte.ca/artiste/: title: NOS ARTISTES ********** size = 60000 5:13:1:http://www.catapulte.ca/equipe.html: title: L'�QUIPE ********** url rejected: (level 1) pushing http:[EMAIL PROTECTED] + url rejected: (level 1) size = 15455 6:12:1:http://www.catapulte.ca/concours.html: title: CONCOURS D'�CRITURE ********** size = 16019 7:7:1:http://www.catapulte.ca/saison.html: title: Programation adolescents ********** pushing http://www.catapulte.ca/spectacles/safari.html + pushing http://www.catapulte.ca/spectacles/disparition.html + pushing http://www.catapulte.ca/spectacles/hypocrite.html + pushing http://www.catapulte.ca/spectacles/tristan.html + size = 4889 8:11:1:http://www.catapulte.ca/comm.html: title: COMMUNIQU�S DE PRESSE ********** pushing http://www.catapulte.ca/communiques/safari.html + pushing http://www.catapulte.ca/communiques/aumoment.html + size = 5316 9:9:1:http://www.catapulte.ca/theatro.html: title: TH��TROLOGIE ********** pushing http://www.catapulte.ca/spectacles/archives/clonage.html + pushing http://www.catapulte.ca/spectacles/archives/hypocrite_01.html + pushing http://www.catapulte.ca/spectacles/archives/cap.html + pushing http://www.catapulte.ca/spectacles/archives/band.html + pushing http://www.catapulte.ca/spectacles/archives/turendot.html + pushing http://www.catapulte.ca/spectacles/archives/pepin.html + pushing http://www.catapulte.ca/spectacles/archives/faust.html + size = 9825 10:10:1:http://www.catapulte.ca/cataly.html: title: LE CATALYSEUR ********** pushing http://www.catapulte.ca/bulletin/automne_2001.html + pushing http://www.catapulte.ca/bulletin/hiver_2001.html + pushing http://www.catapulte.ca/bulletin/automne_2000.html + size = 4304 11:8:1:http://www.catapulte.ca/ados.html: title: PROGRAMATION ADOLESCENTS ********** pushing http://www.catapulte.ca/spectacles/images/safari.pdf +* pushing http://www.catapulte.ca/spectacles/images/hypocrite.pdf +*** pushing http://www.catapulte.ca/Cette%20section%20contient%20des%20documents%20PDF%20et%20html.%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Les%20documents%20PDF%20peuvent%20�tre%20ouvert%20avec%20le%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logiciel%20%22Adobe%20Acrobat%20Reader%22%20disponible%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20gratuitement%20en%20cliquant%20ici.%20%0D%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20(Fichier%20PDF%20466%20Ko)%20%0D%0D + url rejected: (level 1)http://www.uottawa.ca/academic/education/ size = 8161 12:32:2:http://www.catapulte.ca/bulletin/automne_2000.html: title: LE CATALYSEUR *********** size = 30929 13:35:2:http://www.catapulte.ca/Cette%20section%20contient%20des%20documents%20PDF%20et%20html.%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Les%20documents%20PDF%20peuvent%20�tre%20ouvert%20avec%20le%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logiciel%20%22Adobe%20Acrobat%20Reader%22%20disponible%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20gratuitement%20en%20cliquant%20ici.%20%0D%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20(Fichier%20PDF%20466%20Ko)%20%0D%0D: not found 14:34:2:http://www.catapulte.ca/spectacles/images/hypocrite.pdf: not Parsable 15:33:2:http://www.catapulte.ca/spectacles/images/safari.pdf: not Parsable 16:31:2:http://www.catapulte.ca/bulletin/hiver_2001.html: title: Hiver 2001 *********** size = 58062 17:30:2:http://www.catapulte.ca/bulletin/automne_2001.html: title: LE CATALYSEUR *********** size = 45168 18:28:2:http://www.catapulte.ca/spectacles/archives/pepin.html: title: DU P�PIN � LA FISSURE *********** size = 13451 19:27:2:http://www.catapulte.ca/spectacles/archives/turendot.html: title: LE PROJET TURANDOT *********** size = 9698 20:26:2:http://www.catapulte.ca/spectacles/archives/band.html: title: LA BAND � TOUT CASSER *********** size = 10111 21:25:2:http://www.catapulte.ca/spectacles/archives/cap.html: title: CAP ENRAG� *********** size = 8843 22:24:2:http://www.catapulte.ca/spectacles/archives/hypocrite_01.html: title: L'HYPOCRITE *********** size = 14760 23:23:2:http://www.catapulte.ca/spectacles/archives/clonage.html: title: CLONAGE.P.A *********** size = 12577 24:21:2:http://www.catapulte.ca/communiques/safari.html: title: Safari de banlieue *********** size = 11015 25:19:2:http://www.catapulte.ca/spectacles/hypocrite.html: title: L'HYPOCRITE *********** size = 16323 26:18:2:http://www.catapulte.ca/spectacles/disparition.html: title: AU MOMENT DE SA DISPARITION *********** size = 11570 27:17:2:http://www.catapulte.ca/spectacles/safari.html: title: SAFARI DE BANLIEUE *********** size = 15745 28:20:2:http://www.catapulte.ca/spectacles/tristan.html: title: TRISTAN ET YSEULT: XIV TABLEAUX *********** size = 11550 29:16:2:http:[EMAIL PROTECTED]: not found 30:29:2:http://www.catapulte.ca/spectacles/archives/faust.html: title: FAUST: CHRONIQUES DE LA D�MESURE *********** size = 13570 31:22:2:http://www.catapulte.ca/communiques/aumoment.html: title: Au moment de sa disparition *********** size = 8894 pick: www.theatreaction.on.ca, # servers = 2 32:3:1:http:[EMAIL PROTECTED]: not found pick: www.catapulte.ca, # servers = 2 pick: www.theatreaction.on.ca, # servers = 2 33:4:1:http://www.theatreaction.on.ca/stylesheet.css: ( http://www.theatreaction.on.ca/stylesheet.css ignored) size = 1105 pick: www.catapulte.ca, # servers = 2 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 htdig: Run complete htdig: 2 servers seen: htdig: www.catapulte.ca:80 31 documents htdig: www.theatreaction.on.ca:80 3 documents htdig: Errors to take note of: Not found: http://www.catapulte.ca/Cette%20section%20contient%20des%20documents%20PDF%20et%20html.%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Les%20documents%20PDF%20peuvent%20�tre%20ouvert%20avec%20le%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logiciel%20%22Adobe%20Acrobat%20Reader%22%20disponible%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20gratuitement%20en%20cliquant%20ici.%20%0D%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20(Fichier%20PDF%20466%20Ko)%20%0D%0D Ref: http://www.catapulte.ca/ados.html Not found: http:[EMAIL PROTECTED] Ref: http://www.catapulte.ca/equipe.html Not found: http:[EMAIL PROTECTED] Ref: http://www.theatreaction.on.ca/ HTTP statistics =============== Persistent connections : Yes HEAD call before GET : No Connections opened : 9 Connections closed : 9 Changes of server : 2 HTTP Requests : 36 HTTP KBytes requested : 448,259 HTTP Average request time : 0,416667 secs HTTP Average speed : 29,8839 KBytes/secs ht://dig End Time: Wed Jan 23 00:42:07 2002 Deleted, noindex: ID: 4 URL: http://www.theatreaction.on.ca/stylesheet.css ID: 2 URL: http://www.theatreaction.on.ca/ ID: 6 URL: http://www.catapulte.ca/profil.html ID: 8 URL: http://www.catapulte.ca/ados.html ID: 10 URL: http://www.catapulte.ca/cataly.html ID: 12 URL: http://www.catapulte.ca/concours.html ID: 14 URL: http://www.catapulte.ca/artiste/ Deleted, not found: ID: 16 URL: http:[EMAIL PROTECTED] ID: 18 URL: http://www.catapulte.ca/spectacles/disparition.html ID: 20 URL: http://www.catapulte.ca/spectacles/tristan.html ID: 22 URL: http://www.catapulte.ca/communiques/aumoment.html ID: 24 URL: http://www.catapulte.ca/spectacles/archives/hypocrite_01.html htpurge: 10 ID: 26 URL: http://www.catapulte.ca/spectacles/archives/band.html ID: 28 URL: http://www.catapulte.ca/spectacles/archives/pepin.html ID: 30 URL: http://www.catapulte.ca/bulletin/automne_2001.html ID: 32 URL: http://www.catapulte.ca/bulletin/automne_2000.html Deleted, noindex: ID: 34 URL: http://www.catapulte.ca/spectacles/images/hypocrite.pdf Deleted, not found: ID: 3 URL: http:[EMAIL PROTECTED] ID: 7 URL: http://www.catapulte.ca/saison.html ID: 9 URL: http://www.catapulte.ca/theatro.html ID: 11 URL: http://www.catapulte.ca/comm.html ID: 13 URL: http://www.catapulte.ca/equipe.html ID: 15 URL: http://www.catapulte.ca/liens.html ID: 5 URL: http://www.catapulte.ca/ htpurge: 20 ID: 17 URL: http://www.catapulte.ca/spectacles/safari.html ID: 19 URL: http://www.catapulte.ca/spectacles/hypocrite.html ID: 21 URL: http://www.catapulte.ca/communiques/safari.html ID: 23 URL: http://www.catapulte.ca/spectacles/archives/clonage.html ID: 25 URL: http://www.catapulte.ca/spectacles/archives/cap.html ID: 27 URL: http://www.catapulte.ca/spectacles/archives/turendot.html ID: 29 URL: http://www.catapulte.ca/spectacles/archives/faust.html ID: 31 URL: http://www.catapulte.ca/bulletin/hiver_2001.html Deleted, noindex: ID: 33 URL: http://www.catapulte.ca/spectacles/images/safari.pdf Deleted, not found: ID: 35 URL: http://www.catapulte.ca/Cette%20section%20contient%20des%20documents%20PDF%20et%20html.%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Les%20documents%20PDF%20peuvent%20�tre%20ouvert%20avec%20le%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logiciel%20%22Adobe%20Acrobat%20Reader%22%20disponible%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20gratuitement%20en%20cliquant%20ici.%20%0D%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20(Fichier%20PDF%20466%20Ko)%20%0D%0D htpurge: Discarding banlieue htpurge: Discarding catapulteca htpurge: Discarding hypocrite htpurge: Discarding lemaire htpurge: Discarding safari Preamble text: Postamble text: Note: This message will be sent again if you do not change or take away the notification of the above mentioned HTML page. Find out more about the notification service at http://www.htdig.org/meta.html Cheers! ht://Dig Notification Service
# # Example config file for ht://Dig. # # This configuration file is used by all the programs that make up ht://Dig. # Please refer to the attribute reference manual for more details on what # can be put into this file. (http://www.htdig.org/confindex.html) # Note that most attributes have very reasonable default values so you # really only have to add attributes here if you want to change the defaults. # # What follows are some of the common attributes you might want to change. # # # Specify where the database files need to go. Make sure that there is # plenty of free disk space available for the databases. They can get # pretty big. # database_dir: /var/lib/htdig/db.316 # # This specifies the URL where the robot (htdig) will start. You can specify # multiple URLs here. Just separate them by some whitespace. # The example here will cause the ht://Dig homepage and related pages to be # indexed. # You could also index all the URLs in a file like so: # start_url: `${common_dir}/start.url` # start_url: `/var/lib/htdig/start.url.316` timeout: 5 backlink_factor: 0 # # This attribute limits the scope of the indexing process. The default is to # set it to the same as the start_url above. This way only pages that are on # the sites specified in the start_url attribute will be indexed and it will # reject any URLs that go outside of those sites. # # Keep in mind that the value for this attribute is just a list of string # patterns. As long as URLs contain at least one of the patterns it will be # seen as part of the scope of the index. # limit_urls_to: `/var/lib/htdig/start.url` # # If there are particular pages that you definately do NOT want to index, you # can use the exclude_urls attribute. The value is a list of string patterns. # If a URL matches any of the patterns, it will NOT be indexed. This is # useful to exclude things like virtual web trees or database accesses. By # default, all CGI URLs will be excluded. (Note that the /cgi-bin/ convention # may not work on your web server. Check the path prefix used on your web # server.) # exclude_urls: /cgi-bin/ .cgi # # Since ht://Dig does not (and cannot) parse every document type, this # attribute is a list of strings (extensions) that will be ignored during # indexing. These are *only* checked at the end of a URL, whereas # exclude_url patterns are matched anywhere. # bad_extensions: .mp3 .wav .gz .z .sit .au .zip .tar .hqx .exe .com .gif \ .jpg .jpeg .aiff .class .map .ram .tgz .bin .rpm .mpg .mov .avi # # The string htdig will send in every request to identify the robot. Change # this to your email address. # maintainer: [EMAIL PROTECTED] # # The excerpts that are displayed in long results rely on stored information # in the index databases. The compiled default only stores 512 characters of # text from each document (this excludes any HTML markup...) If you plan on # using the excerpts you probably want to make this larger. The only concern # here is that more disk space is going to be needed to store the additional # information. Since disk space is cheap (! :-)) you might want to set this # to a value so that a large percentage of the documents that you are going # to be indexing are stored completely in the database. At SDSU we found # that by setting this value to about 50k the index would get 97% of all # documents completely and only 3% was cut off at 50k. You probably want to # experiment with this value. # Note that if you want to set this value low, you probably want to set the # excerpt_show_top attribute to false so that the top excerpt_length characters # of the document are always shown. # max_head_length: 5000 # # To limit network connections, ht://Dig will only pull up to a certain limit # of bytes. This prevents the indexing from dying because the server keeps # sending information. However, several FAQs happen because people have files # bigger than the default limit of 100KB. This sets the default a bit higher. # (see <http://www.htdig.org/FAQ.html> for more) # max_doc_size: 60000 # # Most people expect some sort of excerpt in results. By default, if the # search words aren't found in context in the stored excerpt, htsearch shows # the text defined in the no_excerpt_text attribute: # (None of the search words were found in the top of this document.) # This attribute instead will show the top of the excerpt. # no_excerpt_show_top: true # # Depending on your needs, you might want to enable some of the fuzzy search # algorithms. There are several to choose from and you can use them in any # combination you feel comfortable with. Each algorithm will get a weight # assigned to it so that in combinations of algorithms, certain algorithms get # preference over others. Note that the weights only affect the ranking of # the results, not the actual searching. # The available algorithms are: # exact # endings # metaphone # prefix # soundex # synonyms # By default only the "exact" algorithm is used with weight 1. # Note that if you are going to use the endings, metaphone, soundex, # or synonyms algorithms, you will need to run htfuzzy to generate # the databases they use. # search_algorithm: exact:1 synonyms:0.5 endings:0.1 # # The following are the templates used in the builtin search results # The default is to use compiled versions of these files, which produces # slightly faster results. However, uncommenting these lines makes it # very easy to change the format of search results. # See <http://www.htdig.org/hts_templates.html for more details. # # template_map: Long long ${common_dir}/long.html \ # Short short ${common_dir}/short.html # template_name: long # # The following are used to change the text for the page index. # The defaults are just boring text numbers. These images spice # up the result pages quite a bit. (Feel free to do whatever, though) # next_page_text: <img src=/htdig/buttonr.gif border=0 align=middle width=30 height=30 alt=next> no_next_page_text: prev_page_text: <img src=/htdig/buttonl.gif border=0 align=middle width=30 height=30 alt=prev> no_prev_page_text: page_number_text: "<img src=/htdig/button1.gif border=0 align=middle width=30 height=30 alt=1>" \ "<img src=/htdig/button2.gif border=0 align=middle width=30 height=30 alt=2>" \ "<img src=/htdig/button3.gif border=0 align=middle width=30 height=30 alt=3>" \ "<img src=/htdig/button4.gif border=0 align=middle width=30 height=30 alt=4>" \ "<img src=/htdig/button5.gif border=0 align=middle width=30 height=30 alt=5>" \ "<img src=/htdig/button6.gif border=0 align=middle width=30 height=30 alt=6>" \ "<img src=/htdig/button7.gif border=0 align=middle width=30 height=30 alt=7>" \ "<img src=/htdig/button8.gif border=0 align=middle width=30 height=30 alt=8>" \ "<img src=/htdig/button9.gif border=0 align=middle width=30 height=30 alt=9>" \ "<img src=/htdig/button10.gif border=0 align=middle width=30 height=30 alt=10>" # # To make the current page stand out, we will put a border arround the # image for that page. # no_page_number_text: "<img src=/htdig/button1.gif border=2 align=middle width=30 height=30 alt=1>" \ "<img src=/htdig/button2.gif border=2 align=middle width=30 height=30 alt=2>" \ "<img src=/htdig/button3.gif border=2 align=middle width=30 height=30 alt=3>" \ "<img src=/htdig/button4.gif border=2 align=middle width=30 height=30 alt=4>" \ "<img src=/htdig/button5.gif border=2 align=middle width=30 height=30 alt=5>" \ "<img src=/htdig/button6.gif border=2 align=middle width=30 height=30 alt=6>" \ "<img src=/htdig/button7.gif border=2 align=middle width=30 height=30 alt=7>" \ "<img src=/htdig/button8.gif border=2 align=middle width=30 height=30 alt=8>" \ "<img src=/htdig/button9.gif border=2 align=middle width=30 height=30 alt=9>" \ "<img src=/htdig/button10.gif border=2 align=middle width=30 height=30 alt=10>" # local variables: # ----- debut de francisation ----- locale: fr_FR valid_punctuation: ._/!#$%^& # Search options names: method_names: and 'Tous les mots' or 'Un des mots' boolean Bool�en template_map: Long builtin-long builtin-long Court builtin-short builtin-short sort_names: score Score time Date title Titre revscore 'Score inverse' revtime 'Date inverse' revtitle 'Titre inverse' # language files: endings_dictionary: ${common_dir}/francais.0 endings_affix_file: ${common_dir}/francais.aff bad_word_list: ${common_dir}/bad_words.fr synonym_dictionary: ${common_dir}/synonyms.fr # ----- fin de francisation ----- # mode: text # eval: (if (eq window-system 'x) (progn (setq font-lock-keywords (list '("^#.*" . font-lock-keyword-face) '("^[a-zA-Z][^ :]+" . font-lock-function-name-face) '("[+$]*:" . font-lock-comment-face) )) (font-lock-mode))) # end:
total 984 -rw-r--r-- 1 root root 114688 Jan 23 00:08 db.docdb -rw-r--r-- 1 root root 82208 Jan 22 23:56 db.docs -rw-r--r-- 1 root root 5120 Jan 23 00:08 db.docs.index -rw-r--r-- 1 root root 97280 Jan 22 23:58 db.soundex.db -rw-r--r-- 1 root root 224493 Jan 23 00:08 db.wordlist -rw-r--r-- 1 root root 453632 Jan 23 00:08 db.words.db
New server: www.catapulte.ca, 80 New server: www.theatreaction.on.ca, 80 Parsing robots.txt file using myname = htdig Found 'user-agent' line: * Found 'disallow' line: /index.cfm? Pattern: /index.cfm? pick: www.theatreaction.on.ca, # servers = 2 0:0:0:http://www.theatreaction.on.ca/: title: Th��tre Action META Description: Th��tre Action est un des leviers essentiels � l'�panouissement de la vie culturelle en Ontario fran�ais. L'organisme rayonne aux quatre coins de la province dans les secteurs professionnel, communautaire et scolaire. <META NAME= pushing http:[EMAIL PROTECTED] + url rejected: (level 1)http://edimage.ca/theatreaction.on.ca pushing http://www.theatreaction.on.ca/stylesheet.css + pushing http://www.theatreaction.on.ca/index.cfm?Repertoire_No=814836832&Voir=actualite robots.txt: discarding 'http://www.theatreaction.on.ca/index.cfm?Repertoire_No=814836832&Voir=actualite', which = 0, length = 11 + size = 5560 pick: www.catapulte.ca, # servers = 2 1:4:0:http://www.catapulte.ca/spectacles/disparition.html: title: AU MOMENT DE SA DISPARITION * pushing http://www.catapulte.ca/profil.html + pushing http://www.catapulte.ca/saison.html + pushing http://www.catapulte.ca/ados.html + pushing http://www.catapulte.ca/theatro.html + pushing http://www.catapulte.ca/cataly.html + pushing http://www.catapulte.ca/comm.html + pushing http://www.catapulte.ca/concours.html + pushing http://www.catapulte.ca/equipe.html + pushing http://www.catapulte.ca/artiste/ + pushing http://www.catapulte.ca/liens.html + size = 11570 pick: www.theatreaction.on.ca, # servers = 2 2:1:1:http:[EMAIL PROTECTED]: not found pick: www.catapulte.ca, # servers = 2 3:16:0:http://www.catapulte.ca/spectacles/hypocrite.html: title: L'HYPOCRITE *********** size = 16323 pick: www.theatreaction.on.ca, # servers = 2 4:2:1:http://www.theatreaction.on.ca/stylesheet.css: size = 1105 pick: www.catapulte.ca, # servers = 2 5:17:0:http://www.catapulte.ca/spectacles/tristan.html: title: TRISTAN ET YSEULT: XIV TABLEAUX *********** size = 11550 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 6:18:0:http://www.catapulte.ca/spectacles/images/safari.pdf: PDF::parse: cannot find pdf parser /usr/local/bin/acroread size = 149500 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 7:19:0:http://www.catapulte.ca/spectacles/images/hypocrite.pdf: size = 120616 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 8:20:0:http://www.catapulte.ca/Cette%20section%20contient%20des%20documents%20PDF%20et%20html.%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Les%20documents%20PDF%20peuvent%20�tre%20ouvert%20avec%20le%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logiciel%20%22Adobe%20Acrobat%20Reader%22%20disponible%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20gratuitement%20en%20cliquant%20ici.%20%0D%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20(Fichier%20PDF%20466%20Ko)%20%0D%0D: not found pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 9:21:0:http://www.catapulte.ca/spectacles/archives/clonage.html: title: CLONAGE.P.A *********** size = 12577 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 10:22:0:http://www.catapulte.ca/spectacles/archives/hypocrite_01.html: title: L'HYPOCRITE *********** size = 14760 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 11:23:0:http://www.catapulte.ca/spectacles/archives/cap.html: title: CAP ENRAG� *********** size = 8843 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 12:24:0:http://www.catapulte.ca/spectacles/archives/band.html: title: LA BAND � TOUT CASSER *********** size = 10111 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 13:25:0:http://www.catapulte.ca/spectacles/archives/turendot.html: title: LE PROJET TURANDOT *********** size = 9698 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 14:26:0:http://www.catapulte.ca/spectacles/archives/pepin.html: title: DU P�PIN � LA FISSURE *********** size = 13451 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 15:27:0:http://www.catapulte.ca/spectacles/archives/faust.html: title: FAUST: CHRONIQUES DE LA D�MESURE *********** size = 13570 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 16:28:0:http://www.catapulte.ca/bulletin/automne_2001.html: title: LE CATALYSEUR *********** size = 45168 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 17:29:0:http://www.catapulte.ca/bulletin/hiver_2001.html: title: Hiver 2001 *********** size = 58062 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 18:30:0:http://www.catapulte.ca/bulletin/automne_2000.html: title: LE CATALYSEUR *********** size = 30929 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 19:31:0:http://www.catapulte.ca/communiques/safari.html: title: Safari de banlieue *********** size = 11015 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 20:32:0:http://www.catapulte.ca/communiques/aumoment.html: title: Au moment de sa disparition *********** size = 8894 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 21:33:0:http:[EMAIL PROTECTED]: not found pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 22:20:0:http://www.catapulte.ca/: (changed) title: TH��TRE LA CATAPULTE ********** url rejected: (level 1)Mailto:[EMAIL PROTECTED] url rejected: (level 1)http://franco.ca/conceptart/ size = 6004 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 23:6:1:http://www.catapulte.ca/profil.html: title: PROFIL DE L'ORGANISME ********** url rejected: (level 1)Mailto:[EMAIL PROTECTED] size = 12032 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 24:7:1:http://www.catapulte.ca/saison.html: title: Programation adolescents ********** pushing http://www.catapulte.ca/spectacles/safari.html +*** size = 4889 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 25:8:1:http://www.catapulte.ca/ados.html: title: PROGRAMATION ADOLESCENTS ***************** url rejected: (level 1)http://www.uottawa.ca/academic/education/ size = 8161 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 26:9:1:http://www.catapulte.ca/theatro.html: title: TH��TROLOGIE ***************** size = 9825 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 27:10:1:http://www.catapulte.ca/cataly.html: title: LE CATALYSEUR ************* size = 4304 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 28:11:1:http://www.catapulte.ca/comm.html: title: COMMUNIQU�S DE PRESSE ************ size = 5316 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 29:12:1:http://www.catapulte.ca/concours.html: title: CONCOURS D'�CRITURE ********** size = 16019 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 30:13:1:http://www.catapulte.ca/equipe.html: title: L'�QUIPE ********** url rejected: (level 1)Mailto:[EMAIL PROTECTED] * url rejected: (level 1)Mailto:[EMAIL PROTECTED] size = 15455 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 31:14:1:http://www.catapulte.ca/artiste/: title: NOS ARTISTES ********** size = 126623 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 32:15:1:http://www.catapulte.ca/liens.html: title: LIENS ********** url rejected: (level 1)http://escaouette.acadie.net/ url rejected: (level 1)http://tpa.acadie.net/ url rejected: (level 1)http://www.theatre-trillium.com/ url rejected: (level 1)http://franco.ca/vieille17/ url rejected: (level 1)http://www3.sympatico.ca/vox.theatre url rejected: (level 1)http://www.theatrefrancais.com/ url rejected: (level 1)http://www.francoculture.ca/tno url rejected: (level 1)http://www.netcom.ca/~cmoliere url rejected: (level 1)http://www.netcom.ca/~cmoliere url rejected: (level 1)http://www.atfc.net/ * url rejected: (level 1)http://francoculture.ca/fccf/ url rejected: (level 1)http://www.aqt.qc.ca/ url rejected: (level 1)http://www.fesfo.ca/ url rejected: (level 1)http://trilliumfoundation.org/ size = 10652 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 33:35:2:http://www.catapulte.ca/spectacles/safari.html: title: SAFARI DE BANLIEUE *********** size = 15745 pick: www.theatreaction.on.ca, # servers = 2 pick: www.catapulte.ca, # servers = 2 htdig: Run complete htdig: 2 servers seen: htdig: www.catapulte.ca:80 31 documents htdig: www.theatreaction.on.ca:80 3 documents htdig: Errors to take note of: Not found: http:[EMAIL PROTECTED] Ref: http://www.theatreaction.on.ca/ Not found: http://www.catapulte.ca/Cette%20section%20contient%20des%20documents%20PDF%20et%20html.%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Les%20documents%20PDF%20peuvent%20�tre%20ouvert%20avec%20le%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logiciel%20%22Adobe%20Acrobat%20Reader%22%20disponible%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20gratuitement%20en%20cliquant%20ici.%20%0D%0D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20(Fichier%20PDF%20466%20Ko)%20%0D%0D Ref: Not found: http:[EMAIL PROTECTED] Ref: htmerge: Sorting... htmerge: Removing doc #1 htmerge: Merging... htmerge: doc #2 has been superceeded. htmerge: Removing doc #20 htmerge: doc #20 has been superceeded. htmerge: Removing doc #33 htmerge: 100:ailleurs htmerge: 200:apprivois� htmerge: 300:ball htmerge: 400:branch�s htmerge: Discarding catapulteca in doc #33 htmerge: 500:chaleureux htmerge: 600:clsc htmerge: 700:connaissent htmerge: 800:critiques htmerge: 900:d�mesure htmerge: 1000:dispara�t htmerge: 1100:�crivain htmerge: 1200:envoie htmerge: 1300:extrait htmerge: 1400:force htmerge: 1500:goethals htmerge: 1600:ile htmerge: 1700:int�resser htmerge: 1800:jungle htmerge: Discarding lemaire in doc #33 htmerge: 1900:loin htmerge: 2000:matins htmerge: 2100:monique htmerge: 2200:nord htmerge: 2300:owen htmerge: 2400:permettre htmerge: 2500:pourrai htmerge: 2600:projet� htmerge: 2700:r�alisme htmerge: 2800:reportages htmerge: 2900:rouages htmerge: 3000:serveuse htmerge: 3100:structure htmerge: 3200:tenu htmerge: 3300:trame htmerge: 3400:verve htmerge: 3500:wwwnetcomca htmerge: Total word count: 3518 34/http://www.catapulte.ca/ 34/http://www.catapulte.ca/ 8/http://www.catapulte.ca/ados.html 14/http://www.catapulte.ca/artiste/ 30/http://www.catapulte.ca/bulletin/automne_2000.html 28/http://www.catapulte.ca/bulletin/automne_2001.html 29/http://www.catapulte.ca/bulletin/hiver_2001.html 10/http://www.catapulte.ca/cataly.html 11/http://www.catapulte.ca/comm.html 32/http://www.catapulte.ca/communiques/aumoment.html htmerge: 10 31/http://www.catapulte.ca/communiques/safari.html 12/http://www.catapulte.ca/concours.html 13/http://www.catapulte.ca/equipe.html Deleted, no excerpt: 33/http:[EMAIL PROTECTED] 15/http://www.catapulte.ca/liens.html 6/http://www.catapulte.ca/profil.html 7/http://www.catapulte.ca/saison.html 24/http://www.catapulte.ca/spectacles/archives/band.html 23/http://www.catapulte.ca/spectacles/archives/cap.html 21/http://www.catapulte.ca/spectacles/archives/clonage.html 27/http://www.catapulte.ca/spectacles/archives/faust.html htmerge: 20 22/http://www.catapulte.ca/spectacles/archives/hypocrite_01.html 26/http://www.catapulte.ca/spectacles/archives/pepin.html 25/http://www.catapulte.ca/spectacles/archives/turendot.html 4/http://www.catapulte.ca/spectacles/disparition.html 16/http://www.catapulte.ca/spectacles/hypocrite.html Deleted, no excerpt: 19/http://www.catapulte.ca/spectacles/images/hypocrite.pdf Deleted, no excerpt: 18/http://www.catapulte.ca/spectacles/images/safari.pdf 35/http://www.catapulte.ca/spectacles/safari.html 17/http://www.catapulte.ca/spectacles/tristan.html 9/http://www.catapulte.ca/theatro.html 0/http://www.theatreaction.on.ca/ Deleted, no excerpt: 3/http://www.theatreaction.on.ca/index.cfm?Repertoire_No=814836832&Voir=actualite Deleted, no excerpt: 2/http://www.theatreaction.on.ca/stylesheet.css Deleted, no excerpt: 1/http:[EMAIL PROTECTED] htmerge: Total documents: 29 htmerge: Total size of documents (in K): 510 Preamble text: Postamble text: Note: This message will be sent again if you do not change or take away the notification of the above mentioned HTML page. Find out more about the notification service at http://www.htdig.org/meta.html Cheers! ht://Dig Notification Service htfuzzy: Selected algorithm: synonyms htfuzzy/synonyms: 0 htfuzzy/synonyms: Done. htfuzzy: Done.
http://www.catapulte.ca http://www.theatreaction.on.ca

