AeroNotix / lispkit

A lisp web browser using WebKit
BSD 2-Clause "Simplified" License
242 stars 18 forks source link

Use lispkit.org to document *everything* #47

Open AeroNotix opened 9 years ago

AeroNotix commented 9 years ago

I have lispkit.org so I want to put it to good use

I would like:

How to accomplish:

Questions:

ralt commented 9 years ago

If all you need is a static site generator, why not use github's Jekyll? Putting the site source in the repo will automatically generate the HTML and the hosting is taken care of.

AeroNotix commented 9 years ago

I want something to generate HTML from source code docstrings too. Jekyll is a great idea though, probably will end up with something like that.

jorams commented 9 years ago

As far as I know such a thing doesn't exist. I wish it did. Shinmera's Staple allows you to use a custom template, but I believe that's about as far as you'll get with any of the current docstring-html generators. Perhaps something like that could be integrated into the site generation process though.

AeroNotix commented 9 years ago

I looked at Staple and found it to be very lacking in the built-in templates and styles. I don't want something that I have to write loads of CSS to make it look pretty :)

On Sat Dec 06 2014 at 2:32:25 PM Joram Schrijver notifications@github.com wrote:

As far as I know such a thing doesn't exist. I wish it did. Shinmera's Staple https://github.com/Shinmera/staple allows you to use a custom template, but I believe that's about as far as you'll get with any of the current docstring-html generators. Perhaps something like that could be integrated into the site generation process though.

— Reply to this email directly or view it on GitHub https://github.com/AeroNotix/lispkit/issues/47#issuecomment-65897023.

ralt commented 9 years ago

Can we take inspiration in quickdocs? Le 6 déc. 2014 14:37, "Aaron France" notifications@github.com a écrit :

I looked at Staple and found it to be very lacking in the built-in templates and styles. I don't want something that I have to write loads of CSS to make it look pretty :)

On Sat Dec 06 2014 at 2:32:25 PM Joram Schrijver notifications@github.com

wrote:

As far as I know such a thing doesn't exist. I wish it did. Shinmera's Staple https://github.com/Shinmera/staple allows you to use a custom template, but I believe that's about as far as you'll get with any of the current docstring-html generators. Perhaps something like that could be integrated into the site generation process though.

— Reply to this email directly or view it on GitHub https://github.com/AeroNotix/lispkit/issues/47#issuecomment-65897023.

— Reply to this email directly or view it on GitHub https://github.com/AeroNotix/lispkit/issues/47#issuecomment-65897193.

AeroNotix commented 9 years ago

Yeah, quickdocs is really nice.

On Sat Dec 06 2014 at 2:47:07 PM Florian Margaine notifications@github.com wrote:

Can we take inspiration in quickdocs? Le 6 déc. 2014 14:37, "Aaron France" notifications@github.com a écrit :

I looked at Staple and found it to be very lacking in the built-in templates and styles. I don't want something that I have to write loads of CSS to make it look pretty :)

On Sat Dec 06 2014 at 2:32:25 PM Joram Schrijver < notifications@github.com>

wrote:

As far as I know such a thing doesn't exist. I wish it did. Shinmera's Staple https://github.com/Shinmera/staple allows you to use a custom template, but I believe that's about as far as you'll get with any of the current docstring-html generators. Perhaps something like that could be integrated into the site generation process though.

— Reply to this email directly or view it on GitHub https://github.com/AeroNotix/lispkit/issues/47#issuecomment-65897023.

— Reply to this email directly or view it on GitHub https://github.com/AeroNotix/lispkit/issues/47#issuecomment-65897193.

— Reply to this email directly or view it on GitHub https://github.com/AeroNotix/lispkit/issues/47#issuecomment-65897435.

vindarel commented 7 years ago

Hello there, now there's https://github.com/CommonDoc/codex, a documentation system for Common Lisp. I tried it and it works as advertised.

https://commondoc.github.io/codex/docs/tutorial.html

AeroNotix commented 7 years ago

Take a stab at it if you fancy.