Skip to content

Instantly share code, notes, and snippets.

View rosatravels's full-sized avatar

rosatravels rosatravels

View GitHub Profile
@rosatravels
rosatravels / .toc.ncx
Created May 18, 2018 08:38
Secret trail toc.ncx
<?xml version='1.0' encoding='utf-8'?>
<ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1" xml:lang="eng">
<head>
<meta content="e32e9e94-9a7b-4b4c-8231-9068b0e61e2e" name="dtb:uid"/>
<meta content="4" name="dtb:depth"/>
<meta content="calibre (3.21.0)" name="dtb:generator"/>
<meta content="0" name="dtb:totalPageCount"/>
<meta content="0" name="dtb:maxPageNumber"/>
</head>
<docTitle>
@rosatravels
rosatravels / .toc.ncx
Created May 18, 2018 08:38
Secret trail toc.ncx
<?xml version='1.0' encoding='utf-8'?>
<ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1" xml:lang="eng">
<head>
<meta content="e32e9e94-9a7b-4b4c-8231-9068b0e61e2e" name="dtb:uid"/>
<meta content="4" name="dtb:depth"/>
<meta content="calibre (3.21.0)" name="dtb:generator"/>
<meta content="0" name="dtb:totalPageCount"/>
<meta content="0" name="dtb:maxPageNumber"/>
</head>
<docTitle>
@rosatravels
rosatravels / pgepub.css
Created May 18, 2018 07:31
New format for Secret Trail
@charset "utf-8";
body, body.tei.tei-text {
color: black;
background-color: white;
margin: 0.5em;
width: auto;
border: 0;
padding: 0
}
div, p, pre, h1, h2, h3, h4, h5, h6 {
@rosatravels
rosatravels / 1.css
Created May 18, 2018 07:30
New Format for Secret Trail
/**/
p.c14 {
font-style: italic
}
hr.c9 {
width: 45%
}
span.c5 {
font-style: italic
}
@rosatravels
rosatravels / 0.css
Created May 18, 2018 07:29
New Format pagestyle sheet
/**/
p {
margin-top: 0.75em;
text-align: justify;
margin-bottom: 0.75em
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
/* all headings centered */
clear: both
@rosatravels
rosatravels / gist:aa1a349f748cfad0645eddaec982c4c0
Last active May 18, 2018 06:17
Table of Content for Secret Trails
<?xml version='1.0' encoding='utf-8'?>
<ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1" xml:lang="eng">
<head>
<meta content="006983f7-443c-4ef8-8efa-48322366550d" name="dtb:uid"/>
<meta content="4" name="dtb:depth"/>
<meta content="calibre (3.21.0)" name="dtb:generator"/>
<meta content="0" name="dtb:totalPageCount"/>
<meta content="0" name="dtb:maxPageNumber"/>
</head>
<docTitle>
@rosatravels
rosatravels / stylesheet.css
Created May 18, 2018 06:13
style sheet for Secret Trails
.block_ {
background-color: #FFF;
color: black;
display: block;
font-family: serif;
font-size: 0.83333em;
line-height: 14.4pt;
text-align: left;
padding: 0;
margin: 9pt 0
@rosatravels
rosatravels / page_styles.css
Created May 18, 2018 06:12
css for Secret Trails
@page {
margin-bottom: 5pt;
margin-top: 5pt
}
#!/usr/bin/env python2
# vim:fileencoding=utf-8
from __future__ import unicode_literals, division, absolute_import, print_function
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1526022279(BasicNewsRecipe):
title = 'Calibre Blog'
oldest_article = 1000
max_articles_per_feed = 100
auto_cleanup = True
@rosatravels
rosatravels / RosaTemplate.Recipe
Created May 9, 2018 11:16
Rosa's Template for the Calibre Software
#!/usr/bin/env python2
# vim:fileencoding=utf-8
from __future__ import unicode_literals, division, absolute_import, print_function
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1525856516(BasicNewsRecipe):
title = 'Rosa Template'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True