cardstori.es

The cardstori.es domain was bound to the development machine. A ticketing system and wiki was installed and bound to the git repository. The Debian GNU/Linux package was proposed for inclusion.

Debian GNU/Linux

An Intent To Package the cardstories game for Debian GNU/Linux was submitted. It was followed by an upload to the NEW queue.

trac + git + openid

Unedited notes of the installation of the wiki and ticketing system installed to hold all the development related information about cardstories. It is also published in the universe page of garden.dachary.org.

apt-get install trac-git trac-openid
mkdir /var/www/trac
chmod 2750 /var/www/trac
trac-admin /var/www/trac initenv
su - www-data
mkdir /var/www/run
crontab -e
@reboot /usr/bin/tracd --daemonize --base-path=/trac --pidfile=/var/www/run/tracd.pid --port=3333 --hostname=localhost -s /var/www/trac
edit /etc/nginx/sites-available/default

        location /trac {
                proxy_pass   http://127.0.0.1:3333;
                proxy_set_header Host $host;
        }

activate git + openid

[components]
tracext.git.* = enabled
authopenid.* = enabled
trac.web.auth.* = disabled

admin permissions

trac-admin /var/www/trac/ permission add http://dachary.org/loic/openid.html  TRAC_ADMIN

licensing information

All files from the distribution were examined to collect the licensing information and summarize them in the debian/copyright file.

cardstories:

   Copyright (c) 2011 Loic Dachary  (software)
   Copyright (C) 2011 tartarugafeliz  (artwork)
   Copyright (C) 2011 Xavier Antoviaque  (gameplay)
   Copyright (C) 2011 David Blanchard  (gameplay)

cardstories server license:

  This software's license gives you freedom; you can copy, convey,
  propagate, redistribute and/or modify this program under the terms of
  the GNU Affero General Public License (AGPL) as published by the Free
  Software Foundation (FSF), either version 3 of the License, or (at your
  option) any later version of the AGPL published by the FSF.

  This program is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero
  General Public License for more details.

  You should have received a copy of the GNU Affero General Public License
  along with this program in a file in the toplevel directory called
  "AGPLv3".  If not, see .

cardstories javascript client license:

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see .

static/tablesorter:

 Copyright (c) 2007 Christian Bach

License:

 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html

static/js/jquery.cookie.js:

 Copyright (c) 2006 Klaus Hartl (stilbuero.de)

License:

 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html

static/js/jquery.metadata.js:

 Copyright (c) 2006 John Resig, Yehuda Katz, Jörn Zaefferer, Paul McLanahan

License:

 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html

static/test/qunit.js:
static/test/qunit.css:

  Copyright (c) 2011 John Resig, Jörn Zaefferer

License:

 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html

static/js/supplant.js:

  Douglas Crockford douglas@crockford.com snippet

License:

  The snippet is not copyrighted because it is trivial.

static/js/jquery.query-2.1.7.js:

 Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com)

License:

 WTFPL (http://sam.zoy.org/wtfpl/).

static/js/jquery.jqDock.js:
static/js/jquery.jqDock.min.js:

 copyright 2011 Roger Barrett
 Copyright (c) 2007 Isaac Roca & icon.cat (iroca@icon.cat)

License:

 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html

static/js/jquery:

 Copyright 2011, John Resig

License:

 Dual licensed under the MIT or GPL Version 2 licenses.
 http://jquery.org/license