added option to pass urls / named urls to crawl_static_pages#10
Open
danodonovan wants to merge 12 commits intotrapeze:masterfrom
Open
added option to pass urls / named urls to crawl_static_pages#10danodonovan wants to merge 12 commits intotrapeze:masterfrom
danodonovan wants to merge 12 commits intotrapeze:masterfrom
Conversation
Contributor
|
I'd love to merge this, but I'm not certain if can at the moment. I no longer work for Trapeze, the owner of this repo. I'll see if I can contact someone there to sort it out, but I think you might have to maintain your own fork if I can't. Sorry for the trouble. I'd be more than happy to point people at your fork if you'd like. |
Author
No trouble at all! Thanks for saving me the time by posting this up on github. After I added a couple of little bits for my purposes I thought I should help back. If you have many people pestering you for fixes I'd be happy for the you to direct to the fork, but it's your call! Best, Dan |
Option to strip HTML tags from the fetched pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I found that I didn't necessarily know all the named urls to put into settings.py - this change just provides the option to add extra urls.
I also added a 'dependencies' note to the README - there is a ticket open on this.
Dan