From 07ed00140a503c3fccb1e98ccd1ae03d891265f3 Mon Sep 17 00:00:00 2001
From: hallgren
Date: Mon, 14 Dec 2009 16:01:47 +0000
Subject: New smoother version of the GF logo
The new logo is in the new directory doc/Logos. The old logo has been moved
there too. The documentation has been updated to refer to the new logo.
The new logo was provided in SVG format by Krasimir, but PNG files are included
as well. There are some new rules in doc/Makefile to convert from SVG to PNG,
which you can use if you edit the SVG files.
---
doc/Logos/gf-logo.gif | Bin 0 -> 1369 bytes
doc/Logos/gf-logo.png | Bin 0 -> 940 bytes
doc/Logos/gf0.png | Bin 0 -> 5237 bytes
doc/Logos/gf0.svg | 1 +
doc/Logos/gf00.png | Bin 0 -> 5060 bytes
doc/Logos/gf00.svg | 1 +
doc/Makefile | 9 +++++++++
doc/gf-formalism.html | 2 +-
doc/gf-formalism.txt | 2 +-
doc/gf-ideas.html | 2 +-
doc/gf-ideas.txt | 2 +-
doc/gf-logo.gif | Bin 1369 -> 0 bytes
doc/gf-logo.png | Bin 940 -> 0 bytes
doc/gf-people.html | 2 +-
doc/gf-quickstart.html | 2 +-
doc/gf-tutorial.txt | 4 ++--
doc/index.html | 2 +-
gf-logo.gif | Bin 1369 -> 0 bytes
index.html | 2 +-
index.txt | 2 +-
20 files changed, 22 insertions(+), 11 deletions(-)
create mode 100644 doc/Logos/gf-logo.gif
create mode 100644 doc/Logos/gf-logo.png
create mode 100644 doc/Logos/gf0.png
create mode 100644 doc/Logos/gf0.svg
create mode 100644 doc/Logos/gf00.png
create mode 100644 doc/Logos/gf00.svg
delete mode 100644 doc/gf-logo.gif
delete mode 100644 doc/gf-logo.png
delete mode 100644 gf-logo.gif
diff --git a/doc/Logos/gf-logo.gif b/doc/Logos/gf-logo.gif
new file mode 100644
index 000000000..283534cfa
Binary files /dev/null and b/doc/Logos/gf-logo.gif differ
diff --git a/doc/Logos/gf-logo.png b/doc/Logos/gf-logo.png
new file mode 100644
index 000000000..bda5f4544
Binary files /dev/null and b/doc/Logos/gf-logo.png differ
diff --git a/doc/Logos/gf0.png b/doc/Logos/gf0.png
new file mode 100644
index 000000000..e57403314
Binary files /dev/null and b/doc/Logos/gf0.png differ
diff --git a/doc/Logos/gf0.svg b/doc/Logos/gf0.svg
new file mode 100644
index 000000000..f1db74b78
--- /dev/null
+++ b/doc/Logos/gf0.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/doc/Logos/gf00.png b/doc/Logos/gf00.png
new file mode 100644
index 000000000..18c280487
Binary files /dev/null and b/doc/Logos/gf00.png differ
diff --git a/doc/Logos/gf00.svg b/doc/Logos/gf00.svg
new file mode 100644
index 000000000..933fd0a81
--- /dev/null
+++ b/doc/Logos/gf00.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/doc/Makefile b/doc/Makefile
index 9c0c735be..a0955f91e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -12,3 +12,12 @@ resource:
latex resource.tex
latex resource.tex
dvipdf resource.dvi
+
+# Converting SVG logos to PNG, using convert from ImageMagick
+logos:: Logos/gf00.png Logos/gf0.png
+
+Logos/gf00.png: Logos/gf00.svg Makefile
+ convert -background none -size 264x216 -depth 8 $< $@
+
+Logos/gf0.png: Logos/gf0.svg Makefile
+ convert -background none -size 320x240 -depth 8 $< $@
diff --git a/doc/gf-formalism.html b/doc/gf-formalism.html
index e52929c03..52d9256aa 100644
--- a/doc/gf-formalism.html
+++ b/doc/gf-formalism.html
@@ -31,7 +31,7 @@ Last update: Thu Feb 2 14:16:01 2006
-
+
Abstract. This document gives a general description of the
diff --git a/doc/gf-formalism.txt b/doc/gf-formalism.txt
index fdfcab4d8..3b6963d11 100644
--- a/doc/gf-formalism.txt
+++ b/doc/gf-formalism.txt
@@ -10,7 +10,7 @@ Last update: %%date(%c)
%!postproc(html): #NEW
-[gf-logo.gif]
+[Logos/gf0.png]
//Abstract. This document gives a general description of the//
//Grammatical Framework (GF), with comparisons to other grammar//
diff --git a/doc/gf-ideas.html b/doc/gf-ideas.html
index 90894f599..8119740fa 100644
--- a/doc/gf-ideas.html
+++ b/doc/gf-ideas.html
@@ -8,7 +8,7 @@
-
+
diff --git a/doc/gf-ideas.txt b/doc/gf-ideas.txt
index e30879fb3..3f62196b9 100644
--- a/doc/gf-ideas.txt
+++ b/doc/gf-ideas.txt
@@ -15,7 +15,7 @@ contact: Aarne Ranta (aarne at chalmers dot se)
%!postproc(html): #EYELLOW
#BECE
-[gf-logo.png]
+[Logos/gf0.png]
#ENCE
diff --git a/doc/gf-logo.gif b/doc/gf-logo.gif
deleted file mode 100644
index 283534cfa..000000000
Binary files a/doc/gf-logo.gif and /dev/null differ
diff --git a/doc/gf-logo.png b/doc/gf-logo.png
deleted file mode 100644
index bda5f4544..000000000
Binary files a/doc/gf-logo.png and /dev/null differ
diff --git a/doc/gf-people.html b/doc/gf-people.html
index c5affabc3..690084d3c 100644
--- a/doc/gf-people.html
+++ b/doc/gf-people.html
@@ -7,7 +7,7 @@
-
+
Grammatical Framework: Authors and Acknowledgements