Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
02057b5b087cc0d97541e6d8cd355a02cdb67707
http: accept .org as repository README extension
Richard Levitte
committed
1 year ago
commit 02057b5b087cc0d97541e6d8cd355a02cdb67707
parent
eb767f5e2fc5a47b6be7814dde3aa7b2a1af2f36
1 file changed
+1
-0
modified
radicle-httpd/src/api/v1/projects.rs
@@ -587,6 +587,7 @@ async fn readme_handler(
"README.markdown",
"README.txt",
"README.rst",
+
"README.org",
"Readme.md",
];