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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1111 - 1142 of 1143   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1111
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...
deber@...
deber@ymail.com
Offline Send Email
Jul 5, 2009
5:51 pm
1112
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...
nqq17
Offline Send Email
Jul 15, 2009
1:56 am
1113
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...
Eugene Wallingford
wallingf1
Offline Send Email
Jul 30, 2009
12:02 pm
1114
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...
Kevin W.
un1xt3r
Offline Send Email
Jul 31, 2009
3:25 am
1115
... 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...
Eugene Wallingford
wallingf1
Offline Send Email
Jul 31, 2009
10:40 am
1116
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: ...
deber@...
deber@ymail.com
Offline Send Email
Aug 1, 2009
1:30 pm
1117
... 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...
Eugene Wallingford
wallingf1
Offline Send Email
Aug 1, 2009
3:33 pm
1119
... 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...
Christian Herenz
herenz9
Offline Send Email
Aug 2, 2009
3:51 pm
1120
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"...
Steve
takeone2_2000
Offline Send Email
Aug 6, 2009
3:48 am
1121
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@...
Send Email
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@...
Send Email
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/...
Kevin W.
un1xt3r
Offline Send Email
Aug 26, 2009
3:57 am
1124
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@...
Send Email
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@...
Send Email
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...
wizumwalt
Offline Send Email
Sep 6, 2009
7:07 am
1128
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@...
Send Email
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...
wizumwalt
Offline Send Email
Sep 7, 2009
10:41 pm
1130
... 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...
wizumwalt
Offline Send Email
Sep 7, 2009
11:21 pm
1131
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@...
Send Email
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@...
Send Email
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...
Christian Herenz
herenz9
Offline Send Email
Sep 30, 2009
5:32 pm
1134
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@...
Send Email
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...
Christian Herenz
herenz9
Offline Send Email
Sep 30, 2009
8:52 pm
1136
... /It does! I have only ssh-access to my site. Greetz, Christian /...
Christian Herenz
herenz9
Offline Send Email
Oct 4, 2009
3:30 am
1137
... No it connects to remote rsyncd directly. You have to add -rsh=ssh than it connects through ssh. Best Regards, Stefan...
Stefan Krauth
sdk_1982
Offline Send Email
Oct 4, 2009
7:47 am
1138
... Sorry, double dash. --rsa=ssh You can also set env variable RSYNC_CONNECT_PROG. Please check the manpage. There is everything explained (some with...
Stefan Krauth
sdk_1982
Offline Send Email
Oct 4, 2009
8:00 am
1139
Hello, can someone give me a (preferrably) detailed step-by-step instruction how to make comments work with nanoblogger? I checked out NanoBlogger Comments,...
thorsten_kampe
Offline Send Email
Oct 6, 2009
12:03 pm
1140
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...
thorsten_kampe
Offline Send Email
Oct 6, 2009
8:24 pm
1141
... 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. -- ...
Adrian Tritschler
ajft64
Offline Send Email
Oct 8, 2009
12:15 am
1142
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@...
Send Email
Oct 8, 2009
2:12 am
Messages 1111 - 1142 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