Software /
code /
prosody-modules
Changeset
2341:52dd2a51dac8
mod_candy: Update to point to Candy v2.2.0
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 02 Nov 2016 20:42:27 +0100 |
parents | 2340:a1d641e88918 |
children | 2342:6848297cf40a |
files | mod_candy/README.markdown mod_candy/www_files/index.html |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_candy/README.markdown Sat Oct 29 21:00:47 2016 +0200 +++ b/mod_candy/README.markdown Wed Nov 02 20:42:27 2016 +0100 @@ -24,8 +24,8 @@ directory, for example with curl: cd www_files - curl -OL https://github.com/candy-chat/candy/releases/download/v2.0.0/candy-2.0.0.zip - unzip candy-2.0.0.zip + curl -OL https://github.com/candy-chat/candy/releases/download/v2.2.0/candy-2.2.0.zip + unzip candy-2.2.0.zip After the module has been loaded, Candy will by default be reachable from `http://example.com:5280/candy/`
--- a/mod_candy/www_files/index.html Sat Oct 29 21:00:47 2016 +0200 +++ b/mod_candy/www_files/index.html Wed Nov 02 20:42:27 2016 +0100 @@ -2,6 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Candy - Powered by Prosŏdy</title> <link rel="shortcut icon" href="res/img/favicon.png" type="image/gif" /> <link rel="stylesheet" type="text/css" href="res/default.css" />