Until a couple of days ago, I was using Nanoblogger in conjunction with Debian Lenny, now superseded by Debian Squeeze. Since moving to Squeeze, the calendar...
Ok, figured it out: I specified CAL_ARGS=-m in blog.conf, so that the calendar week would start with monday. Calling cal with the -m option doesn't work in...
This can be circumenvented by specifying ABSOLUTE_LINKS="1" in blog.conf. Granted, you use relative links, but at least everything works....
1174
Charles Curley
charlescurley@...
Apr 15, 2011 2:30 pm
On Fri, 15 Apr 2011 07:13:49 -0000 ... Thanks. I tried that. Everything seems to work on the main site, but not on the backup site or on the staging site....
... By "not work" you mean you get 404's? Because that's the downside, you won't be able to view new entries (perma/category view) unless you upload the files....
... By "not work" you mean you get 404's? Because that's the downside, you won't be able to view new entries (perma/category view) unless you upload the files....
1177
Charles Curley
charlescurley@...
Apr 17, 2011 12:25 am
On Sat, 16 Apr 2011 17:43:15 -0000 ... No. When I use absolute URLs, I get URLs with the domain name of the server. If I'm using localhost for my development...
Hi, just wondering if anyone knows what the "%" signifies in "%base_url%" I have looked through the bash, sh and builtin man pages but never was able to tease...
I've moved over to Debian 6 from CentOS 5.6 which was relatively painless except now when I'm trying to document my changeover and I've lost my stylesheets....
Hi Sharon, It's not clear to me how you lost your style sheets. 1. Are the files themselves missing or is the link to the style sheet no longer resolving...
... The css files are still there and the link to the style sheet hasn't changed, but the index.html has all the posts at the top of the page, with all the...
Sharon, I checked your website[1] and was unable to reproduce the problem. Is there another link you could provide? Also, this may be a long shot, but where...
... I was so embarrassed about the state of the index page that i didn't upload it , I can do that now though so you can see what it currently looks like. ...
... The default blog.conf is like this;= =========================== # Set the URL of your Blog site. e.g. http://www.myweblog.com # no trailing forward slash...
Following on from this I feel sure that the same problem has occurred in the past, but I cant remember how it was resolved, and neither can i find it in the...
Sharon, Thanks for hanging in there. Can you double check the BLOG_CSS setting in your blog.conf, it still appears to be pulling from $BLOG_URL. This gave me a...
Dear All, I have just started a new job, working with a mixed environment. I have ended up using an old Mac as my desktop machine. A couple of days ago I...
... This fails because the blog.conf is in /home/boztu/programmes/nanoblogger-3.2.3/blog/ and not /home/boztu/programmes/nanoblogger-3.2.3/ ... I have to do...
... #BLOG_CSS="$BLOG_URL/styles/nb_default.css" BLOG_CSS="styles/mt_clean.css" $BLOG_URL is commented out as the above paste shows ... -- A taste of linux...
1191
Charles Curley
charlescurley@...
May 28, 2011 2:58 am
On Sat, 28 May 2011 03:09:00 +0100 ... OK, then it isn't in your path. To see if the executable foo is in your path, run 'which foo'. ... Which wouldn't be in...
I've now installed nanoblogger with apt-get and nb.conf is in /etc/nanoblogger/nb.conf and nb is now in /usr/bin/nb so i no longer have to use ./nb but instead...
1193
Charles Curley
charlescurley@...
May 28, 2011 1:40 pm
On Sat, 28 May 2011 05:23:05 +0100 ... Ah, that should simplify things. Put the blog anywhere you want. cd into that directory and away you go. I put my web...
Hi Richard, I'm not aware of any documented experiences of running NB on the Mac, so please share. Full disclosure, I developed NB on a Mac. As far as adding...
I've finally solved this by looking at the source code of my web page and seeing that it was pointed at a non-existent style sheet! It existed on the website...
Nanoblogger doesn't seem to be uploading entry archives, used for permanent links. Local copies are created, which I can upload manually using ftp. I notice...
... I am the webmaster of the above website. I don't notice any trouble from my side. Please, give an URI that you found it faulty. Regards, --Deber...
Hi, I see now that the permalink from the main site works, and that the problem is created only when one chooses one of the alternative CSS stylesheets from...
Just curious, I really like NB and am now coming back to it again after a year. I thought it was dead but looks like development will continue? I was just...
... Yes NB is going strong and has just been ported to CentOS. You'll have to ask Kevin about why its in Bash and nowt else. Take care Sharon. ... -- A taste...