Skip to content

Commit c674946

Browse files
committed
docs: Drop out of date status sections from READMEs
1 parent 21a3abf commit c674946

File tree

6 files changed

+0
-51
lines changed

6 files changed

+0
-51
lines changed

fluent-bundle/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@ fn main() {
4848
```
4949

5050

51-
Status
52-
------
53-
54-
The implementation is in its early stages and supports only some of the Project
55-
Fluent's spec. Consult the [list of milestones][] for more information about
56-
release planning and scope.
57-
58-
[list of milestones]: https://github.com/projectfluent/fluent-rs/milestones
59-
6051
Learn the FTL syntax
6152
--------------------
6253

fluent-fallback/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ fn main() {
4040
```
4141

4242

43-
Status
44-
------
45-
46-
The implementation is in its early stages and supports only some of the Project
47-
Fluent's spec. Consult the [list of milestones][] for more information about
48-
release planning and scope.
49-
50-
[list of milestones]: https://github.com/projectfluent/fluent-rs/milestones
51-
52-
5343
Learn the FTL syntax
5444
--------------------
5545

fluent-resmgr/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ fn main() {
3737
```
3838

3939

40-
Status
41-
------
42-
43-
The implementation is in its early stages and supports only some of the Project
44-
Fluent's spec. Consult the [list of milestones][] for more information about
45-
release planning and scope.
46-
47-
[list of milestones]: https://github.com/projectfluent/fluent-rs/milestones
48-
49-
5040
Learn the FTL syntax
5141
--------------------
5242

fluent-syntax/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ framework designed to unleash the entire expressive power of natural language tr
77
[![Build](https://github.com/projectfluent/fluent-rs/actions/workflows/test.yaml/badge.svg)](https://github.com/projectfluent/fluent-rs/actions/workflows/test.yaml)
88
[![Coverage Status](https://coveralls.io/repos/github/projectfluent/fluent-rs/badge.svg?branch=main)](https://coveralls.io/github/projectfluent/fluent-rs?branch=main)
99

10-
Status
11-
------
12-
13-
The crate currently provides just a parser, which is tracking Fluent Syntax on its way to 1.0.
14-
1510

1611
Learn the FTL syntax
1712
--------------------

fluent-testing/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ natural languages like gender, plurals, conjugations, and others.
1212
[Project Fluent]: https://projectfluent.org
1313
[Documentation]: https://docs.rs/fluent/
1414

15-
Status
16-
------
17-
18-
The implementation is in its early stages and supports only some of the Project
19-
Fluent's spec. Consult the [list of milestones][] for more information about
20-
release planning and scope.
21-
22-
[list of milestones]: https://github.com/projectfluent/fluent-rs/milestones
2315

2416
Learn the FTL syntax
2517
--------------------

fluent/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ fn main() {
4747
}
4848
```
4949

50-
51-
Status
52-
------
53-
54-
The implementation is in pre-1.0 mode and supports Fluent Syntax 1.0, and
55-
Fluent API 0.14.. Consult the [list of milestones][] for more information about
56-
release planning and scope.
57-
5850
`FluentBundle`, which is the main struct at the moment, is intended to remain
5951
a low level API.
6052
There is a number of higher level APIs like [fluent-resmgr][] and
@@ -63,7 +55,6 @@ for bindings and direct usage.
6355
Those higher level APIs are not mature yet enough to be included in this package,
6456
but will get added once they are.
6557

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

0 commit comments

Comments
 (0)