I just found a fairly big bug in the RSS code. It doesn't appear to escape characters that need to be escaped, such as '&'. That (believe it or not) crashes...
Serge Wroclawski
serge@...
Nov 10, 2003 11:47 am
6
... I've tried to reproduce this using liferea 0.4.3. I've placed "&" in the title and in the body of an entry. I wasn't able to make liferea crash, but...
... The new lifera crashes a lot less often. When I restarted it- it was fine. ... Me too. I'm not sure if they allow for html or not, for example. ... Well...
Serge Wroclawski
serge@...
Nov 10, 2003 7:25 pm
8
I notice a lot of people putting a license on thier blog content in the RDF. in the <rdf:RDF statement they add something like: ...
Serge Wroclawski
serge@...
Nov 14, 2003 4:07 pm
9
Serge, ... something ... It's a neat idea, but how should it be implemented? If I was to implement this right now, whatever is defined by default in blog.conf...
... No, that's a bad idea IMHO. People will start complaining almost immediately and they'd be right. Maybe leave a variable commented in the conf file, then a...
Serge Wroclawski
serge@...
Nov 15, 2003 11:44 pm
11
Kevin, I went to the Nanoblogger blog today. I'm sorry I didn't give you much feedback on the category system. I thought it sounded pretty well thought out. I...
Serge Wroclawski
serge@...
Nov 18, 2003 11:32 am
12
... Actually the category's number is determined upon creation. So, using the new options a category is created like this: $>nb -b test -c new -a creating new...
Yet another example of our RSS feeds being bad... http://www.mnot.net/rss/tutorial/#Tips Says we shouldn't have <p> and whatnots in RSS feeds... I've confirmed...
Serge Wroclawski
serge@...
Nov 29, 2003 3:59 pm
14
... Yeah, they might be bad, but they're not invalid. I'm not disagreeing though, it's just the way it is. I agree that they should be properly formed. ... ...
... Right- I'm not dissagreeing. That's why I said naughty. :) ... Invalid was the wrong word to use here. I should have stuck with "naughty". ... Yup, but...
Serge Wroclawski
serge@...
Dec 1, 2003 2:43 pm
17
... in ... For now, I was thinking of doing it the same way, where the first three lines contain the title, date, and author info. Although I think it would...
Hello, I am still currently using nb version 2.3, I wish to closely follow your doc on installing comments, using cgicomments. It seems I need a newer version...
... it ... Yes, you'll need at least version 2.4, but 2.5 is the latest and contains some important bug fixes. I'm getting closer to releasing 2.6, and it's...
... Hey, thanks for the reply... if your next relase is not too far off, I will wait then, and not have to upgrade twice. Thanks for the step by step stuff,...
Hi , Thanks you for such a great blogger :D. I wanna to put an icon for catalogs. For Each Entry , It will the catalog icon at the left side of the entry. But...
... Dear Hilary, What you're asking for, is currently impossible, it would require metadata on an entry's primary category. Category support is still very...
Well, I saw it on VersionTracker yesterday, I downloaded it and played around with it a little. First, I changed the way Nanoblogger makes links -- I made it...
Hi, nanoblogger appears to set-up fine (and it looks great) but when I try to do an "nb --add", the new entry does not appear in my blog directory. Instead it...
... I try to do an ... Instead it appears in the ... whatever the default ... (i.e. ~/nanoblogger ... I would appreciate it. ... niuniupapa, You need to tell...
Now that 2.6 is released , I decided to follow your step by step guide to upgrade, but somehow broke it all, creating a bunch of archives that the server...
... guide ... was ... time ... If it's the server, it sounds like BLOG_URL isn't set correctly. Did you try with a clean setup (no modifications other than to...
Hi All, Finally, I have found a variable "$cat_title". It can be used for showing catalog name in the entry.htm. You can view my page to have a look. I used...
Hi , Is that possible to speedup the generation of HTML ? Since it is quite slow for me to generate. It takes me abt 5-10 minutes for a Althon 500Mhz. Regards,...
5-10 minutes sounds far too slow. I am using a Mac G4 867mhz (dual... not that the second proc actually gets used) and it only takes about 10 seconds. Are you ...
... Five or ten minutes? Is that for the entire blog? I will say that html generation is much slower since 2.6 It now takes a minute or two to do something...
Serge Wroclawski
serge@...
Feb 12, 2004 4:45 pm
32
Is this with the default setup? For instance FULL_PERMALINKS set to "0" and no extra plugins enabled. NanoBlogger's defaults are optimized for speed, it ...
How do you remove an entry from a category without deleting the entry itself? - Serge Wroclawski...
Serge Wroclawski
serge@...
Feb 13, 2004 12:02 pm
34
... entry ... You have to get the entry's id from it's category listing. So if it's category id number is "10" than you would get the entry's id using: "nb...
Hi again, Today I noticed 2.7 has been relased with a bug fix or two and another script. So presently, I upgrade this way.. 1. move public_html to old_pub_html...