资源说明:MUD/Telnet client written in Pike
Gypsum is a MUD/Telnet client written in Pike. It's built like a server, but it's a client. The main routine is in gypsum.pike; it loads all the other modules. Needs a MUD server to connect to - I use Threshold RPG and Minstrel Hall myself, but any will do. This package also includes a stand-alone timezone converter. Once Gypsum is installed, invoke timezone.pike to bring up a converter. Installation information and tips for Windows and for Mac OS X can be found in README.WIN and README.OSX respectively. Installation on Linux depends on your distribution; search your package manager for "pike" or see the above web site. Compiling Pike from source is best, if you're comfortable with that; Pike 8.1 has a number of improvements over Pike 7.8. Updating can be done without disconnecting or restarting the program, via the plugins menu. Gypsum follows Semantic Versioning v2.0.0; other than explicitly tagged versions, the given version number will have the tag "-git". Versioning a complex and multi-component project like this is nearly impossible, so the number should be considered advisory at best. The version number for any tree should be marked in the file VERSION, as it exists in git. License: MIT Copyright (c) 2011-2016, Chris Angelico Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。