OLD | NEW |
1 # This file is part of acceptableads.org. | 1 # This file is part of acceptableads.org. |
2 # Copyright [C] 2016-present eyeo GmbH | 2 # Copyright [C] 2016-present eyeo GmbH |
3 # | 3 # |
4 # acceptableads.org is free software: you can redistribute it and/or modify | 4 # acceptableads.org is free software: you can redistribute it and/or modify |
5 # it under the terms of the GNU General Public License as published by | 5 # it under the terms of the GNU General Public License as published by |
6 # the Free Software Foundation, either version 3 of the License, or | 6 # the Free Software Foundation, either version 3 of the License, or |
7 # [at your option] any later version. | 7 # [at your option] any later version. |
8 # | 8 # |
9 # acceptableads.org is distributed in the hope that it will be useful, | 9 # acceptableads.org is distributed in the hope that it will be useful, |
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 # GNU General Public License for more details. | 12 # GNU General Public License for more details. |
13 # | 13 # |
14 # You should have received a copy of the GNU General Public License | 14 # You should have received a copy of the GNU General Public License |
15 # along with acceptableads.org. If not, see <http://www.gnu.org/licenses/>. | 15 # along with acceptableads.org. If not, see <http://www.gnu.org/licenses/>. |
16 | 16 |
17 # Used to generate #primary-navigation and #breadcrumbs | 17 # Used to generate #primary-navigation and #breadcrumbs |
18 # level 1 - ["$PAGE_NAME", "$PAGE_TITLE", [$PAGE_CHILDREN]] | 18 # level 1 - ["$PAGE_NAME", "$PAGE_TITLE", [$PAGE_CHILDREN]] |
19 # level 2 - ["$PAGE_NAME", "$PAGE_TITLE"] | 19 # level 2 - ["$PAGE_NAME", "$PAGE_TITLE"] |
20 | 20 |
21 sitemap = [ | 21 sitemap = [ |
22 ["about/index", "<span class='no-wrap-mobile'>What are <fix>Acceptable Ads</
fix>?</span>", [ | 22 ["about/index", "<span class='no-wrap-mobile'>What are <fix>Acceptable Ads</
fix>?</span>", [ |
23 ["about/criteria", "Criteria"], | 23 ["about/criteria", "Criteria"], |
24 ["about/best-practices", "Best Practices"] | 24 ["about/best-practices", "Best Practices"], |
25 ]], | 25 ]], |
26 ["solutions/index", "Solutions",[ | 26 ["solutions/index", "Solutions",[ |
27 ["solutions/publishers", "Publishers"], | 27 ["solutions/publishers", "Publishers"], |
28 ["solutions/ad-networks", "Ad Networks"], | 28 ["solutions/ad-networks", "Ad Networks"], |
29 ["solutions/advertisers", "Advertisers"], | 29 ["solutions/advertisers", "Advertisers"], |
30 ["solutions/ad-tech-suppliers", "Ad-Tech Suppliers"], | 30 ["solutions/ad-tech-suppliers", "Ad-Tech Suppliers"], |
31 ["solutions/get-whitelisted/index", "Get whitelisted"] | |
32 ]], | 31 ]], |
| 32 ["get-whitelisted/index", "Get whitelisted", []], |
33 ["users", "Users", []], | 33 ["users", "Users", []], |
34 ["committee/index", "Committee", [ | 34 ["committee/index", "Committee", [ |
35 ["committee/apply", "Apply"], | 35 ["committee/apply", "Apply"], |
36 ["committee/members", "Members"], | 36 ["committee/members", "Members"], |
37 ["committee/documents", "Documents"], | 37 ["committee/documents", "Documents"], |
38 ]], | 38 ]], |
39 ["blog/index", "Blog", []], | 39 ["blog/index", "Blog", []], |
40 ["tool-certification/index", "Acceptable Ads Certification Tool <em>(beta)</
em>", []] | 40 ["tool-certification/index", "Acceptable Ads Certification Tool <em>(beta)</
em>", []], |
41 ] | 41 ] |
OLD | NEW |