public
Description: Diakonos is a Linux console text editor for the masses.
Homepage: http://purepistos.net/diakonos
Clone URL: git://github.com/Pistos/diakonos.git
name age message
file CHANGELOG Loading commit data...
file LICENCE Thu Aug 28 11:37:36 -0700 2008 Changed licence from GPLv2 to MIT, starting at ... [Pistos]
file README Wed Oct 15 21:16:56 -0700 2008 Updated README. [Pistos]
file Rakefile Thu Oct 09 08:22:57 -0700 2008 Added make-help.sh. [Pistos]
file ansi-terminalcolours.txt Fri May 23 15:54:05 -0700 2008 Added a text file to use as reference for the 2... [Pistos]
directory bin/ Wed Feb 07 19:35:54 -0800 2007 Made diakonos.new object $diakonos.new, since m... [pistos]
file diakonos Wed Dec 06 13:08:47 -0800 2006 Changes for successful gem building. Ebuild for... [pistos]
file diakonos-256-colour.conf Tue Oct 07 21:20:42 -0700 2008 Removed token definition from 256-colour config. [Pistos]
file diakonos.conf
directory ebuild/ Thu Aug 28 11:38:20 -0700 2008 Added 0.8.5 ebuild, with changed licence. [Pistos]
directory gemspecs/ Tue Oct 14 11:41:01 -0700 2008 Removed home-on-save script from gem. [Pistos]
directory help/
directory lib/
file make-help.sh Thu Oct 09 08:22:57 -0700 2008 Added make-help.sh. [Pistos]
file make-release.rb Fri Oct 03 10:03:31 -0700 2008 Added -m to git tag. Updated scp path for purep... [Pistos]
file package.rb Sat Oct 22 11:50:39 -0700 2005 Added setup.rb and package.rb. [pistos]
directory scripts/
file setup.rb Tue Feb 13 06:40:26 -0800 2007 Changed over to "official" setup.rb. [pistos]
directory test/ Mon Oct 06 09:42:16 -0700 2008 Refactored Diakonos::Buffer#find to use an opti... [Pistos]
README
Diakonos

========


INSTALLATION
============

There are three ways to install Ruby:
  * by rubygems (recommended)
  * from the tarball using setup.rb
  * manual file copy

=== Installing via Rubygems ===

Since version 0.8.3, this is the recommended way of installing Diakonos.
Run the following command as a user with appropriate permissions:

  gem install diakonos

=== Installing from tarball using setup.rb ===

First obtain the diakonos tarball.  This can be found at
http://purepistos.net/diakonos .  Unpack the tarball somewhere.
cd into the unpacked directory.

To install, run

  ruby setup.rb

If you want to set options like the installation directories:

  ruby setup.rb --help

By default, the installer copies bin/diakonos into a system-wide bin directory,
such as /usr/bin; and copies lib/* into the system-wide ruby library path,
such as /usr/lib/ruby/site_ruby/1.8 .  You may need root priveleges on the
system in order to install to system-wide places like /usr/bin .

=== Installing from tarball by manual copy ===

First obtain the diakonos tarball.  This can be found at
http://purepistos.net/diakonos .

To manually install, copy the contents of the lib directory into some place
where Ruby searches for libraries.  The bin/diakonos program can be run from
anywhere, such as ~/bin/ or /usr/local/bin/.

----------------------------------------------------------------

USAGE
=====

  diakonos

or

  diakonos <filename> [filename...]

or, for other options and arguments,

  diakonos --help 

For help using Diakonos, simply press F1 from within the editor to use the
interactive help system.

----------------------------------------------------------------

The source code repository is at http://github.com/Pistos/diakonos/tree/master .

Send comments, feedback and tech support requests to
irc.freenode.net:6667#mathetes or http://linis.purepistos.net .

Pistos
http://purepistos.net/diakonos