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

Diff of /contributions/modules/wghtml/README.txt

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

revision 1.2, Wed Oct 26 23:43:26 2005 UTC revision 1.3, Wed Oct 26 23:50:09 2005 UTC
# Line 1  Line 1 
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  =================================  =================================
# Line 91  RewriteEngine On Line 91  RewriteEngine On
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
# Line 116  When retrieving a page from a node id, t Line 116  When retrieving a page from a node id, t
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

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2