Difference between revisions of "Caecilian"

From Worms Knowledge Base

Jump to: navigation, search
m
m
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{ParentArticle|[[Worms Armageddon]]}}
+
{{ParentArticle|[[Software]]}}
{| class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;"
+
{{Software_infobox
! colspan="2" style="font-size: larger; text-align: center" | Caecilian
+
| name = Caecilian
|-
+
| screenshot = Caecilian.png
|colspan="2" style="text-align: center;"|[[Image:Caecilian.png|250px|Caecilian screenshot]]
+
| developer = [[People/Evilworm2|Evilworm2]]
|-
+
| version = 0.2a / 31 October, 2006
|Developer:||[[evilworm2]]
+
| games = [[Worms Armageddon|W:A]]
|-
+
| language = Java
|Latest version:||0.2a / 31 October, 2006
+
| license = Open source
|-
+
| download = [http://myfiles.my1.ru/wa/other/evilworm2/Caecilian_alpha.jar Caecilian_alpha.jar (219 KB)]
|Supported games:||[[Worms Armageddon|W:A]]
+
}}
|-
+
|Language:||Java
+
|-
+
|Licence:||Open source
+
|-
+
|Website:|| none
+
|-
+
!Download:||[http://www.f4.fhtw-berlin.de/~s0512997/cn/Caecilian_alpha.jar Caecilian_alpha.jar (219 KB)]
+
|}
+
  
== Introduction ==
+
'''Caecilian''' is a program designed to chat in WormNET. It is written in Java and requires the latest [[w:Java Runtime Environment|Java Runtime Environment]] to run.
  
[[Caecilian]] is a program designed to chat in wormnet.
+
You don't need to install Caecilian, it runs from any directory.
  
== Features and known issues ==
+
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.
  
* Features
+
Caecilian is open source, but the creator decided not to included the sources in the download at the moment. If you like to have those, please send evilworm2 a message.
** Ignore list
+
** Send private messages
+
** Choose rank
+
** Choose flag (not all supported yet)
+
** Export chat to [[w:XHTML|XHTML 1.0 Strict]]
+
** Four different skins
+
** 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
+
== Features ==
** Renaming feature
+
** No /xxx text (eg /me Hi!)
+
 
+
* Bugs
+
** none known
+
  
 +
* Ignore list
 +
* Send private messages
 +
* Choose rank
 +
* Choose flag (not all supported yet)
 +
* Export chat to [[w:XHTML|XHTML 1.0 Strict]]
 +
* Four different skins
 +
* Customizable font and colors
 +
* Localized (English and German at the moment)
  
 
== XHTML ==
 
== XHTML ==
  
<div style="font-weight:bold; display:inline;">Q</div>: Why XHTML Strict? It looks boring.
+
'''Q:''' Why XHTML Strict? It looks boring.
  
<div style="font-weight:bold; display:inline;">A</div>: XHTML Strict seperates content from design. You are not allowed to use any design components inside the xhtml file.
+
'''A:''' XHTML Strict seperates content from design. You are not allowed to use any design components inside the xhtml file.
  
 
The design of XHTML documents is done with style sheets. You can easily write an own style sheet and customize the look of the exported chat.
 
The design of XHTML documents is done with style sheets. You can easily write an own style sheet and customize the look of the exported chat.
  
<div style="font-weight:bold; display:inline;">Q</div>: How to do?
+
'''Q:''' How to do?
  
<div style="font-weight:bold; display:inline;">A</div>: Download a sample style sheet here: [http://www.f4.fhtw-berlin.de/~s0512997/cn/style.css style.css].
+
'''A:''' Download a sample style sheet here: [http://www.f4.fhtw-berlin.de/~s0512997/cn/style.css style.css].
  
 
Assuming you saved the stylesheet in the same folder as the log file, you need to add the following line to the header of the html file:
 
Assuming you saved the stylesheet in the same folder as the log file, you need to add the following line to the header of the html file:
  
<code><link rel="stylesheet" type="text/css" href="style.css" /></code>
+
<code><nowiki><link rel="stylesheet" type="text/css" href="style.css" /></nowiki></code>
  
 
Try out your own, it's fun to make one. :)
 
Try out your own, it's fun to make one. :)
Line 66: Line 52:
 
[[Image:Chatlog.png|250px|Caecilian chatlog]]
 
[[Image:Chatlog.png|250px|Caecilian chatlog]]
  
== Requirements ==
+
== Future plans ==
 
+
There is no indication that the program is still being worked on.
Caecilian is written in Java and requires the latest [[w:Java Runtime Environment|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 ==
+
However, support for the following features is still 'planned':
 +
* Renaming feature
 +
* /xxx text (eg /me Hi!)
  
Caecilian is open source, but i decided not to included the sources in the download at the moment.
+
{{OSS}}
If you like to have those, please send me a message.
+

Latest revision as of 19:41, 22 August 2012

(Up to Software)
Caecilian
Caecilian screenshot
Developer: Evilworm2
Latest version: 0.2a / 31 October, 2006
Supported games: W:A
Language: Java
License: Open source
Download: Caecilian_alpha.jar (219 KB)

Caecilian is a program designed to chat in WormNET. It 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.

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

Features

  • Ignore list
  • Send private messages
  • Choose rank
  • Choose flag (not all supported yet)
  • Export chat to XHTML 1.0 Strict
  • Four different skins
  • Customizable font and colors
  • Localized (English and German at the moment)

XHTML

Q: Why XHTML Strict? It looks boring.

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

The design of XHTML documents is done with style sheets. You can easily write an own style sheet and customize the look of the exported chat.

Q: How to do?

A: Download a sample style sheet here: style.css.

Assuming you saved the stylesheet in the same 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. :)

The sample CSS style sheet looks like this:

Caecilian chatlog

Future plans

There is no indication that the program is still being worked on.

However, support for the following features is still 'planned':

  • Renaming feature
  • /xxx text (eg /me Hi!)
Personal tools