1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-28 05:46:23 +02:00

updated readme.md and Cargo.toml

This commit is contained in:
Elisabeth Henry 2016-02-20 04:49:20 +01:00
parent 2ad66d7286
commit b4e0acb3a5
3 changed files with 11 additions and 25 deletions

View File

@ -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"

View File

@ -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).

View File

@ -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>