Skip to content

Commit

Permalink
docs: Drop out of date status sections from READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed May 6, 2024
1 parent 21a3abf commit c674946
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 51 deletions.
9 changes: 0 additions & 9 deletions fluent-bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@ fn main() {
```


Status
------

The implementation is in its early stages and supports only some of the Project
Fluent's spec. Consult the [list of milestones][] for more information about
release planning and scope.

[list of milestones]: https://github.com/projectfluent/fluent-rs/milestones

Learn the FTL syntax
--------------------

Expand Down
10 changes: 0 additions & 10 deletions fluent-fallback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@ fn main() {
```


Status
------

The implementation is in its early stages and supports only some of the Project
Fluent's spec. Consult the [list of milestones][] for more information about
release planning and scope.

[list of milestones]: https://github.com/projectfluent/fluent-rs/milestones


Learn the FTL syntax
--------------------

Expand Down
10 changes: 0 additions & 10 deletions fluent-resmgr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ fn main() {
```


Status
------

The implementation is in its early stages and supports only some of the Project
Fluent's spec. Consult the [list of milestones][] for more information about
release planning and scope.

[list of milestones]: https://github.com/projectfluent/fluent-rs/milestones


Learn the FTL syntax
--------------------

Expand Down
5 changes: 0 additions & 5 deletions fluent-syntax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ framework designed to unleash the entire expressive power of natural language tr
[![Build](https://github.com/projectfluent/fluent-rs/actions/workflows/test.yaml/badge.svg)](https://github.com/projectfluent/fluent-rs/actions/workflows/test.yaml)
[![Coverage Status](https://coveralls.io/repos/github/projectfluent/fluent-rs/badge.svg?branch=main)](https://coveralls.io/github/projectfluent/fluent-rs?branch=main)

Status
------

The crate currently provides just a parser, which is tracking Fluent Syntax on its way to 1.0.


Learn the FTL syntax
--------------------
Expand Down
8 changes: 0 additions & 8 deletions fluent-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ natural languages like gender, plurals, conjugations, and others.
[Project Fluent]: https://projectfluent.org
[Documentation]: https://docs.rs/fluent/

Status
------

The implementation is in its early stages and supports only some of the Project
Fluent's spec. Consult the [list of milestones][] for more information about
release planning and scope.

[list of milestones]: https://github.com/projectfluent/fluent-rs/milestones

Learn the FTL syntax
--------------------
Expand Down
9 changes: 0 additions & 9 deletions fluent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ fn main() {
}
```


Status
------

The implementation is in pre-1.0 mode and supports Fluent Syntax 1.0, and
Fluent API 0.14.. Consult the [list of milestones][] for more information about
release planning and scope.

`FluentBundle`, which is the main struct at the moment, is intended to remain
a low level API.
There is a number of higher level APIs like [fluent-resmgr][] and
Expand All @@ -63,7 +55,6 @@ for bindings and direct usage.
Those higher level APIs are not mature yet enough to be included in this package,
but will get added once they are.

[list of milestones]: https://github.com/projectfluent/fluent-rs/milestones
[fluent-resmgr]: https://crates.io/crates/fluent-resmgr
[fluent-fallback]: https://crates.io/crates/fluent-fallback

Expand Down

0 comments on commit c674946

Please sign in to comment.