Recent Posts by admin
posted 2 years ago
admin
63 posts
|
Forum: Instiki – Topic: noob backup question If you’re using the (default) sqlite3 database, that’s a plain file in the |
posted almost 3 years ago
admin
63 posts
|
Forum: Instiki – Topic: tex2svg on Heroku If you’re using the “free” level of service at Heroku, then timeouts can be a problem. It takes a while for Heroku to spin up a Dyno. Just try editing the page again. Once tex2svg is up and running, it should respond very quickly. As to setup, there are many ways to do it. The simplest is simply to have two Heroku apps that talk to each other over http(s). So, e.g., in Instiki’s
This configuration can suffer from the timeout issue just mentioned. Better would be to have them both running in the same Heroku instance. But that’s a Heroku question, not an Instiki question and you’ll get better advice on one of the Heroku forums. |
posted 4 years ago
admin
63 posts
|
Forum: Instiki – Topic: ubuntu upgrade broke instiki You will need to upgrade to the latest Instiki if you want to run on Ruby 2.7. The Instiki website is running on Ruby 2.7.1. |
posted 5 years ago
admin
63 posts
edited 5 years ago |
Forum: Heterotic Beast – Topic: Tikz Here’s the new Tikz picture feature in action. is produced by
If you need additional Tikz libraries, put a |
posted 9 years ago
admin
63 posts
|
Forum: Instiki – Topic: How do I bulk-clear the Instiki cache
At the commandline, do an
of the appropriate directory. There isn’t a GUI tool to do it.
Those can all be deleted. |
posted 10 years ago
admin
63 posts
|
Forum: Instiki – Topic: installation problems (mac osx lion) Googling around, that sounds like an antiquated version of
should fix it. On the other hand, since you have |
posted almost 11 years ago
admin
63 posts
|
I’m working on updating my branch of Maruku, to incorporate various improvements from trunk. In particular, there are improvements to the table code. So you should check it out… |
posted almost 11 years ago
admin
63 posts
|
Forum: Instiki – Topic: installation problems (mac osx lion) You need the latest development version ( .tar.gz, bzr or git). |
posted almost 11 years ago
admin
63 posts
|
Forum: Instiki – Topic: Windows 8 and Instiki |
posted almost 12 years ago
admin
63 posts
edited almost 12 years ago |
Forum: Instiki – Topic: Debugging uninterruptible sleep Attach gdb to the process and try to figure out where it’s stuck. It would be interesting to me if there was an Instiki-specific reason these processes were getting stuck. But, so far, there’s no evidence for that. |
posted 12 years ago
admin
63 posts
|
Forum: Instiki – Topic: S5 vertical alignment I don’t know of a totally robust way to do it. My CSS-fu is weak. But
is a pretty good approximation to what you want. |
posted 12 years ago
admin
63 posts
edited 12 years ago |
This was actually only a problem for IALs attached to (This commit gives the complete solution. Its predecessor was only a partial fix.) (N.b.: Maruku is now unvendored, so a
will pull in the latest version from Github.)
Works fine for me under Lion. (I haven’t updated to Mountain Lion, so I can’t make any promises about that. But I’d be surprised if there were any OS dependence of this; it ought to be a function of the Javascript engine in your browser. Or perhaps I misunderstood: were you running the server on Lion, or just the client?) |
posted 12 years ago
admin
63 posts
edited 12 years ago |
Forum: itex2MML – Topic: weird math fonts Perhaps you need to install the STIX fonts (see here for some slightly out-of-date, but still useful instructions). I see those calligraphic letters all set in the same font. And, moreover and are set upright (as, for that matter, are and ). Alas, what you see is strongly-dependent on what fonts you have installed. In more detail: On my system, ℬ (U+212C) is available in
so the version in |
posted 12 years ago
admin
63 posts
|
That’s a “feature”, not a bug. As described here, |
posted 12 years ago
admin
63 posts
|
Forum: Instiki – Topic: How could I preview/undo changes? Every page has a “History”, a “Diff” between successive Revisions, and the ability to Rollback to a prior Revision. Instead of a Preview, successive edits, within 1/2 hour, by the same user, do not create a new Revision. So save your work, as you go and you’ll be able to see your progress and still not lose anything (remember, with other wikis, changes which have been previewed, but not saved, will be lost). |
posted 12 years ago
admin
63 posts
|
Forum: Instiki – Topic: Instiki 0.19.4 I’ve released Instiki 0.19.4. This is a security and bugfix release. Everyone should upgrade. |
posted 12 years ago
admin
63 posts
|
Forum: Instiki – Topic: Installation/Upgrade Issues Launchd doesn’t play well with RVM. There are workarounds, e.g. here. |
posted 12 years ago
admin
63 posts
|
Forum: Instiki – Topic: Installation/Upgrade Issues Hmm. And does
return
return? |
posted 12 years ago
admin
63 posts
|
Forum: itex2MML – Topic: itex and other languages That’s cool. I’m sure other people would be interested in your PHP extension. So you should think of packaging it for distribution (Pear?). |
posted 12 years ago
admin
63 posts
|
Forum: Instiki – Topic: Feature Requests You’ll note that another bug that I fixed, in the same commit, was Maruku’s section numbering (disabled by default; see |
posted 12 years ago
admin
63 posts
edited 12 years ago |
Forum: Instiki – Topic: Feature Requests Ah. That is indeed a bug. Fixed (in Instiki and Heterotic Beast, too). Thanks. |
posted 12 years ago
admin
63 posts
|
Forum: Instiki – Topic: Feature Requests
I’m not quite sure what the issue is.
your theorems still get numbered (correctly, I hope). Since there’s no label, there’s no easy way to refer to this theorem, but maybe you don’t care. And if you do care, wouldn’t you want to avoid the fragility associated to an automatically-generated I must be misunderstanding… |
posted 12 years ago
admin
63 posts
|
Forum: Instiki – Topic: Feature Requests That sounds like a request for macro-support in itex. For a variety of reasons, that’s unlikely to happen. On the other hand, perhaps you have something else in mind … |
posted 12 years ago
admin
63 posts
|
You might try setting the font-size on |
posted 12 years ago
admin
63 posts
|
That’s a bug, which was fixed in Revision 770. Grab a copy of the latest development version (or get it from my BZR repository or from Github).
You can copy over your old database, and then follow the upgrade instructions to update the schema to the latest version. |
posted almost 13 years ago
admin
63 posts
|
Forum: Heterotic Beast – Topic: How can I arrange the order of forum ? When logged-in as admin, click on the “edit” link, next to a forum in the list of forums. |
posted almost 13 years ago
admin
63 posts
|
Forum: Heterotic Beast – Topic: redirecting bug ?? Evidently, the default mailer configuration isn’t working for you. In the latest revision, I’ve made the configuration easier to customize (edit |
posted almost 13 years ago
admin
63 posts
|
Forum: Heterotic Beast – Topic: redirecting bug ?? Right!
resolves to a “site” named “localhost”, which is what you created when you ran the bootstrap script (with the default responses). Connecting to
gets you to a different site (“127.0.0.1”) which doesn’t exist. Since you want the URL for your site to be
that’s what you have to input, when you run the bootstrap script. Later, you could set up another site (by going to
(where |
posted almost 13 years ago
admin
63 posts
edited almost 13 years ago |
Forum: Heterotic Beast – Topic: redirecting bug ?? When I do a virgin install of Heterotic Beast, launch the application, and then connect to port 3000, I get the following on the console:
What do you get? |
posted almost 13 years ago
admin
63 posts
|
Forum: Heterotic Beast – Topic: redirecting bug ?? Hmmm. How about this? Let’s try to eliminate MySQL from the picture.
and respond that you want to keep the existing If you can get Heterotic Beast to work with SQLite3, then we can narrow down the problem to your MySQL setup. |