Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0ef2c2ef6323e0c399efc866ce6e0828946d1084)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0ef2c2ef6323e0c399efc866ce6e0828946d1084)
  • Date: Sat, 26 May 2012 08:59:39 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 7 +++++--
python-pypi/wikipediafs/DEPENDS | 3 +++
python-pypi/wikipediafs/DETAILS | 31 +++++++++++++++++++++++++++++++
python-pypi/wikipediafs/HISTORY | 2 ++
4 files changed, 41 insertions(+), 2 deletions(-)

New commits:
commit 0ef2c2ef6323e0c399efc866ce6e0828946d1084
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wikipediafs: new spell, Virtual filesystem for Wikipedia

diff --git a/ChangeLog b/ChangeLog
index 4d7329e..19a6fe3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
+2012-05-26 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/wikipediafs: new spell, Virtual filesystem for Wikipedia
+
2012-05-25 Sukneet Basuta <sukneet AT sourcemage.org>
- * gnu.gpg: added 5B147849: public key for "Aspell Dictionary
+ * gnu.gpg: added 5B147849: public key for "Aspell Dictionary
Upload <dict-upload AT aspell.net>"
- * kernel.gpg: added (on 2012-05-15) 6092693E Greg Kroah-Hartman
+ * kernel.gpg: added (on 2012-05-15) 6092693E Greg Kroah-Hartman
(Linux kernel stable release signing key)

2012-05-25 Vlad Glagolev <stealth AT sourcemage.org>
diff --git a/python-pypi/wikipediafs/DEPENDS b/python-pypi/wikipediafs/DEPENDS
new file mode 100755
index 0000000..448e739
--- /dev/null
+++ b/python-pypi/wikipediafs/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends fuse &&
+depends fuse-python
diff --git a/python-pypi/wikipediafs/DETAILS b/python-pypi/wikipediafs/DETAILS
new file mode 100755
index 0000000..fb52f67
--- /dev/null
+++ b/python-pypi/wikipediafs/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=wikipediafs
+ VERSION=0.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:0c014c0788ca95b0ff7c18f650427be7fff3c74c99e1e0064191d4f3a53bcb5d31cb8866262fa13f432bd0e64547ab5a01ed53560ab8d66f518d1901a59855b4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://wikipediafs.sourceforge.net/";
+ LICENSE[0]="GPL"
+ ENTERED=20120526
+ KEYWORDS=""
+ SHORT="Virtual filesystem for Wikipedia"
+cat << EOF
+WikipediaFS is a mountable Linux virtual file system that allows to read
+and edit articles from Wikipedia (or any Mediawiki-based site) as if they
+were real files.
+
+It is thus possible to view and edit articles using your favourite
text-editor.
+Text-editors tend to be more convenient than a simple browser form when it
+comes to editing large texts and they generally include useful features such
+as Mediawiki syntax highlighting and spell checking.
+
+Advance usage of WikipediaFS includes easy development of scripts and bots.
+Programs simply have to deal with normal files because this is WikipediaFS
+which takes care of the HTTP layer. For example, it would be possible to use
+WikipediaFS to perform a massive content migration from an existing site to
+a Mediawiki.
+
+Features: * Reading and editing articles, including subpages. * User
+configuration: add your own Mediawiki. * Editing with your login. * HTTPS,
+HTTP authentication, proxy.
+EOF
diff --git a/python-pypi/wikipediafs/HISTORY b/python-pypi/wikipediafs/HISTORY
new file mode 100644
index 0000000..fac6393
--- /dev/null
+++ b/python-pypi/wikipediafs/HISTORY
@@ -0,0 +1,2 @@
+2012-05-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0ef2c2ef6323e0c399efc866ce6e0828946d1084), Ismael Luceno, 05/26/2012

Archive powered by MHonArc 2.6.24.

Top of Page