Recent Posts
posted almost 14 years ago
Andrew Stacey
118 posts
|
Forum: Instiki – Topic: Feature Requests Is the following possible? I tried a couple of things, but don’t know enough to know if what I tried was all that there was. Given that instiki can be installed as a gem, can I install a system-wide version of the code and then run it as a user, with each user having their own separate instiki process, but sharing the code? |
posted almost 14 years ago
Andrew Stacey
118 posts
edited almost 14 years ago |
I’ve now upgraded the nLab server and reinstalled everything. In particular, I pulled a fresh copy of instiki from the repository and made only two changes:
In particular, I’m not mucking about with the logs just yet. We’ll see how this goes for now. Now, should I enable the daily check on the instiki source code, or shall I keep that off for the time being and update manually? |
posted almost 14 years ago
distler
123 posts
|
Forum: Instiki – Topic: Feature Requests
I am familiar with the usage (there’s not a UK/US distinction). I was making a lame attempt at humour, whilst making the serious point that these CSS classes are used for styling (generated content), and as structural hooks (for converting the |
posted almost 14 years ago
Andrew Stacey
118 posts
|
Forum: Heterotic Beast – Topic: Bugs This place doesn’t seem to remember me at the moment. *sigh* |
posted almost 14 years ago
Andrew Stacey
118 posts
|
Forum: Instiki – Topic: Feature Requests Ah, another UK/US distinction. Something that is a “dummy” is not necessarily “dumb”. A “dummy” simply means a fake (although it’s not as pejorative), a “stand in”. Had I meant to be rude, I would have said “dumb CSS classes”. |
posted almost 14 years ago
distler
123 posts
edited almost 14 years ago |
Forum: Heterotic Beast – Topic: Bugs Hmmm. Both are running in Hah! Fixed, now. Boolean comparisons are not the same in SQLite3 and MySQL. Finding a syntax that works in both was … umh … fun. |
posted almost 14 years ago
distler
123 posts
|
Forum: Heterotic Beast – Topic: Feature Requests Hmm. I think tagging a post as having been edited, after the grace period, should suffice. See what you think. |
posted almost 14 years ago
distler
123 posts
|
Forum: Instiki – Topic: Feature Requests
I bridle, only at referring to these as “dummy.” I thought that the whole mechanism I invented with those classes was very clever. And even more versatile than I had originally envisioned. Not “dummy” at all…. |
posted almost 14 years ago
Andrew Stacey
118 posts
|
Forum: Heterotic Beast – Topic: Feature Requests I was just thinking that if only the post itself was tagged with the edit then it wouldn’t be clear to someone reading the end of the thread that something earlier had been changed. Having it sorted by “updated_at” would fix this, but at too great a cost, I think. The extra line was meant to mitigate this without resorting the posts. You’re right that the guest user doesn’t have an empty password. The script has to know guest’s password. |
posted almost 14 years ago
Andrew Stacey
118 posts
|
Forum: Instiki – Topic: Feature Requests Yes, it worked! And to finish the thought, since I’m generating this from a LaTeX source, it can automatically handle adding the dummy CSS classes. |
posted almost 14 years ago
Andrew Stacey
118 posts
|
Forum: Instiki – Topic: Feature Requests Actually, I’m going the other way. I’m going from LaTeX to Instiki. So the source file has
Now we should be able to refer to 1 and 2. I won’t know if that worked until I save the reply, though! Anyway, it certainly does work on Instiki. I don’t need another list in the CSS because the counters are already produced by the browser working on the list. All I need is for maruku to count the entries in the list, and for that I just need the dummy (Okay, time to see if that list worked.) |
posted almost 14 years ago
distler
123 posts
|
Forum: Instiki – Topic: Feature Requests I’m not sure I understand. If an element has an explicit id, because you gave it a I think your motivation is to have something that converts to LaTeX.
The latter is a bit awkward, as there can be several ordered-lists on a page. We’d need a separate counter for each one, no? |
posted almost 14 years ago
distler
123 posts
edited almost 14 years ago |
Forum: Heterotic Beast – Topic: Feature Requests
I think this maps onto
with the proviso that (at least as currently implemented) “Sites” need to live on separate subdomains. So you’re talking about allowing anonymous postings on a per-forum basis?
There’s some captcha mechanism built-in (but disabled) in Beast. Will have to explore …
I suppose just creating a “Guest” user, with a blank password, would not suffice, as “Guest” could then post to any forum.
Or simply tag the post, itself, as having been “Edited at …” Maybe best of all would be a 5-minute grace period: if … Like on this post. |
posted almost 14 years ago
distler
123 posts
|
There are several.
The latter is probably the most promising. One “just” needs to write a PEG grammar for Maruku’s extended Markdown syntax, and then drop it in as a replacement. “Just” … |
posted almost 14 years ago
Andrew Stacey
118 posts
|
Forum: Instiki – Topic: Feature Requests Just tested adding IALs to lists. Definitely useful, but I’d add one minor modification: the ability to use
would work. At the moment, I have a hack that uses the numbering system for theorems and so forth to get this to work, putting the class |
posted almost 14 years ago
Andrew Stacey
118 posts
|
Forum: Heterotic Beast – Topic: Feature Requests With the anonymous posting, then I can specify it on a “per category” basis in Vanilla. The hierarchy in Vanilla is:
Subcategories aren’t really hierarchical in the code, just in the layout. So “per category” doesn’t descend to categories (unless I’m misremembering … I did code this part so I ought to know!). On the nForum, then the allowed category is “nLab - Latest Changes”. To avoid spam, the person has to solve a reCaptcha to post. Behind the scenes, there is a “guest” user and the software logs in the guest user, posts the post, and then logs out again. All such posts get authored by “Guest” and (this is less than ideal) there’s no obvious “Put your name here” field (one has to put it in the post itself). Nonetheless, it works reasonably well and means that people can leave short messages about nLab pages without having to sign up. Regarding the roles, I’d want something in between moderator and user. On the nForum, then some users have slightly more “power” with regard to organising the place. They don’t have full moderator power, so can’t edit others’ posts and so forth, but they can move posts from one category to another, or similar simple things. Regarding “editable” posts, I’d go for “created_at”. A discussion is a linear thing, and most of the time edits will be for minor typos which certainly shouldn’t change the order. Deciding on the difference between minor and major is a human thing. If you wanted the best of both worlds, an edit to a post could insert a line at the relevant time point saying “Post X was edited at …”. That wouldn’t disrupt the flow of the conversation but would signal that someone had potentially thrown a stone in to the water. |
posted almost 14 years ago
Andrew Stacey
118 posts
|
Incidentally, I got around my immediate indentation problem, so you can consider that one downgraded! |
posted almost 14 years ago
Andrew Stacey
118 posts
|
Ah, that’s unfortunate. What other markdown engines are available for Ruby? If you’re actively looking, I could run some searches on the nLab pages to see what syntax is used and what isn’t. I do think that the attribute stuff is a brilliant addition; it makes it possible to make the pages a little more easily customised. |
posted almost 14 years ago
Andrew Stacey
118 posts
|
Forum: Instiki – Topic: Feature Requests Ah, number 2 is fantastic. I hadn’t spotted that (I’ve been particularly bad at monitoring the RSS feeds since my feed reader blew up). I’ll try that. |
posted almost 14 years ago
distler
123 posts
|
Forum: Heterotic Beast – Topic: Feature Requests Andrew Stacey wants:
Other thing that bear looking at:
|
posted almost 14 years ago
admin
63 posts
|
Forum: Heterotic Beast – Topic: Bugs Let’s discuss bugs in Heterotic Beast. |
posted almost 14 years ago
distler
123 posts
edited almost 14 years ago |
Both this request (for “fenced” quotations and lists) and this one, in the other thread, are for extensions to the Markdown syntax in Maruku. Frankly, I’m very reluctant to spend any time working on Maruku. The author (who is no longer actively developing the software) insists on a GPL license, which conflicts with the licenses for both Instiki (Ruby) and Heterotic Beast (MIT). Unless he changes his mind (which seems unlikely, as I’ve asked several times), I would prefer to ditch Maruku, in favour of another Markdown engine. Consequently, I’d rather spend my time extending that engine (whatever it turns out to be). Of course, for the present, I am still going to fix bugs in Maruku. Update:Well, OK, I didn’t exactly keep that promise… |
posted almost 14 years ago
admin
63 posts
edited almost 14 years ago |
Forum: Instiki – Topic: Feature Requests Hmmm.
|
posted almost 14 years ago
Andrew Stacey
118 posts
|
Forum: Instiki – Topic: Feature Requests Here’s another random idea: to make it easier for people to contribute to a wiki (thinking particularly of the nLab), howabout a javascript annotation system? Some people might find it a bit daunting to edit a whole page just to correct a minor spelling mistake, but could leave a quick note so that the next person who does edit the page can see what outstanding notes there are. Just a random idea - I haven’t thought it through very much. (But I did a little search to see that it was, at least, technically possible via javascript.) |
posted almost 14 years ago
Andrew Stacey
118 posts
|
To be honest, I find the whole indentation system for preserving environments a nightmare! Particularly, with regard to cut-and-pasting. It’d be great if there were alternatives available, like there is for code blocks. (I’m right about that, aren’t I: the “fences” from PHP Markdown Extra work in maruku, don’t they? Let’s try:
I’ll find out when I hit “save reply”! Incidentally, I think that a preview makes a little more sense on a forum than on a wiki.) Maybe:
for quotes, and
With the assumption that everything between one Can’t think of anything else that relies on indentation. |
posted almost 14 years ago
Andrew Stacey
118 posts
|
Forum: Instiki – Topic: Feature Requests (I’m really just trying out the features of the forum, but may as well do so in a “useful” way.)
That’s all for now! |
posted almost 14 years ago
Andrew Stacey
118 posts
|
Forum: Instiki – Topic: Feature Requests This is a thread for feature requests for Instiki. |
posted almost 14 years ago
Andrew Stacey
118 posts
|
Yes, that worked. Because I modified the indentation a little, the theorem no longer got noticed. All-in-all, I find the indentation rules to be a little too strict! As can be seen, indenting one space extra made no difference between the second and third lines, but caused the fourth line to not be seen as a theorem. |
posted almost 14 years ago
Andrew Stacey
118 posts
|
That didn’t, show what I wanted to show so let me try again.
|
posted almost 14 years ago
admin
63 posts
|
The second, “mystery” user is a bit of a … mystery. Clearly, there are many parts of the code which work in inscrutable ways. |