HTML Export
*ACTIVE: Looking for others who want to help maintain this project. I have a lot of other projects that I'm in need of giving more attention to then this project and would still like this project to be updated / helped along. Looking for people dedicated to help fix up some of the issues floating around as well as add input / features that help improve usage of the module. Let me know if you're interested...
HTML Export allows you to take your Drupal site and export it to HTML. The current version will grab all style sheets, nodes, images, javascript, and anything uploaded to your files folder and package it up in the files directory. The nodes (all converted to html format) will be given a name of the form page{nid}.html and all useless files like .htaccess .php .include .inc .install .module and others are kept out of the package. All references to your server location are stripped out of the code automatically so that you can nicely drop the folder in any folder (even locally) and open it up to get it running (everything is relative path'ed). This will snag all pages based on an anonymous configuration of the page.
Future features that are in development:
* Allow you to choose what kind of role you want to save the pages as (authenticated vs. anonymous user)
* Support for "print page" view given in books
* Ability to change what specific nodes / node types / books of nodes you'd like to export (currently just gets everything)
* Tabbed based publishing
* API / function that can be integrated into the outline designer
There is the potential for making dead links thanks to dynamic operations but most people won't be giving these to anonymous users.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.0 | 2008-Aug-09 | 9.01 KB | Download · Release notes | Recommended for 6.x | |
| 5.x-1.0 | 2008-Aug-09 | 9 KB | Download · Release notes | Recommended for 5.x | |
