Search the web
Sign In
New User? Sign Up
nanoblogger
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 72 - 101 of 1143   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
72
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@...
Send Email
Mar 2, 2004
9:14 pm
73
... That's what the makepage option is for. - Serge Wroclawski...
Serge Wroclawski
serge@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
un1xt3r
Offline Send Email
Mar 4, 2004
2:47 am
78
Panvel, what is it that caught your interest?...
un1xt3r
Offline Send Email
Mar 4, 2004
2:51 am
79
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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. ... ...
un1xt3r
Offline Send Email
Mar 7, 2004
2:27 am
86
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` ...
un1xt3r
Offline Send Email
Mar 7, 2004
3:52 am
87
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. ...
un1xt3r
Offline Send Email
Mar 7, 2004
3:59 am
88
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...
un1xt3r
Offline Send Email
Mar 7, 2004
4:10 am
89
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
un1xt3r
Offline Send Email
Mar 8, 2004
3:43 am
93
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 ...
un1xt3r
Offline Send Email
Mar 8, 2004
5:04 am
94
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@...
Send Email
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....
un1xt3r
Offline Send Email
Mar 9, 2004
2:14 am
96
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@...
Send Email
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...
un1xt3r
Offline Send Email
Mar 9, 2004
6:46 pm
98
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@...
Send Email
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 -...
Doug Erickson
thinkactlove
Offline Send Email
Mar 10, 2004
1:59 am
100
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@...
Send Email
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...
un1xt3r
Offline Send Email
Mar 14, 2004
4:08 am
Messages 72 - 101 of 1143   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help