Gnome-Outliner v0.1
[via Acts of Volition]
GnomeOutliner is an Outliner for Gnome project initiated by Steven Garrity. An outliner is a tool that allows you to take notes in a hierarchical way. On my Ubuntu, I was using Odot until now, but it lacks some key features (such as "strike" or "done" flags).
The first pre-version (O.1) is available for downlad as a gzipped tarball you have to compile by yourself. Of course, the first compilation failed and spitted some boring error messages.
I STFWed a little, and I've found how-to:<br /> # apt-get install libgtk2.0-dev libgnomeui-dev
Then "configure" is okay to create the Makefile.
What's next is a "classic":<br /> # cd gnome-outliner-0.1<br /> # ./configure<br /> # make<br /> # make install
As a result:
Yeah !
(I really wish it would land on debian packages pretty soon!)