View Single Post
Old 08-03-2015, 09:25 AM   #460
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,984
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by MerlinMama View Post
Is something from FanFicFare adding the following 4 lines to each chapter of updated stories, even chapters that were already there?
Yes. That's part of a couple new features, one that allows FFF to add new chapters out of order if the site uses unique chapter URLs (primarily the new forumxeno sites) and for the mark_new_chapters feature.

Quote:
Originally Posted by MerlinMama View Post
...
Can I turn this off somewhere (meaning which feature is causing it, if from FFF)? Is there some terrible problem that might occur if I remove these lines. Oh, and the last chapter updated does not have the closing </meta> but other chapters do.
If this additional metadata causes actual problems, I'd like to hear about it.

If you find the invisible metadata offensive for some reason, you can customize the xhtml used at the beginning of each chapter file to remove it. Default is like so:

Code:
[epub]
chapter_start:
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>${chapter}</title>
 <link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
 <meta name="chapterurl" content="${url}"></meta>
 <meta name="chapterorigtitle" content="${origchapter}"></meta>
 <meta name="chaptertoctitle" content="${tocchapter}"></meta>
 <meta name="chaptertitle" content="${chapter}"></meta>
 </head>
 <body>
 <h3>${chapter}</h3>
See this wiki page about custom output.

I don't see anywhere in my files where </meta> close tags are missing, nor anyway for them to go missing. Can you provide an example epub?
JimmXinu is offline   Reply With Quote