/[drupal]/contributions/modules/import_html/README.txt
ViewVC logotype

Contents of /contributions/modules/import_html/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Oct 13 14:34:50 2006 UTC (3 years, 1 month ago) by dman
Branch: MAIN
CVS Tags: DRUPAL-5--1-3-dev, DRUPAL-5--0-1, DRUPAL-4-7--2-0, DRUPAL-6--1-0, DRUPAL-5--1-4, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5--2, DRUPAL-5, DRUPAL-6--1
File MIME type: text/plain
Patched in taxonomy support from L0rne
http://drupal.org/node/46775

Also reviewed the docs, and fixed a problem with the hidden files regexps.
Changed the auto-teaser to be safe HTML when importing, as some older-formatted sites (tables) broke things frequently.
1 /* $Id: README.txt,v 1.2 2006/01/25 13:08:52 dman Exp $ */
2
3 Import HTML
4
5 @author - Dan Morrison <http://coders.co.nz>
6
7 About
8 -----------------------------
9 For full details, see the import_html_help.htm
10
11 Upgrade: Oct 2006
12 -----------------------------
13 Significant changes were made to the file exclusion regular expression
14 process. The original defaults should work as well as they ever did,
15 but the new default config is:
16
17 ^_
18 /_
19 CVS
20 ^\.
21 /\.
22
23 - this prevents files found INSIDE skipped directories from turning up.

  ViewVC Help
Powered by ViewVC 1.1.2