10-18-2015, 06:13 PM | #646 |
Enthusiast
Posts: 27
Karma: 10
Join Date: Dec 2013
Device: iPad
|
yeah i realized that after i posted it but wasnt aware of how to delete it from the thread. i just tend to think of the FanFicFare add on as the main thing since its what i mainly use calibre for. so my apologies for that
|
10-19-2015, 12:28 AM | #647 |
Junior Member
Posts: 2
Karma: 10
Join Date: Oct 2015
Device: None
|
|
Advert | |
|
10-19-2015, 06:17 AM | #648 |
Evangelist
Posts: 408
Karma: 1050547
Join Date: Mar 2011
Device: Kindle Oasis 2
|
So there are Python people using the CLI and directly installing the package from PyPi, that's really neat .
|
10-19-2015, 11:10 AM | #649 | ||
Plugin Developer
Posts: 6,592
Karma: 4600349
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
Quote:
|
||
10-19-2015, 12:43 PM | #650 |
Ex-Helpdesk Junkie
Posts: 19,421
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
I don't know how many people use it, although I know there are people who do. I don't, however, know if they use the version built from git master, or the tagged tarballs. I packaged both. Last edited by eschwartz; 10-19-2015 at 12:47 PM. |
Advert | |
|
10-19-2015, 01:38 PM | #652 |
Ex-Helpdesk Junkie
Posts: 19,421
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
Yup, that's me.
I'm pretty good at keeping it up to date, too -- I just wait for notifications in this thread. Makes it easy... Last edited by eschwartz; 10-19-2015 at 01:41 PM. |
10-19-2015, 01:45 PM | #653 | |
Plugin Developer
Posts: 6,592
Karma: 4600349
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
Version 2.2.14 - 18 Oct 2015
|
|
10-19-2015, 10:35 PM | #654 |
Connoisseur
Posts: 55
Karma: 10
Join Date: Jul 2015
Location: Curitiba - Brazil
Device: Kindle Paperwhite 3,
|
I have a question about e-mail fetch.
It works if instead of putting the e-mail account I receive the AO3 e-mails I use another account to which I redirect these e-mails? I suppose not, but I ask because while I prefer to keep the site messages that are not fic updates (kudos, replies, etc) in my main account, I always redirect the updates notices to a secondary account/ |
10-19-2015, 11:10 PM | #655 | |
Plugin Developer
Posts: 6,592
Karma: 4600349
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
|
|
10-21-2015, 12:58 PM | #656 |
Zealot
Posts: 132
Karma: 10
Join Date: Oct 2015
Device: Sony Reader, Tolino Shine, Samsung Galaxy S3
|
Hi! Um... I want to slowly download everything in my bookmarks into calibre as offline library. So I'm trying to put together the right settings. I use fanficfare for both html and epub versions of a fanfic. Both have more or less the same css: Colored titles, borders for the titles, padding and so. But the epub version only accepts the css for the first page with the title and the labels. But when I convert the html file to epub with sigil, it has everything and running check turns it up fine. Did I forget something in the ini, or is there an activate css thing or so? After fanficfare creates the epub it won't even be edited with epub creating programs like sigil, but run-check works fine here too. Not even a color change is possible.
Two: archiveofourown's settings allow for fic being part of more than one series. But it does not combine series link with the series text like it does normally, instead I have added to the categories in the first page: Series: xyz Series URL: http:\\something-or-other That's default setting and ok so, right? Or do I need to add change something? |
10-21-2015, 01:27 PM | #657 |
Plugin Developer
Posts: 6,592
Karma: 4600349
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
@edeniz,
The preferred output for FanFicFare is epub because it can be updated when new chapters come out without downloading the entire story again. The output_css setting for the [epub] section is used to create a stylesheet.css file inside the epub that all generated xhtml file include. If you think that isn't working correctly for you, please post an epub (generated by FanFicFare), the relevant part of your personal.ini, and what you see wrong with it. I stopped using Sigil some time ago because it didn't support subdirectories inside epubs correctly. Calibre's 'Edit book' feature is preferred, IMO. Converting from HTML to epub using Sigil, you're on your own. Re: AO3 extra series, what are you trying to add or ask? And please provide an example URL to a story with more than one series. I don't have stories with every different quirk at my finger tips. |
10-21-2015, 02:24 PM | #658 |
Zealot
Posts: 132
Karma: 10
Join Date: Oct 2015
Device: Sony Reader, Tolino Shine, Samsung Galaxy S3
|
Ok. Will do. It's not so important, because if I want colorful style, I just use the html. But I was put off that nothing I do to the output css seems to do anything, I can't so much as choose a bigger font-size or color for epub. Not just that, but I can't afterward change the css with calibre's editor or sigil if I tried, so I thought I must be messing up and wanted to ask. If it's default, no problem.
This is my epub style: Code:
##style: titlepage_use_table: true wide_titlepage_entries:storyUrl,authorUrl,seriesUrl output_css: body { margin: 2%%;} pre { font-size: x-small; } sml { font-size: small; } p {line-height:170%%; } blockquote {padding: 0.5em 0 0.5em 0; margin-bottom:1em;} a:link {color:#6495ED;} a:visited {color:#333; font-style: italic; text-decoration: none;} a[title] {text-decoration: underline; font-style: italic;} td {height:2em; vertical-align:top; padding:0.6em 0.2em 0.4em 0.6em;} br {margin:5px; line-height:1.7em; } h1 { text-align: center; padding:1.5em 0 1.5em 0; } h2 { text-align: center; color:#6495ED; padding:1em 0 1em 0; border-bottom: 2px solid; border-top: 2px solid; margin-top:3em; } h3 { text-align: center; color:#6495ED; padding:0.5em 0 0.5em 0; } h4 { text-align: center; } h5 { text-align: center; } h6 { text-align: center; } .CI { text-align:center; margin-top:0px; margin-bottom:0px; padding:0px; } .center {text-align: center;} .cover {text-align: center;} .full {width: 100%%; } .quarter {width: 25%%; } .smcap {font-variant: small-caps;} .u {text-decoration: underline;} .bold {font-weight: bold;} include_images:true never_make_cover: true Re: AO3 extra series. Sorry. I'll give an example link for the series thing: http://archiveofourown.org/works/748503 This fic from the archive is part of two series. Attached is the epub output from fanficfare. I have serieshtml on second row usually. But this one for example is part of 2 series, so I also want both series in addition listed and linked after or right before the summary the same way and can't do it. Last edited by edeniz; 10-21-2015 at 02:26 PM. |
10-21-2015, 03:08 PM | #659 | |
Plugin Developer
Posts: 6,592
Karma: 4600349
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
I assume you have that in the [epub] section. That's the only reason I know of why it wouldn't work at all.
For specifics, epub--especially in dedicated ebook reader devices--doesn't always support all the possible CSS settings. When I used your CSS above, I definitely saw it being imported into the epub and at least part applied. You may be using CSS settings epub (or your epub reader) doesn't support. Quote:
This works: Code:
[archiveofourown.org] add_to_extra_valid_entries:,series00HTML,series01HTML,series02HTML,series03HTML series00HTML_label:Series series01HTML_label:Additional Series series02HTML_label:Additional Series series03HTML_label:Additional Series make_linkhtml_entries:series00,series01,series02,series03 titlepage_entries: seriesHTML,series01HTML,series02HTML,series03HTML,category,genre,language,characters,ships,status,datePublished,dateUpdated,dateCreated,rating,warnings,numChapters,numWords,site,description (Note that series00 == regular series.) |
|
10-21-2015, 03:46 PM | #660 | ||
Zealot
Posts: 132
Karma: 10
Join Date: Oct 2015
Device: Sony Reader, Tolino Shine, Samsung Galaxy S3
|
e
Quote:
Quote:
It wasn't in the defaults text, so I didn't know it was even an option. This helps hugely. You're a treasure. Last edited by edeniz; 10-21-2015 at 03:56 PM. |
||
Tags |
fanfiction |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 495 | 10-19-2024 07:06 AM |
[GUI Plugin] Open With | kiwidude | Plugins | 403 | 04-01-2024 09:39 AM |
[GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 01:48 PM |
[GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 07:39 PM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |