-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from brave/speedreader-0.8.2
Speedreader 0.8.2
- Loading branch information
Showing
9 changed files
with
687 additions
and
28 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
# Kuchiki (朽木) | ||
# Kuchikiki (口利き) | ||
|
||
HTML tree-manipulation library for Rust. | ||
|
||
Upstream has archived their repository, since they've been unable | ||
to maintain the crate. However, the Brave project is still using | ||
a branch, and so will continue to maintain a fork. | ||
[Documentation](https://docs.rs/kuchikiki) | ||
|
||
[Documentation](https://docs.rs/kuchiki) | ||
This is a fork of the Kuchiki (朽木) library, which in now unmaintained. | ||
The Brave project is still using a branch, and so will continue to | ||
support this repository. You can use this version by updating the name | ||
in your `Cargo.toml` (add an extra `ki`!) and then remap code references | ||
to the new name, e.g. with | ||
|
||
```rust | ||
use kuchikiki as kuchiki | ||
``` | ||
|
||
See the [Security Policy](SECURITY.md) for information on reporting vulnerabilities. |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters