Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lise-henry -> crowdagger #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Its focus is novels and fiction, and the default settings should (hopefully) gen
## Example

To see what Crowbook's output looks like, you can read the Crowbook guide rendered in
[HTML](http://lise-henry.github.io/crowbook/book/book.html),
[PDF](http://lise-henry.github.io/crowbook/book/book.pdf)
[HTML](http://crowdagger.github.io/crowbook/book/book.html),
[PDF](http://crowdagger.github.io/crowbook/book/book.pdf)
or
[EPUB](http://lise-henry.github.io/crowbook/book/book.epub).
[EPUB](http://crowdagger.github.io/crowbook/book/book.epub).

## Installing

Expand All @@ -19,7 +19,7 @@ either using precompiled binaries, or compiling it using `cargo`.
### Binaries

See
[the releases page](https://github.com/lise-henry/crowbook/releases)
[the releases page](https://github.com/crowdagger/crowbook/releases)
to download a precompiled binary for your architecture.
Just extract the archive and run `crowbook`
(or `crowbook.exe` on Windows).
Expand Down Expand Up @@ -89,10 +89,10 @@ and on

Crowbook supports HTML, PDF and EPUB (either version 2 or 3) as output formats.
See the Crowbook User Guide rendered in
[HTML](http://lise-henry.github.io/crowbook/book/book.html),
[EPUB](http://lise-henry.github.io/crowbook/book/book.epub)
[HTML](http://crowdagger.github.io/crowbook/book/book.html),
[EPUB](http://crowdagger.github.io/crowbook/book/book.epub)
and
[PDF](http://lise-henry.github.io/crowbook/book.pdf).
[PDF](http://crowdagger.github.io/crowbook/book.pdf).

### Input format

Expand All @@ -109,7 +109,7 @@ By default, it removes superfluous spaces and tries to use curly quotes.
If the book's language is set to french, it also tries to respect french typography by replacing spaces with non-breaking ones when it is appropriate (e.g. before '?', '!', ';' or ':').

> Please
> [open an issue](https://github.com/lise-henry/crowbook/issues/new)
> [open an issue](https://github.com/crowdagger/crowbook/issues/new)
> describing typographic rules if you want them to be implemented for other languages.

### Links handling
Expand Down Expand Up @@ -138,7 +138,7 @@ While the default settings will hopefully generate something that should look "g
### Bugs

See the
[issue tracker on GitHub](https://github.com/lise-henry/crowbook/issues).
[issue tracker on GitHub](https://github.com/crowdagger/crowbook/issues).

## Contributors

Expand Down Expand Up @@ -335,9 +335,9 @@ You can look at the generated documentation on

Note that, in order to facilitate code reuse, some features have been split to separate libraries:

* [epub-builder](https://github.com/lise-henry/epub-builder)
* [epub-builder](https://github.com/crowdagger/epub-builder)
makes it easier to generate EPUB files.
* [crowbook-text-processing](https://github.com/lise-henry/crowbook-text-processing/)
* [crowbook-text-processing](https://github.com/crowdagger/crowbook-text-processing/)
contains all the "typographic" functions (smart quotes, handling of non-breaking spaces in french, ...).

## License
Expand All @@ -357,4 +357,4 @@ by Mozilla Corporation.
Crowbook includes binary (minified) CSS and Javascript files from
[Highlight.js](https://highlightjs.org/),
written by Ivan Sagalaev, see
[license](https://raw.githubusercontent.com/lise-henry/crowbook/master/templates/highlight/LICENSE)
[license](https://raw.githubusercontent.com/crowdagger/crowbook/master/templates/highlight/LICENSE)