articulate-common-lisp / articulate-common-lisp.github.io

docs/specs for a tutorial site for a Common Lisp environment
http://articulate-lisp.com/
103 stars 14 forks source link

Can't use filenames containing colons on Windows #24

Closed r-moeritz closed 11 years ago

r-moeritz commented 11 years ago

After cloning the repo I can't see any of the env:XXX files because filenames on Windows can't contain colons.

pnathan commented 11 years ago

Hmmm. Could be a problem. :)

Thinking about ways to neatly do this..... Colon makes a nice hierarchical separator. Dash could work, tilde, plus....

I would like to parameterize the separator so as not to break bookmarks and links.

Possibly a mapping file specifying the output, even.

Thoughts?

Regards, Paul Nathan

Sent from my iPhone

On Apr 29, 2013, at 12:48 AM, Ralph Möritz notifications@github.com wrote:

After cloning the repo I can't see any of the env:XXX files because filenames on Windows can't contain colons.

— Reply to this email directly or view it on GitHub.

r-moeritz commented 11 years ago

Sorry, I can't really help since I don't actually understand your setup. I
just wanted to make some changes to the content & issue a pull request :)

pnathan commented 11 years ago

Understood - the problem is that I use : to denote a menu/dropdown content. And of course it works on OSX/Linux out of the box. :)

I will try to rewrite the content generation system tonight if possible to allow cloning on non-*nix boxes.

By the way: you can edit files live on Github if you feel comfortable doing that.

pnathan commented 11 years ago

132693116b68986d45d016d5292bdd1e694476f4 should allow you to clone and checkout the latest on master.

Dropdown menus are specified by menuname~title.md now instead of menuname:title.md.

Please verify that this is correct and I'll close it. If its not correct, I'll dig into things more.

r-moeritz commented 11 years ago

Works nicely now, thanks :)