Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change from github pages to wiki #1579

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/add-site-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Please note, I'm basically the only developer working on WebToEpub, and I'm not
### Provide URL for web page that contains Table of Contents (list of chapters) of a typical story on the site

### Did you try using the Default Parser for the site? If not, why not?
Instructions for using the default parser can be found at https://dteviot.github.io/Projects/webToEpub_DefaultParser.html
Instructions for using the default parser can be found at https://github.com/dteviot/WebToEpub/wiki/FAQ#how-to-convert-a-new-site-using-the-default-parser

### What settings did you use? What didn't work?
* URL of first chapter
Expand All @@ -21,7 +21,7 @@ Instructions for using the default parser can be found at https://dteviot.github
* CSS selector for element(s) to remove

### If the Default Parser did not work, if you have developer skills, did you try writing a new parser?
Instructions https://dteviot.github.io/Projects/webToEpub_FAQ.html#write-parser
Instructions https://github.com/dteviot/WebToEpub/wiki/FAQ#how-to-write-a-new-parser

### If you don't have developer skills, can you ask a friend who does have them if they can do it for you?

Expand Down
4 changes: 2 additions & 2 deletions plugin/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,11 @@ var main = (function () {
}

function onSeriesPageHelp() {
chrome.tabs.create({ url: "https://dteviot.github.io/Projects/webToEpub_FAQ.html#baka-tsuki-series-page" });
chrome.tabs.create({ url: "https://github.com/dteviot/WebToEpub/wiki/FAQ#using-baka-tsuki-series-page-parser" });
}

function onDefaultParserHelp() {
chrome.tabs.create({ url: "https://dteviot.github.io/Projects/webToEpub_DefaultParser.html" });
chrome.tabs.create({ url: "https://github.com/dteviot/WebToEpub/wiki/FAQ#how-to-convert-a-new-site-using-the-default-parser" });
}

function onReadOptionsFromFile(event) {
Expand Down
Loading