mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
62 lines
1.9 KiB
ReStructuredText
62 lines
1.9 KiB
ReStructuredText
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
Full Code
|
|
---------
|
|
|
|
Transmission app is already included in FreedomBox. Here is the full source for
|
|
the module for reference.
|
|
|
|
plinth/modules/transmission/__init__.py
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../plinth/modules/transmission/__init__.py
|
|
:language: python3
|
|
|
|
plinth/modules/transmission/forms.py
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../plinth/modules/transmission/forms.py
|
|
:language: python3
|
|
|
|
plinth/modules/transmission/manifest.py
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../plinth/modules/transmission/manifest.py
|
|
:language: python3
|
|
|
|
plinth/modules/transmission/privileged.py
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../plinth/modules/transmission/privileged.py
|
|
:language: python3
|
|
|
|
plinth/modules/transmission/urls.py
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../plinth/modules/transmission/urls.py
|
|
:language: python3
|
|
|
|
plinth/modules/transmission/views.py
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../plinth/modules/transmission/views.py
|
|
:language: python3
|
|
|
|
plinth/modules/transmission/data/etc/plinth/modules-enabled/transmission
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../plinth/modules/transmission/data/etc/plinth/modules-enabled/transmission
|
|
:language: text
|
|
|
|
plinth/modules/transmission/data/etc/apache2/conf-available/transmission-plinth.conf
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../plinth/modules/transmission/data/etc/apache2/conf-available/transmission-plinth.conf
|
|
:language: apache
|
|
|
|
plinth/modules/transmission/tests/__init__.py
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../plinth/modules/transmission/tests/__init__.py
|
|
:language: python3
|