Adds a readme
This commit is contained in:
parent
9a1c71967b
commit
3d34b5f508
1 changed files with 18 additions and 0 deletions
18
src/main/java/dev/zontreck/ariaslib/xmlrpc/README.md
Normal file
18
src/main/java/dev/zontreck/ariaslib/xmlrpc/README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
XMLRPC
|
||||
======
|
||||
-----------
|
||||
|
||||
|
||||
|
||||
This was ported from Nwc.XMLRPC (C#)
|
||||
|
||||
The following attributes found in the Assembly for NWC XMLRPC apply as most of this code is heavily derived from it.
|
||||
|
||||
However, as this is Java, only a small disclaimer is provided, as this is a near full rewrite to port the code to Java.
|
||||
|
||||
```cs
|
||||
[assembly: AssemblyVersion("1.10.0.4")]
|
||||
[assembly: AssemblyCompany("Ronin Consulting Inc, OpenSimulator")]
|
||||
[assembly: AssemblyDescription("XML RPC client and server")]
|
||||
[assembly: AssemblyTitle("XMLRPC")]
|
||||
```
|
Loading…
Reference in a new issue