A .build.yml => .build.yml +11 -0
@@ 0,0 1,11 @@
+image: alpine/edge
+packages:
+ - rust
+ - cargo
+sources:
+ - https://git.sr.ht/~gbmor/rustwtxt
+tasks:
+ - build: |
+ cd rustwtxt
+ cargo check
+ cargo test<
\ No newline at end of file
M Cargo.toml => Cargo.toml +1 -1
@@ 5,7 5,7 @@ authors = ["Ben Morrison <ben@gbmor.dev>"]
edition = "2018"
description = "Library that makes working with twtxt.txt files easier."
documentation = "https://docs.rs/rustwtxt"
-repository = "https://github.com/rustwtxt/rustwtxt"
+repository = "https://git.sr.ht/~gbmor/rustwtxt"
readme = "README.md"
keywords = ["twtxt", "microblogging", "microblog", "tweet"]
categories = ["parsing", "text-processing", "web-programming"]
M README.md => README.md +9 -1
@@ 1,8 1,16 @@
# rustwtxt
-[](https://travis-ci.com/rustwtxt/rustwtxt) [](https://codecov.io/gh/rustwtxt/rustwtxt) [](https://docs.rs/rustwtxt)
+[](https://builds.sr.ht/~gbmor/rustwtxt?) [](https://travis-ci.com/rustwtxt/rustwtxt) [](https://codecov.io/gh/rustwtxt/rustwtxt) [](https://docs.rs/rustwtxt)
`twtxt` client and library.
+## Contributions
+
+Please mail patches to:
+ * [~gbmor/rustwtxt@lists.sr.ht](mailto:~gbmor/rustwtxt@lists.sr.ht)
+
+Tickets / issues:
+ * [https://todo.sr.ht/~gbmor/rustwtxt](https://todo.sr.ht/~gbmor/rustwtxt)
+
## Notes
* `twtxt` is a decentralized microblogging platform based on text files.
The files are transmitted over `http`.