From ceaad7e47a77f34ed06569c34e9e56796873110a Mon Sep 17 00:00:00 2001
From: Tom Christie
Date: Thu, 31 Jul 2014 22:34:30 +0100
Subject: Kickstarter sponsors
---
api-guide/permissions.html | 2 +-
css/default.css | 46 ++++++++++++++++++++++--
img/sponsors/2-cryptico.png | Bin 0 -> 9970 bytes
img/sponsors/2-django.png | Bin 0 -> 5055 bytes
img/sponsors/2-galileo_press.png | Bin 0 -> 11451 bytes
img/sponsors/2-security_compass.png | Bin 0 -> 4107 bytes
img/sponsors/2-sirono.png | Bin 0 -> 4941 bytes
img/sponsors/3-brightloop.png | Bin 0 -> 6864 bytes
topics/kickstarter-announcement.html | 68 +++++++++++++++++++++++++++++++++++
9 files changed, 113 insertions(+), 3 deletions(-)
create mode 100644 img/sponsors/2-cryptico.png
create mode 100644 img/sponsors/2-django.png
create mode 100644 img/sponsors/2-galileo_press.png
create mode 100644 img/sponsors/2-security_compass.png
create mode 100644 img/sponsors/2-sirono.png
create mode 100644 img/sponsors/3-brightloop.png
diff --git a/api-guide/permissions.html b/api-guide/permissions.html
index 1c2ef24d..afc18e56 100644
--- a/api-guide/permissions.html
+++ b/api-guide/permissions.html
@@ -292,7 +292,7 @@ def example_view(request, format=None):
The IsAuthenticatedOrReadOnly will allow authenticated users to perform any request. Requests for unauthorised users will only be permitted if the request method is one of the "safe" methods; GET, HEAD or OPTIONS.
This permission is suitable if you want to your API to allow read permissions to anonymous users, and only allow write permissions to authenticated users.
DjangoModelPermissions
-This permission class ties into Django's standard django.contrib.auth model permissions. When applied to a view that has a .model property, authorization will only be granted if the user is authenticated and has the relevant model permissions assigned.
+This permission class ties into Django's standard django.contrib.auth model permissions. When applied to a view that has a .model property, authorization will only be granted if the user is authenticated and has the relevant model permissions assigned.
POST requests require the user to have the add permission on the model.
PUT and PATCH requests require the user to have the change permission on the model.
diff --git a/css/default.css b/css/default.css
index 090d42a6..7f3acfed 100644
--- a/css/default.css
+++ b/css/default.css
@@ -314,12 +314,27 @@ ul.sponsor.diamond li a {
width: 600px;
height: 20px;
text-align: center;
- margin: 10px 40px;
+ margin: 10px 70px;
padding: 300px 0 0 0;
background-position: 0 50%;
background-size: 600px auto;
background-repeat: no-repeat;
- font-size: 150%;
+ font-size: 200%;
+}
+
+@media (max-width: 1000px) {
+ ul.sponsor.diamond li a {
+ float: left;
+ width: 300px;
+ height: 20px;
+ text-align: center;
+ margin: 10px 40px;
+ padding: 300px 0 0 0;
+ background-position: 0 50%;
+ background-size: 280px auto;
+ background-repeat: no-repeat;
+ font-size: 150%;
+ }
}
ul.sponsor.platinum li a {
@@ -335,6 +350,33 @@ ul.sponsor.platinum li a {
font-size: 150%;
}
+ul.sponsor.gold li a {
+ float: left;
+ width: 130px;
+ height: 20px;
+ text-align: center;
+ margin: 10px 30px;
+ padding: 150px 0 0 0;
+ background-position: 0 50%;
+ background-size: 130px auto;
+ background-repeat: no-repeat;
+ font-size: 120%;
+}
+
+ul.sponsor.silver li a {
+ float: left;
+ width: 130px;
+ height: 20px;
+ text-align: center;
+ margin: 10px 30px;
+ padding: 150px 0 0 0;
+ background-position: 0 50%;
+ background-size: 130px auto;
+ background-repeat: no-repeat;
+ font-size: 120%;
+}
+
ul.sponsor {
list-style: none;
+ display: block;
}
diff --git a/img/sponsors/2-cryptico.png b/img/sponsors/2-cryptico.png
new file mode 100644
index 00000000..2d86afe8
Binary files /dev/null and b/img/sponsors/2-cryptico.png differ
diff --git a/img/sponsors/2-django.png b/img/sponsors/2-django.png
new file mode 100644
index 00000000..c89e19cb
Binary files /dev/null and b/img/sponsors/2-django.png differ
diff --git a/img/sponsors/2-galileo_press.png b/img/sponsors/2-galileo_press.png
new file mode 100644
index 00000000..f77e6c0a
Binary files /dev/null and b/img/sponsors/2-galileo_press.png differ
diff --git a/img/sponsors/2-security_compass.png b/img/sponsors/2-security_compass.png
new file mode 100644
index 00000000..abd63dbe
Binary files /dev/null and b/img/sponsors/2-security_compass.png differ
diff --git a/img/sponsors/2-sirono.png b/img/sponsors/2-sirono.png
new file mode 100644
index 00000000..0a243001
Binary files /dev/null and b/img/sponsors/2-sirono.png differ
diff --git a/img/sponsors/3-brightloop.png b/img/sponsors/3-brightloop.png
new file mode 100644
index 00000000..8d5e85a6
Binary files /dev/null and b/img/sponsors/3-brightloop.png differ
diff --git a/topics/kickstarter-announcement.html b/topics/kickstarter-announcement.html
index 691b7a6f..659f3913 100644
--- a/topics/kickstarter-announcement.html
+++ b/topics/kickstarter-announcement.html
@@ -241,6 +241,74 @@ a.fusion-poweredby {
- Purple Bit
- KuwaitNET
+
+
+
+
+
+Our gold sponsors include companies large and small. Many thanks for their significant funding of the project and their commitment to sustainable open-source development.
+
+
+
+
+
+
+
+
+The serious financial contribution that our silver sponsors have made is very much appreciated. I'd like to say a particular thank you to individuals who have choosen to privately support the project at this level.
+
+
+
+
+Individual contributions: Paul Hallet, Paul Whipp Consulting, Jannis Leidel.
--
cgit v1.2.3