You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
795 B
Python
17 lines
795 B
Python
cs_auth_required = False
|
|
cs_long_name = "CAT-SOOP"
|
|
cs_content_header = ""
|
|
|
|
TOR_STRING = lambda n: ("torsocks %s" % n) if "onion" in cs_url_root else n
|
|
|
|
source_link = "%s/git/catsoop/website" % cs_url_root
|
|
|
|
cs_footer = """The content of this page is Copyright © 2016-2022 by the CAT-SOOP Developers.<br/>
|
|
This content is licensed under the <a href="BASE/_util/license" target="_blank">GNU Affero General Public License, version 3</a>, as is CAT-SOOP itself.<br/>
|
|
The original form of this content is source code in the CAT-SOOP specification format.<br/>
|
|
The source code is available in the Git repository at the following address:<br/>
|
|
<a href="%s"><code>%s</code></a>.<br/><hr width="300" style="background-color:#000000;border-color:#000000" />""" % (
|
|
source_link,
|
|
source_link,
|
|
)
|