Recent Posts by distler
posted almost 12 years ago
distler
123 posts
|
Forum: Instiki – Topic: Windows installation not working I don’t know what Ruby installation you have for Windows, but presumably, you are missing the SQLite3 precompiled binaries for Windows. Presumably, the Windows Installation Instructions could be improved. |
posted almost 12 years ago
distler
123 posts
|
Forum: Instiki – Topic: instiki without database? I’m not sure why you think the Madeleine Persistence Layer (which, I believe, is what 0.9.2 uses) is lighter-weight than Sqlite3. You do need to store the data somewhere. And, with Sqlite3,
|
posted almost 12 years ago
distler
123 posts
|
Forum: Instiki – Topic: instiki without database? No. You need some database. But the default sqlite3 is as lightweight as humanly possible. |
posted almost 12 years ago
distler
123 posts
|
Forum: Instiki – Topic: Feature Requests |
posted almost 12 years ago
distler
123 posts
|
Forum: Instiki – Topic: problem running instiki after installation Probably, those instructions are out-of-date. (Help updating them would be appreciated.) It would be best to ensure that you have a fully-functioning Ruby (1.9.3 is preferable) installation before proceeding with getting Instiki running. Perhaps these instructions might help. |
posted almost 12 years ago
distler
123 posts
|
Forum: Instiki – Topic: problem running instiki after installation
What page are you talking about? |
posted almost 12 years ago
distler
123 posts
|
Forum: Instiki – Topic: Feature Requests
That seems a pretty thin reed on which to base a request for changing the class names we use. Google is pretty cagey about what algorithms they use. I’m kinda dubious about this one. |
posted almost 12 years ago
distler
123 posts
edited almost 12 years ago |
I am fairly certain that none of my recent updates would affect this scenario.. But I’m happy to hear that it fixed itself. |
posted almost 12 years ago
distler
123 posts
|
Forum: Instiki – Topic: migration to Rails3. This is extremely interesting. Porting Instiki to Rails3 has long been on my TODO list. But (as you’ve seen), it’s not a small job. So it keeps getting pushed back in favour of other things. So I’m really happy you’re working on this! |
posted 12 years ago
distler
123 posts
|
Pandoc is clearly weird. But you have uncovered a regression in Maruku. I’ve fixed that bug in the latest version in my repository on Github.
will fix the problem. |
posted 12 years ago
distler
123 posts
|
Forum: Instiki – Topic: Migration from Textile Interesting question! I guess the first question is: do you want to convert the whole history (ie all previous revisions of each page) to Markdown, or just the current version? If you just need the current version converted, you can go to the “Export” tab, and click on “Markup” to create a zip archive containing the (Textile) markup of each page. If you want to convert the previous revisions, too, then you should look at the rake tasks described on this page. Those instructions are geared towards migrating from one database (e.g.
In between, you’d run a conversion on the |
posted 12 years ago
distler
123 posts
|
I’m sorry. Could you please distill that long and rambling discussion in to a set of steps by which one might reproduce the bug? |
posted 12 years ago
distler
123 posts
|
Forum: Instiki – Topic: Instiki website The instiki.org website is a hopeless mess, on many levels. Alas, I don’t control it, so I can’t do much about it (except to send the occasional plaintive email message to Matthias, which he ignores). Instead, point your browser at my website, which contains both up-to-date information and (as best as I am able to assure) is spam-free. |
posted 12 years ago
distler
123 posts
|
Sorry, I follow exactly the steps you outlined, and it’s The scenario you outline (involving the old name being forgotten before the cache gets swept) is exactly what the Now, the only thing I can think of is that I tested this under |
posted 12 years ago
distler
123 posts
|
Forum: Instiki – Topic: Debugging uninterruptible sleep
I have no idea why that would be an issue. It’s not as if Instiki has to do anything with those 7000 pages, apart from retrieving an alphabetical list of their names (and URLs). If that’s indeed your problem, it would be nice to know why. |
posted 12 years ago
distler
123 posts
|
Forum: Heterotic Beast – Topic: MathJax 2.0 The latest commits, to Heterotic Beast, upgrade it to MathJax 2.0 (from 1.1). This loads (a little) faster, and also sports a SVG rendering option (selectable from the context menu). |
posted 12 years ago
distler
123 posts
|
Forum: Instiki – Topic: MathJax 2.0 The latest commits, to Instiki, upgrade it to MathJax 2.0 (from 1.1). This loads (a little) faster, and also sports a SVG rendering option (selectable from the context menu). |
posted 12 years ago
distler
123 posts
|
Hmmm. Both look wrong. What I think we want is:
The point being that the output of |
posted 12 years ago
distler
123 posts
|
If you’ve found a mistake in the |
posted 12 years ago
distler
123 posts
|
Forum: Heterotic Beast – Topic: MySQL Gotcha If you’re going to use Heterotic Beast in production, you need to be running MySQL 5.5.3 or later, and follow the advice in this blog post. Otherwise, the lack of support for Unicode will come back to bite you. |
posted 12 years ago
distler
123 posts
|
Forum: itex2MML – Topic: weird math fonts P.S.: Congratulations on figuring out how to make this page ill-formed! It took a bit of work to fix the issue. |
posted almost 13 years ago
distler
123 posts
|
Forum: Instiki – Topic: Some questions
Not sure what you are after. Perhaps you mean to link to the page listing all pages in category ‘foo’. The url for that is
No. Though this is a much-discussed question.
I agree that itex’s error-reporting is pretty useless. Depending on the type of error (a missed brace bracket, say), LaTeX’s is often not much better. Here, at least, you know which equation to look at for the error, as each equation is parsed separately, and errors can’t spill over as they sometimes do in LaTeX.
Look at Instiki’s file upload capability. That probably doesn’t help you very much from the point of view of syncing between different computers (as each Instiki installation will have its own set of uploaded files).
I think it doesn’t like ”
That’s strange. I am using Firefox on a Mac, and see no such inconsistency. Do you have the STIX fonts installed?
Contributions are always welcome. The source repository is available both through BZR and on Github. |
posted 13 years ago
distler
123 posts
|
Forum: Instiki – Topic: S5 presentation export It’s not so clear to me what the best approach is. The number of CSS and Javascript files (MathJax, in particular, is huge) required to support a single S5 slideshow is very large. It would be possible, but very inefficient, to produce a Zip file, with all of that junk, for every slideshow you decided to export. In some ways, you’d be better off putting an entire Instiki installation on a USB stick (assuming that the host computer has Ruby). A hybrid approach would be to export a static file of the S5 slideshow, with the URLs rewritten to point to the files in an Instiki installation. Gotta think some more … |
posted 13 years ago
distler
123 posts
|
Forum: Instiki – Topic: Feature Requests
Is this a feature that is implemented somewhere? Your short description is slightly … underspecified. So looking at an actual implementation would be helpful to me, in deciding whether this is something to implement in Instiki. |
posted 13 years ago
distler
123 posts
|
Is it obvious why the spider aren’t just hitting the cache (in which case, they should not slow down the system at all)? Are they asking for all revisions of some page (or whatever), that would entail a large percentage of cache-misses? I ask, just because it seems to me that, if they are operating correctly, spiders shouldn’t lead to an undue slowdown. Maybe I’ve been remiss about
directives. In any case, is it clear that your 3-queue scheme is better than having one queue, with a larger number of worker processes? (I.e., do these spiders insist on making multiple simultaneous connections, or do they access the nlab serially?) |
posted 13 years ago
distler
123 posts
|
That’s pretty strange. I have not been able to reproduce the problem. Obviously, having dummy |
posted 13 years ago
distler
123 posts
|
Ah. I see. |
posted 13 years ago
distler
123 posts
|
Sorry. Maruku’s HTML output looks perfectly OK (ie, as expected) in your example(s). (View the XHTML source, and tell me what you think is wrong with it.) What you are complaining about is that the CSS doesn’t produce the desired appearance of the output. Since you’ve been mucking about with the CSS of the Theorem Environment, why don’t you muck about some more and get it to format your example correctly. |
posted 13 years ago
distler
123 posts
|
Are you using the current revision of Instiki? ‘Cuz that’s not the behaviour I see, when I follow the steps above. |
posted 13 years ago
distler
123 posts
|
I’m not so sure I understand.
All instances of “Foo” were successfully removed from the Cache. What am I missing? |