Hi, this is feature request/brainstorm question :-) Use case: the author of blog will create a really interesting page that is to be updated often (even if it...
Pavel@...
Mar 2, 2004 9:14 pm
73
... That's what the makepage option is for. - Serge Wroclawski...
Serge Wroclawski
serge@...
Mar 2, 2004 9:25 pm
74
I've been poking around and looking at Atom. A number of the problems with the RSS feed in Nanoblogger have less to do with Nanoblogger than with RSS. Has...
Serge Wroclawski
serge@...
Mar 3, 2004 2:31 pm
75
One day maybe someone will write a "Music:" plugin. If so, here's five lines of code in Python to grab whatever's playing in XMMS: import xmms,sys if...
Serge Wroclawski
serge@...
Mar 3, 2004 2:32 pm
76
From: Serge Wroclawski <serge@...> Date: Tue, 2 Mar 2004 16:25:09 -0500 (EST) ... And when I change the original blog entry, do I have to run nb with this ...
Pavel@...
Mar 3, 2004 8:23 pm
77
How about using a plugin to automate this? The plugin could be called, "articles" (articles.sh). It would work by reading a file that contains the list of...
From: "un1xt3r" <un1xt3r@...> Date: Thu, 04 Mar 2004 02:47:09 -0000 ... I think that this is nice idea. -- Pavel Janík Congratulations. You have been...
Pavel@...
Mar 4, 2004 6:01 am
80
From: "un1xt3r" <un1xt3r@...> Date: Thu, 04 Mar 2004 02:51:04 -0000 ... Nothing particular, pure curiosity :-) -- Pavel Janík Programmers don't die,...
Pavel@...
Mar 4, 2004 6:01 am
81
Hi, when upgrading nanoblogger to CVS version, I found out that archive/monthly dir must exist before I run nb -u. I think nb should make sure that the output...
Pavel@...
Mar 6, 2004 8:25 pm
82
Hi, tidy.sh plugin now contains two parameters affecting its behavior: # set tidy conversion to xhtml tidy_convert="-asxml" # set additional arguments [ ! -z...
Pavel@...
Mar 6, 2004 9:20 pm
83
Hi, the handling of DATE_LOCALE is weird in nb: # filters custom date format for a new entry filter_dateformat(){ [ -z "$DATE_LOCALE" ] || LANG="$DATE_LOCALE" ...
Pavel@...
Mar 6, 2004 9:33 pm
84
Hi, ... +++ calendar.sh 2004-03-06 22:36:38.000000000 +0100 @@ -11,6 +11,7 @@ if cal > "$PLUGIN_OUTFILE" 2>&1 ; then + [ -z "$DATE_LOCALE" ] ||...
Pavel@...
Mar 6, 2004 9:33 pm
85
... archive/monthly ... That's funny, I recently changed check_blogdir(). Otherwise it would've caught that. Perhaps you're right - that might be better. ... ...
Thanks, I also noticed I forgot to replace the other /dev/null references with $PLUGIN_OUTFILE. I made the changes in CVS. Kevin ... receives ... -d"." -f 2` ...
Pavel, From my experience, when I set DATE_LOCALE from my blog.conf, the date command has to have LANG set before it for DATE_LOCALE to take effect. ...
Pavel, What about in plugins/archive/monthly/monthly-cal.sh? I just remember you stating that you like to switch between languages and monthly-cal.sh only...
From: "un1xt3r" <un1xt3r@...> Date: Sun, 07 Mar 2004 02:27:00 -0000 ... Huh, I measured it on two different systems and you're right! cat is about 10%...
Pavel@...
Mar 7, 2004 8:33 am
90
From: "un1xt3r" <un1xt3r@...> Date: Sun, 07 Mar 2004 04:10:28 -0000 ... You are right, the same change is needed there too. I forgot to look at monthly...
Pavel@...
Mar 7, 2004 8:33 am
91
Hi, what about loading ~/.nb.conf if it exists instead of "$BASE_DIR"/nb.conf? That could allow me (and others) to have nb.conf in modified form in the home...
Pavel@...
Mar 7, 2004 8:33 am
92
I think I almost did this earlier when I first introduced nb.conf, but didn't for some reason. It does make a lot of sense to have one now, though. I...
Hi, Sorry for the late reply. Atom sounds like something that'd be very worth-while investigating. I hope to have a plugin ready for the 2.8 release. Kevin ...
From: "un1xt3r" <un1xt3r@...> Date: Mon, 08 Mar 2004 03:42:59 -0000 ... BTW - why do you prefer negative form instead of positive? E.g. just added...
Pavel@...
Mar 8, 2004 7:15 am
95
... I try to stick with just one for my own sanity, but it could also depend on my mood. If I had to pick one right now, I think I'd prefer the negative form....
From: "un1xt3r" <un1xt3r@...> Date: Tue, 09 Mar 2004 02:14:10 -0000 ... ;-) I always prefer the simplest/shortest one. I only use longer form to avoid...
Pavel@...
Mar 9, 2004 5:12 am
97
... suite ... Yes, show me the patch so I can see what you've done. I can't guarantee that the patch will work, since I'm using rcs2log to fetch the RCS files...
From: "un1xt3r" <un1xt3r@...> Date: Tue, 09 Mar 2004 18:45:46 -0000 ... I put the whole file with 3 manually changed days entries to ...
Pavel@...
Mar 9, 2004 7:20 pm
99
New to blogging..... http://thinkactlove.dnsalias.com:90/~douglas/blog/ Finally got webDAV to work on the server side. Was able to connect via Windoze XP -...
Hi, there are commented references to category_feed variable in the nb script. Do you plan to finish the support for such feeds? -- Pavel Janík Take care to...
Pavel@...
Mar 13, 2004 4:02 pm
101
When I first started implementing categories, I've experimted with adding category feeds. I never finished it, becuase I wasn't sure how I should implement...