csaftoiu / yahoo-groups-backup

A python script to backup the contents of private Yahoo! groups.
The Unlicense
37 stars 18 forks source link

Static Site - post example public site on ghpages #10

Open csaftoiu opened 8 years ago

csaftoiu commented 8 years ago

Just to be able to demonstrate it

lancesnead commented 7 years ago

Is the static site dump suppose to be viewable on a hosted site? I can view it locally offline just fine, but hosted site it hangs loading the page. {{ config.groupName }} Yahoo! Group Backup

csaftoiu commented 7 years ago

Hmm it should work, yes, although I haven't tested it. But if it works off the file system, it should work off a hosted site.

At the link you gave, it appears that a file is missing (I see this error in Chrome's error console):

http://texasmountaineers.org/archive/yahoo/eboard-tm/modules/core/promiseForEach.js Failed to load resource: the server responded with a status of 404 (Not Found)

Did you include this file on the hosted site? It needs everything in all the subdirectories to work.

lancesnead commented 7 years ago

Once I upgraded node, I was able to generate that file and it's now in that folder. Now I get the following JS error in the console. Error: [$injector:unpr] http://errors.angularjs.org/1.5.6/$injector/unpr?p0=%24promiseForEachProvider%20%3C-%20%24promiseForEach%20%3C-%20LocalJSONP

lancesnead commented 7 years ago

Fixed. Had to change case of file name. Now hosted site and search works. promiseForeach.js -> promiseForEach.js

csaftoiu commented 7 years ago

Nice, glad it worked out, and thanks for figuring that bug out. I've updated master branch with the fix.