From 5edf22c30c34478589c23d6b80723c185b3a72a6 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 | 4 ++++ art-preview.txt | 25 +++++++++++++++++++++++++ art.tar.gz | Bin 0 -> 5815 bytes libre.tar.gz | Bin 0 -> 5624 bytes libre.txt | 12 ++++++++++++ preview.png | Bin 0 -> 14954 bytes readme.txt | 7 +++++++ 8 files changed, 49 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile create mode 100644 art-preview.txt create mode 100644 art.tar.gz create mode 100644 libre.tar.gz create mode 100644 libre.txt create mode 100644 preview.png create mode 100644 readme.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a438335 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.d diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8b4f6a3 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: art.d libre.d + +%.d: %.tar.gz + mkdir $@ && cd $@ && bsdtar xf ../$< diff --git a/art-preview.txt b/art-preview.txt new file mode 100644 index 0000000..27cb0a4 --- /dev/null +++ b/art-preview.txt @@ -0,0 +1,25 @@ +Date: Sun, 27 May 2012 23:19:43 +0200 +From: Florian +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." + +[1 ] +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 ] +[3 art.tar.gz ] diff --git a/art.tar.gz b/art.tar.gz new file mode 100644 index 0000000..9c7a1fc Binary files /dev/null and b/art.tar.gz differ diff --git a/libre.tar.gz b/libre.tar.gz new file mode 100644 index 0000000..1bd654b Binary files /dev/null and b/libre.tar.gz differ diff --git a/libre.txt b/libre.txt new file mode 100644 index 0000000..c97f157 --- /dev/null +++ b/libre.txt @@ -0,0 +1,12 @@ +Date: Mon, 28 May 2012 00:07:40 +0200 +From: Florian +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." + +[1 ] +Thank you! +I attached a Logo with -libre +BTW: The font used is URW Gothic L (gsfonts-Package) +[2 libre.tar.gz ] diff --git a/preview.png b/preview.png new file mode 100644 index 0000000..047f6b7 Binary files /dev/null and b/preview.png differ diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..0589291 --- /dev/null +++ b/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. -- cgit v1.2.3