Update db version

Este commit está contenido en:
JustOff
2018-03-17 15:18:37 +02:00
padre ae71e3afef
commit 77e8bf1306
Se han modificado 4 ficheros con 4 adiciones y 4 borrados

Ver fichero

@@ -2,7 +2,7 @@
### About
This catalog contains **75,687** versions of **16,706** Firefox add-ons created by **12,538** developers over the past **14 years** using XUL/XPCOM technology before Mozilla decided to ruin the classic extensions ecosystem and go exclusively to WebExtensions.
This catalog contains **75,836** versions of **16,706** Firefox add-ons created by **12,538** developers over the past **15 years** using XUL/XPCOM technology before Mozilla decided to ruin the classic extensions ecosystem and go exclusively to WebExtensions.
### Who creates these add-ons?

Ver fichero

@@ -81,7 +81,7 @@ let About = {
<div class="about-home">
<h2>About</h2>
<p>This catalog contains <b>%VERSIONS%</b> versions of <b>%ADDONS%</b> Firefox add-ons created by <b>%AUTHORS%</b> developers over the past <b>14&nbsp;years</b> using XUL/XPCOM technology before Mozilla decided to ruin the classic extensions ecosystem and go exclusively to WebExtensions.</p>
<p>This catalog contains <b>%VERSIONS%</b> versions of <b>%ADDONS%</b> Firefox add-ons created by <b>%AUTHORS%</b> developers over the past <b>15&nbsp;years</b> using XUL/XPCOM technology before Mozilla decided to ruin the classic extensions ecosystem and go exclusively to WebExtensions.</p>
<h2>Who creates these add-ons?</h2>
<p>The add-ons listed here have been created by a wide range of developers from individual hobbyists to large corporations and were reviewed by a team of AMO editors before being released. Add-ons marked as Experimental have not been reviewed and should be installed with caution.</p>
<h2>The source of data</h2>

Ver fichero

@@ -24,7 +24,7 @@
<div id="masthead">
<h1 class="site-title">
<a href="caa:">
<img alt="Firefox" src="chrome://ca-archive/skin/logo.png">Classic Add-ons Archive <font size="1">(2017.11)</font></a>
<img alt="Firefox" src="chrome://ca-archive/skin/logo.png">Classic Add-ons Archive <font size="1">(2018.03)</font></a>
</h1>
<nav id="site-nav" class="menu-nav c">

Ver fichero

@@ -2,7 +2,7 @@
(function () {
var Cu = Components.utils;
let dbname = "ca-archive-17121201.sqlite";
let dbname = "ca-archive-18031701.sqlite";
Cu.import("chrome://ca-archive/content/db.js");
if (!DB.openDB(dbname, document)) {