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

Side by Side Diff: sitescripts/extensions/template/pad.xml

Issue 5723465818570752: Issue 520 - Generate PAD files for download portals when updating download links (Closed)
Patch Set: Created May 26, 2014, 10 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <XML_DIZ_INFO>
3 <MASTER_PAD_VERSION_INFO>
4 <MASTER_PAD_VERSION>4.0</MASTER_PAD_VERSION>
5 <MASTER_PAD_EDITOR></MASTER_PAD_EDITOR>
6 <MASTER_PAD_INFO>Portable Application Description, or PAD for short, is a data set that is used by shareware authors to disseminate information to anyon e interested in their software products. To find out more go to http://www.asp-s hareware.org/pad</MASTER_PAD_INFO>
7 </MASTER_PAD_VERSION_INFO>
8 <Company_Info>
9 <Company_Name>Eyeo GmbH</Company_Name>
10 <Address_1>Im Klapperhof 7-23</Address_1>
11 <Address_2></Address_2>
12 <City_Town>Cologne</City_Town>
13 <State_Province>NRW</State_Province>
14 <Zip_Postal_Code>50670</Zip_Postal_Code>
15 <Country>Germany</Country>
16 <Company_WebSite_URL>http://eyeo.com</Company_WebSite_URL>
Wladimir Palant 2014/05/26 10:54:57 https please.
Sebastian Noack 2014/05/26 12:04:53 Again, the specification doesn't allow https:// UR
17 <Contact_Info>
18 <Author_First_Name>Wladimir</Author_First_Name>
19 <Author_Last_Name>Palant</Author_Last_Name>
20 <Author_Email>trev@adblockplus.org</Author_Email>
21 <Contact_First_Name>Christian</Contact_First_Name>
22 <Contact_Last_Name>Dommers</Contact_Last_Name>
23 <Contact_Email>christian@adblockplus.org</Contact_Email>
24 </Contact_Info>
25 <Support_Info>
26 <Sales_Email>christian@adblockplus.org</Sales_Email>
27 <Support_Email>info@adblockplus.org</Support_Email>
28 <General_Email>info@adblockplus.org</General_Email>
29 <Sales_Phone>+4922165028598</Sales_Phone>
30 <Support_Phone>+4922165028598</Support_Phone>
31 <General_Phone>+4922165028598</General_Phone>
32 <Fax_Phone>+4922165028599</Fax_Phone>
33 </Support_Info>
34 </Company_Info>
35 <Program_Info>
36 <Program_Name>Adblock Plus for {{ browser_name }}</Program_Name>
37 <Program_Version>{{ version }}</Program_Version>
38 <Program_Release_Month>{{ '%.2i'|format(release_date.month) }}</Program_ Release_Month>
39 <Program_Release_Day>{{ '%.2i'|format(release_date.day) }}</Program_Rele ase_Day>
40 <Program_Release_Year>{{ release_date.year }}</Program_Release_Year>
41 <Program_Release_Status>{{ release_status }}</Program_Release_Status>
42 <Program_Cost_Dollars>0</Program_Cost_Dollars>
43 <Program_Cost_Other_Code></Program_Cost_Other_Code>
44 <Program_Cost_Other></Program_Cost_Other>
45 <Program_Type>Freeware</Program_Type>
46 <Program_Install_Support>Install and Uninstall</Program_Install_Support>
47 <Program_OS_Support>{{ os_support }}</Program_OS_Support>
48 <Program_Language>{{ language }}</Program_Language>
49 <Program_Change_Info></Program_Change_Info>
50 <Program_Specific_Category>Utilities</Program_Specific_Category>
51 <Program_Category_Class>Security &amp; Privacy::Other</Program_Category_ Class>
52 <Program_System_Requirements>{{ browser_name }} {{ browser_min_version } } or higher</Program_System_Requirements>
53 <File_Info>
54 <File_Size_Bytes>{{ download_size }}</File_Size_Bytes>
55 <File_Size_K>{{ (download_size / (2 ** 10))|round(2, 'ceil') }}</Fi le_Size_K>
56 <File_Size_MB>{{ (download_size / (2 ** 20))|round(2, 'ceil') }}</Fi le_Size_MB>
57 </File_Info>
58 <Expire_Info>
59 <Has_Expire_Info>N</Has_Expire_Info>
60 <Expire_Count></Expire_Count>
61 <Expire_Based_On></Expire_Based_On>
62 <Expire_Other_Info></Expire_Other_Info>
63 <Expire_Month></Expire_Month>
64 <Expire_Day></Expire_Day>
65 <Expire_Year></Expire_Year>
66 </Expire_Info>
67 </Program_Info>
68 <Program_Descriptions>
69 <English>
70 <Keywords>adblock, {{ browser_name }}, adblocker, security, privacy< /Keywords>
71 {%- if type == 'android' %}
72 <Char_Desc_45>Adblock Plus blocks all annoying ads.</Char_Desc_45>
73 <Char_Desc_80>Adblock Plus blocks all annoying ads on your Android d evice. NO ROOT REQUIRED!</Char_Desc_80>
74 <Char_Desc_250>ABP blocks all advertising when browsing, and when us ing your favorite apps. It is free and makes your Android device much more enjoy able. Adblock Plus blocks: mobile ads, video ads, banners, push notifications, d isplay ads, HTML5 ads, and more.</Char_Desc_250>
75 <Char_Desc_450>Adblock Plus blocks all annoying ads on your Android device. NO ROOT REQUIRED! It blocks all online advertising when browsing, and wh en using your favorite apps like Angry Birds. It is 100% free and makes your And roid device much more enjoyable. Adblock Plus blocks: mobile ads, video advertis ing, banners, push notifications, display advertising, HTML5 advertising, and mu ch more.</Char_Desc_450>
76 <Char_Desc_2000>Adblock Plus blocks all annoying ads on your Android device. NO ROOT REQUIRED!
77 It blocks all online advertising when browsing, and when using your favorite app s like Angry Birds. It is 100% free and makes your Android device much more enjo yable.
78 Adblock Plus blocks: mobile ads, video advertising, banners, push notifications, display advertising, HTML5 advertising, and much more.
79 PLEASE NOTE: Adblock Plus might have limited functionality, depending on the And roid version on your device and whether your device has been rooted:
80 Rooted: Blocks ads over Wi-Fi and 3G
81 Non-rooted with Android 3.1 or later: Blocks ads over Wi-Fi
82 Non-rooted with Android 3.0 or earlier: Some manual configuration is required. P lease visit our website to learn how to setup your own proxy: https://adblockplu s.org/en/android-config#proxy
83 Also, Android does not allow ads to be blocked on SSL encrypted websites.
84 Annoyed by the icon? Please read this: https://adblockplus.org/en/android-faq#ic on
85 Adblock Plus is an open-source, community driven project. Many volunteers are co ntributing to the development and maintenance of Adblock Plus. Currently, there are over forty continuously updating filter lists in over a dozen different lang uages, ensuring that all obtrusive ads remain blocked.
86 Please note that Adblock Plus will probably become the highest data-using applic ation on your Android device. However, this is only because Adblock Plus needs t o filter the data to ensure that the ads can be blocked. Adblock Plus is actuall y only using a fraction of the data shown on your device.
87 Adblock Plus is also available for Mozilla Firefox, Google Chrome, Opera, Safari and Internet Explorer.</Char_Desc_2000>
88 {%- else %}
89 <Char_Desc_45>Blocks all annoying ads on the web.</Char_Desc_45>
90 <Char_Desc_80>Blocks all annoying ads on the web: YouTube ads, Faceb ook ads, banners and more.</Char_Desc_80>
91 <Char_Desc_250>Enjoy surfing the web without obtrusive ads clutterin g your screen! Adblock Plus for {{ browser_name }} blocks: Banners, YouTube vide o ads, Facebook advertisements, Pop-ups, All other obtrusive ads.</Char_Desc_250 >
92 <Char_Desc_450>Adblock Plus for {{ browser_name }} blocks: Banners, YouTube video ads, Facebook advertisements, Pop-ups, All other obtrusive ads. Ad block Plus is the world’s most popular browser extension, and is used by million s of users worldwide. It is a community-driven open source project, and hundreds of volunteers are contributing to the success of Adblock Plus to make sure that all annoying ads are automatically blocked.</Char_Desc_450>
93 <Char_Desc_2000>Adblock Plus blocks all annoying ads, and supports w ebsites by not blocking unobtrusive ads by default (configurable).
94
95 Enjoy surfing the web without obtrusive ads cluttering your screen!
96
97 Adblock Plus for {{ browser_name }} blocks:
98
99 · Banners
100 · YouTube video ads
101 · Facebook advertisements
102 · Pop-ups
103 · All other obtrusive ads
104
105 Adblock Plus is the world’s most popular browser extension, and is used by milli ons of users worldwide. It is a community-driven open source project, and hundre ds of volunteers are contributing to the success of Adblock Plus to make sure th at all annoying ads are automatically blocked.
106
107 Please note: When installing Adblock Plus for {{ browser_name }}, your browser s hows a warning that Adblock Plus has access to your browsing history and data. T his is a standard message, we NEVER collect any information whatsoever!
108
109 Recently, the Adblock Plus community introduced the Acceptable Ads initiative. B y allowing some small and static ads, you support websites that rely on advertis ing but choose to do it in a non-intrusive way. This feature can be disabled at any time. Go to http://adblockplus.org/en/acceptable-ads to find out more.
110
111 ***********
112 Release announcements and changelogs can be found here: http://adblockplus.org/r eleases/
113
114 Problems? Try restarting {{ browser_name }} and/or clicking "Update now" in the Adblock Plus Options.
115
116 Found a bug or need help? Visit our forum: https://adblockplus.org/redirect?link ={{ type }}_support
117
118 *************
119 Feeling adventurous? Try out a development build to always get the latest featur es of Adblock Plus: http://adblockplus.org/en/development-builds (updated separa tely, independent settings).</Char_Desc_2000>
120 {%- endif %}
121 </English>
122 </Program_Descriptions>
123 <Web_Info>
124 <Application_URLs>
125 <Application_Info_URL>http://adblockplus.org</Application_Info_URL>
126 <Application_Order_URL></Application_Order_URL>
127 <Application_Screenshot_URL>http://eyeo.com/pad/pad_screenshot.jpg</ Application_Screenshot_URL>
128 <Application_Icon_URL>http://eyeo.com/pad/adblockplus_64.png</Applic ation_Icon_URL>
129 <Application_XML_File_URL>{{ pad_url }}</Application_XML_File_URL>
130 </Application_URLs>
131 <Download_URLs>
132 <Primary_Download_URL>{{ download_url }}</Primary_Download_URL>
133 <Secondary_Download_URL></Secondary_Download_URL>
134 <Additional_Download_URL_1></Additional_Download_URL_1>
135 <Additional_Download_URL_2></Additional_Download_URL_2>
136 </Download_URLs>
137 </Web_Info>
138 <Permissions>
139 <Distribution_Permissions></Distribution_Permissions>
140 <EULA></EULA>
141 </Permissions>
142 </XML_DIZ_INFO>
OLDNEW

Powered by Google App Engine
This is Rietveld