From n8 at adullmoment.com Tue Apr 24 13:02:44 2007 From: n8 at adullmoment.com (nate st.germain) Date: Tue, 24 Apr 2007 13:02:44 -0400 Subject: hobix regen and textile em-dash broken? Message-ID: a couple of months ago, i must have run hobix regen on my blog, and my archive links have been somewhat broken since. the files are there, but the month links point to things like postName instead of postName.html. has something changed? i'm running: hobix 0.5 on ruby 1.8.5 (2006-12-25) [i386-freebsd6] also, using -- to translate into a textile em-dash ends up as a strike-through instead. eh? is this just a textile problem? if so, is there a newer or older version of redcloth that i need? i have the 3.0.4 gem installed. thanks for any help. - nate From mental at rydia.net Tue Apr 24 14:38:57 2007 From: mental at rydia.net (MenTaLguY) Date: Tue, 24 Apr 2007 11:38:57 -0700 Subject: hobix regen and textile em-dash broken? In-Reply-To: References: Message-ID: <7726448ab1afa1a719ff9bb01ea68622@localhost> On Tue, 24 Apr 2007 13:02:44 -0400, "nate st.germain" wrote: > a couple of months ago, i must have run hobix regen on my blog, and > my archive links have been somewhat broken since. the files are > there, but the month links point to things like postName instead of > postName.html. has something changed? Try latest SVN and see if it does the same thing. I've been messing with the link name generation over the past few months. > also, using -- to translate into a textile em-dash ends up as a > strike-through instead. eh? is this just a textile problem? if so, is > there a newer or older version of redcloth that i need? i have the > 3.0.4 gem installed. That part is a RedCloth thing; I've had the same problem too. Resolution of ambiguities in newer versions goes the wrong way, so it'll often read a dash in -- as part of a strikethrough, etc. I don't know offhand what the best version to downgrade to is; if you could try some and report to the list that'd be great. I'm really hoping _why gets done with the Ragelific SuperRedCloth soon -- the old RedCloth is kind of messsed up and hard to fix. -mental