comparison README @ 1:a49aa1b823f6

added SàT archive download link (detect the last version)
author Goffi <goffi@goffi.org>
date Sun, 29 Jul 2012 01:52:27 +0200
parents 9305c6458e2f
children 2fdbf8ebb72b
comparison
equal deleted inserted replaced
0:9305c6458e2f 1:a49aa1b823f6
28 ** ABOUT ** 28 ** ABOUT **
29 29
30 This is the source code of Salut à Toi's presentation website. 30 This is the source code of Salut à Toi's presentation website.
31 Salut à Toi is a communication software base on XMPP. You can have more informations on http://sat.goffi.org (the website ran by this code). 31 Salut à Toi is a communication software base on XMPP. You can have more informations on http://sat.goffi.org (the website ran by this code).
32 32
33 ** SETTINGS **
34
35 The following values can be set in site's settings.py:
36
37 SAT_LINK_PATH = '/path/to/sat_link.tar.bz2' #the link should point to a SàT archive in the form sat-version.tar.bz2
38 SAT_DL_PREFIX = 'ftp://ftp.goffi.org/sat' #this prefix will be joined to the filename pointed by the previous link
39 SAT_DL_PATH = 'ftp://ftp.goffi.org/sat/sat.tar.bz2' #if set, this link will be used instead of the joined dl_prefix + filename
40
33 ** CREDIT ** 41 ** CREDIT **
34 42
35 The following third party project are shipped with this source code: 43 The following third party project are shipped with this source code:
36 44
37 - Twitter Bootstrap ( http://twitter.github.com/bootstrap/ ): a CSS for rapid design. [Apache licence 2.0] 45 - Twitter Bootstrap ( http://twitter.github.com/bootstrap/ ): a CSS for rapid design. [Apache licence 2.0]