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...
On Wed, 30 Sep 2009 19:32:00 +0200 ... I haven't. I don't see it on the list. ... Of course, that won't use ssh. Here is what I use in my make file to use ssh...
Charles Curley
charlescurley@...
Sep 30, 2009 8:49 pm
1135
... a) I dont use html-mode, but markdown-mode for writing my entries. b) I added the following lines to my .emacs ;; open new nanoblogger entries...
... Sorry, double dash. --rsa=ssh You can also set env variable RSYNC_CONNECT_PROG. Please check the manpage. There is everything explained (some with...
Hello, can someone give me a (preferrably) detailed step-by-step instruction how to make comments work with nanoblogger? I checked out NanoBlogger Comments,...
I tried to use Haloscan with nanoblogger as this is the only detailed instruction available. Unfortunately Haloscan has been bought by JS-Kit so there is no...
... With that many excludes I'd suggest putting them in a separate file and using rsync's "--exclude-from=FILE" switch. Man pages are wonderful things. -- ...
On Thu, 8 Oct 2009 11:15:47 +1100 ... Good idea, and it's been on my list of Things To Do for a while. -- Charles Curley /"\ ASCII Ribbon...
Charles Curley
charlescurley@...
Oct 8, 2009 2:12 am
1143
... Ah... Interesting! I did not know that they had rsync installed at my site, but actually they have. I always assumed (incorrectly) that my local rsync...