http://dev.clojure.org/display/doc/1.3
Seems to have a number of markup issues:
- *earmuffs* become bold
- clearly [ ] must mean something special, 'cause they all turn pink.
- presumably there's some way to make confluence use monospace for
code snippets.
- I'm sure confluence has some way to mark headings, but It doesn't
look like "==" is it.
- I'd like to evict the "frowning face" from CLJ-751's clj-format example.
- 2.29 seems to have suffered some encoding debacle, though I'm not
quite sure what happened.
I'm operating on the hypothesis that these issues are not deliberate,
but that the core team has more pressing concerns than fighting around
with fiddly wiki markup issues for a few hours. I'd like to try my
hand at fixing these issues to make this page less ugly.
(We've sent people here to answer the question "what's new in 1.3".
It'd be nice if it made a decent impression.)
I've signed the CA and have an account on dev.clojure.org
(bsmit...@gmail.com), but no editing rights there.
How shall I proceed?
// Ben
> --
> You received this message because you are subscribed to the Google Groups "Clojure Dev" group.
> To post to this group, send email to cloju...@googlegroups.com.
> To unsubscribe from this group, send email to clojure-dev...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/clojure-dev?hl=en.
>
>
Just a thought: If changes.txt were renamed to changes.md, then github would display it as intended — and people could be pointed to it instead of the dev wiki (which presumably will always lag whatever is in git?).
- Chas
That makes sense, except that It's not Markdown. If it were Markdown,
headings would be marked thus:
# Top Level
## Subheading
And code blocks would be indented by four spaces or one tab instead of
2 spaces. The headings make it look like it could be MediaWiki or some
related dialect. I'm not familiar enough with the wild and wooly world
of wiki markups to really know.
Since Stuart Halloway does has the most commits to changes.txt, He'd
presumably be the one to ask, but do you think A patch to convert
changes.txt to proper markdown would be of use?
In the meantime, I'll give it a shot on a local copy of the repo. My
new keyboard needs some exercise. :P
// Ben
I've hacked up a conversion here for interested parties to look at.
https://github.com/bpsm/clojure/blob/changes.md/changes.md
The contents should be identical to those of changes.txt, just the
markup has changed.
// Ben
I do have an account on dev.clojure.org (confluence), but no editing
rights. (bsmith.occs @ gmail.com) My C.A. is on file with Rich.
// Ben
> --
> You received this message because you are subscribed to the Google Groups
> "Clojure Dev" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/clojure-dev/-/IGPfgEWe3yAJ.
Yes, I'd be happy to create an issue and attach a patch against the
current version of changes.txt, but I can't currently since, I don't
have permissions to create issues on http://dev.clojure.org/jira/.
I do have an account on dev.clojure.org (confluence), but no editing
rights. (bsmith.occs @ gmail.com) My C.A. is on file with Rich.
Thanks. I've created an account on Jira now. I didn't know that the
Jira instance didn't use the same accounts as the Confluence instance
on the same server.
>>
>> I do have an account on dev.clojure.org (confluence), but no editing
>> rights. (bsmith.occs @ gmail.com) My C.A. is on file with Rich.
>
> I've given you edit rights.
Thanks.
If you create an account at http://dev.clojure.org/jira I can give youaccess to create tickets.
Thanks. I've created an account on Jira now. I didn't know that the
Jira instance didn't use the same accounts as the Confluence instance
on the same server.
Thanks. I've created an account on Jira now. I didn't know that theJira instance didn't use the same accounts as the Confluence instance
on the same server.
In theory the accounts propagate to both places via Crowd. In practice it seems to work less and less often. Sorry. :-(
On Wed, Sep 14, 2011 at 11:58 AM, Stuart Halloway <stuart....@gmail.com> wrote:In theory the accounts propagate to both places via Crowd. In practice it seems to work less and less often. Sorry. :-(Confluence wizards apply within.
On Wed, Sep 14, 2011 at 11:56 AM, Ben Smith-Mannschott <bsmit...@gmail.com> wrote:
Thanks. I've created an account on Jira now. I didn't know that theJira instance didn't use the same accounts as the Confluence instance
on the same server.And access granted.
On Wed, Sep 14, 2011 at 11:58 AM, Stuart Halloway <stuart....@gmail.com> wrote:In theory the accounts propagate to both places via Crowd. In practice it seems to work less and less often. Sorry. :-(Confluence wizards apply within.
--