# HG changeset patch # User Kim Alvefur # Date 1442674276 -7200 # Node ID 991a5f74f848a30da6013e3ef4c9fa8938977da6 # Parent 92602cfac7515a76f5a5a9c48ca2bc8f36fcf641 mod_candy: Update to work with a stable release instead of git (which no longer works) diff -r 92602cfac751 -r 991a5f74f848 mod_candy/README.markdown --- a/mod_candy/README.markdown Fri Sep 18 15:27:53 2015 +0200 +++ b/mod_candy/README.markdown Sat Sep 19 16:51:16 2015 +0200 @@ -20,7 +20,9 @@ You then need to download Candy and unpack it into the www\_files directory, for example with curl: - curl -L http://github.com/candy-chat/candy/tarball/master | tar xzfv - --strip-components=1 + cd www_files + curl -OL https://github.com/candy-chat/candy/releases/download/v2.0.0/candy-2.0.0.zip + unzip www_files After the module has been loaded, Candy will by default be reachable from `http://example.com:5280/candy/` diff -r 92602cfac751 -r 991a5f74f848 mod_candy/mod_candy.lua --- a/mod_candy/mod_candy.lua Fri Sep 18 15:27:53 2015 +0200 +++ b/mod_candy/mod_candy.lua Sat Sep 19 16:51:16 2015 +0200 @@ -1,8 +1,5 @@ -- mod_candy.lua -- Copyright (C) 2013 Kim Alvefur --- --- Run this in www_files --- curl -L http://github.com/candy-chat/candy/tarball/master | tar xzfv - --strip-components=1 local json_encode = require"util.json".encode; diff -r 92602cfac751 -r 991a5f74f848 mod_candy/www_files/index.html --- a/mod_candy/www_files/index.html Fri Sep 18 15:27:53 2015 +0200 +++ b/mod_candy/www_files/index.html Sat Sep 19 16:51:16 2015 +0200 @@ -6,15 +6,24 @@ - - + +