OLD | NEW |
1 title=Known Adblock Plus subscriptions | 1 title=Known Adblock Plus subscriptions |
2 {# | 2 {# |
3 # This file is part of the Adblock Plus website, | 3 # This file is part of the Adblock Plus website, |
4 # Copyright (C) 2006-2016 Eyeo GmbH | 4 # Copyright (C) 2006-2016 Eyeo GmbH |
5 # | 5 # |
6 # Adblock Plus is free software: you can redistribute it and/or modify | 6 # Adblock Plus is free software: you can redistribute it and/or modify |
7 # it under the terms of the GNU General Public License version 3 as | 7 # it under the terms of the GNU General Public License version 3 as |
8 # published by the Free Software Foundation. | 8 # published by the Free Software Foundation. |
9 # | 9 # |
10 # Adblock Plus is distributed in the hope that it will be useful, | 10 # Adblock Plus is distributed in the hope that it will be useful, |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 { | 99 { |
100 border-top: 1px dashed #000; | 100 border-top: 1px dashed #000; |
101 } | 101 } |
102 | 102 |
103 .subscriptions .deprecated | 103 .subscriptions .deprecated |
104 { | 104 { |
105 opacity: 0.5; | 105 opacity: 0.5; |
106 } | 106 } |
107 </style> | 107 </style> |
108 | 108 |
109 <p>{{"This is a list of the actively maintained filter subscriptions we're aware
of. You can subscribe to any of them by simply clicking its \"Subscribe\" link
and confirming your decision. The filters will be added to Adblock Plus and upda
ted automatically. Note that <a href=\"getting_started#subscription\">you should
n't add too many filter subscriptions</a>."|translate("s1")}}</p> | 109 <p>{{"Below is a list of the actively maintained filter subscriptions that we're
aware of. To subscribe to a filter list, click its \"Subscribe\" link. Please n
ote that <a href=\"getting_started#subscription\">you shouldn't add too many fil
ter subscriptions</a>."|translate("s1")}}</p> |
110 | |
111 | 110 |
112 {% from "includes/subscriptionList" import display_subscriptions %} | 111 {% from "includes/subscriptionList" import display_subscriptions %} |
113 | 112 |
114 {{ display_subscriptions(get_subscriptions()) }} | 113 {{ display_subscriptions(get_subscriptions()) }} |
115 | 114 |
| 115 <p>{{"Don’t see your filter list here? <a href=\"mailto:subscriptionlist@adblock
plus.org\">Send us</a> your list along with any information that you want displa
yed on this page. Note that in order to be included on this list, your subscript
ion must contain a brief overview describing the origin of the filter list and t
he preferred way of contacting you should a problem arise. Please keep in mind t
hat you should be able to fix any issue with your list within a reasonable amoun
t of time."|translate("s2")}}</p> |
116 | 116 |
117 <p>{{"Can't see your filter list here? <a href=\"mailto:subscriptionlist@adblock
plus.org\">Send</a> the information you would like to be displayed here. Please
note that in order to be included in this list your subscription must contain a
comment at the beginning describing the origin of the filter list and the prefer
red way of contacting you if problems with your list occur. You should also be c
ertain that when these issues arise you will be able to fix them in a reasonable
amount of time."|translate("s2")}}</p> | 117 <p>{{"All filter lists on this page are maintained by third parties. Eyeo, the c
ompany behind Adblock Plus, has no control over them. We only list them to help
you find subscriptions that may be useful for you. In no case shall Eyeo be held
liable towards you, or any other third party, for any loss or damage (including
, but not limited to, loss of chances and of business) deriving directly or indi
rectly from your use of these lists."|translate("s3")}}</p> |
118 | |
119 <p> | |
120 {{"Please note that all of these filter lists are being maintained by third part
ies. Eyeo, the company behind Adblock Plus, has no control over them.\nWe are on
ly listing them to help you find lists that could be useful to you.\nIn no case
shall Eyeo be held liable towards you or any other third party for any loss or d
amage (including but not limited to loss of chances and of business) deriving di
rectly or indirectly from your use of these lists."|translate("s3")}} | |
121 </p> | |
OLD | NEW |