https://dev.clojure.org/display/community is now dead. I have migrated all relevant content into http://clojure.org (some of it is kind of buried) and saved off archived pages for some of it (like the GSOC ideas) that might theoretically be useful at some point
the only content left in the confluence wiki is the design space and I know @seancorfield and @gfredericks at least have relatively recent live work there
so before I do anything I wanted to check with y'all
I don't want to lose the stuff in the design wiki - there is a lot of important history there (intermingled with a lot of theoretical stuff)
there is no simple "export to a set of static pages" functionality
probably there was some plugin to do that when this was a current release of Confluence but I haven't been successful in tracking anything down. the built-in functionality will export single pages to pdf or word
is there a plain-text export of any kind?
I guess there's always copy-paste from a browser
I only have two or three pages I think
export no, but I probably can do a "backup" of the whole thing and get a giant xml file
I was imagining if nothing else some text files could be committed to the git repo
browser-copy-paste would probably be good enough and more useful than xml in that scenario
yeah
I could make a new repo to house this stuff in a github wiki or something
for project-specific stuff, it would probably be better to do that in the project
would you want to move the test.check stuff @gfredericks ?
yeah I can do that
do I have a deadline? 🙂
sooner is better :)
seriously though, I am trying to decommission this confluence server this week
I'll see how far I can get in five minutes
there's no markup editor is there
that'd be an easy way to get a lossless plaintext
yeah, that exists for modern versions, but I can't find anything for this ancient version
and the database only has xml?
I'm going to have three levels of "obsolete notes" now
@alexmiller I'm happy with this https://github.com/clojure/test.check/blob/master/doc/old-confluence-notes.md
I think the database is actually text in MySQL tables probably. Not sure how easily I can get to that
not worth any effort
thx
If you want to maintain it directly on a general Clojure wiki on GitHub as a migration for the Clojure design stuff, LMK and I'll remove that.
I've done a full site scrape to html and I think I'm going to put that in a github gh-pages site. that way I keep all the comments and stuff which is pretty useful in some pages
just a temporary location while I'm getting this working, but scrape is at https://puredanger.github.io/design-wiki/display/design/Home.html