08.28.2005 13:33

A post from within the Nanoblogger GUI Frontend

I am giving the JAVA Nanoblogger frontend a try. It may mess up the database since I am not up to the latest nb version. Also, it forces a catagory, while I had none before for most of my posts.

The list of articles is nice.

Crossing my fingers...

UPDATE: It mostly worked, but since I didn't set it up to handle the ask about previewing question, the GUI got hung on that. Nice and simple interface, plus it popped up emacs for me to write with. This is something that I have been thinking about for a while. Nice to see someone beat me to it. Just wish that I could kill the processes that it was running.

Posted by Kurt | Permalink | Categories: NanoBlogger Help

11.07.2004 18:52

Welcome to NanoBlogger!

The basic syntax is: nb [-b blog_dir] [options]

How to ...
  • create a new weblog (directory) = nb -b [blog_dir] -a
  • create a new entry = nb -a
  • create a new category = nb -c new -a
  • create a new entry for a category = nb -c [cat_id] -a
  • list current entries = nb -l [current|all]
  • list categories = nb -l cat
  • list entries by category = nb -c [cat_id] -l [current|all]
  • edit an entry = nb -e [entry_id]
  • move an entry to a category = nb -c [cat_id] -m [entry_id]
  • delete an entry = nb -d [entry_id]
  • delete a category = nb -c [cat_id] -d cat
  • delete an entry from a category = nb -c [cat_id] -d [entry_id]
  • force update of weblog = 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.


Posted by n1xt3r | Permalink | Categories: NanoBlogger Help