summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-25 14:48:44 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-25 14:48:44 -0400
commit4bd584d255117f5a98d6367cc71575ff18c16eca (patch)
tree81abf3bf6aeb16b423dd67bf15f444c3e8ac838f
initial commit
-rw-r--r--.gitignore1
-rw-r--r--Makefile12
-rw-r--r--Parabola-libre.pngbin0 -> 5325 bytes
-rw-r--r--Parabola-libre.svg38
-rw-r--r--favicon.icobin0 -> 1150 bytes
-rw-r--r--parabolabw.pngbin0 -> 6595 bytes
-rw-r--r--readme.txt14
7 files changed, 65 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a37fcc1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+Parabola-libre.svgz
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..37b644a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+all: Parabola-libre.svgz
+
+%.svgz: %.svg
+ < $< tr '\n' ' '| \
+ sed -r \
+ -e 's/<!--[^>]*-->//g;' \
+ -e 's/\s+/ /g' | sed \
+ -e's/> </></g' \
+ -e 's@ />@/>@g' \
+ -e 's/: /:/g' \
+ -e 's/\; /:/g' \
+ -e 's/ $$//'|gzip>$@
diff --git a/Parabola-libre.png b/Parabola-libre.png
new file mode 100644
index 0000000..3e46103
--- /dev/null
+++ b/Parabola-libre.png
Binary files differ
diff --git a/Parabola-libre.svg b/Parabola-libre.svg
new file mode 100644
index 0000000..d661b02
--- /dev/null
+++ b/Parabola-libre.svg
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="350" height="350">
+<desc>Parabola GNU/Linux-libre logo</desc>
+<defs>
+ <linearGradient id="gray" x1="75%" y1="0%" x2="50%" y2="100%">
+ <stop stop-color="#FFFFFF" offset="50%" />
+ <stop stop-color="#444444" offset="100%" />
+ </linearGradient>
+ <linearGradient id="purple" x1="0%" y1="0%" x2="75%" y2="100%">
+ <stop stop-color="#001496" offset="0%" />
+ <stop stop-color="#000000" offset="100%" />
+ </linearGradient>
+ <linearGradient id="gmask" x1="0%" y1="0%" x2="100%" y2="100%">
+ <stop stop-color="#444444" offset="0%" />
+ <stop stop-color="#FFFFFF" offset="75%" />
+ </linearGradient>
+ <mask id="mask">
+ <rect x="0" y="0" width="212" height="240" fill="url(#gmask)" />
+ </mask>
+</defs>
+<g transform="rotate(230,175,175)">
+ <g transform="translate(69,55)" mask="url(#mask)">
+ <g transform="translate(-94,-10)"><!-- 212x240 -->
+ <path d="M 94,10
+ Q 147,210 200,210 T 306,10
+ Q 253,190 200,190 T 94,10
+ z"
+ style="stroke: none; fill: url(#gray);"/>
+ <path d="M 100,50
+ Q 150,250 200,250 T 300,50
+ Q 250,200 200,200 T 100,50
+ z"
+ style="stroke: none; fill: url(#purple);"/>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..3e43f9b
--- /dev/null
+++ b/favicon.ico
Binary files differ
diff --git a/parabolabw.png b/parabolabw.png
new file mode 100644
index 0000000..0e16d33
--- /dev/null
+++ b/parabolabw.png
Binary files differ
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..634058e
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,14 @@
+This is the classic logo for Parabola.
+
+The original vectors/source files have been lost. Parabola-libre.svg
+is a re-creation by Luke Shumaker <lukeshu@sbcglobal.net>
+
+Files:
+ Parabola-libre.png The "canonical" form of the logo
+ Parabola-libre.svg A vector copy of Parabola-libre.png
+ Parabola-libre.svgz A compressed version of Parabola-libre.svg
+ facicon.ico A tiny version of the logo for use as a favicon
+ parabolabw.png A B&W version used in the banner of the website
+
+All of these are Copyright the Parabola Project, and are licensed under
+CC BY-SA 3.0 Unported.