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 355c7e8a41 * VERSION CHANGED TO 2.0.9
* po/POTFILES.in: added gnoemoe/dialogs/gm-world-paste-dialog.c and
		  ui/gm-world-paste.glade
		* po/nl.po: added translations
		* ui/Makefile.am:
		* ui/gm-ui.xml:
		* ui/gm-world-paste.glade: new paste dialog
		* gnoemoe/mcp/Makefile.include: added gm-cell-renderer-text.[ch]
		* gnoemoe/mcp/gm-cell-renderer-text.[ch]: new cell renderer for 
		  rendering userlist
		* gnoemoe/mcp/gm-mcp-vmoo-client.c: update metrics in timeout so to
		  reduce the number of updates when resizing
		* gnoemoe/mcp/gm-mcp-icecrew-serverinfo.c: max version set to 1.0 (1.0 
		  does not actively request the info because it will be send on 
		  initialization). Set menu item invisible instead of insensitive when 
		  there is no info available
		* gnoemoe/mcp/gm-mcp-icecrew-userlist.c: fixed menu item substitution
		* gnoemoe/mcp/gm-mcp-vmoo-userlist.c: removed support for status 
		  because it doesn't really support it
		* gm-mcp-userlist-view.[ch]: moved column constants to header. Render
		  items with new gm-cell-renderer-text. 
		* gnoemoe/mcp/gm-mcp-icecrew-playerdb.[ch]: made 
		  gm_mcp_icecrew_playerdb_players public
		* gnoemoe/dialogs/Makefile.include: added gm-world-paste-dialog
		* gnoemoe/dialogs/gm-world-paste-dialog.[ch]: new paste dialog
		* gnoemoe/dialogs/gm-world-properties-dialog.c:
		* gnoemoe/dialogs/gm-world-logs-dialog.c: fixed leaking tree stores
		* gnoemoe/widgets/Makefile.include: added gm-commands.[ch]
		* gnoemoe/widgets/gm-commands.[ch]: new file for handling action
		  activation (removed from gm-app-view)
		* gnoemoe/widgets/gm-world-view.c: fixed userlist size restore
		* gnoemoe/widgets/gm-app-view.c: removed action handlers 
		* gnoemoe/gm-support.[ch]: added gm_find_child
		* gnoemoe/gm-world.c: removed debug message
		* gnoemoe/gm-ui.h: changed actions to gm-commands
2006-04-23 14:51:04 +00:00
data Fix copyright, move logo to pixmap dir, added translation 2006-04-09 14:20:08 +00:00
gnoemoe * VERSION CHANGED TO 2.0.9 2006-04-23 14:51:04 +00:00
pixmaps Fix copyright, move logo to pixmap dir, added translation 2006-04-09 14:20:08 +00:00
po * VERSION CHANGED TO 2.0.9 2006-04-23 14:51:04 +00:00
scripts Fixed 2006-04-09 17:58:37 +00:00
ui * VERSION CHANGED TO 2.0.9 2006-04-23 14:51:04 +00:00
AUTHORS Initial import 2005-10-09 08:53:36 +00:00
COPYING Fixed COPYING 2006-04-09 15:37:57 +00:00
ChangeLog * VERSION CHANGED TO 2.0.9 2006-04-23 14:51:04 +00:00
INSTALL New install file 2006-02-06 18:43:40 +00:00
Makefile.am Fix copyright, move logo to pixmap dir, added translation 2006-04-09 14:20:08 +00:00
NEWS Initial import 2005-10-09 08:53:36 +00:00
README Fixed 2006-04-09 18:32:05 +00:00
autogen.sh Use gnome one 2006-01-10 00:43:51 +00:00
configure.ac * VERSION CHANGED TO 2.0.9 2006-04-23 14:51:04 +00:00
stamp-h.in Initial import 2005-10-09 08:53:36 +00:00

README

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

This is version 2.0.8 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.8.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.8.tar.gz | tar xvf - 	# unpack the sources
  % cd gnoemoe-2.0.8				# 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.