aboutsummaryrefslogtreecommitdiff
# SPDX-License-Identifier: CC0-1.0

# WSGI script for koszko.org website.
#
# Copyright (C) 2022 Wojtek Kosior

# Uncomment the lines below if you want to use a virtualenv installation of
# the website package.

#from pathlib import Path
#path = Path('/path/to/virtualenv/bin/activate_this.py')
#exec(path.read_text(), {'__file__': str(path)})

from koszko_org_website.app import website_app as application
10f0befced20cc9b4b3baab6'>doc: Use HTTPS for external links.Vitaliy Shatrov * doc/contributing.texi (14.1 Building from Git, 14.3 The Perfect Setup, 14.4.1 Software Freedom, 14.4.4 Synopses and Descriptions, 14.5.4 Formatting Code): Use HTTPS for @uref{}s and @url{}s that support it. * doc/fdl-1.3.texi (Appendix A GNU Free Documentation License): Use HTTPS for @uref{}s and @url{}s that support it. * doc/guix.texi (6.3 Build Systems, 8.8.4 Networking Services, 8.8.8 Sound Services, 8.8.16 Web Services, 8.11 Name Service Switch, 12.2 Preparing to Use the Bootstrap Binaries); Use HTTPS for @uref{}s and @url{}s that support it. Signed-off-by: Marius Bakke <mbakke@fastmail.com>