GTK+/GNOME based MOO-client for UNIX.
This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jesse van den Kieboom 7fa44d1bbb gnoemoe/gm-app.c: added default userlist options, added default logging options
gnoemoe/gm-world.[ch]: fixed const, added gm_world_status, world specific log 
  settings
gnoemoe/gm-scripts.c: added World.status function
gnoemoe/gm-pixbuf.c: added NULL filename checks
2006-04-07 16:37:10 +00:00
data Initial import 2006-02-06 18:45:16 +00:00
gnoemoe gnoemoe/gm-app.c: added default userlist options, added default logging options 2006-04-07 16:37:10 +00:00
pixmaps Changed activate.svg to activity.svg 2006-01-05 19:02:36 +00:00
po gnoemoe/dialogs/gm-open-world-dialog.c: close dialog on world activation 2006-04-01 14:33:09 +00:00
scripts Added sendfile 2005-11-15 12:06:33 +00:00
ui Updated ui, added toolbar, moved editor buttons to the toolbar, added editor menu 2006-03-31 20:15:53 +00:00
AUTHORS Initial import 2005-10-09 08:53:36 +00:00
COPYING Added lambdamoo copyright 2006-03-24 11:55:19 +00:00
ChangeLog gnoemoe/gm-app.c: added default userlist options, added default logging options 2006-04-07 16:37:10 +00:00
INSTALL New install file 2006-02-06 18:43:40 +00:00
Makefile.am Seperated in data/ 2006-02-06 18:44:07 +00:00
NEWS Initial import 2005-10-09 08:53:36 +00:00
README Added changes 2006-03-24 13:45:36 +00:00
autogen.sh Use gnome one 2006-01-10 00:43:51 +00:00
configure.ac Fixed po 2006-03-29 12:47:45 +00:00
gnoemoe-logo.svg Initial import 2005-10-09 08:53:36 +00:00
stamp-h.in Initial import 2005-10-09 08:53:36 +00:00

README

General Information
===================

This is version 2.0.5 of gnoemoe. gnoemoe is a Gnome MOO Client.

GnoeMoe is a full featured Gnome MOO (MUD Object Oriented) Client which aims at 
integrating in the Gnome desktop as nice as possible adhering the Gnome 
philosophy. It aims to be simple and easy to use. Some of the main features 
are: Ansi, Multiworld (tabs), Builtin editor, Ruby script extensions, MCP 2.1.

Some of the features gnoemoe currently has:

Full ansi support (including blink/fastblink, crossout, double underline, faint, ...)
    * Multiple worlds (tabbed)
    * Internal editor
    * Internal editor automatic syntax checking
    * External editor support (edit with your favourite editor!)
    * Automatic login, automatic reconnect
    * Color schemes
    * Scripting using the Ruby language
    * MCP 2.1
        * dns-org-mud-moo-simpleedit
        * dns-com-awns-status
        * dns-com-vmoo-userlist
        * dns-com-vmoo-client
        * dns-icecrew-nl-mcpreset
        * dns-icecrew-nl-playerdb
        * dns-icecrew-nl-userlist
        * dns-com-awns-ping
    * Logging
    * Multiline input
    * Notification area docking
    * Triggers
    * Smart autoscroll

gnoemoe is released under the GNU General Public License (GPL) version 2, see
the file 'COPYING' for more information.

The official web site is:

    http://wiki.icecrew.nl/software/GnoeMoe

You can download the latest gnoemoe tarball from the web site:

    http://www.icecrew.nl/software/gnoemoe/download/gnoemoe-2.0.5.tar.gz

Installation
============

gnoemoe requires:
     * GTK+-2.8.x
     * GtkSourceView 1.2.0
     * GNOME 2.12.x libraries (including gnome-vfs, glade)
     * libnotify
     * Ruby
     * Vte

Simple install procedure:

  % gzip -cd gnoemoe-2.0.5.tar.gz | tar xvf - 	# unpack the sources
  % cd gnoemoe-2.0.5				# change to the toplevel directory
  % ./configure					# run the `configure' script
  % make					# build gedit
  [ Become root if necessary ]
  % make install				# install gedit

See the file 'INSTALL' for more detailed information.