Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (82b14ce0c7e6f094538cded5f3d741d9e94415bd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (82b14ce0c7e6f094538cded5f3d741d9e94415bd)
  • Date: Thu, 17 Sep 2009 13:20:35 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

collab/ikiwiki/DEPENDS | 3 ++-
collab/ikiwiki/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 82b14ce0c7e6f094538cded5f3d741d9e94415bd
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

collab/ikiwiki: suggest_depends WEBSERVER

Add WEBSERVER as an optional runtime dependency. If there is no
webserver installed and running, then the wiki can only be accessed
as local files (unless the wiki is exported to another server).

diff --git a/collab/ikiwiki/DEPENDS b/collab/ikiwiki/DEPENDS
index c6191d2..9fb4c76 100755
--- a/collab/ikiwiki/DEPENDS
+++ b/collab/ikiwiki/DEPENDS
@@ -13,5 +13,6 @@ depends db_file &&
optional_depends search-xapian '' '' 'For searching using the xapian system'
&&
message "${MESSAGE_COLOR}You need one backend at least!${DEFAULT_COLOR}" &&
optional_depends git '' '' 'To use git as the backend' &&
-optional_depends subversion '' '' 'to use subversion as the backend'
+optional_depends subversion '' '' 'to use subversion as the backend' &&

+suggest_depends WEBSERVER "" "" "for accessing the wiki online"
diff --git a/collab/ikiwiki/HISTORY b/collab/ikiwiki/HISTORY
index 513944b..b70b4c9 100644
--- a/collab/ikiwiki/HISTORY
+++ b/collab/ikiwiki/HISTORY
@@ -1,3 +1,6 @@
+2009-09-17 Justin Boffemmyer <flux AT sourcemage.org>
+ * DEPENDS: suggest having a webserver
+
2009-09-17 David Kowis <dkowis AT shlrm.org>
* DEPENDS: found another perl module it needs
Also, in this software cgi-session uses db_file (not sure if it
needs



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (82b14ce0c7e6f094538cded5f3d741d9e94415bd), Justin Boffemmyer, 09/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page