Hi,

I am looking for a way to make a static html-export for archiving drupal7 sites (multisite setup). This module seems to be doing that.

Did someone start a port to D7? Are there big challenges, differences etc? I started porting, but it is quite a challenge. Mainly the part that takes care of all the links. How do you make sure all links keep working??
If someone is interested then I can place on github what I have.

Any info/help etc is appreciated

Comments

avdp’s picture

Got an initial version working for my purposes here: https://github.com/urbanlink/drupal_html_export_7

Main difference is that in my case it is a multisite setup.
Changed the function names, especially the way to make new directories and copy files.

Added the functionality of http://drupal.org/node/918042 from seanB / joachim.

Todo:
- add zip download functionality, make the file copy of css more intelligent (onluy for active modules, or only for existing css-links in the file);
- authenticated acces (now the site needs to be accessible by anonymous;
- Download list, like in backup-migrate module;
- Turn off comments, login and interactive blocks temporarily.

btopro’s picture

would you like comaintainer access to this project avdp? I don't have time to work directly with it at this time and getting more people on to help push towards D7 would be great.

basicmagic.net’s picture

subscribe

avdp’s picture

Hi,
I am working again on this module for D7 and should be working within a week or three. Now finished the settings page and start working on the masquerade part (act as user x when making the export).

I would like to be maintainer for this module since I need this module also in the future. However, this would be my first maintainership, what do I need to do exactly?

Regards.

avdp’s picture

my git name is 'urbanlink'

btopro’s picture

urbanlink or urbanlinq

avdp’s picture

--author="urbanlink <urbanlink@223863.no-reply.drupal.org>"
http://drupal.org/user/223863

btopro’s picture

you confused the issue I think. All I needed was avdp :). Should be added as comaintainer now. enjoy

avdp’s picture

ah, ok.. Thanks! Will create a 7.x version soon.

damiengr’s picture

Any news about a D7 port of this module ? Thanks :)

btopro’s picture

Version: 6.x-1.0 » 6.x-2.x-dev

7.x version will be created once 6.x.-2.x is stable. Please help work out issues in 2.x branch so I can port to D7 faster. I already have someone offering to help work issues out of the 7.x-2.x branch once its created

btopro’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
Status: Active » Closed (fixed)

7.x-2.x branch is open and available. it is in dev and has some issues. actively accepting patches / comaintainer requests to help get it all the way there. has all the functionality of the 6.x-2.x version ported to at least run. Doesn't grab all assets yet but does rip all pages to html correctly. Closing this issue, please break specific requests out into other issues as this one is too general.