comparison README @ 23:2fdbf8ebb72b

upgrade to Django 1.7.3
author souliane <souliane@mailoo.org>
date Sat, 17 Jan 2015 21:36:25 +0100
parents a49aa1b823f6
children c6a3ca0429dd
comparison
equal deleted inserted replaced
22:9bab976241dc 23:2fdbf8ebb72b
1 Salut à Toi's website 1 Salut à Toi's website
2 (c) Jérôme Poisson aka Goffi 2012 2 (c) Jérôme Poisson aka Goffi 2012
3 (c) Adrien Cossa aka Souliane 2015
3 4
4 ** LICENCE ** 5 ** LICENCE **
5 6
6 SàT website is free software: you can redistribute it and/or modify 7 SàT website is free software: you can redistribute it and/or modify
7 it under the terms of the GNU Affero General Public License as 8 it under the terms of the GNU Affero General Public License as
26 The media in /static/css comes from Twitter Boostrap (see below) and are under Apache licence 2.0, except sat_website.css which is under AGPL v3 27 The media in /static/css comes from Twitter Boostrap (see below) and are under Apache licence 2.0, except sat_website.css which is under AGPL v3
27 28
28 ** ABOUT ** 29 ** ABOUT **
29 30
30 This is the source code of Salut à Toi's presentation website. 31 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). 32 Salut à Toi is a communication software base on XMPP. You can have more informations on http://salut-a-toi.org (the website ran by this code).
32 33
33 ** SETTINGS ** 34 ** SETTINGS **
34 35
35 The following values can be set in site's settings.py: 36 The following values can be set in site's settings.py:
36 37
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_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_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 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
41
42 Note that the Django application "markdown_deux" ( https://github.com/trentm/django-markdown-deux ) is required.
40 43
41 ** CREDIT ** 44 ** CREDIT **
42 45
43 The following third party project are shipped with this source code: 46 The following third party project are shipped with this source code:
44 47