clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
alexmiller 2019-04-24T15:35:58.001100Z

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

alexmiller 2019-04-24T15:37:02.001800Z

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

alexmiller 2019-04-24T15:37:24.002100Z

so before I do anything I wanted to check with y'all

👋 1
alexmiller 2019-04-24T15:38:20.002900Z

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)

alexmiller 2019-04-24T15:38:37.003300Z

there is no simple "export to a set of static pages" functionality

alexmiller 2019-04-24T15:39:32.004200Z

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

2019-04-24T15:39:57.004400Z

is there a plain-text export of any kind?

2019-04-24T15:40:17.004900Z

I guess there's always copy-paste from a browser

2019-04-24T15:40:22.005200Z

I only have two or three pages I think

alexmiller 2019-04-24T15:40:27.005300Z

export no, but I probably can do a "backup" of the whole thing and get a giant xml file

2019-04-24T15:40:46.005700Z

I was imagining if nothing else some text files could be committed to the git repo

2019-04-24T15:41:03.006Z

browser-copy-paste would probably be good enough and more useful than xml in that scenario

alexmiller 2019-04-24T15:41:13.006200Z

yeah

alexmiller 2019-04-24T15:41:39.006800Z

I could make a new repo to house this stuff in a github wiki or something

alexmiller 2019-04-24T15:41:52.007400Z

for project-specific stuff, it would probably be better to do that in the project

alexmiller 2019-04-24T15:42:15.007800Z

would you want to move the test.check stuff @gfredericks ?

2019-04-24T15:46:37.008200Z

yeah I can do that

2019-04-24T15:46:46.008400Z

do I have a deadline? 🙂

alexmiller 2019-04-24T15:50:00.008600Z

sooner is better :)

alexmiller 2019-04-24T15:50:29.009Z

seriously though, I am trying to decommission this confluence server this week

2019-04-24T15:53:22.009300Z

I'll see how far I can get in five minutes

2019-04-24T15:53:56.009500Z

there's no markup editor is there

2019-04-24T15:54:02.009800Z

that'd be an easy way to get a lossless plaintext

alexmiller 2019-04-24T15:55:02.010200Z

yeah, that exists for modern versions, but I can't find anything for this ancient version

2019-04-24T15:55:12.010400Z

and the database only has xml?

2019-04-24T15:59:30.010700Z

I'm going to have three levels of "obsolete notes" now

alexmiller 2019-04-24T16:12:03.011900Z

I think the database is actually text in MySQL tables probably. Not sure how easily I can get to that

2019-04-24T16:16:25.012100Z

not worth any effort

alexmiller 2019-04-24T18:43:31.013400Z

thx

seancorfield 2019-04-24T18:43:43.013600Z

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.

alexmiller 2019-04-24T18:44:26.014500Z

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

✔️ 1
alexmiller 2019-04-24T23:00:40.015300Z

just a temporary location while I'm getting this working, but scrape is at https://puredanger.github.io/design-wiki/display/design/Home.html

1