The Making of the SQLite3/Ruby Manual

B

Bil Kleb

Jamis,

As you graciously did with the Copland manual and siblings,
can you give a cooks tour of the SQLite3 manual. It
has a similar look and feel, but obviously a very different
engine.

Thanks,
 
J

Jamis Buck

Jamis,

As you graciously did with the Copland manual and siblings,
can you give a cooks tour of the SQLite3 manual. It
has a similar look and feel, but obviously a very different
engine.

This time, it was all done in Hieraki (http://www.hieraki.org),
a Rails-based collaborative book-writing tool by Tobias Luetke.
I tweaked the heck out of the interface, but other than that, it's
just Hieraki, running as a CGI.

With Hieraki, you just obtain an author account, and then you can
create new books. Each book has multiple chapters, and each chapter
has multiple "pages" (or sections)--you edit these all right in the
browser, in textile.

- Jamis
 
B

Bil Kleb

Jamis said:
On 15:20 Sun 06 Feb, Bil Kleb wrote:

With Hieraki, you just obtain an author account, and then you can
create new books. Each book has multiple chapters, and each chapter
has multiple "pages" (or sections)--you edit these all right in the
browser, in textile.

Edit in the browser? Sounds painful. Is there an upload option?

It looks like you've got your figure markup in there also?

Thanks
 
J

Jamis Buck

Edit in the browser? Sounds painful. Is there an upload option?

No upload. But if you're using a mozilla browser, there's the mozex
plugin that lets you edit text areas in vim! :) (I dunno--maybe that
sounds even more painful to some people, but it's like paradise for
me.)
It looks like you've got your figure markup in there also?

Yup. It's all integrated with Hieraki. Just do the following for your
code blocks:

{{{lang=ruby,number=true,caption=A clever quine
puts <<2*2,2
puts <<2*2,2
2
}}}

Hieraki will then use the Syntax engine to convert that code to HTML
using the appropriate highlighting.

- Jamis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,159
Messages
2,570,881
Members
47,418
Latest member
NoellaXku

Latest Threads

Top