From 4bd584d255117f5a98d6367cc71575ff18c16eca Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 25 Apr 2013 14:48:44 -0400 Subject: initial commit --- .gitignore | 1 + Makefile | 12 ++++++++++++ Parabola-libre.png | Bin 0 -> 5325 bytes Parabola-libre.svg | 38 ++++++++++++++++++++++++++++++++++++++ favicon.ico | Bin 0 -> 1150 bytes parabolabw.png | Bin 0 -> 6595 bytes readme.txt | 14 ++++++++++++++ 7 files changed, 65 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile create mode 100644 Parabola-libre.png create mode 100644 Parabola-libre.svg create mode 100644 favicon.ico create mode 100644 parabolabw.png create mode 100644 readme.txt 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/ $$//'|gzip>$@ diff --git a/Parabola-libre.png b/Parabola-libre.png new file mode 100644 index 0000000..3e46103 Binary files /dev/null and b/Parabola-libre.png 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 @@ + + + +Parabola GNU/Linux-libre logo + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..3e43f9b Binary files /dev/null and b/favicon.ico differ diff --git a/parabolabw.png b/parabolabw.png new file mode 100644 index 0000000..0e16d33 Binary files /dev/null and b/parabolabw.png 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 + +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. -- cgit v1.2.3