Recent Posts
posted 10 years ago
distler
123 posts
|
Forum: Instiki – Topic: Question marks in Instiki page titles? I can’t think of a reason why question marks in the page name would be a problem. The name is CGI-escaped when forming the URI. |
posted 10 years ago
tanzer
36 posts
|
Forum: Instiki – Topic: Question marks in Instiki page titles? I recall hearing some advice about avoiding question marks in page titles. Is this well-founded? What are the issues, and what are the workarounds. One possibility that I could imagine are problems with the question mark in the URL string, leading to invalid http requests. Another is that certain parts of the code, e.g. search, interpret the question mark as part of a regular expression. |
posted 10 years ago
distler
123 posts
|
Forum: Heterotic Beast – Topic: Evaluating HB for Azimuth Forum Heterotic Beast supports the following hierarchy Sites ⊃ Forums ⊃ Topics ⊃ Posts Different Sites have different URLs (virtual hosts, in Apache parlance), and different user-lists. For instance, the LHC Forum is another Site, running under the same Heterotic Beast instance as this one. The thing closest to Vanilla’s “categories” is Heterotic Beast’s “Forums”. I’m not sure we need both. But we can discuss it. |
posted 10 years ago
tanzer
36 posts
edited 10 years ago |
Forum: Heterotic Beast – Topic: Evaluating HB for Azimuth Forum Also, I’m not evaluating now how important these features are. Once I have a clear picture of what HB can do now, and what it potentially could do without a lot of extra effort, then I’m hoping to adjust our Vanilla-based expectations to the HB. Regarding categories, for example, we’re very used to it, and take it for granted, but I’m not convinced that it’s a really important feature. For example, although it’s nice to think that I can filter the posts by category, I have never actually done this in practice. The other uses of categories I mentioned are still valid, though I could probably make a case for workarounds (a separate forum called Technical) or doing without them. Previewing is just a nice-to-have. Moreover, we can assess later, now I’m just trying to learn how it works and throw out ideas as they come up. Thanks By the way, I meant to change the title of this thread from “Evaluating HB for Azimuth Forum” to “Discussion of HB for Azimuth Forum,” but when I clicked on the Edit link, it takes me right to the Login screen. However, this bug is not present in the instance of HB that we now have running. |
posted 10 years ago
tanzer
36 posts
|
Forum: Heterotic Beast – Topic: Evaluating HB for Azimuth Forum Our current software supports a categorization scheme for posts. When you submit a post, you choose a category for it. The category shows in the summary line for the post. The categories can be used to filter the list of posts. I believe that Andrew uses this, for example, to view just the posts in the category Technical. Also, the visibility of posts can be controlled at the category level. For instance, the category Strategy can be made readable only to members. To what extent are such mechanisms supported in HB? We could have separate forums, e.g., one for Technical, but is there a more fine-grained way to classify the posts? |
posted 10 years ago
tanzer
36 posts
|
Forum: Heterotic Beast – Topic: Evaluating HB for Azimuth Forum Feature Request: ability to preview a post before submitting it. |
posted 10 years ago
tanzer
36 posts
|
Forum: Heterotic Beast – Topic: Evaluating HB for Azimuth Forum Hi we are currently experimenting with HB, and considering switching over to it. I’m going to use this thread for any feedback, questions or feature requests from the group. HB provides the essential functionality that we need, which includes Itex and Markdown. So does our current forum software, which is an installation of Vanilla that has been customized by Andrew Stacey to generate MathML and do other good things. We’re happy with the current software, but Andrew is moving on, and we are setting up a new server independently of the nLab. I won’t be able to support this modification of an old version of Vanilla. So we’re motivated to change to a supported package, and Andrew pointed us to the Heterotic Beast. So the challenge will be to see if I can get the Azimuth group to accept the new package, which is fundamentally similar to what they have now, yet will inevitably differ in form from what they are quite comfortable with now. I will be posting “feature requests” here that come from that perspective. Please take them with a grain of salt, and don’t do any work on our behalf that you wouldn’t want for yourself – especially because the group might not reach the consensus to make the change. In any case, these feature requests might give you something useful to think about. |
posted 10 years ago
tanzer
36 posts
|
Forum: Heterotic Beast – Topic: Bugs That a good resolution. Thanks. |
posted 10 years ago
distler
123 posts
edited 10 years ago |
Forum: Heterotic Beast – Topic: Bugs The culprit is
in The point is that we don’t want a “David Tanzer”, a “david tanzer” and a “dAvid tanzEr”. The While downcasing the email address is clearly the right thing to do, it’s not so clear that’s the “right” thing to do for the login name. I’ve fixed it so that we just make a case-insensitive check on uniqueness. |
posted 10 years ago
tanzer
36 posts
|
Forum: Heterotic Beast – Topic: Bugs Minor: Account names get lowercased. I created an account “David Tanzer” from the signup page, but it gets recorded as “david tanzer.” I find it somewhat unsettling to see proper names in lower case. But its easy enough to workaround by updating the database. |
posted 10 years ago
distler
123 posts
|
Forum: Heterotic Beast – Topic: Can I view the source text for other people's posts? That might be a worthwhile feature to add. But, as an Instiki user, you are probably well-familiar with the syntax. Heterotic Beast uses Maruku as its Markdown processor and itex2MML to process equations. It even has the same WYSIWYG SVG editor that Instiki uses. So, except for a few bits of Wiki syntax ( |
posted 10 years ago
tanzer
36 posts
|
Forum: Heterotic Beast – Topic: Can I view the source text for other people's posts? Hi, is there a way to see a read-only view of source text of other people’s posts, just as it appears when one edits one’s own post? It’s useful for getting ideas from other people, with respect to formulas and formatting. Thanks, David Tanzer Azimuth Project |
posted almost 11 years ago
raptastics
1 post
|
Forum: Instiki – Topic: Debian Init.d Script Thanks for the awesome wiki! I couldn’t get the init.d script from the site working on my Debian server. I wrote one form scratch to manage starting and killing the process. It should be fully LSB-compliant and working with update-rc.d. https://github.com/raptastics/Instiki-Init-Script Let me know if it does or doesn’t work for you. |
posted almost 11 years ago
distler
123 posts
|
Forum: Instiki – Topic: Debian installation
My problem is lack of time, not lack of enthusiasm. |
posted almost 11 years ago
xabier
10 posts
|
Forum: Instiki – Topic: Debian installation Worked as a charm for the development version. For the current release version (0.19.6) the bundling is successful but when I tried to run instiki this is what I got:
Of course I’m more than happy to run the development version. I’ve copied this chunk of code just in case you wanted to know the outcome. I love this software so much I’m starting to worry, when are you going to grow tired of maintaining it? Thank you! |
posted almost 11 years ago
distler
123 posts
|
Forum: Instiki – Topic: Debian installation Sorry. You can try replacing
with
in the |
posted almost 11 years ago
xabier
10 posts
|
Forum: Instiki – Topic: Debian installation I’m afraid I need more dumb-proof directions… or maybe I need to convince myself that I shouldn’t be trying this installation without knowing some Ruby basics. |
posted almost 11 years ago
distler
123 posts
|
Forum: Instiki – Topic: Debian installation Hmm. Well, I’m thinking of ditching You might try changing that line in the Gemfile and seeing if that fixes your error. It would be one more motivation for making the switch. |
posted almost 11 years ago
xabier
10 posts
|
Forum: Instiki – Topic: Debian installation I’m trying to install Instiki (both current and development versions) on a machine that runs Linux Mint Debian Edition LMDE 201403. This distribution is based on Debian, so I guess I’m running into Debian-based errors too. This is part of the output of the bundling command I get:
I understand that there are issues with Debian’s Ruby packaging. Or at least there were the last time this webpage was updated, but that was long ago. Any updating on this? Is it a stupid error? Thanks a lot. |
posted almost 11 years ago
sykstan
3 posts
|
Forum: Instiki – Topic: installation problems (mac osx lion) Thank you for your help, it works now!! Ruby 2.0.0-p353 is the version of Ruby I got, and then everything ran smoothly as promised on the website, in stark contrast to previous attempts. I was even contemplating learning Ruby to try and understand what was going on. As you can probably tell, I have been attacking this problem in my spare time, so the replies are a bit distant in between. |
posted almost 11 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
sykstan
3 posts
|
Forum: Instiki – Topic: installation problems (mac osx lion) Hello, Sorry for getting back so late, only just had time to come back to this. The latest development version does not make a difference, exact same error message. I’ve tried Any ideas? |
posted 11 years ago
distler
123 posts
edited 11 years ago |
Forum: Heterotic Beast – Topic: Rails 3.1.0 Heterotic Beast is now a Rails 3.2 application. (There’s an updated This forum is currently running on Rails 3.2.16. |
posted 11 years ago
distler
123 posts
|
Forum: Instiki – Topic: Ruby 2.0 and 2.1 The current development version of Instiki runs (and the next release will run) just fine on Ruby 2.0 and 2.1. This is important for (among others) MacOSX Mountain Lion users, whose default version of Ruby is 2.0. |
posted 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 11 years ago
Andrew Stacey
118 posts
|
There’s a bug with maruku’s table handling: it doesn’t like whitespace at the end of the line (a previous version did, and it would seem to me that whitespace here should be fine). This causes tables that used to render to no longer do so. The fix is to modify the regexp for splitting cells: line 515 of
(I notice that this isn’t the same as the version of maruku on github, so don’t know if this would be superseded by updating to the latest version from there.) |
posted 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 11 years ago
sykstan
3 posts
|
Forum: Instiki – Topic: installation problems (mac osx lion) Hello there, I’m having the same problem with my installation. The default Ruby that came with my iMac is 1.8.7, but the gem
How did you manage to get it up and running? Thank you. |
posted 11 years ago
admin
63 posts
|
Forum: Instiki – Topic: Windows 8 and Instiki |
posted 11 years ago
slym
1 post
|
Forum: Instiki – Topic: Windows 8 and Instiki I followed the instructions given on the instiki.org and this is what I get: C:\instiki-0.19.6>ruby instiki C:/instiki-0.19.6/vendor/plugins/bundler/gems/bundler-1.0.18/lib/bundler/source. rb:571:in I tried different versions of Ruby but with no success. Please help! |