~mvo/software-center/lp966514

« back to all changes in this revision

Viewing changes to softwarecenter/enums.py

  • Committer: Michael Vogt
  • Date: 2012-03-22 08:54:53 UTC
  • mfrom: (2907.1.1 software-center)
  • Revision ID: michael.vogt@ubuntu.com-20120322085453-dab60wonr9ibw3jw
mergedĀ lp:~gary-lasker/software-center/tos-urls-lp961538

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
UBUNTU_SSO_SERVICE = os.environ.get(
53
53
    "USSOC_SERVICE_URL", "https://login.ubuntu.com/api/1.0")
54
54
 
55
 
# the terms-of-service link
56
 
SOFTWARE_CENTER_TOS_LINK = "http://apps.ubuntu.com/cat/tos"
 
55
# the terms-of-service links (the first is for display in a web browser
 
56
# as it has the header and footer, the second is for display in a dialog
 
57
# as it lacks them and so looks better)
 
58
SOFTWARE_CENTER_TOS_LINK = "https://apps.ubuntu.com/cat/tos/"
 
59
SOFTWARE_CENTER_TOS_LINK_NO_HEADER = "https://apps.ubuntu.com/cat/tos/plain/ "
57
60
 
58
61
# version of the database, every time something gets added (like
59
62
# terms for mime-type) increase this (but keep as a string!)