| 1 |
$Id: README.txt,v 1.1 2005/10/09 15:59:51 djnz Exp $ |
$Id: README.txt,v 1.2 2005/10/26 23:43:26 djnz Exp $ |
| 2 |
|
|
| 3 |
COPYRIGHT AND LICENSE INFORMATION |
COPYRIGHT AND LICENSE INFORMATION |
| 4 |
================================= |
================================= |
| 91 |
RewriteCond %{REQUEST_URI} \.html?$ [NC] |
RewriteCond %{REQUEST_URI} \.html?$ [NC] |
| 92 |
RewriteRule ^(.*)$ /wghtml/show [L] |
RewriteRule ^(.*)$ /wghtml/show [L] |
| 93 |
|
|
| 94 |
Note that this is not ideal, and will mean that files with extensions other |
Note that this is not ideal, and will mean that files with extensions other than |
| 95 |
than .html (or htm) will not display within Drupal, and any .html (or .htm) |
.html (or htm) will not display within Drupal, and any .html (or .htm) files |
| 96 |
files within Drupal itself will be displayed within wgHTML. Mind you, this |
within Drupal itself will be displayed within wgHTML. Mind you, this might be |
| 97 |
might be desirable behaviour. |
desirable behaviour. |
| 98 |
|
|
| 99 |
5. Visit some HTML files: they should be displayed as Drupal nodes. Drupal |
5. Visit some HTML files: they should be displayed as Drupal nodes. Drupal |
| 100 |
places nodes in the search index automatically, but only when cron.php is |
places nodes in the search index automatically, but only when cron.php is |
| 116 |
checked - it should be (see get_page_from_id) |
checked - it should be (see get_page_from_id) |
| 117 |
|
|
| 118 |
Add more options for checking/not checking source |
Add more options for checking/not checking source |
| 119 |
|
Add configurable options for adding nodes (timestamp, user id) |
| 120 |
Implement permission areas |
Implement permission areas |
| 121 |
Create watchdog entries on caching a page |
Create watchdog entries on caching a page |
| 122 |
Improve handling of text and other source files |
Improve handling of text and other source files |