<?xml version="1.0" encoding="iso-8859-1"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <?xml-stylesheet type="text/css" href="http://spiegl.de/blog/nano/styles/feed.css"?>
  <title type="html">Nanoblogger</title>

  <link rel="alternate" type="text/html" href="http://spiegl.de/blog/nano" />

  <link rel="self" type="application/atom+xml" href="http://spiegl.de/blog/nano/archives/nanoblogger/index-atom.xml" />

  <updated>2007-07-03T16:00:18+02:00</updated>

  <author>
    <name>Andy Spiegl</name>

    <uri>http://spiegl.de/blog/nano</uri>
  </author>

  <id>http://spiegl.de/blog/nano/</id>

  <generator uri="http://nanoblogger.sourceforge.net" version="3.3">NanoBlogger</generator>

  <entry>
    <title type="html">zsh-completion for Nanoblogger</title>

    <author>
      <name>Andy Spiegl</name>
    </author>

    <link rel="alternate" type="text/html" href="http://spiegl.de/blog/nano/archives/2006/06/16/zsh-completion_for_nanoblogger/" />

    <id>http://spiegl.de/blog/nano/archives/2006/06/16/zsh-completion_for_nanoblogger/</id>

    <published>2006-06-16T17:17:02+02:00</published>

    <updated>2006-06-16T17:17:02+02:00</updated>

    <category term="Nanoblogger" />

    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
<![CDATA[It seems that noone has written a zsh-completion function for the
nanoblogger yet.  I did find
<a href="http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/nanoblogger/files/nb.bashcomp?rev=1.1&view=markup">one</a>
for bash (which could be used by zsh via bashcompinit) but it's very
rudimentary and not really better than a simple "<em>compdef _gnu_generic nb</em>".
<br /><br />
So I started writing my own and
<a href="http://spiegl.de/andy/shareware/_nb">here</a> it is (GPL).
<br /><br />
Suggestions, comments and improvements are very welcome.
I do need your help - please see the comments marked "TODO" in the file.]]>
      </div>
    </content>
  </entry>

  <entry>
    <title type="html">Welcome to NanoBlogger!</title>

    <author>
      <name>n1xt3r</name>
    </author>

    <link rel="alternate" type="text/html" href="http://spiegl.de/blog/nano/archives/2005/06/02/welcome_to_nanoblogger/" />

    <id>http://spiegl.de/blog/nano/archives/2005/06/02/welcome_to_nanoblogger/</id>

    <published>2005-06-02T20:48:35+02:00</published>

    <updated>2005-06-02T20:48:35+02:00</updated>

    <category term="Nanoblogger" />

    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
<![CDATA[<p>The basic syntax is: <code>nb [-b blog_dir] [options]</code></p>
<b>How to ...</b>
<ul>
<li>create a new weblog (directory) = <code>nb -b [blog_dir] -a</code></li>
<li>create a new entry = <code>nb -a</code></li>
<li>create a new category = <code>nb -c <em>new</em> -a</code></li>
<li>create a new entry for a category = <code>nb -c [cat_id] -a</code></li>
<li>list current entries = <code>nb -l [current|all]</code></li>
<li>list categories = <code>nb -l <em>cat</em></code></li>
<li>list entries by category = <code>nb -c [cat_id] -l [current|all]</code></li>
<li>edit an entry = <code>nb -e [entry_id]</code></li>
<li>move an entry to a category = <code>nb -c [cat_id] -m [entry_id]</code></li>
<li>delete an entry = <code>nb -d [entry_id]</code></li>
<li>delete a category = <code>nb -c [cat_id] -d <em>cat</em></code></li>
<li>delete an entry from a category = <code>nb -c [cat_id] -d [entry_id]</code></li>
<li>force update of weblog = <code>nb -u [current|all|main]</code></li>
</ul>
<p>
Thank you for trying NanoBlogger.  Please direct comments and suggestions to the <a href="http://groups.yahoo.com/group/nanoblogger/">mailing list</a> or submit a bug report to the <a href="http://sourceforge.net/tracker/?atid=635240&amp;group_id=103576&amp;func=browse">project page</a> on sourceforge.net.
</p>]]>
      </div>
    </content>
  </entry>
</feed>


