Hi, A reader who was browsing my archives noticed me, that when he browses to the category archives of my blog, that the link to archive page 2 will not work. ...
This is most likely a logical bug. Please remember that if you stop the script it will not retain a list of what needs to be updated. So, you'll have to force...
One of the things I like most about nanoblogger is that it's easy to take my blog with me when I'm not connected to the web. But I've run into a snafu that...
... I had the same problem and it was fixed by Kevin's response here Terry, thanks. You want to use plugin/entry/mod/base_url.sh. It should already be in your...
... Yeah.. Thanks! That does the job! ... I am really looking forward to this release! Hopefully it will contain a step by step walkthrough on "how to...
Thanks Terry, I must be foggy this monday morning. It's not clear to me how this is going to help. Is the /entry/mod/bas_url.sh plugin only going to apply to...
... Hi yes I had to amend my posts and edit the the img code to href="%base_url%images/example.jpg" But I only had a couple of entries so it was no problem ...
Hello, I wonder what the developers think about specifying a template for recent entries at the single link level in addition to the whole list. In other...
Hi! Olivier Dossmann wrote a script "identica.sh" to show on your NanoBlog the notices sent to the micro-blogging service "http://identi.ca/". This new plugin...
Is there any chance to get tags names with non-latin characters. I'm trying to add tags in russian, but only gets blank ('') tags names. The same thing with a...
I have a blog http://www.cs.uni.edu/~wallingf/blog/ powered by Nanoblogger 2.8. I never got around to upgrading to a 3.x version because 2.8 more than met my...
Hi Eugene, There's been a lot of optimization since version 2.8. The script relies more on Bash internals, which translates to less time wasted outside the...
... Thanks for the feedback, Kevin. I'd just as soon stay with Nanoblogger, so maybe I'll set aside some time and try to upgrade. I have saved a couple of...
Hi Eugene, ... I tested, on my computer with an ext3 linux file system, how much files (empty) I could populate a directory. Here is this Bash script: ...
... Interestin, Thanks. ... I have considered that. But I would like not to mess up anyone's links or subscriptions to my my blog, so I would want to use the...
... I do it locally and then publish it via rsync to my webspace. For this I have following line in my blog.conf: BLOG_PUBLISH_CMD="rsync -av --delete...
I set up a union script that ran after I created an entry locally that uploaded the new stuff to my remote server. 1. remote NB sites? Posted by: "wizumwalt"...
Emacs lets you specify the mode(s) to use for a given file by putting a bit of magic text at the top of the file. For html-helper-mode, add this: ; -*-...
Charles Curley
charlescurley@...
Aug 19, 2009 2:34 am
1122
I'd like to commit the source of my NB blog to an RCS, in this case git. Has anyone figured out which files to add to the repository and which to exclude? ...
Charles Curley
charlescurley@...
Aug 26, 2009 1:34 am
1123
Try the following as a guideline. non-essentials: cache/ parts/ tidy.log essentials: data/ plugins/ templates/ drafts/ blog.conf website: archives/ articles/...
I have some articles in my blog (http://www.charlescurley.com/blog). Since they don't get into the RSS feed, I also made a short entry describing and linking...
Charles Curley
charlescurley@...
Sep 4, 2009 5:21 pm
1125
On Fri, 4 Sep 2009 11:19:58 -0600 ... Ask and ye shall receive: use %base_url%, like so: <li><a ...
Charles Curley
charlescurley@...
Sep 4, 2009 5:31 pm
1127
One more dumb question if I may ... I don't see how links are added ... but inside the index.html file there is a comment aobut adding links to the div class...
On Sun, 06 Sep 2009 07:06:44 -0000 ... nb rebuilds index.html every time you run it to change an article or entry (and probably other times as well). Take a...
Charles Curley
charlescurley@...
Sep 6, 2009 12:52 pm
1129
Hey all, I really like working w/ NB from the command line, but I'm probably using it the wrong way. Not so much as for blogging, rather, trying to use it more...
... I'm not exactly clear on how to do this with ssh. I normally enter something like "ssh -p 5555 -l me aaa.bbb.ccc.ddd" and then I have to cd a few...
On Mon, 07 Sep 2009 23:21:46 -0000 ... Look at scp. Even better, look at rsync, particularly the -e option. -- Charles Curley /"\ ASCII...
Charles Curley
charlescurley@...
Sep 8, 2009 12:04 am
1132
On Tue, 25 Aug 2009 20:57:38 -0700 (PDT) ... Thanks. I finally got a chance to do some experimenting. Here's what I came up with. My blog is in the repo, in a...
Charles Curley
charlescurley@...
Sep 23, 2009 5:22 pm
1133
... havent you read my mail? put this in your blog.conf: BLOG_PUBLISH_CMD="rsync -av --delete <blogdir> user@...:./blogdirectory/" <blogdir> is your...