mirror of
https://github.com/lise-henry/crowbook
synced 2024-11-18 00:13:55 +01:00
updated readme.md and Cargo.toml
This commit is contained in:
parent
2ad66d7286
commit
b4e0acb3a5
@ -2,6 +2,11 @@
|
||||
name = "crowbook"
|
||||
version = "0.1.0"
|
||||
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
|
||||
description = "Yet another converter from Markdown file to (HTML, LaTeX, Epub)"
|
||||
repository = "https://github.com/lise-henry/crowbook"
|
||||
readme = "README.md"
|
||||
keywords = "markdown, book"
|
||||
license = "mit"
|
||||
|
||||
[lib]
|
||||
name = "crowbook"
|
||||
|
11
README.md
11
README.md
@ -27,8 +27,8 @@ Features
|
||||
some_file` and you don't have to pass more options, it generates the
|
||||
rest.
|
||||
* Support for basic Markdown features useful in writing novels.
|
||||
* Support for Epub2 format as output.
|
||||
* Basic support for LaTeX format as output, and PDF through it.
|
||||
* Support for Epub2 and Epub3 format as output.
|
||||
* Very basic support for LaTeX format as output, and PDF through it.
|
||||
* Support for HTML format as output.
|
||||
* Support for basic french typography in HTML/Epub format, and by
|
||||
that I mostly mean non-breaking spaces.
|
||||
@ -36,13 +36,14 @@ that I mostly mean non-breaking spaces.
|
||||
* Some configuration for HTML/Epub templates and CSS.
|
||||
|
||||
### ToDo ###
|
||||
* Support Epub3.
|
||||
* Real support for LaTeX.
|
||||
* Allow more customization.
|
||||
* Provide a binary which accepts some option and not just an input
|
||||
file.
|
||||
* Support for easily embedding custom fonts (and other files) in Epub/HTML.
|
||||
* Support for ODT as output format.
|
||||
* Support for easily embedding custom fonts (and other files) in
|
||||
Epub/HTML.
|
||||
* Correct support for technical books.
|
||||
* Support for ODT as output format?
|
||||
|
||||
See also [Bugs](Bugs.md).
|
||||
|
||||
|
@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ncx version="2005-1" xmlns="http://www.daisy.org/z3986/2005/ncx/">
|
||||
<head>
|
||||
<meta name="dtb:depth" content="1" />
|
||||
<meta name="dtb:totalPageCount" content="0" />
|
||||
<meta name="dtb:maxPageNumber" content="0" />
|
||||
</head>
|
||||
<docTitle>
|
||||
<text>{{title}}</text>
|
||||
</docTitle>
|
||||
<navMap>
|
||||
<navPoint id="navPoint-0">
|
||||
<navLabel>
|
||||
<text>{{title}}</text>
|
||||
</navLabel>
|
||||
<content src="title_page.xhtml" />
|
||||
</navPoint>
|
||||
{{{nav_points}}}
|
||||
</navMap>
|
||||
</ncx>
|
Loading…
Reference in New Issue
Block a user