diff options
-rw-r--r-- | .build.yml | 2 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | index.html | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -17,4 +17,4 @@ tasks: python3 update.py - deploy: | cd arewe1.0yet - rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del out/ $deploy:/var/www/html/1.0.boringcactus.com/ + rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del out/ $deploy:/var/www/html/arewe1.0yet.org/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..858c1df --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Are We 1.0 Yet? + +tracking the stability of the Rust ecosystem. + +source code: <https://git.sr.ht/~boringcactus/arewe1.0yet> +mailing list: <https://lists.sr.ht/~boringcactus/arewe1.0yet> @@ -89,7 +89,7 @@ <footer> Built by <a href="https://www.boringcactus.com/">boringcactus</a>. Inspired by <a href="https://pythonwheels.com/">Python Wheels</a>. - Generator code <a href="https://git.sr.ht/~boringcactus/arewe1.0yet">available</a>. + Generator code <a href="https://sr.ht/~boringcactus/arewe1.0yet/">available</a>. Data pulled at {{ metadata.timestamp }}. </footer> </body> |