Skip to content

Commit 86428ce

Browse files
committed
Merge branch 'master' into develop
2 parents bd64627 + a30e525 commit 86428ce

2 files changed

Lines changed: 80 additions & 25 deletions

File tree

docs/manifest.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"@context": "https://readium.org/webpub-manifest/context.jsonld",
3+
4+
"metadata": {
5+
"title": "Readium CSS Documentation",
6+
"author": "Jiminy Panoz",
7+
"identifier": "https://readium.org/readium-css/docs/",
8+
"language": "en"
9+
},
10+
11+
"links": [
12+
{"rel": "self", "href": "https://readium.org/readium-css/docs/manifest.json", "type": "application/webpub+json"},
13+
{"rel": "alternate", "href": "https://github.com/readium/readium-css/raw/master/docs/ReadiumCSS_docs.epub", "type": "application/epub+zip"}
14+
],
15+
16+
"readingOrder": [
17+
{"href": "https://readium.org/readium-css/docs/", "type": "text/html", "rel": "contents"},
18+
{"href": "https://readium.org/readium-css/docs/CSS01-readiumcss_fundamentals.html", "type": "text/html", "title": "Readium CSS Fundamental Concepts"},
19+
{"href": "https://readium.org/readium-css/docs/CSS02-quickstart.html", "type": "text/html", "title": "Quickstart"},
20+
{"href": "https://readium.org/readium-css/docs/CSS03-injection_and_pagination.html", "type": "text/html", "title": "Inject and paginate EPUB contents"},
21+
{"href": "https://readium.org/readium-css/docs/CSS04-multicolumn_layout.html", "type": "text/html", "title": "How the multicolumn layout works"},
22+
{"href": "https://readium.org/readium-css/docs/CSS05-reflow_requirements.html", "type": "text/html", "title": "Reading Systems Requirements for reflowable text"},
23+
{"href": "https://readium.org/readium-css/docs/CSS06-stylesheets_order.html", "type": "text/html", "title": "Order in which to append Readium CSS reflowable stylesheets"},
24+
{"href": "https://readium.org/readium-css/docs/CSS07-variables.html", "type": "text/html", "title": "How to use CSS custom properties (a.k.a. variables)"},
25+
{"href": "https://readium.org/readium-css/docs/CSS08-defaults.html", "type": "text/html", "title": "Defaults"},
26+
{"href": "https://readium.org/readium-css/docs/CSS09-default_fonts.html", "type": "text/html", "title": "Typefaces and font-stacks"},
27+
{"href": "https://readium.org/readium-css/docs/CSS10-libre_fonts.html", "type": "text/html", "title": "Open Source and Libre Fonts We Can Recommend"},
28+
{"href": "https://readium.org/readium-css/docs/CSS11-overrides_classification.html", "type": "text/html", "title": "User Overrides’ Classification"},
29+
{"href": "https://readium.org/readium-css/docs/CSS12-user_prefs.html", "type": "text/html", "title": "User Settings, Reading Modes and Themes"},
30+
{"href": "https://readium.org/readium-css/docs/CSS13-a11y_settings_baseline.html", "type": "text/html", "title": "Baseline for a11y-related user settings"},
31+
{"href": "https://readium.org/readium-css/docs/CSS14-user_settings_recs.html", "type": "text/html", "title": "Recommendations for User Settings Management"},
32+
{"href": "https://readium.org/readium-css/docs/CSS15-user_pref_insights.html", "type": "text/html", "title": "User Preferences’ insights"},
33+
{"href": "https://readium.org/readium-css/docs/CSS16-internationalization.html", "type": "text/html", "title": "Internationalization"},
34+
{"href": "https://readium.org/readium-css/docs/CSS17-i18n_typography.html", "type": "text/html", "title": "Internationalization – A Typography Primer"},
35+
{"href": "https://readium.org/readium-css/docs/CSS18-further_details.html", "type": "text/html", "title": "Readium CSS Further Details: Explaining the CSS Voodoo"},
36+
{"href": "https://readium.org/readium-css/docs/CSS19-api.html", "type": "text/html", "title": "Readium CSS Variables API"},
37+
{"href": "https://readium.org/readium-css/docs/CSS20-spec_impact.html", "type": "text/html", "title": "List of proposals and specs impacting Readium CSS"},
38+
{"href": "https://readium.org/readium-css/docs/CSS21-epub_compat.html", "type": "text/html", "title": "EPUB Compatibility"},
39+
{"href": "https://readium.org/readium-css/docs/CSS22-npm.html", "type": "text/html", "title": "Install, test and build Readium CSS"},
40+
{"href": "https://readium.org/readium-css/docs/CSS23-fxl_requirements.html", "type": "text/html", "title": "Fixed-layouts’ Reading Systems Requirements"},
41+
{"href": "https://readium.org/readium-css/docs/CSS24-eprdctn_requests.html", "type": "text/html", "title": "E-production feedback and requests"},
42+
{"href": "https://readium.org/readium-css/docs/CSS25-performance_hacks.html", "type": "text/html", "title": "CSS Performance Hacks"},
43+
{"href": "https://readium.org/readium-css/docs/CSS26-i18n_glossary.html", "type": "text/html", "title": "i18n glossary"}
44+
]
45+
}

package-lock.json

Lines changed: 35 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)