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

Unified Diff: sitescripts/extensions/template/pad.xml

Issue 5723465818570752: Issue 520 - Generate PAD files for download portals when updating download links (Closed)
Patch Set: Addressed comments Created June 4, 2014, 4:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/extensions/pad/validation.py ('k') | sitescripts/extensions/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/template/pad.xml
===================================================================
new file mode 100644
--- /dev/null
+++ b/sitescripts/extensions/template/pad.xml
@@ -0,0 +1,182 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<XML_DIZ_INFO>
+ <MASTER_PAD_VERSION_INFO>
+ <MASTER_PAD_VERSION>4.0</MASTER_PAD_VERSION>
+ <MASTER_PAD_EDITOR></MASTER_PAD_EDITOR>
+ <MASTER_PAD_INFO>Portable Application Description, or PAD for short, is a data set that is used by shareware authors to disseminate information to anyone interested in their software products. To find out more go to http://www.asp-shareware.org/pad</MASTER_PAD_INFO>
+ <CERTIFIED>N</CERTIFIED>
+ </MASTER_PAD_VERSION_INFO>
+ <ASP>
+ <ASP_Member>N</ASP_Member>
+ </ASP>
+ <Company_Info>
+ <Company_Name>Eyeo GmbH</Company_Name>
+ <Address_1>Im Klapperhof 7-23</Address_1>
+ <City_Town>Cologne</City_Town>
+ <State_Province>NRW</State_Province>
+ <Zip_Postal_Code>50670</Zip_Postal_Code>
+ <Country>Germany</Country>
+ <Company_WebSite_URL>https://eyeo.com</Company_WebSite_URL>
+ <Contact_Info>
+ <Author_First_Name>Wladimir</Author_First_Name>
+ <Author_Last_Name>Palant</Author_Last_Name>
+ <Author_Email>trev@adblockplus.org</Author_Email>
+ <Contact_First_Name>Christian</Contact_First_Name>
+ <Contact_Last_Name>Dommers</Contact_Last_Name>
+ <Contact_Email>christian@adblockplus.org</Contact_Email>
+ </Contact_Info>
+ <Support_Info>
+ <Sales_Email>christian@adblockplus.org</Sales_Email>
+ <Support_Email>info@adblockplus.org</Support_Email>
+ <General_Email>info@adblockplus.org</General_Email>
+ <Sales_Phone>+4922165028598</Sales_Phone>
+ <Support_Phone>+4922165028598</Support_Phone>
+ <General_Phone>+4922165028598</General_Phone>
+ <Fax_Phone>+4922165028599</Fax_Phone>
+ </Support_Info>
+ </Company_Info>
+ <Program_Info>
+ <Program_Name>{{ name }}</Program_Name>
+ <Program_Version>{{ version }}</Program_Version>
+ <Program_Release_Month>{{ '%.2i'|format(release_date.month) }}</Program_Release_Month>
+ <Program_Release_Day>{{ '%.2i'|format(release_date.day) }}</Program_Release_Day>
+ <Program_Release_Year>{{ release_date.year }}</Program_Release_Year>
+ <Program_Release_Status>{{ release_status }}</Program_Release_Status>
+ <Program_Cost_Dollars>0</Program_Cost_Dollars>
+ <Program_Type>Freeware</Program_Type>
+ <Program_Install_Support>Install and Uninstall</Program_Install_Support>
+ <Program_OS_Support>{{ os_support }}</Program_OS_Support>
+ <Program_Language>{{ language }}</Program_Language>
+ <Program_Specific_Category>Utilities</Program_Specific_Category>
+ <Program_System_Requirements>{{ browser_name }} {{ browser_min_version }} or higher</Program_System_Requirements>
+ <File_Info>
+ <File_Size_Bytes>{{ download_size }}</File_Size_Bytes>
+ <File_Size_K>{{ (download_size / (2 ** 10))|round(2, 'ceil') }}</File_Size_K>
+ <File_Size_MB>{{ (download_size / (2 ** 20))|round(2, 'ceil') }}</File_Size_MB>
+ </File_Info>
+ <Expire_Info>
+ <Has_Expire_Info>N</Has_Expire_Info>
+ </Expire_Info>
+{%- if basename == 'url-fixer' %}
+ <Program_Category_Class>Network &amp; Internet::Browser Tools</Program_Category_Class>
+ </Program_Info>
+ <Program_Descriptions>
+ <English>
+ <Keywords>urlfixer, typosquatting, url, security, privacy, {{ browser_name }}</Keywords>
+ <Char_Desc_45>Typo correction for URLs</Char_Desc_45>
+ <Char_Desc_80>URL Fixer corrects typos in URLs that you enter in the address bar.</Char_Desc_80>
+ <Char_Desc_250>URL Fixer corrects typos in URLs that you enter in the address bar. For example, if you type google.con, it will correct it to google.com (asking first, if you enable confirmation).</Char_Desc_250>
+ <Char_Desc_450>URL Fixer corrects typos in URLs that you enter in the address bar. For example, if you type google.con, it will correct it to google.com (if you enable confirmation). This version will correct common misspellings of .com, .net, .org, .edu, .gov, .mil, and other mainstream TLDs, as well as the protocol. By right-clicking on the address bar, you can set it to auto-correct your errors, or you can have it ask you before making any corrections.</Char_Desc_450>
+ <Char_Desc_2000>URL Fixer corrects typos in URLs that you enter in the address bar. For example, if you type google.con, it will correct it to google.com (asking first, if you enable confirmation).
+
+This version will correct common misspellings of .com, .net, .org, .edu, .gov, .mil, and all other mainstream TLDs, as well as the protocol (http:, https:). By right-clicking on the address bar, you can set it to auto-correct your errors, or you can have it ask you before making any corrections.
+
+You can specify your own set of custom corrections. Add or remove your own corrections in URL Fixer's options dialog, accessible via Tools » Add-ons » URL Fixer » Preferences.
+
+You can also correct errors as they happen; if Firefox can't find the website you typed in, URL Fixer lets you mark that URL as a typo, and you'll never see that error page again.</Char_Desc_2000>
+ </English>
+ </Program_Descriptions>
+ <Web_Info>
+ <Application_URLs>
+ <Application_Info_URL>http://urlfixer.org/</Application_Info_URL>
+ <Application_Screenshot_URL>http://urlfixer.org/images/screenshot2-big.png</Application_Screenshot_URL>
+ <Application_Icon_URL>http://urlfixer.org/images/logo.png</Application_Icon_URL>
+{%- else %}
+ <Program_Category_Class>Network &amp; Internet::Ad Blockers</Program_Category_Class>
+ <FacebookProductPage>https://www.facebook.com/adblockplus</FacebookProductPage>
+ <GooglePlusProductPage>https://plus.google.com/+AdblockPlus</GooglePlusProductPage>
+ </Program_Info>
+ <Program_Descriptions>
+ <English>
+ <Keywords>adblock, adblocker, security, privacy, {{ browser_name }}</Keywords>
+ {%- if basename == 'adblockplusandroid' %}
+ <Char_Desc_45>Adblock Plus blocks all annoying ads.</Char_Desc_45>
+ <Char_Desc_80>Adblock Plus blocks all annoying ads on your Android device. NO ROOT REQUIRED!</Char_Desc_80>
+ <Char_Desc_250>ABP blocks all advertising when browsing, and when using your favorite apps. It is free and makes your Android device much more enjoyable. Adblock Plus blocks: mobile ads, video ads, banners, push notifications, display ads, HTML5 ads, and more.</Char_Desc_250>
+ <Char_Desc_450>Adblock Plus blocks all annoying ads on your Android device. NO ROOT REQUIRED! It blocks all online advertising when browsing, and when using your favorite apps like Angry Birds. It is 100% free and makes your Android device much more enjoyable. Adblock Plus blocks: mobile ads, video advertising, banners, push notifications, display advertising, HTML5 advertising, and much more.</Char_Desc_450>
+ <Char_Desc_2000>Adblock Plus blocks all annoying ads on your Android device. NO ROOT REQUIRED!
+It blocks all online advertising when browsing, and when using your favorite apps like Angry Birds. It is 100% free and makes your Android device much more enjoyable.
+Adblock Plus blocks: mobile ads, video advertising, banners, push notifications, display advertising, HTML5 advertising, and much more.
+PLEASE NOTE: Adblock Plus might have limited functionality, depending on the Android version on your device and whether your device has been rooted:
+Rooted: Blocks ads over Wi-Fi and 3G
+Non-rooted with Android 3.1 or later: Blocks ads over Wi-Fi
+Non-rooted with Android 3.0 or earlier: Some manual configuration is required. Please visit our website to learn how to setup your own proxy: https://adblockplus.org/en/android-config#proxy
+Also, Android does not allow ads to be blocked on SSL encrypted websites.
+Annoyed by the icon? Please read this: https://adblockplus.org/en/android-faq#icon
+Adblock Plus is an open-source, community driven project. Many volunteers are contributing to the development and maintenance of Adblock Plus. Currently, there are over forty continuously updating filter lists in over a dozen different languages, ensuring that all obtrusive ads remain blocked.
+Please note that Adblock Plus will probably become the highest data-using application on your Android device. However, this is only because Adblock Plus needs to filter the data to ensure that the ads can be blocked. Adblock Plus is actually only using a fraction of the data shown on your device.
+Adblock Plus is also available for Mozilla Firefox, Google Chrome, Opera, Safari and Internet Explorer.</Char_Desc_2000>
+ {%- else %}
+ <Char_Desc_45>Blocks all annoying ads on the web.</Char_Desc_45>
+ <Char_Desc_80>Blocks all annoying ads on the web: YouTube ads, Facebook ads, banners and more.</Char_Desc_80>
+ {%- if basename == 'adblockplussafari' %}
+ <Char_Desc_250>Browse the Internet without annoying ads with the best adblocker for Safari! Adblock Plus for Safari blocks all YouTube ads, pop-ups, banners, Facebook and Twitter ads.</Char_Desc_250>
+ <Char_Desc_450>Adblock Plus for Safari automatically removes: YouTube ads, including the 30-second preroll ads, Facebook ads, Banners, Pop-ups, All other annoying ads.The most popular adblocker is highly customizable and includes an option to block tracking and malware. Unlike other adblocking solutions for Mac OS X, Adblock Plus for Safari blocks all Youtube ads. It is also the only adblocker for Safari that shows how many ads you block in each site.</Char_Desc_450>
+ <Char_Desc_2000>Browse the Internet without annoying ads with the best adblocker for Safari!
+
+Our Safari adblocker blocks all YouTube ads, pop-ups, banners and even the ads in your Facebook and Twitter feeds. Adblock Plus is the world's most popular browser extension, used by tens of millions of users all around the world.
+
+Adblock Plus blocks all intrusive ads. Under default settings it supports websites and encourages better advertising by allowing non-annoying ads (configurable).
+
+Adblock Plus for Safari automatically removes:
+* YouTube ads, including the 30-second preroll ads
+* Facebook ads
+* Banners
+* Pop-ups
+* All other annoying ads
+
+The most popular adblocker is highly customizable and includes an option to block tracking and malware. Unlike other adblocking solutions for Mac OS X, Adblock Plus for Safari is the only tool that blocks all YouTube ads. It is also the only adblocker for Safari that shows how many ads you block in each site.
+
+Adblock Plus is also available for Mozilla Firefox, Google Chrome, Opera, Internet Explorer and Android.
+
+By supporting our Acceptable Ads initiative, you allow ads through which meet our criteria. By doing so, you support websites that rely on advertising 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.
+
+Download Adblock Plus for Safari for free and browse the Internet without annoying ads!</Char_Desc_2000>
+ {%- else %}
+ <Char_Desc_250>Enjoy surfing the web without obtrusive ads cluttering your screen! {{ name }} blocks: Banners, YouTube video ads, Facebook advertisements, Pop-ups, All other obtrusive ads.</Char_Desc_250>
+ <Char_Desc_450>{{ name }} blocks: Banners, YouTube video ads, Facebook advertisements, Pop-ups, All other obtrusive ads. Adblock Plus is the world’s most popular browser extension, and is used by millions 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>
+ <Char_Desc_2000>Adblock Plus blocks all annoying ads, and supports websites by not blocking unobtrusive ads by default (configurable).
+
+Enjoy surfing the web without obtrusive ads cluttering your screen!
+
+{{ name }} blocks:
+
+* Banners
+* YouTube video ads
+* Facebook advertisements
+* Pop-ups
+* All other obtrusive ads
+
+Adblock Plus is the world’s most popular browser extension, and is used by millions 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.
+
+Please note: When installing {{ name }}, your browser shows a warning that Adblock Plus has access to your browsing history and data. This is a standard message, we NEVER collect any information whatsoever!
+
+Recently, the Adblock Plus community introduced the Acceptable Ads initiative. By allowing some small and static ads, you support websites that rely on advertising but choose to do it in a non-intrusive way. This feature can be disabled at any time. Go to https://adblockplus.org/en/acceptable-ads to find out more.
+
+***********
+Release announcements and changelogs can be found here: https://adblockplus.org/releases/
+
+Problems? Try restarting {{ browser_name }} and/or clicking "Update now" in the Adblock Plus Options.
+
+Found a bug or need help? Visit our forum: https://adblockplus.org/redirect?link={{ type }}_support
+
+*************
+Feeling adventurous? Try out a development build to always get the latest features of Adblock Plus: https://adblockplus.org/en/development-builds (updated separately, independent settings).</Char_Desc_2000>
+ {%- endif %}
+ {%- endif %}
+ </English>
+ </Program_Descriptions>
+ <Web_Info>
+ <Application_URLs>
+ <Application_Info_URL>https://adblockplus.org</Application_Info_URL>
+ <Application_Screenshot_URL>https://eyeo.com/pad/abp_screenshot.jpg</Application_Screenshot_URL>
+ <Application_Icon_URL>https://eyeo.com/pad/abp_icon.png</Application_Icon_URL>
+ <Video_Link_1_URL>http://www.youtube.com/watch?v=pVYtzF5SemU</Video_Link_1_URL>
+{%- endif %}
+ <Application_XML_File_URL>{{ pad_url }}</Application_XML_File_URL>
+ </Application_URLs>
+ <Download_URLs>
+ <Primary_Download_URL>{{ download_url }}</Primary_Download_URL>
+ </Download_URLs>
+ </Web_Info>
+</XML_DIZ_INFO>
« no previous file with comments | « sitescripts/extensions/pad/validation.py ('k') | sitescripts/extensions/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld