How do you think category support should be implemented in nanoblogger? So far I have categories setup as sub-directories in a special category directory. An...
3
Serge Wroclawski
serge@...
Nov 1, 2003 12:17 am
I wasn't subscribed when the first message came in but having different directories is fine, but would introduce a few issues. There's currently (AFAIK) no...
4
un1xt3r
Nov 1, 2003 3:15 am
Serge, Thanks for joining the discussion. I started out using sub-directories as categories, but was finding the complexity (like you mentioned) too...
5
Serge Wroclawski
serge@...
Nov 10, 2003 11:47 am
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...
6
un1xt3r
Nov 10, 2003 7:10 pm
... 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...
7
Serge Wroclawski
serge@...
Nov 10, 2003 7:25 pm
... 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...
8
Serge Wroclawski
serge@...
Nov 14, 2003 4:07 pm
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: ...
9
un1xt3r
Nov 15, 2003 11:18 pm
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...
10
Serge Wroclawski
serge@...
Nov 15, 2003 11:44 pm
... 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...
11
Serge Wroclawski
serge@...
Nov 18, 2003 11:32 am
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...
12
un1xt3r
Nov 22, 2003 3:56 am
... 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...
13
Serge Wroclawski
serge@...
Nov 29, 2003 3:59 pm
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...
14
un1xt3r n1x
un1xt3r
Dec 1, 2003 5:58 am
... 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. ... ...
16
Serge Wroclawski
serge@...
Dec 1, 2003 2:43 pm
... 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...
17
un1xt3r
Dec 1, 2003 11:58 pm
... 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...
18
ghostorchid76
Jan 26, 2004 2:24 pm
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...
19
un1xt3r
Jan 27, 2004 12:43 am
... 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...
20
ghostorchid76
Jan 29, 2004 1:11 am
... 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,...
21
Hilary
hilarycheng
Feb 5, 2004 3:29 pm
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...
22
un1xt3r
Feb 6, 2004 12:48 am
... 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...
23
D
dakini56
Feb 8, 2004 5:02 pm
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...
24
niuniupapa
Feb 9, 2004 5:20 am
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...
25
un1xt3r
Feb 9, 2004 6:37 am
... 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...
26
ghostorchid76
Feb 12, 2004 1:45 am
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...
27
un1xt3r
Feb 12, 2004 3:06 am
... 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...
28
Hilary
hilarycheng
Feb 12, 2004 8:13 am
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...
29
Hilary
hilarycheng
Feb 12, 2004 8:15 am
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,...
30
ST
niuniupapa
Feb 12, 2004 3:07 pm
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 ...
31
Serge Wroclawski
serge@...
Feb 12, 2004 4:45 pm
... 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...
32
un1xt3r n1x
un1xt3r
Feb 12, 2004 10:27 pm
Is this with the default setup? For instance FULL_PERMALINKS set to "0" and no extra plugins enabled. NanoBlogger39;s defaults are optimized for speed, it ...