summaryrefslogtreecommitdiff
path: root/chimere/settings.py.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2010-11-16 23:32:52 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2010-11-16 23:32:52 +0100
commitaac24a825632ec6198cb830db41700d95e7a7b3b (patch)
treeeac9fd2a5466884eb5a59434492720fd0e9f5000 /chimere/settings.py.example
parentc05b8e6f0181397ce54c8e7c2db14513c001572e (diff)
parent98b2ff68d82090bc0ec951a499580a682e4adff3 (diff)
downloadChimère-aac24a825632ec6198cb830db41700d95e7a7b3b.tar.bz2
Chimère-aac24a825632ec6198cb830db41700d95e7a7b3b.zip
Merge branch 'v1.0'
Diffstat (limited to 'chimere/settings.py.example')
-rw-r--r--chimere/settings.py.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/chimere/settings.py.example b/chimere/settings.py.example
index 58d12f3..c0f6cb6 100644
--- a/chimere/settings.py.example
+++ b/chimere/settings.py.example
@@ -84,13 +84,13 @@ MEDIA_URL = '/' + EXTRA_URL + 'static/'
# share with
SHARE_NETWORKS = (
-("Email", 'mailto:?subject=TEXT&body=URL',
+("Email", 'mailto:?subject=%(text)s&body=%(url)s',
MEDIA_URL + 'icons/email.png'),
-("Facebook", 'http://www.facebook.com/sharer.php?t=TEXT&u=URL',
+("Facebook", 'http://www.facebook.com/sharer.php?t=%(text)s&u=%(url)s',
MEDIA_URL + 'icons/facebook.png'),
-("Twitter", 'http://twitter.com/home?status=TEXT URL',
+("Twitter", 'http://twitter.com/home?status=%(text)s %(url)s',
MEDIA_URL + 'icons/twitter.png'),
-("Identi.ca", 'http://identi.ca/index.php?action=newnotice&status_textarea=TEXT URL',
+("Identi.ca", 'http://identi.ca/index.php?action=newnotice&status_textarea=%(text)s %(url)s',
MEDIA_URL + 'icons/identica.png'),
)