Closed (fixed)
Project:
HTML Export
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2011 at 10:49 UTC
Updated:
14 Mar 2012 at 15:16 UTC
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
Comment #1
avdp commentedGot 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.
Comment #2
btopro commentedwould 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.
Comment #3
basicmagic.net commentedsubscribe
Comment #4
avdp commentedHi,
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.
Comment #5
avdp commentedmy git name is 'urbanlink'
Comment #6
btopro commentedurbanlink or urbanlinq
Comment #7
avdp commented--author="urbanlink <urbanlink@223863.no-reply.drupal.org>"http://drupal.org/user/223863
Comment #8
btopro commentedyou confused the issue I think. All I needed was avdp :). Should be added as comaintainer now. enjoy
Comment #9
avdp commentedah, ok.. Thanks! Will create a 7.x version soon.
Comment #10
damiengr commentedAny news about a D7 port of this module ? Thanks :)
Comment #11
btopro commented7.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
Comment #12
btopro commented7.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.