Fork me on GitHub
#clojure-dev
<
2019-04-24
>
Alex Miller (Clojure team)15:04:58

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

Alex Miller (Clojure team)15:04:02

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

seancorfield18:04:28

I've copied the clojure.test stuff here https://github.com/seancorfield/clojure-test/blob/master/README.md (still needs some formatting TLC)

seancorfield18:04:43

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.

Alex Miller (Clojure team)15:04:24

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

👋 4
Alex Miller (Clojure team)15:04:20

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)

Alex Miller (Clojure team)15:04:37

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

Alex Miller (Clojure team)15:04:32

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

gfredericks15:04:57

is there a plain-text export of any kind?

gfredericks15:04:17

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

gfredericks15:04:22

I only have two or three pages I think

Alex Miller (Clojure team)15:04:27

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

gfredericks15:04:46

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

gfredericks15:04:03

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

Alex Miller (Clojure team)15:04:39

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

Alex Miller (Clojure team)15:04:52

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

Alex Miller (Clojure team)15:04:15

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

gfredericks15:04:37

yeah I can do that

gfredericks15:04:46

do I have a deadline? 🙂

Alex Miller (Clojure team)15:04:29

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

gfredericks15:04:22

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

gfredericks15:04:56

there's no markup editor is there

gfredericks15:04:02

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

Alex Miller (Clojure team)15:04:02

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

gfredericks15:04:12

and the database only has xml?

gfredericks15:04:30

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

Alex Miller (Clojure team)16:04:03

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

gfredericks16:04:25

not worth any effort

Alex Miller (Clojure team)18:04:26

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

✔️ 4
Alex Miller (Clojure team)23:04:40

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

4