[Cherbot-commit] SF.net SVN: cherbot: [30] trunk/src/doc
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2006-10-29 13:13:49
|
Revision: 30
http://svn.sourceforge.net/cherbot/?rev=30&view=rev
Author: christianhujer
Date: 2006-10-29 05:13:32 -0800 (Sun, 29 Oct 2006)
Log Message:
-----------
Added requirements document.
Modified Paths:
--------------
trunk/src/doc/start.xhtml
Added Paths:
-----------
trunk/src/doc/requirements2.0.xhtml
Property Changed:
----------------
trunk/src/doc/start.xhtml
Added: trunk/src/doc/requirements2.0.xhtml
===================================================================
--- trunk/src/doc/requirements2.0.xhtml (rev 0)
+++ trunk/src/doc/requirements2.0.xhtml 2006-10-29 13:13:32 UTC (rev 30)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
+ <head>
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
+ <meta http-equiv="X-Subversion-Id" content="$Id$" />
+ <title>CherBot v2.0 Requirements</title>
+ </head>
+ <body>
+ <h1>CherBot v2.0 Requirements</h1>
+ <p>
+ The current version of CherBot has some flaws:
+ </p>
+ <ul>
+ <li>It needs a huge amount of memory (2.5 times more memory than gridarta, the daimonin map editor).</li>
+ <li>It has no proper support for multiple servers within a single CherBot instance.</li>
+ <li>Sometimes it doesn't detect a dropped network connection.</li>
+ </ul>
+ <p>
+ Additionally we think about the following new features:
+ </p>
+ <ul>
+ <li>Database backend.</li>
+ <li>IRC interface.</li>
+ <li>Even better natural language processing.</li>
+ <li>Web interface.</li>
+ <li>Graphical user interface.</li>
+ </ul>
+ </body>
+</html>
Property changes on: trunk/src/doc/requirements2.0.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:keywords
+ Id
Name: svn:eol-style
+ LF
Modified: trunk/src/doc/start.xhtml
===================================================================
--- trunk/src/doc/start.xhtml 2006-10-29 11:39:54 UTC (rev 29)
+++ trunk/src/doc/start.xhtml 2006-10-29 13:13:32 UTC (rev 30)
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
- <meta name="Date" content="$Date: 2006-10-21 18:41:32 +0200 (Sa, 21 Okt 2006) $" />
+ <meta http-equiv="X-Subversion-Id" content="$Id$" />
<meta name="keywords" content="CherBot, Bot, MMORPG, Angelion, Crossfire, Daimonin" />
<meta name="description" content="CherBot is an information bot for Daimonin which probably would also work pretty well with Angelion and to less extent with Crossfire. CherBot keeps track of which players collect which items, who's been online, determines a level ranking, provides a mail system for mailing offline players, manages clans and more." />
<link rel="alternate" type="application/rss+xml" title="Project news releases" href="http://sourceforge.net/export/rss2_projnews.php?group_id=180828" />
@@ -26,9 +26,6 @@
CherBot does not walk around, target, kill mob, heal, do quest.
CherBot does not interefere with real player's gaming.
</p>
- <p>
- Usually, you will find Cherbot standing around in the church somewhere near the priest, since he regular needs food.
- </p>
<h2>Download CherBot</h2>
<p>
CherBot can't be downloaded yet.
@@ -78,5 +75,10 @@
<li>Cherbot responds with a text that tells you the command was executed.</li>
<li>Cherbot crashes (unlikely, but certainly possible)</li>
</ul>
+ <h2>The Future of CherBot</h2>
+ <p>
+ We've setup a page describing <a href="requirements2.0">requirements</a> for the next major version of CherBot.
+ If you have any ideas and wishes for CherBot, please use our <a href="http://sourceforge.net/tracker/?group_id=180828&atid=894751">Feature Request Tracker</a> (go to <em>Submit New</em> there).
+ </p>
</body>
</html>
Property changes on: trunk/src/doc/start.xhtml
___________________________________________________________________
Name: svn:keywords
+ Id
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|