Remove svn keyword from files

master
Tim Niemueller 2010-09-14 22:06:15 -04:00
parent cd12aec00c
commit ecb90abd45
11 changed files with 0 additions and 13 deletions

View File

@ -1,4 +1,3 @@
# $Id$
LUA_DIR= /usr/local/share/lua/5.1 LUA_DIR= /usr/local/share/lua/5.1

1
README
View File

@ -17,4 +17,3 @@ Here goes a small description of the files in the distribution
http.lua -- Extension library over HTTP http.lua -- Extension library over HTTP
server.lua -- Server implementation over CGILua server.lua -- Server implementation over CGILua
$Id$

View File

@ -178,7 +178,6 @@ respond (xmlrpc.srvEncode (result, not ok))
<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /> <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" />
</a> </a>
</p> </p>
<p><small>$Id$</small></p>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->

View File

@ -121,7 +121,6 @@ Comments are welcome!</p>
<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /> <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" />
</a> </a>
</p> </p>
<p><small>$Id$</small></p>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->

View File

@ -104,9 +104,6 @@ SOFTWARE.</p>
<div id="about"> <div id="about">
<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
<p><small>
$Id$
</small></p>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->

View File

@ -307,7 +307,6 @@ starting point for other implementations.</p>
<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /> <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" />
</a> </a>
</p> </p>
<p><small>$Id$</small></p>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------- ---------------------------------------------------------------------
-- XML-RPC over HTTP. -- XML-RPC over HTTP.
-- See Copyright Notice in license.html -- See Copyright Notice in license.html
-- $Id$
--------------------------------------------------------------------- ---------------------------------------------------------------------
local error, tonumber, tostring, unpack = error, tonumber, tostring, unpack local error, tonumber, tostring, unpack = error, tonumber, tostring, unpack

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------- ---------------------------------------------------------------------
-- XML-RPC implementation for Lua. -- XML-RPC implementation for Lua.
-- See Copyright Notice in license.html -- See Copyright Notice in license.html
-- $Id$
--------------------------------------------------------------------- ---------------------------------------------------------------------
local lxp = require "lxp" local lxp = require "lxp"

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------- ---------------------------------------------------------------------
-- XML-RPC server -- XML-RPC server
-- See Copyright Notice in license.html -- See Copyright Notice in license.html
-- $Id$
--------------------------------------------------------------------- ---------------------------------------------------------------------
local assert, pcall, setmetatable, type, unpack = assert, pcall, setmetatable, type, unpack local assert, pcall, setmetatable, type, unpack = assert, pcall, setmetatable, type, unpack

View File

@ -2,7 +2,6 @@
--------------------------------------------------------------------- ---------------------------------------------------------------------
-- XML-RPC Overall API test script -- XML-RPC Overall API test script
-- See Copyright Notice in license.html -- See Copyright Notice in license.html
-- $Id$
--------------------------------------------------------------------- ---------------------------------------------------------------------

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------- ---------------------------------------------------------------------
-- XML-RPC Automatic Tests -- XML-RPC Automatic Tests
-- See Copyright Notice in license.html -- See Copyright Notice in license.html
-- $Id$
----------------------------------------------------------------------- -----------------------------------------------------------------------
require"xmlrpc.http" require"xmlrpc.http"