Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (3c8e78ddd2fedf196eb9cef0169608e58b33b19a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (3c8e78ddd2fedf196eb9cef0169608e58b33b19a)
  • Date: Tue, 21 Nov 2006 08:59:36 -0600

GIT changes to stable-0.4 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

ChangeLog | 4 ++++
doc/guru_handbook/BUILD | 1 -
doc/guru_handbook/DETAILS | 14 --------------
doc/guru_handbook/HISTORY | 35
-----------------------------------
doc/guru_handbook/INSTALL | 4 ----
doc/guru_handbook/PRE_BUILD | 3 ---
doc/guru_handbook/handbook2text.sed | 16 ----------------
7 files changed, 4 insertions(+), 73 deletions(-)

New commits:
commit 3c8e78ddd2fedf196eb9cef0169608e58b33b19a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

guru_handbook

Removing this spell as it doesn't work, and there's no real way to make
it work
Unless someone writes lots of documentation.... Then the spell can come
back :)

Conflicts:

ChangeLog
doc/guru_handbook/DETAILS
doc/guru_handbook/HISTORY

diff --git a/ChangeLog b/ChangeLog
index 3d532f9..9c64b47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
2006-11-11 George Sherwood <george AT beernabeer.com>
* chat-im/eb-lite: removed. Not developed. Won't build.

+2006-10-11 David Kowis <dkowis AT shlrm.org>
+ * doc/guru_handbook: the spell is no longer compatible with the
current
+ wiki and so it has been removed.
+
2006-10-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libs/sdl_pango: new spell (guess what it does) #13217

diff --git a/doc/guru_handbook/BUILD b/doc/guru_handbook/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/doc/guru_handbook/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/doc/guru_handbook/DETAILS b/doc/guru_handbook/DETAILS
deleted file mode 100755
index 3324702..0000000
--- a/doc/guru_handbook/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- SPELL=guru_handbook
- VERSION=2.3
-# SOURCE_URL[0]=not used,
-
WEB_SITE=http://wiki.sourcemage.org/index.php?page=GrimoireGurusHandbook
- ENTERED=20020523
- UPDATED=20020523
- ARCHIVE="off"
- LICENSE=GPL
- SHORT="The Grimoire Guru's hand book"
-cat << EOF
-
-The Grimoire Guru's handbook
-
-EOF
diff --git a/doc/guru_handbook/HISTORY b/doc/guru_handbook/HISTORY
deleted file mode 100644
index f8095b2..0000000
--- a/doc/guru_handbook/HISTORY
+++ /dev/null
@@ -1,35 +0,0 @@
-2004-07-19 PhoboX <doc AT sourcemage.org>
- * DETAILS, BUILD: converted to build api2
- * INSTALL: added
-
-2004-03-29 Jason Flatt <jflatt AT sourcemage.org>
- * handbook2text.sed, PRE_BUILD: Added sed script and modified
- PRE_BUILD as per Robert Helgesson to fix bug # 4023.
- * HISTORY: Reformatted to match the contents of the Grimoire Gurus'
- Handbook.
- * PREPARE: Removed as ARCHIVE= in DETAILS works now.
-
-2003-06-23 hgg <hgreig AT bigpond.net.au>
- * DETAILS: ARCHIVE="off" fix in bugzilla bug #1068, reverting change
- 13315, keeping 13321
- * PREPARE: Added to remove cache after fixing bug #1068
-
-2002-07-21 Joel Mayes <bluebird AT optushome.com.au>
- * DETAILS: version bumped to 2.3
- * rewrote spell to source handbook from Sourcemage Wiki
-
-2002-06-20 Joel Mayes <bluebird AT optushome.com.au>
- * DETAILS: Version bumped to 2.2
-
-2002-06-20 Joel Mayes <bluebird AT optushome.com.au>
- * DETAILS: ARCHIVE="off" added
-
-2002-06-17 Joel Mayes <bluebird AT optushome.com.au>
- * DETAILS: MD5 field
-
-2002-06-11 Joel Mayes <bluebird AT optushome.com.au>
- * DETAILS: Added LICENSE field
-
-2002-05-23 Joel Mayes <bluebird AT optushome.com.au>
- * Spell created
-
diff --git a/doc/guru_handbook/INSTALL b/doc/guru_handbook/INSTALL
deleted file mode 100755
index 2967718..0000000
--- a/doc/guru_handbook/INSTALL
+++ /dev/null
@@ -1,4 +0,0 @@
-install --directory ${INSTALL_ROOT}/usr/share/doc/$SPELL &&
-
-install --mode=644 ${SOURCE_CACHE}/gurus_handbook.txt \
- ${INSTALL_ROOT}/usr/share/doc/$SPELL
diff --git a/doc/guru_handbook/PRE_BUILD b/doc/guru_handbook/PRE_BUILD
deleted file mode 100755
index 52bbe47..0000000
--- a/doc/guru_handbook/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-wget -q -O -
"http://wiki.sourcemage.org/index.php?action=edit&page=GrimoireGurusHandbook";
\
- | sed -f ${SCRIPT_DIRECTORY}/handbook2text.sed \
- > /var/spool/sorcery/gurus_handbook.txt
diff --git a/doc/guru_handbook/handbook2text.sed
b/doc/guru_handbook/handbook2text.sed
deleted file mode 100644
index 25cc979..0000000
--- a/doc/guru_handbook/handbook2text.sed
+++ /dev/null
@@ -1,16 +0,0 @@
-#n <- Makes sed quiet
-
-/<textarea name="document"/, /<\/textarea>/ {
- s/[[:space:]]*<[^>]*>//
- s/^[[:space:]]*\*\*/ # /
- s/^[[:space:]]*\*/ * /
- s/^[[:space:]]*::/ /
- s/^[[:space:]]*:/ /
- s/{{\([^}]*\)}}/\1/g
- s/'''\([^']*\)'''/\1/g
- s/''\([^']*\)''/\1/g
- s/==*\([^=]*\)==*/\1/g
- s/&lt;/</g
- p
-}
-



  • [SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (3c8e78ddd2fedf196eb9cef0169608e58b33b19a), Jaka Kranjc, 11/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page