update supplementary docs
This commit is contained in:
parent
49d8727b0e
commit
f25a8e58ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4773
1 changed files with 23 additions and 13 deletions
|
@ -2,12 +2,13 @@
|
|||
--- ../README.FreeBSD Sun Aug 28 06:43:17 1994
|
||||
***************
|
||||
*** 0 ****
|
||||
--- 1,8 ----
|
||||
+ This is the core distribution of DGD, providing all the tools needed to
|
||||
+ implement a MUD server, except for the "mudlib" which must be obtained
|
||||
+ separately or written from scratch. Normally with DGD, the mudlib exists
|
||||
+ as two distinct layers -- one to define the programming environment, and
|
||||
+ the other is the actual programmed "world" that is interacted with.
|
||||
--- 1,9 ----
|
||||
+ This is the core distribution of DGD, providing all the tools needed
|
||||
+ to implement interactive servers, for instance MUD, IRC, WWW, etc.
|
||||
+ A reference implementation of a kernel library is provided, which can
|
||||
+ be further built on. Normally with DGD, there is a kernel library to
|
||||
+ define the programming environment and a database library to define the
|
||||
+ interaction environment.
|
||||
+
|
||||
+ Mudlib simulations are available for LPmud and LambdaMoo environments.
|
||||
+ Other such simulations are in various stages of development.
|
||||
|
@ -15,17 +16,26 @@
|
|||
--- ../README.sites Sun Aug 28 06:27:25 1994
|
||||
***************
|
||||
*** 0 ****
|
||||
--- 1,13 ----
|
||||
+ DGD MUDs known to be open as of October 1995 are:
|
||||
--- 1,22 ----
|
||||
+ DGD MUDs known to be open as of December 1996 are:
|
||||
+
|
||||
+ [LPmud]
|
||||
+ IgorMUD: [193.12.207.11] igor.algonet.se 1701 (good typical LPmud)
|
||||
+ Albion MUD: [193.4.230.1] mud.veda.is 4000 (play and development)
|
||||
+ PaderMUD: [131.234.12.13] mud.uni-paderborn.de 3000 (enchanting realism)
|
||||
+ [LPmud and derivatives]
|
||||
+ IgorMUD: [194.213.74.34] igor.algonet.se 1701 (good typical LPmud)
|
||||
+ Albion MUD: [193.4.230.10] mud.veda.is 4000 (play and development)
|
||||
+ Xyllomer: [131.234.10.45] mud.uni-paderborn.de 3000 (enchanting realism)
|
||||
+ 3M: [192.89.182.3] mmm.megabaud.fi 6047 (M M & mushrooms)
|
||||
+ DemonWorld: [194.45.175.45] ??? 3000 (roleplaying)
|
||||
+ ResWorld: [164.11.100.7] tao.btc.uwe.ac.uk 2000 (fantasy)
|
||||
+
|
||||
+ All 3 have a more or less medieval theme.
|
||||
+ All have a more or less medieval or fantasy theme.
|
||||
+
|
||||
+ [moo]
|
||||
+ MirrorMOO: [129.10.114.196] mirror.ccs.neu.edu 8889 (Alice's Wonderland)
|
||||
+
|
||||
+ Other sites are also developing their own special mudlibs with DGD.
|
||||
+
|
||||
+ [other]
|
||||
+ FishRoom: [199.89.234.17] kplace.monrou.com 1025 (aquaria discussion)
|
||||
+
|
||||
+ Ichat have developed a commercial product based on DGD, called ROOMS. For
|
||||
+ further information and a list of chat sites, visit http://www.ichat.com
|
||||
|
|
Loading…
Reference in a new issue