This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit da206f93079276c9054b4f903e02666d931b5c2a
tree 31f72cd49560ca0f684e9615fd98a24d94859eed
parent 6d45c024081c16653d9d62dc612134b7e2b96e93
tree 31f72cd49560ca0f684e9615fd98a24d94859eed
parent 6d45c024081c16653d9d62dc612134b7e2b96e93
diakonos /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | ||
| |
LICENCE | Wed Nov 05 18:31:41 -0800 2008 | |
| |
README | ||
| |
Rakefile | ||
| |
ansi-terminalcolours.txt | Fri May 23 15:54:05 -0700 2008 | |
| |
bin/ | Wed Feb 07 19:35:54 -0800 2007 | |
| |
diakonos | Wed Dec 06 13:08:47 -0800 2006 | |
| |
diakonos-256-colour.conf | Tue Oct 07 21:20:42 -0700 2008 | |
| |
diakonos.conf | ||
| |
ebuild/ | ||
| |
gemspecs/ | Mon Nov 03 18:36:25 -0800 2008 | |
| |
help/ | ||
| |
lib/ | ||
| |
make-help.sh | Thu Oct 09 08:22:57 -0700 2008 | |
| |
make-release.rb | ||
| |
package.rb | ||
| |
scripts/ | ||
| |
setup.rb | ||
| |
test/ |
README
Diakonos ======== INSTALLATION ============ There are three ways to install Diakonos: * 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








