fortune 50% fortune 50% limerickClearly, this didn't work. Before I realized my mistake however, I thought that the code suggested on the mailing list was wrong. But I don't think so. We shall see! :P
I have figured that you need to place MOODS_URL in the blog.conf file for nb to find the moods configuration. Hopefully it works now.
I'll try to rebuild it now and see if I lost the last entry.
This will delete the entry only from that category, not delete it entirely. You must repeat steps two and three for each category that you want to delete the entry from.
- nb -l all to get the categories of all entries
- nb -c 1 -l all to get the entry numbers on a per category basis (important for deleting entries from categories)
- nb -c 1 -d 1 will delete the entry number 1 under category 1
cp -R nanoblogger-3.1/default/* newblog_directoryWorks like a charm. That should have been obvious.
sitecopy --init alphablogWorked like a charm and was still very fast to upload all the files. Now that I look at it more carefully, I may have been able to just run in fetch mode to update the local copy for real. Not sure. Next time.
sitecopy --update alphablog
The basic syntax is: nb [-b blog_dir] [options]
nb -b [blog_dir] -anb -anb -c new -anb -c [cat_id] -anb -l [current|all]nb -l catnb -c [cat_id] -l [current|all]nb -e [entry_id]nb -c [cat_id] -m [entry_id]nb -d [entry_id]nb -c [cat_id] -d catnb -c [cat_id] -d [entry_id]nb -u [current|all|main]Thank you for trying NanoBlogger. Please direct comments and suggestions to the mailing list or submit a bug report to the project page on sourceforge.net.