Difference between revisions of "Caecilian"

From Worms Knowledge Base

Jump to: navigation, search
m
m
Line 19: Line 19:
 
!Download:||[http://www.f4.fhtw-berlin.de/~s0512997/cn/Caecilian_alpha.jar Caecilian_alpha.jar (218 KB)]
 
!Download:||[http://www.f4.fhtw-berlin.de/~s0512997/cn/Caecilian_alpha.jar Caecilian_alpha.jar (218 KB)]
 
|}
 
|}
 +
 +
== Introduction ==
  
 
[[Caecilian]] is a program designed to chat in wormnet.
 
[[Caecilian]] is a program designed to chat in wormnet.
 +
 +
== Features and known issues ==
  
 
* Features
 
* Features
Line 39: Line 43:
 
** none known
 
** none known
  
 +
 +
== XHTML ==
  
 
Why XHTML Strict? It looks boring.
 
Why XHTML Strict? It looks boring.
Line 56: Line 62:
 
Try out your own, it's fun to make one. :)
 
Try out your own, it's fun to make one. :)
  
 +
== Requirements ==
  
 
Caecilian is written in Java and requires the latest [[w:Java Runtime Environment|Java Runtime Environment]] to run.
 
Caecilian is written in Java and requires the latest [[w:Java Runtime Environment|Java Runtime Environment]] to run.
Line 61: Line 68:
  
 
Note that it creates a file called "config.txt" upon the first start. Don't have a file called like this in the same directory. It will be overwritten.
 
Note that it creates a file called "config.txt" upon the first start. Don't have a file called like this in the same directory. It will be overwritten.
 +
 +
== Sources ==
  
 
Caecilian is open source, but i decided not to included the sources in the download at the moment.
 
Caecilian is open source, but i decided not to included the sources in the download at the moment.
 
If you like to have those, please send me a message.
 
If you like to have those, please send me a message.

Revision as of 18:45, 30 October 2006

Caecilian
Caecilian screenshot
Developer: evilworm2
Latest version: 0.1 / 30 October, 2006
Supported games: W:A
Language: Java
Licence: Open source
Website: none
Download: Caecilian_alpha.jar (218 KB)

Introduction

Caecilian is a program designed to chat in wormnet.

Features and known issues

  • Features
    • Choose rank
    • Choose flag (not all supported yet)
    • Export chat to XHTML 1.0 Strict
    • Skin support
    • Customizable font and colors
    • Localized (English and German at the moment)
  • Since i stopped working on it at the moment, there are some features, which do NOT work
    • Ignore list
    • Renaming feature
    • Sending private messages
    • No /xxx text (eg /me Hi!)
  • Bugs
    • none known


XHTML

Why XHTML Strict? It looks boring.

XHTML Strict seperates content from design. You are not allowed to use any design components inside the xhtml file.

But you can easily write style sheet and customize the look of the document.

That's why i decided to use it.

Download a sample style sheet at style.css.

Assuming you saved the stylesheet in the samew folder as the log file, you need to add the following line to the header of the html file:

<link rel="stylesheet" type="text/css" href="style.css" />

Try out your own, it's fun to make one. :)

Requirements

Caecilian is written in Java and requires the latest Java Runtime Environment to run. You don't need to install Caecilian, it runs from any directory.

Note that it creates a file called "config.txt" upon the first start. Don't have a file called like this in the same directory. It will be overwritten.

Sources

Caecilian is open source, but i decided not to included the sources in the download at the moment. If you like to have those, please send me a message.

Personal tools