[MediaWiki-commits] [Gerrit] mediawiki...UniversalLanguageSelector[master]: Remove Tamil fonts from fontrepo

2017-11-13 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/390970 )

Change subject: Remove Tamil fonts from fontrepo
..


Remove Tamil fonts from fontrepo

* These fonts are with no upstream now and little known among
  Tamil users.
* Tamil is very well supported in all operating systems
  now a days.
* Also reduce the metadata size for fontrepo

Change-Id: I4e7afb6476a4714f8d87bd2a048309b732883b2f
---
D data/fontrepo/fonts/Thendral/ThendralUni.ttf
D data/fontrepo/fonts/Thendral/ThendralUni.woff
D data/fontrepo/fonts/Thendral/ThendralUni.woff2
D data/fontrepo/fonts/Thendral/font.ini
D data/fontrepo/fonts/Thenee/TheneeUni.ttf
D data/fontrepo/fonts/Thenee/TheneeUni.woff
D data/fontrepo/fonts/Thenee/TheneeUni.woff2
D data/fontrepo/fonts/Thenee/font.ini
M resources/js/ext.uls.webfonts.repository.js
9 files changed, 0 insertions(+), 27 deletions(-)

Approvals:
  KartikMistry: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/data/fontrepo/fonts/Thendral/ThendralUni.ttf 
b/data/fontrepo/fonts/Thendral/ThendralUni.ttf
deleted file mode 100644
index 17cb07e..000
--- a/data/fontrepo/fonts/Thendral/ThendralUni.ttf
+++ /dev/null
Binary files differ
diff --git a/data/fontrepo/fonts/Thendral/ThendralUni.woff 
b/data/fontrepo/fonts/Thendral/ThendralUni.woff
deleted file mode 100644
index 335a672..000
--- a/data/fontrepo/fonts/Thendral/ThendralUni.woff
+++ /dev/null
Binary files differ
diff --git a/data/fontrepo/fonts/Thendral/ThendralUni.woff2 
b/data/fontrepo/fonts/Thendral/ThendralUni.woff2
deleted file mode 100644
index 8490a71..000
--- a/data/fontrepo/fonts/Thendral/ThendralUni.woff2
+++ /dev/null
Binary files differ
diff --git a/data/fontrepo/fonts/Thendral/font.ini 
b/data/fontrepo/fonts/Thendral/font.ini
deleted file mode 100644
index 792b528..000
--- a/data/fontrepo/fonts/Thendral/font.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[Thendral]
-languages=ta
-version=1.0
-license=GPL-2.0
-licensefile=gpl-2.0.txt
-url=https://github.com/thamizha/tamil-fonts
diff --git a/data/fontrepo/fonts/Thenee/TheneeUni.ttf 
b/data/fontrepo/fonts/Thenee/TheneeUni.ttf
deleted file mode 100644
index 2a99444..000
--- a/data/fontrepo/fonts/Thenee/TheneeUni.ttf
+++ /dev/null
Binary files differ
diff --git a/data/fontrepo/fonts/Thenee/TheneeUni.woff 
b/data/fontrepo/fonts/Thenee/TheneeUni.woff
deleted file mode 100644
index 1e7023d..000
--- a/data/fontrepo/fonts/Thenee/TheneeUni.woff
+++ /dev/null
Binary files differ
diff --git a/data/fontrepo/fonts/Thenee/TheneeUni.woff2 
b/data/fontrepo/fonts/Thenee/TheneeUni.woff2
deleted file mode 100644
index e50229f..000
--- a/data/fontrepo/fonts/Thenee/TheneeUni.woff2
+++ /dev/null
Binary files differ
diff --git a/data/fontrepo/fonts/Thenee/font.ini 
b/data/fontrepo/fonts/Thenee/font.ini
deleted file mode 100644
index b196f41..000
--- a/data/fontrepo/fonts/Thenee/font.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[Thenee]
-languages=ta
-version=1.0
-license=GPL-2.0
-licensefile=gpl-2.0.txt
-url=https://github.com/thamizha/tamil-fonts
diff --git a/resources/js/ext.uls.webfonts.repository.js 
b/resources/js/ext.uls.webfonts.repository.js
index 5ed0715..c33996d 100644
--- a/resources/js/ext.uls.webfonts.repository.js
+++ b/resources/js/ext.uls.webfonts.repository.js
@@ -355,11 +355,6 @@
"East Syriac Adiabene",
"SertoUrhoy"
],
-   "ta": [
-   "system",
-   "Thendral",
-   "Thenee"
-   ],
"tcn": [
"Jomolhari"
],
@@ -856,16 +851,6 @@
"ttf": "TharLon/TharLon.ttf?91312",
"woff": "TharLon/TharLon.woff?0df3e",
"woff2": "TharLon/TharLon.woff2?9012f"
-   },
-   "Thendral": {
-   "ttf": "Thendral/ThendralUni.ttf?c4f2d",
-   "woff": "Thendral/ThendralUni.woff?788be",
-   "woff2": "Thendral/ThendralUni.woff2?0af7d"
-   },
-   "Thenee": {
-   "ttf": "Thenee/TheneeUni.ttf?f89c7",
-   "woff": "Thenee/TheneeUni.woff?a32ac",
-   "woff2": "Thenee/TheneeUni.woff2?c24ef"
},
"Tuladha Jejeg": {
"ttf": "TuladhaJejeg/TuladhaJejeg_gr.ttf?210ce",

-- 
To view, visit https://gerrit.wikimedia.org/r/390970
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4e7afb6476a4714f8d87bd2a048309b732883b2f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Santhosh 
Gerrit-Reviewer: KartikMistry 
Gerrit-Reviewer: jenkins-bot <>


[MediaWiki-commits] [Gerrit] mediawiki...UniversalLanguageSelector[master]: Remove Tamil fonts from fontrepo

2017-11-13 Thread Santhosh (Code Review)
Santhosh has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/390970 )

Change subject: Remove Tamil fonts from fontrepo
..

Remove Tamil fonts from fontrepo

* These fonts are with no upstream now and little known among
  Tamil users.
* Tamil is very well supported in all operating systems
  now a days.
* Also reduce the metadata size for fontrepo

Change-Id: I4e7afb6476a4714f8d87bd2a048309b732883b2f
---
D data/fontrepo/fonts/Thendral/ThendralUni.ttf
D data/fontrepo/fonts/Thendral/ThendralUni.woff
D data/fontrepo/fonts/Thendral/ThendralUni.woff2
D data/fontrepo/fonts/Thendral/font.ini
D data/fontrepo/fonts/Thenee/TheneeUni.ttf
D data/fontrepo/fonts/Thenee/TheneeUni.woff
D data/fontrepo/fonts/Thenee/TheneeUni.woff2
D data/fontrepo/fonts/Thenee/font.ini
M resources/js/ext.uls.webfonts.repository.js
9 files changed, 0 insertions(+), 27 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector 
refs/changes/70/390970/1

diff --git a/data/fontrepo/fonts/Thendral/ThendralUni.ttf 
b/data/fontrepo/fonts/Thendral/ThendralUni.ttf
deleted file mode 100644
index 17cb07e..000
--- a/data/fontrepo/fonts/Thendral/ThendralUni.ttf
+++ /dev/null
Binary files differ
diff --git a/data/fontrepo/fonts/Thendral/ThendralUni.woff 
b/data/fontrepo/fonts/Thendral/ThendralUni.woff
deleted file mode 100644
index 335a672..000
--- a/data/fontrepo/fonts/Thendral/ThendralUni.woff
+++ /dev/null
Binary files differ
diff --git a/data/fontrepo/fonts/Thendral/ThendralUni.woff2 
b/data/fontrepo/fonts/Thendral/ThendralUni.woff2
deleted file mode 100644
index 8490a71..000
--- a/data/fontrepo/fonts/Thendral/ThendralUni.woff2
+++ /dev/null
Binary files differ
diff --git a/data/fontrepo/fonts/Thendral/font.ini 
b/data/fontrepo/fonts/Thendral/font.ini
deleted file mode 100644
index 792b528..000
--- a/data/fontrepo/fonts/Thendral/font.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[Thendral]
-languages=ta
-version=1.0
-license=GPL-2.0
-licensefile=gpl-2.0.txt
-url=https://github.com/thamizha/tamil-fonts
diff --git a/data/fontrepo/fonts/Thenee/TheneeUni.ttf 
b/data/fontrepo/fonts/Thenee/TheneeUni.ttf
deleted file mode 100644
index 2a99444..000
--- a/data/fontrepo/fonts/Thenee/TheneeUni.ttf
+++ /dev/null
Binary files differ
diff --git a/data/fontrepo/fonts/Thenee/TheneeUni.woff 
b/data/fontrepo/fonts/Thenee/TheneeUni.woff
deleted file mode 100644
index 1e7023d..000
--- a/data/fontrepo/fonts/Thenee/TheneeUni.woff
+++ /dev/null
Binary files differ
diff --git a/data/fontrepo/fonts/Thenee/TheneeUni.woff2 
b/data/fontrepo/fonts/Thenee/TheneeUni.woff2
deleted file mode 100644
index e50229f..000
--- a/data/fontrepo/fonts/Thenee/TheneeUni.woff2
+++ /dev/null
Binary files differ
diff --git a/data/fontrepo/fonts/Thenee/font.ini 
b/data/fontrepo/fonts/Thenee/font.ini
deleted file mode 100644
index b196f41..000
--- a/data/fontrepo/fonts/Thenee/font.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[Thenee]
-languages=ta
-version=1.0
-license=GPL-2.0
-licensefile=gpl-2.0.txt
-url=https://github.com/thamizha/tamil-fonts
diff --git a/resources/js/ext.uls.webfonts.repository.js 
b/resources/js/ext.uls.webfonts.repository.js
index 5ed0715..c33996d 100644
--- a/resources/js/ext.uls.webfonts.repository.js
+++ b/resources/js/ext.uls.webfonts.repository.js
@@ -355,11 +355,6 @@
"East Syriac Adiabene",
"SertoUrhoy"
],
-   "ta": [
-   "system",
-   "Thendral",
-   "Thenee"
-   ],
"tcn": [
"Jomolhari"
],
@@ -856,16 +851,6 @@
"ttf": "TharLon/TharLon.ttf?91312",
"woff": "TharLon/TharLon.woff?0df3e",
"woff2": "TharLon/TharLon.woff2?9012f"
-   },
-   "Thendral": {
-   "ttf": "Thendral/ThendralUni.ttf?c4f2d",
-   "woff": "Thendral/ThendralUni.woff?788be",
-   "woff2": "Thendral/ThendralUni.woff2?0af7d"
-   },
-   "Thenee": {
-   "ttf": "Thenee/TheneeUni.ttf?f89c7",
-   "woff": "Thenee/TheneeUni.woff?a32ac",
-   "woff2": "Thenee/TheneeUni.woff2?c24ef"
},
"Tuladha Jejeg": {
"ttf": "TuladhaJejeg/TuladhaJejeg_gr.ttf?210ce",

-- 
To view, visit https://gerrit.wikimedia.org/r/390970
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e7afb6476a4714f8d87bd2a048309b732883b2f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Santhosh 

___
MediaWiki-commits