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
commit023bf290187acc3e157f5db0dc63922ea1bb8f16 (patch)
treef0b7bb65ab4a23725046fdc186438204c665f93a
initial commit
-rw-r--r--.gitignore1
-rw-r--r--contrib-CC3705/.gitignore1
-rw-r--r--contrib-CC3705/Makefile4
-rw-r--r--contrib-CC3705/parabola_artwork_by_cc3705-d3abr4q.7zbin0 -> 32648 bytes
-rw-r--r--contrib-CC3705/readme.txt12
-rw-r--r--contrib-florian32@gmx.de/.gitignore1
-rw-r--r--contrib-florian32@gmx.de/Makefile4
-rw-r--r--contrib-florian32@gmx.de/art-preview.txt25
-rw-r--r--contrib-florian32@gmx.de/art.tar.gzbin0 -> 5815 bytes
-rw-r--r--contrib-florian32@gmx.de/libre.tar.gzbin0 -> 5624 bytes
-rw-r--r--contrib-florian32@gmx.de/libre.txt12
-rw-r--r--contrib-florian32@gmx.de/preview.pngbin0 -> 14954 bytes
-rw-r--r--contrib-florian32@gmx.de/readme.txt7
-rw-r--r--contrib-l1mpm4rk@gmail.com/.gitignore1
-rw-r--r--contrib-l1mpm4rk@gmail.com/Logos_Parabola.tar.gzbin0 -> 3396 bytes
-rw-r--r--contrib-l1mpm4rk@gmail.com/Makefile4
-rw-r--r--contrib-l1mpm4rk@gmail.com/email.txt10
-rw-r--r--contrib-l1mpm4rk@gmail.com/readme.txt4
-rw-r--r--contrib-loic.vaumerel@gmail.com/parabola.background.blue.pngbin0 -> 27347 bytes
-rw-r--r--contrib-loic.vaumerel@gmail.com/parabola.background.bw.pngbin0 -> 27311 bytes
-rw-r--r--contrib-loic.vaumerel@gmail.com/parabola.background.grey.1.pngbin0 -> 36637 bytes
-rw-r--r--contrib-loic.vaumerel@gmail.com/parabola.background.grey.2.pngbin0 -> 36144 bytes
-rw-r--r--contrib-loic.vaumerel@gmail.com/parabola.background.grey.3.pngbin0 -> 27313 bytes
-rw-r--r--contrib-loic.vaumerel@gmail.com/parabola.background.red.pngbin0 -> 27347 bytes
-rw-r--r--contrib-loic.vaumerel@gmail.com/readme.txt30
-rw-r--r--official-classic/.gitignore1
-rw-r--r--official-classic/Makefile12
-rw-r--r--official-classic/Parabola-libre.pngbin0 -> 5325 bytes
-rw-r--r--official-classic/Parabola-libre.svg38
-rw-r--r--official-classic/favicon.icobin0 -> 1150 bytes
-rw-r--r--official-classic/parabolabw.pngbin0 -> 6595 bytes
-rw-r--r--official-classic/readme.txt14
-rw-r--r--readme.txt19
33 files changed, 200 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..554f06c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*nonfree*
diff --git a/contrib-CC3705/.gitignore b/contrib-CC3705/.gitignore
new file mode 100644
index 0000000..36de49a
--- /dev/null
+++ b/contrib-CC3705/.gitignore
@@ -0,0 +1 @@
+*.d \ No newline at end of file
diff --git a/contrib-CC3705/Makefile b/contrib-CC3705/Makefile
new file mode 100644
index 0000000..6fe4f5b
--- /dev/null
+++ b/contrib-CC3705/Makefile
@@ -0,0 +1,4 @@
+all: parabola_artwork_by_cc3705-d3abr4q.d
+
+%.d: %.7z
+ mkdir $@ && cd $@ && bsdtar xf ../$<
diff --git a/contrib-CC3705/parabola_artwork_by_cc3705-d3abr4q.7z b/contrib-CC3705/parabola_artwork_by_cc3705-d3abr4q.7z
new file mode 100644
index 0000000..4452694
--- /dev/null
+++ b/contrib-CC3705/parabola_artwork_by_cc3705-d3abr4q.7z
Binary files differ
diff --git a/contrib-CC3705/readme.txt b/contrib-CC3705/readme.txt
new file mode 100644
index 0000000..6101db5
--- /dev/null
+++ b/contrib-CC3705/readme.txt
@@ -0,0 +1,12 @@
+This is the artwork of deviantART user "CC3705",
+Alexandre Chateauneuf.
+
+It was downloaded from
+<http://cc3705.deviantart.com/art/Parabola-Artwork-198743066>.
+
+The wallpaper that was uploaded separately at
+<http://cc3705.deviantart.com/art/Parabola-desktop-wallpaper-198744471>
+is already included.
+
+As detailed by the `readme` file in the archive, the artwork is
+CC BY-SA-2.5-CA, and the fonts used are Open Font License.
diff --git a/contrib-florian32@gmx.de/.gitignore b/contrib-florian32@gmx.de/.gitignore
new file mode 100644
index 0000000..a438335
--- /dev/null
+++ b/contrib-florian32@gmx.de/.gitignore
@@ -0,0 +1 @@
+*.d
diff --git a/contrib-florian32@gmx.de/Makefile b/contrib-florian32@gmx.de/Makefile
new file mode 100644
index 0000000..8b4f6a3
--- /dev/null
+++ b/contrib-florian32@gmx.de/Makefile
@@ -0,0 +1,4 @@
+all: art.d libre.d
+
+%.d: %.tar.gz
+ mkdir $@ && cd $@ && bsdtar xf ../$<
diff --git a/contrib-florian32@gmx.de/art-preview.txt b/contrib-florian32@gmx.de/art-preview.txt
new file mode 100644
index 0000000..27cb0a4
--- /dev/null
+++ b/contrib-florian32@gmx.de/art-preview.txt
@@ -0,0 +1,25 @@
+Date: Sun, 27 May 2012 23:19:43 +0200
+From: Florian <florian32@gmx.de>
+Subject: [Dev] Parabola Logos and Artwork
+To: dev@lists.parabolagnulinux.org
+Message-ID: <1338153583.1449.16.camel@localhost.localdomain>
+List-Id: "Developer's discussion list." <dev.lists.parabolagnulinux.org>
+
+[1 <text/plain; UTF-8 (7bit)>]
+Hi,
+
+I'm a German student and former Archlinux-user ;)
+Last month I switched to Parabola GNU/Linux! Really great to have a
+totally free OS now with all the advantages of Archlinux.
+
+Some days ago I saw that there are no artworks in
+https://parabolagnulinux.org/art/
+So I made a little design. It's inspired by the Archlinux-Logo but still
+has its own look.
+Of course it's licensed under CC-by-sa.
+I simply attached the files - hope this is okay.
+
+Thank you for your great work..
+Florian Rommel
+[2 preview.png <image/png (base64)>]
+[3 art.tar.gz <application/x-compressed-tar (base64)>]
diff --git a/contrib-florian32@gmx.de/art.tar.gz b/contrib-florian32@gmx.de/art.tar.gz
new file mode 100644
index 0000000..9c7a1fc
--- /dev/null
+++ b/contrib-florian32@gmx.de/art.tar.gz
Binary files differ
diff --git a/contrib-florian32@gmx.de/libre.tar.gz b/contrib-florian32@gmx.de/libre.tar.gz
new file mode 100644
index 0000000..1bd654b
--- /dev/null
+++ b/contrib-florian32@gmx.de/libre.tar.gz
Binary files differ
diff --git a/contrib-florian32@gmx.de/libre.txt b/contrib-florian32@gmx.de/libre.txt
new file mode 100644
index 0000000..c97f157
--- /dev/null
+++ b/contrib-florian32@gmx.de/libre.txt
@@ -0,0 +1,12 @@
+Date: Mon, 28 May 2012 00:07:40 +0200
+From: Florian <florian32@gmx.de>
+Subject: Re: [Dev] Parabola Logos and Artwork
+To: dev@lists.parabolagnulinux.org
+Message-ID: <1338156460.2327.9.camel@localhost.localdomain>
+List-Id: "Developer's discussion list." <dev.lists.parabolagnulinux.org>
+
+[1 <text/plain; UTF-8 (7bit)>]
+Thank you!
+I attached a Logo with -libre
+BTW: The font used is URW Gothic L (gsfonts-Package)
+[2 libre.tar.gz <application/x-compressed-tar (base64)>]
diff --git a/contrib-florian32@gmx.de/preview.png b/contrib-florian32@gmx.de/preview.png
new file mode 100644
index 0000000..047f6b7
--- /dev/null
+++ b/contrib-florian32@gmx.de/preview.png
Binary files differ
diff --git a/contrib-florian32@gmx.de/readme.txt b/contrib-florian32@gmx.de/readme.txt
new file mode 100644
index 0000000..0589291
--- /dev/null
+++ b/contrib-florian32@gmx.de/readme.txt
@@ -0,0 +1,7 @@
+This is the artwork of "florian32@gmx.de", Florian Rommel, as posted
+on the dev@lists.parabolagnulinux.org mailing list.
+
+`art.tar.gz` and `preview.png` were in the email `art-preview.txt`.
+`libre.tar.gz` was in the email `libre.txt`.
+
+Per the email, the artwork is CC BY-SA.
diff --git a/contrib-l1mpm4rk@gmail.com/.gitignore b/contrib-l1mpm4rk@gmail.com/.gitignore
new file mode 100644
index 0000000..6c19d19
--- /dev/null
+++ b/contrib-l1mpm4rk@gmail.com/.gitignore
@@ -0,0 +1 @@
+logos-parabola
diff --git a/contrib-l1mpm4rk@gmail.com/Logos_Parabola.tar.gz b/contrib-l1mpm4rk@gmail.com/Logos_Parabola.tar.gz
new file mode 100644
index 0000000..658853f
--- /dev/null
+++ b/contrib-l1mpm4rk@gmail.com/Logos_Parabola.tar.gz
Binary files differ
diff --git a/contrib-l1mpm4rk@gmail.com/Makefile b/contrib-l1mpm4rk@gmail.com/Makefile
new file mode 100644
index 0000000..e6077f3
--- /dev/null
+++ b/contrib-l1mpm4rk@gmail.com/Makefile
@@ -0,0 +1,4 @@
+all: logos-parabola
+
+logos-parabola: Logos_Parabola.tar.gz
+ bsdtar xf $<
diff --git a/contrib-l1mpm4rk@gmail.com/email.txt b/contrib-l1mpm4rk@gmail.com/email.txt
new file mode 100644
index 0000000..bc3490c
--- /dev/null
+++ b/contrib-l1mpm4rk@gmail.com/email.txt
@@ -0,0 +1,10 @@
+Date: Mon, 30 Jan 2012 12:45:40 -0600
+From: "Mark J. R. P." <l1mpm4rk@gmail.com>
+Subject: [Dev] Logos Parabola
+To: dev@lists.parabolagnulinux.org
+Message-ID: <20120130124540.5ae9de03@gmail.com>
+List-Id: "Developer's discussion list." <dev.lists.parabolagnulinux.org>
+
+[1 <text/plain; US-ASCII (7bit)>]
+long ago I made some logos of parabola, I remembered a moment ago!
+[2 Logos_Parabola.tar.gz <application/x-gzip (base64)>]
diff --git a/contrib-l1mpm4rk@gmail.com/readme.txt b/contrib-l1mpm4rk@gmail.com/readme.txt
new file mode 100644
index 0000000..02486fc
--- /dev/null
+++ b/contrib-l1mpm4rk@gmail.com/readme.txt
@@ -0,0 +1,4 @@
+This is the artwork of "l1mpm4rk@gmail.com", as posted on the
+dev@lists.parabolagnulinux.org mailing list.
+
+Per the file `license` in the archive, the artwork is CC BY-SA-3.0-US
diff --git a/contrib-loic.vaumerel@gmail.com/parabola.background.blue.png b/contrib-loic.vaumerel@gmail.com/parabola.background.blue.png
new file mode 100644
index 0000000..c0b43c7
--- /dev/null
+++ b/contrib-loic.vaumerel@gmail.com/parabola.background.blue.png
Binary files differ
diff --git a/contrib-loic.vaumerel@gmail.com/parabola.background.bw.png b/contrib-loic.vaumerel@gmail.com/parabola.background.bw.png
new file mode 100644
index 0000000..6af57b0
--- /dev/null
+++ b/contrib-loic.vaumerel@gmail.com/parabola.background.bw.png
Binary files differ
diff --git a/contrib-loic.vaumerel@gmail.com/parabola.background.grey.1.png b/contrib-loic.vaumerel@gmail.com/parabola.background.grey.1.png
new file mode 100644
index 0000000..b2a64c3
--- /dev/null
+++ b/contrib-loic.vaumerel@gmail.com/parabola.background.grey.1.png
Binary files differ
diff --git a/contrib-loic.vaumerel@gmail.com/parabola.background.grey.2.png b/contrib-loic.vaumerel@gmail.com/parabola.background.grey.2.png
new file mode 100644
index 0000000..714c8ee
--- /dev/null
+++ b/contrib-loic.vaumerel@gmail.com/parabola.background.grey.2.png
Binary files differ
diff --git a/contrib-loic.vaumerel@gmail.com/parabola.background.grey.3.png b/contrib-loic.vaumerel@gmail.com/parabola.background.grey.3.png
new file mode 100644
index 0000000..859b344
--- /dev/null
+++ b/contrib-loic.vaumerel@gmail.com/parabola.background.grey.3.png
Binary files differ
diff --git a/contrib-loic.vaumerel@gmail.com/parabola.background.red.png b/contrib-loic.vaumerel@gmail.com/parabola.background.red.png
new file mode 100644
index 0000000..a10817e
--- /dev/null
+++ b/contrib-loic.vaumerel@gmail.com/parabola.background.red.png
Binary files differ
diff --git a/contrib-loic.vaumerel@gmail.com/readme.txt b/contrib-loic.vaumerel@gmail.com/readme.txt
new file mode 100644
index 0000000..1bbf15c
--- /dev/null
+++ b/contrib-loic.vaumerel@gmail.com/readme.txt
@@ -0,0 +1,30 @@
+Date: Wed, 5 Dec 2012 16:23:10 +0100
+From: Loïc Vaumerel <loic.vaumerel@gmail.com>
+Subject: [Dev] Artwork
+To: dev@parabolagnulinux.org
+Message-ID: <CAEn5tkFnYcu-5SQv7C72rFZ9vzT-3fasMXw=F9WiXCze4CeVaQ@mail.gmail.com>
+List-Id: "Hackers' and community discussion list." <dev.lists.parabolagnulinux.org>
+
+[1 <text/plain; ISO-8859-1 (quoted-printable)>]
+Hi.
+
+Please find attached some artworks you can add in your dedicated web
+page. There are under whatever free license you want : gpl or cc.
+
+I'm an Oracle developer and i also know web development. I'm french. I
+would be happy to try to help you in any domain. Just let me know if
+you need my help.
+
+Regards
+Loïc
+[2 parabola.background.red.png <application/octet-stream (base64)>]
+
+[3 parabola.background.grey.3.png <application/octet-stream (base64)>]
+
+[4 parabola.background.grey.2.png <application/octet-stream (base64)>]
+
+[5 parabola.background.grey.1.png <application/octet-stream (base64)>]
+
+[6 parabola.background.bw.png <application/octet-stream (base64)>]
+
+[7 parabola.background.blue.png <application/octet-stream (base64)>]
diff --git a/official-classic/.gitignore b/official-classic/.gitignore
new file mode 100644
index 0000000..a37fcc1
--- /dev/null
+++ b/official-classic/.gitignore
@@ -0,0 +1 @@
+Parabola-libre.svgz
diff --git a/official-classic/Makefile b/official-classic/Makefile
new file mode 100644
index 0000000..37b644a
--- /dev/null
+++ b/official-classic/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/official-classic/Parabola-libre.png b/official-classic/Parabola-libre.png
new file mode 100644
index 0000000..3e46103
--- /dev/null
+++ b/official-classic/Parabola-libre.png
Binary files differ
diff --git a/official-classic/Parabola-libre.svg b/official-classic/Parabola-libre.svg
new file mode 100644
index 0000000..d661b02
--- /dev/null
+++ b/official-classic/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/official-classic/favicon.ico b/official-classic/favicon.ico
new file mode 100644
index 0000000..3e43f9b
--- /dev/null
+++ b/official-classic/favicon.ico
Binary files differ
diff --git a/official-classic/parabolabw.png b/official-classic/parabolabw.png
new file mode 100644
index 0000000..0e16d33
--- /dev/null
+++ b/official-classic/parabolabw.png
Binary files differ
diff --git a/official-classic/readme.txt b/official-classic/readme.txt
new file mode 100644
index 0000000..634058e
--- /dev/null
+++ b/official-classic/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.
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..5fe2967
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,19 @@
+Here is all of the Parabola artwork from the mailing list and around
+the web that I could find; excluding everything on labs.parabola.nu as
+part of the quest for a new official logo.
+
+One file was not included because there was no stated license for it;
+I have emailed the author and will include it pending his reply.
+
+There was also some artwork hosted on the old bug tracker, which I
+have not yet scavenged, notably at
+ <https://bugs.parabolagnulinux.org/bugs/issue196>
+All of the data for it is still on the server, but I have not
+determined the best way to harvest it. I will included that artwork
+once I figure out how to access it.
+
+Running `make` in each directory should extract any archives, or
+create any derived files.
+
+The `readme.txt` file in each directory should identify the author and
+license.