|
|
@@ -15,7 +15,7 @@ More information:
|
|
15
|
15
|
* `Official homepage`_
|
|
16
|
16
|
* `Sandbox site`_ (an hourly build of the unstable master branch - it's
|
|
17
|
17
|
experimental but feel free to explore and get a feel for the base Oscar
|
|
18
|
|
- install)
|
|
|
18
|
+ install. Dashboard access coming soon!)
|
|
19
|
19
|
* `Documentation`_ on the excellent `readthedocs.org`_
|
|
20
|
20
|
* `Google Group`_ - the mailing list is django-oscar@googlegroups.com
|
|
21
|
21
|
* `Continuous integration homepage`_ on `travis-ci.org`_
|
|
|
@@ -38,16 +38,36 @@ Oscar was written by `David Winterbottom`_ (`@codeinthehole`_) and is developed
|
|
38
|
38
|
and maintained by `Tangent Labs`_, a London-based digital agency, with help from
|
|
39
|
39
|
`Mirumee`.
|
|
40
|
40
|
|
|
|
41
|
+.. _`David Winterbottom`: http://codeinthehole.com
|
|
|
42
|
+.. _`@codeinthehole`: https://twitter.com/codeinthehole
|
|
|
43
|
+.. _`Tangent Labs`: http://www.tangentlabs.co.uk
|
|
|
44
|
+.. _`Mirumee`: http://mirumee.com/
|
|
|
45
|
+
|
|
|
46
|
+Extensions
|
|
|
47
|
+----------
|
|
|
48
|
+
|
|
|
49
|
+* django-oscar-datacash_ - Integration with the DataCash_ payment gateway
|
|
|
50
|
+* django-oscar-paypal_ - Integration with PayPal. This currently supports both
|
|
|
51
|
+ `Express Checkout`_ and `PayFlow Pro`_.
|
|
|
52
|
+* django-oscar-gocardless_ - Integration with the GoCardless_ payment gateway
|
|
|
53
|
+* django-oscar-jirafe_ - Integration with the Jirafe_ analytics package
|
|
|
54
|
+
|
|
|
55
|
+.. _django-oscar-datacash: https://github.com/tangentlabs/django-oscar-datacash
|
|
|
56
|
+.. _DataCash: http://www.datacash.com/
|
|
|
57
|
+.. _django-oscar-paypal: https://github.com/tangentlabs/django-oscar-paypal
|
|
|
58
|
+.. _`Express Checkout`: https://www.paypal.com/uk/cgi-bin/webscr?cmd=_additional-payment-ref-impl1
|
|
|
59
|
+.. _`PayFlow Pro`: https://merchant.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=merchant/payment_gateway
|
|
|
60
|
+.. _django-oscar-gocardless: https://github.com/tangentlabs/django-oscar-gocardless
|
|
|
61
|
+.. _GoCardless: https://gocardless.com/
|
|
|
62
|
+.. _django-oscar-jirafe: https://github.com/tangentlabs/django-oscar-jirafe
|
|
|
63
|
+.. _Jirafe: https://jirafe.com/
|
|
|
64
|
+
|
|
41
|
65
|
License
|
|
42
|
66
|
-------
|
|
43
|
67
|
|
|
44
|
68
|
Oscar is released under the permissive `New BSD license`_.
|
|
45
|
69
|
|
|
46
|
|
-.. _`David Winterbottom`: http://codeinthehole.com
|
|
47
|
|
-.. _`@codeinthehole`: https://twitter.com/codeinthehole
|
|
48
|
|
-.. _`Tangent Labs`: http://www.tangentlabs.co.uk
|
|
49
|
70
|
.. _`New BSD license`: https://github.com/tangentlabs/django-oscar/blob/master/LICENSE
|
|
50
|
|
-.. _`Mirumee`: http://mirumee.com/
|
|
51
|
71
|
|
|
52
|
72
|
Case studies
|
|
53
|
73
|
------------
|
|
|
@@ -55,10 +75,15 @@ Case studies
|
|
55
|
75
|
Oscar is still in active development, but is used in production by a range of
|
|
56
|
76
|
companies, from large multinationals to small, boutique stores:
|
|
57
|
77
|
|
|
|
78
|
+Tangent projects:
|
|
|
79
|
+
|
|
58
|
80
|
* Tata Group - http://www.landmarkonthenet.com
|
|
59
|
81
|
* Carlsberg - Their global "We Deliver More" platform is powered by Oscar (but
|
|
60
|
82
|
is a B2B site so it not browsable by the public).
|
|
61
|
|
-* Dolbeau - http://www.dolbeau.ca/
|
|
62
|
83
|
* The UK Labour party - http://shop.labour.org.uk
|
|
63
|
84
|
|
|
|
85
|
+Non-Tangent:
|
|
|
86
|
+
|
|
|
87
|
+* Dolbeau - http://www.dolbeau.ca/
|
|
|
88
|
+
|
|
64
|
89
|
Many more on the way. If you use Oscar in production, please let us know.
|