Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: globals/sitemap.py

Issue 29490624: Issue 5373 - Remove the "blog" from acceptableads.com and link to blog.acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Addressed NITs Created July 20, 2017, 12:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « README.md ('k') | includes/blog/all-posts.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is part of acceptableads.org. 1 # This file is part of acceptableads.org.
2 # Copyright [C] 2016 Eyeo GmbH 2 # Copyright [C] 2016 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
(...skipping 18 matching lines...) Expand all
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"] 31 ["solutions/get-whitelisted/index", "Get whitelisted"]
32 ]], 32 ]],
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 ["https://blog.acceptableads.com/", "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 ]
OLDNEW
« no previous file with comments | « README.md ('k') | includes/blog/all-posts.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld