Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9b6ef1b3537d4df0ec665085610b0da183a3248e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9b6ef1b3537d4df0ec665085610b0da183a3248e)
  • Date: Sat, 4 Apr 2009 15:45:50 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

lua-forge/lua-xmlreader/DETAILS.orig | 22 ----------------------
1 files changed, 22 deletions(-)

New commits:
commit 9b6ef1b3537d4df0ec665085610b0da183a3248e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

lua-xmlreader: removed useless file

diff --git a/lua-forge/lua-xmlreader/DETAILS.orig
b/lua-forge/lua-xmlreader/DETAILS.orig
deleted file mode 100755
index 4b0c856..0000000
--- a/lua-forge/lua-xmlreader/DETAILS.orig
+++ /dev/null
@@ -1,22 +0,0 @@
- SPELL=lua-xmlreader
- VERSION=0.1
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://luaforge.net/frs/download.php/3053/$SOURCE
-
SOURCE_HASH=sha512:7745a6889136a61dc2f9d36b988f2c57158217dd661fc801d8629d78ed170f6e55529b24ad4fdc3c79219fe811d30ea57fcbf5a09527316b6800bcb054eb721d
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=http://asbradbury.org/projects/lua-xmlreader/
- LICENSE[0]=MIT
- ENTERED=20080805
- SHORT="Lua implementation of the XmlReader API using libxml2"
-cat << EOF
-lua-xmlreader provides the XmlReader API to Lua applications using LibXML2.
-XmlReader is an API introduced in C# that is arguably easier to use than
-SAX. It provides a pull interface where you control the reader, which is
-a cursor moving along the document. Call methods such as reader:name()
-to get information about the current node and reader:read() to advance
-to the next. This has the advantage versus a tree model such as DOM that
-the whole document does not need to be loaded into memory at once. The many
-articles and tutorials available online referring to XmlReader/XmlTextReader
-in C#, Java or other languages should all be useful if you want to better
-understand this method of handling XML.
-EOF



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9b6ef1b3537d4df0ec665085610b0da183a3248e), Vlad Glagolev, 04/04/2009

Archive powered by MHonArc 2.6.24.

Top of Page