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

[WJ-1219] Move ftml to separate repository #1843

Merged
merged 3 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
45 changes: 0 additions & 45 deletions .github/workflows/ftml-config.yaml

This file was deleted.

159 changes: 0 additions & 159 deletions .github/workflows/ftml.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
# maintenance of, or has experience with various parts of this
# repository.

# The ftml (Foundation Text Markup Language) service provides
# parsing and rendering of wikitext.
.github/workflows/ftml*.yaml @emmiegit
ftml @emmiegit

# The DEEPWELL replacement API service
.github/workflows/deepwell.yaml @emmiegit
deepwell @emmiegit
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
alt="Codecov report">
</a>

<a href="https://github.com/scpwiki/wikijump/actions?query=workflow%3A%22%5Bftml%5D+Rust%22">
<img src="https://github.com/scpwiki/wikijump/workflows/%5Bftml%5D%20Rust/badge.svg"
alt="ftml build status">
</a>

<a href="https://github.com/scpwiki/wikijump/actions?query=workflow%3A%22%5Bdeepwell%5D+Rust%22">
<img src="https://github.com/scpwiki/wikijump/workflows/%5Bdeepwell%5D%20Rust/badge.svg"
alt="DEEPWELL build status">
Expand Down
42 changes: 8 additions & 34 deletions deepwell/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deepwell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ femme = "2"
filemagic = "0.12"
fluent = "0.16"
fluent-syntax = "0"
ftml = { version = "1.22", features = ["mathml"] }
ftml = { version = "1.23", features = ["mathml"] }
futures = { version = "0.3", features = ["async-await"], default-features = false }
hex = { version = "0.4", features = ["serde"] }
hostname = "0.3"
Expand Down
2 changes: 0 additions & 2 deletions ftml/.editorconfig

This file was deleted.

7 changes: 0 additions & 7 deletions ftml/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions ftml/.rustfmt.toml

This file was deleted.

16 changes: 0 additions & 16 deletions ftml/.tarpaulin.toml

This file was deleted.

Loading
Loading