summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2015-12-26 14:14:32 +0100
committerWerner Lemberg <wl@gnu.org>2015-12-26 14:14:32 +0100
commite6cafcad6cc8943fa68364192c528dffd087041c (patch)
tree49655be3306387f3373af0c82404c052a3fe44d4
parente353a534f6fc60d022e14cf615c94284612758e8 (diff)
Rename `javascript' directory to `js'.
There are packages like Debian's `javascript-common' that use the `/javascript' prefix for different purposes. This lead to problems with displaying pages on freetype.freedesktop.org (fixed many months ago). Update all affected files.
-rw-r--r--contact.html6
-rw-r--r--developer.html6
-rw-r--r--download.html6
-rw-r--r--freetype2/docs/documentation.html6
-rw-r--r--freetype2/docs/glyphs/glyphs-1.html6
-rw-r--r--freetype2/docs/glyphs/glyphs-2.html6
-rw-r--r--freetype2/docs/glyphs/glyphs-3.html6
-rw-r--r--freetype2/docs/glyphs/glyphs-4.html6
-rw-r--r--freetype2/docs/glyphs/glyphs-5.html6
-rw-r--r--freetype2/docs/glyphs/glyphs-6.html6
-rw-r--r--freetype2/docs/glyphs/glyphs-7.html6
-rw-r--r--freetype2/docs/glyphs/index.html6
-rw-r--r--freetype2/docs/index.html6
-rw-r--r--freetype2/docs/rasterinfo/rasterinfo.html6
-rw-r--r--freetype2/docs/tutorial/index.html6
-rw-r--r--freetype2/docs/tutorial/step1.html6
-rw-r--r--freetype2/docs/tutorial/step2.html6
-rw-r--r--freetype2/docs/tutorial/step3.html6
-rw-r--r--history.html6
-rw-r--r--index.html6
-rw-r--r--js/freetype2.js (renamed from javascript/freetype2.js)0
-rw-r--r--js/jquery-1.11.0.min.js (renamed from javascript/jquery-1.11.0.min.js)0
-rw-r--r--js/jquery.ba-resize.min.js (renamed from javascript/jquery.ba-resize.min.js)0
-rw-r--r--license.html6
-rw-r--r--patents.html6
-rw-r--r--ttfautohint/index.html6
-rw-r--r--ttfautohint/osx.html6
27 files changed, 72 insertions, 72 deletions
diff --git a/contact.html b/contact.html
index be43b7f..f77d58a 100644
--- a/contact.html
+++ b/contact.html
@@ -26,13 +26,13 @@
href="css/freetype2_-60.css">
<script type="text/javascript"
- src="javascript/jquery-1.11.0.min.js">
+ src="js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="javascript/jquery.ba-resize.min.js">
+ src="js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="javascript/freetype2.js">
+ src="js/freetype2.js">
</script>
<title>FreeType Contact</title>
diff --git a/developer.html b/developer.html
index b7dbcbe..bb6a23b 100644
--- a/developer.html
+++ b/developer.html
@@ -26,13 +26,13 @@
href="css/freetype2_-60.css">
<script type="text/javascript"
- src="javascript/jquery-1.11.0.min.js">
+ src="js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="javascript/jquery.ba-resize.min.js">
+ src="js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="javascript/freetype2.js">
+ src="js/freetype2.js">
</script>
<title>FreeType Development</title>
diff --git a/download.html b/download.html
index 06cf230..eaa4d8d 100644
--- a/download.html
+++ b/download.html
@@ -22,13 +22,13 @@
href="css/freetype2_-60.css">
<script type="text/javascript"
- src="javascript/jquery-1.11.0.min.js">
+ src="js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="javascript/jquery.ba-resize.min.js">
+ src="js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="javascript/freetype2.js">
+ src="js/freetype2.js">
</script>
<title>FreeType Downloads</title>
diff --git a/freetype2/docs/documentation.html b/freetype2/docs/documentation.html
index 14eb5a1..cb82fae 100644
--- a/freetype2/docs/documentation.html
+++ b/freetype2/docs/documentation.html
@@ -22,13 +22,13 @@
href="../../css/freetype2_-60.css">
<script type="text/javascript"
- src="../../javascript/jquery-1.11.0.min.js">
+ src="../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../javascript/jquery.ba-resize.min.js">
+ src="../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../javascript/freetype2.js">
+ src="../../js/freetype2.js">
</script>
<title>FreeType Documentation</title>
diff --git a/freetype2/docs/glyphs/glyphs-1.html b/freetype2/docs/glyphs/glyphs-1.html
index 8a9c98d..0f21894 100644
--- a/freetype2/docs/glyphs/glyphs-1.html
+++ b/freetype2/docs/glyphs/glyphs-1.html
@@ -24,13 +24,13 @@
href="../../../css/freetype2_-90.css">
<script type="text/javascript"
- src="../../../javascript/jquery-1.11.0.min.js">
+ src="../../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/jquery.ba-resize.min.js">
+ src="../../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/freetype2.js">
+ src="../../../js/freetype2.js">
</script>
<title>FreeType Glyph Conventions / I</title>
diff --git a/freetype2/docs/glyphs/glyphs-2.html b/freetype2/docs/glyphs/glyphs-2.html
index 1c39ae8..81c0842 100644
--- a/freetype2/docs/glyphs/glyphs-2.html
+++ b/freetype2/docs/glyphs/glyphs-2.html
@@ -24,13 +24,13 @@
href="../../../css/freetype2_-90.css">
<script type="text/javascript"
- src="../../../javascript/jquery-1.11.0.min.js">
+ src="../../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/jquery.ba-resize.min.js">
+ src="../../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/freetype2.js">
+ src="../../../js/freetype2.js">
</script>
<title>FreeType Glyph Conventions / II</title>
diff --git a/freetype2/docs/glyphs/glyphs-3.html b/freetype2/docs/glyphs/glyphs-3.html
index b340150..3d15548 100644
--- a/freetype2/docs/glyphs/glyphs-3.html
+++ b/freetype2/docs/glyphs/glyphs-3.html
@@ -24,13 +24,13 @@
href="../../../css/freetype2_-90.css">
<script type="text/javascript"
- src="../../../javascript/jquery-1.11.0.min.js">
+ src="../../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/jquery.ba-resize.min.js">
+ src="../../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/freetype2.js">
+ src="../../../js/freetype2.js">
</script>
<title>FreeType Glyph Conventions / III</title>
diff --git a/freetype2/docs/glyphs/glyphs-4.html b/freetype2/docs/glyphs/glyphs-4.html
index c51a672..67a4735 100644
--- a/freetype2/docs/glyphs/glyphs-4.html
+++ b/freetype2/docs/glyphs/glyphs-4.html
@@ -24,13 +24,13 @@
href="../../../css/freetype2_-90.css">
<script type="text/javascript"
- src="../../../javascript/jquery-1.11.0.min.js">
+ src="../../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/jquery.ba-resize.min.js">
+ src="../../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/freetype2.js">
+ src="../../../js/freetype2.js">
</script>
<title>FreeType Glyph Conventions / IV</title>
diff --git a/freetype2/docs/glyphs/glyphs-5.html b/freetype2/docs/glyphs/glyphs-5.html
index 3d9013c..996aa16 100644
--- a/freetype2/docs/glyphs/glyphs-5.html
+++ b/freetype2/docs/glyphs/glyphs-5.html
@@ -24,13 +24,13 @@
href="../../../css/freetype2_-90.css">
<script type="text/javascript"
- src="../../../javascript/jquery-1.11.0.min.js">
+ src="../../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/jquery.ba-resize.min.js">
+ src="../../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/freetype2.js">
+ src="../../../js/freetype2.js">
</script>
<title>FreeType Glyph Conventions / V</title>
diff --git a/freetype2/docs/glyphs/glyphs-6.html b/freetype2/docs/glyphs/glyphs-6.html
index 40fdbfa..1103a90 100644
--- a/freetype2/docs/glyphs/glyphs-6.html
+++ b/freetype2/docs/glyphs/glyphs-6.html
@@ -24,13 +24,13 @@
href="../../../css/freetype2_-90.css">
<script type="text/javascript"
- src="../../../javascript/jquery-1.11.0.min.js">
+ src="../../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/jquery.ba-resize.min.js">
+ src="../../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/freetype2.js">
+ src="../../../js/freetype2.js">
</script>
<title>FreeType Glyph Conventions / VI</title>
diff --git a/freetype2/docs/glyphs/glyphs-7.html b/freetype2/docs/glyphs/glyphs-7.html
index 2372fb9..f2621bc 100644
--- a/freetype2/docs/glyphs/glyphs-7.html
+++ b/freetype2/docs/glyphs/glyphs-7.html
@@ -24,13 +24,13 @@
href="../../../css/freetype2_-90.css">
<script type="text/javascript"
- src="../../../javascript/jquery-1.11.0.min.js">
+ src="../../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/jquery.ba-resize.min.js">
+ src="../../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/freetype2.js">
+ src="../../../js/freetype2.js">
</script>
<title>FreeType Glyph Conventions / VII</title>
diff --git a/freetype2/docs/glyphs/index.html b/freetype2/docs/glyphs/index.html
index 9b463c5..f1a43ef 100644
--- a/freetype2/docs/glyphs/index.html
+++ b/freetype2/docs/glyphs/index.html
@@ -24,13 +24,13 @@
href="../../../css/freetype2_-90.css">
<script type="text/javascript"
- src="../../../javascript/jquery-1.11.0.min.js">
+ src="../../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/jquery.ba-resize.min.js">
+ src="../../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/freetype2.js">
+ src="../../../js/freetype2.js">
</script>
<title>FreeType Glyph Conventions</title>
diff --git a/freetype2/docs/index.html b/freetype2/docs/index.html
index 0643986..e74f76d 100644
--- a/freetype2/docs/index.html
+++ b/freetype2/docs/index.html
@@ -22,13 +22,13 @@
href="../../css/freetype2_-60.css">
<script type="text/javascript"
- src="../../javascript/jquery-1.11.0.min.js">
+ src="../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../javascript/jquery.ba-resize.min.js">
+ src="../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../javascript/freetype2.js">
+ src="../../js/freetype2.js">
</script>
<title>FreeType Overview</title>
diff --git a/freetype2/docs/rasterinfo/rasterinfo.html b/freetype2/docs/rasterinfo/rasterinfo.html
index e3b3813..f53e86c 100644
--- a/freetype2/docs/rasterinfo/rasterinfo.html
+++ b/freetype2/docs/rasterinfo/rasterinfo.html
@@ -24,13 +24,13 @@
href="../../../css/freetype2_-90.css">
<script type="text/javascript"
- src="../../../javascript/jquery-1.11.0.min.js">
+ src="../../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/jquery.ba-resize.min.js">
+ src="../../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/freetype2.js">
+ src="../../../js/freetype2.js">
</script>
<style type="text/css">
diff --git a/freetype2/docs/tutorial/index.html b/freetype2/docs/tutorial/index.html
index d17bceb..764c4f3 100644
--- a/freetype2/docs/tutorial/index.html
+++ b/freetype2/docs/tutorial/index.html
@@ -24,13 +24,13 @@
href="../../../css/freetype2_-90.css">
<script type="text/javascript"
- src="../../../javascript/jquery-1.11.0.min.js">
+ src="../../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/jquery.ba-resize.min.js">
+ src="../../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/freetype2.js">
+ src="../../../js/freetype2.js">
</script>
<title>FreeType Tutorial</title>
diff --git a/freetype2/docs/tutorial/step1.html b/freetype2/docs/tutorial/step1.html
index b0b387f..7e3ed13 100644
--- a/freetype2/docs/tutorial/step1.html
+++ b/freetype2/docs/tutorial/step1.html
@@ -24,13 +24,13 @@
href="../../../css/freetype2_-90.css">
<script type="text/javascript"
- src="../../../javascript/jquery-1.11.0.min.js">
+ src="../../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/jquery.ba-resize.min.js">
+ src="../../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/freetype2.js">
+ src="../../../js/freetype2.js">
</script>
<title>FreeType Tutorial / I</title>
diff --git a/freetype2/docs/tutorial/step2.html b/freetype2/docs/tutorial/step2.html
index 235568f..fde6fbd 100644
--- a/freetype2/docs/tutorial/step2.html
+++ b/freetype2/docs/tutorial/step2.html
@@ -24,13 +24,13 @@
href="../../../css/freetype2_-90.css">
<script type="text/javascript"
- src="../../../javascript/jquery-1.11.0.min.js">
+ src="../../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/jquery.ba-resize.min.js">
+ src="../../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/freetype2.js">
+ src="../../../js/freetype2.js">
</script>
<title>FreeType Tutorial / II</title>
diff --git a/freetype2/docs/tutorial/step3.html b/freetype2/docs/tutorial/step3.html
index 8668c02..41d09b5 100644
--- a/freetype2/docs/tutorial/step3.html
+++ b/freetype2/docs/tutorial/step3.html
@@ -24,13 +24,13 @@
href="../../../css/freetype2_-90.css">
<script type="text/javascript"
- src="../../../javascript/jquery-1.11.0.min.js">
+ src="../../../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/jquery.ba-resize.min.js">
+ src="../../../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../../../javascript/freetype2.js">
+ src="../../../js/freetype2.js">
</script>
<title>FreeType Tutorial / III</title>
diff --git a/history.html b/history.html
index 9baa33f..46a3c33 100644
--- a/history.html
+++ b/history.html
@@ -26,13 +26,13 @@
href="css/freetype2_-60.css">
<script type="text/javascript"
- src="javascript/jquery-1.11.0.min.js">
+ src="js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="javascript/jquery.ba-resize.min.js">
+ src="js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="javascript/freetype2.js">
+ src="js/freetype2.js">
</script>
<title>FreeType History</title>
diff --git a/index.html b/index.html
index 2ca7622..df23628 100644
--- a/index.html
+++ b/index.html
@@ -27,13 +27,13 @@
href="css/freetype2.css">
<script type="text/javascript"
- src="javascript/jquery-1.11.0.min.js">
+ src="js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="javascript/jquery.ba-resize.min.js">
+ src="js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="javascript/freetype2.js">
+ src="js/freetype2.js">
</script>
<title>The FreeType Project</title>
diff --git a/javascript/freetype2.js b/js/freetype2.js
index 0a15a21..0a15a21 100644
--- a/javascript/freetype2.js
+++ b/js/freetype2.js
diff --git a/javascript/jquery-1.11.0.min.js b/js/jquery-1.11.0.min.js
index 73f33fb..73f33fb 100644
--- a/javascript/jquery-1.11.0.min.js
+++ b/js/jquery-1.11.0.min.js
diff --git a/javascript/jquery.ba-resize.min.js b/js/jquery.ba-resize.min.js
index c678883..c678883 100644
--- a/javascript/jquery.ba-resize.min.js
+++ b/js/jquery.ba-resize.min.js
diff --git a/license.html b/license.html
index f8896a1..e035ae1 100644
--- a/license.html
+++ b/license.html
@@ -25,13 +25,13 @@
href="css/freetype2_-60.css">
<script type="text/javascript"
- src="javascript/jquery-1.11.0.min.js">
+ src="js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="javascript/jquery.ba-resize.min.js">
+ src="js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="javascript/freetype2.js">
+ src="js/freetype2.js">
</script>
<title>FreeType Licenses</title>
diff --git a/patents.html b/patents.html
index 6580cf6..465ce79 100644
--- a/patents.html
+++ b/patents.html
@@ -26,13 +26,13 @@
href="css/freetype2_-90.css">
<script type="text/javascript"
- src="javascript/jquery-1.11.0.min.js">
+ src="js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="javascript/jquery.ba-resize.min.js">
+ src="js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="javascript/freetype2.js">
+ src="js/freetype2.js">
</script>
<title>FreeType and Patents</title>
diff --git a/ttfautohint/index.html b/ttfautohint/index.html
index 79184e3..a50aca8 100644
--- a/ttfautohint/index.html
+++ b/ttfautohint/index.html
@@ -25,13 +25,13 @@
href="../css/freetype2_60.css">
<script type="text/javascript"
- src="../javascript/jquery-1.11.0.min.js">
+ src="../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../javascript/jquery.ba-resize.min.js">
+ src="../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../javascript/freetype2.js">
+ src="../js/freetype2.js">
</script>
<title>ttfautohint</title>
diff --git a/ttfautohint/osx.html b/ttfautohint/osx.html
index 794a52c..598421b 100644
--- a/ttfautohint/osx.html
+++ b/ttfautohint/osx.html
@@ -26,13 +26,13 @@
href="../css/freetype2_90.css">
<script type="text/javascript"
- src="../javascript/jquery-1.11.0.min.js">
+ src="../js/jquery-1.11.0.min.js">
</script>
<script type="text/javascript"
- src="../javascript/jquery.ba-resize.min.js">
+ src="../js/jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
- src="../javascript/freetype2.js">
+ src="../js/freetype2.js">
</script>
<title>Installation of ttfautohint on Mac OS&nbsp;X</title>