clojars / clojars-web

A community repository for open-source Clojure libraries
https://clojars.org
Eclipse Public License 1.0
468 stars 114 forks source link

Generate static index page #860

Closed sparkofreason closed 1 year ago

sparkofreason commented 1 year ago

The current index listing on https://repo.clojars.org/ does not play well with artifactory mirroring (and presumably other tools) because it requires JavaScript to run in the web page to generate the index listing. A static index like https://repo1.maven.org/maven2/ should make it possible to mirror clojars in artifactory.

tobias commented 1 year ago

Some thoughts on how to build this:

tobias commented 1 year ago

I'm working on this (slowly, when I get time) in #866.

tobias commented 1 year ago

@sparkofreason This has been released. Let me know if it works for you!