1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
Description: Remove references to non-DFSG images removed from source
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: not-needed
Last-Update: 2018-12-21
---
Index: mu-editor/docs/copyright.rst
===================================================================
--- mu-editor.orig/docs/copyright.rst
+++ mu-editor/docs/copyright.rst
@@ -15,38 +15,6 @@ Notes on Image Copyright Status
All images used in Mu's developer documentation fall under Mu's copyright
status, except for the following images sourced from third parties:
-beautifully_useless.jpg
-+++++++++++++++++++++++
-
-Permission was sought and obtained from Katerina Kamprani (the creator of
-`the uncomfortable <http://theuncomfortable.com>`_)::
-
- Hello Nicholas,
-
- Thank you very much for asking and for your kind words.
- As long as there is no commercial use of the image, and since you
- mention my project, it is absolutely fine!
- I am very happy the images help to prove a point!
-
- Many greetings from Athens, Greece,
- Katerina
-
-circuit_playground.jpg
-++++++++++++++++++++++
-
-Permission was sought and obtained from
-`Adafruit Industries <https://adafruit.com/>`_, the source of the
-image::
-
- yup! 100%! please use!
-
- > Hi Folks,
- >
- > Is it OK to use a picture of a Circuit Playground Express taken
- > from your website in the developer docs for Mu. Like this..?
- >
- > https://mu.readthedocs.io/en/latest/modes.html#adafruit-mode
-
pygame.png
++++++++++
@@ -66,25 +34,6 @@ maintainer of `Pygame <https://pygame.or
anywhere. Just a "logo by Gareth Noyce" would do, but I won't be
complaining if people forget. :)'
-python.png
-++++++++++
-
-This is a copy of the Python logo owned by the
-`Python Software Foundation <https://python.org/psf>`_
-(PSF). Mu was originally written by a PSF Fellow on behalf of the PSF as part
-of the PSF's contribution to the BBC's micro:bit project. Furthermore, the PSF
-say of the `use of the Python logo <https://www.python.org/community/logos/>`_):
-
- "Projects and companies that use Python are encouraged to incorporate
- the Python logo on their websites, brochures, packaging, and elsewhere
- to indicate suitability for use with Python or implementation in
- Python. Use of the "two snakes" logo element alone, without the
- accompanying wordmark is permitted on the same terms as the combined
- logo.
-
- In general, we want the logo to be used as widely as possible to
- indicate use of Python or suitability for Python."
-
lego.png
++++++++
Index: mu-editor/docs/modes.rst
===================================================================
--- mu-editor.orig/docs/modes.rst
+++ mu-editor/docs/modes.rst
@@ -28,8 +28,6 @@ images below are used with permission, s
Adafruit Mode
+++++++++++++
-.. image:: circuit_playground.jpg
-
`Adafruit <http://adafruit.com/>`_ make extraordinarily awesome boards for
embedded development. Many of these boards run Adafruit's own flavour of
`MicroPython <http://micropython.org/>`_ called
@@ -83,8 +81,6 @@ are available by default.
Standard Python3 Mode
+++++++++++++++++++++
-.. image:: python.png
-
This mode is for creating simple Python 3 programs. As with the other modes,
there is a REPL for live programming, but in this case it is an iPython based
REPL that uses `project Jupyter <http://jupyter.org/>`_. As with other Jupyter
Index: mu-editor/docs/user-experience.rst
===================================================================
--- mu-editor.orig/docs/user-experience.rst
+++ mu-editor/docs/user-experience.rst
@@ -28,12 +28,6 @@ It's important to differentiate between
software looks beautiful but is difficult to use. With Mu, we aim to put
usability and a great experience before looks.
-This beautiful yet inconvenient wine glass from
-`the uncomfortable <https://www.theuncomfortable.com/>`_ illustrates what I
-mean (used with permission, see :doc:`copyright`).
-
-.. image:: beautifully_useless.jpg
-
What is UX?
===========
|