From 5f98e99ab9ee7bbebbcba5c419f8840416f13f98 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 4 Dec 2011 22:39:38 -0500 Subject: Change "Developers" to "Hackers" in groups.json --- main/fixtures/groups.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/fixtures/groups.json b/main/fixtures/groups.json index aa826b83..385e321d 100644 --- a/main/fixtures/groups.json +++ b/main/fixtures/groups.json @@ -3,7 +3,7 @@ "pk": 1, "model": "auth.group", "fields": { - "name": "Developers", + "name": "Hackers", "permissions": [ [ "change_package", -- cgit v1.1-4-g5e80 From 603992b847ab97bda474e543df005c99863a73f9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 8 Dec 2011 16:35:53 -0500 Subject: Replace the arch silhouette with a (low quality) parabola. TODO: make it look better. But props to johkra (I think?) for getting it done quickly. --- media/devs/silhouette.png | Bin 33090 -> 2411 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/media/devs/silhouette.png b/media/devs/silhouette.png index afa87cd1..c957292e 100644 Binary files a/media/devs/silhouette.png and b/media/devs/silhouette.png differ -- cgit v1.1-4-g5e80 From 2b9c2845a9a7c0c6fb83ab6d4722f102f05c4da6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 8 Dec 2011 16:50:13 -0500 Subject: add the i586 architecture to arches.json --- main/fixtures/arches.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json index 1e9dbc91..f7e7fdc0 100644 --- a/main/fixtures/arches.json +++ b/main/fixtures/arches.json @@ -30,5 +30,13 @@ "agnostic": false, "name": "mips64el" } + }, + { + "pk": 5, + "model": "main.arch", + "fields": { + "agnostic": false, + "name": "i586" + } } ] -- cgit v1.1-4-g5e80 From 438574afcd31298e9c78f3a61006e83ad3d56225 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 11 Dec 2011 19:51:21 -0500 Subject: I take it back, using // instead of https:// was a bad idea, it makes links from non-https be bad --- templates/base.html | 12 ++++++------ templates/mirrors/index.html | 2 +- templates/packages/flag.html | 4 ++-- templates/packages/flaghelp.html | 4 ++-- templates/packages/search.html | 2 +- templates/public/about.html | 2 +- templates/public/donate.html | 2 +- templates/public/download.html | 16 ++++++++-------- templates/public/feeds.html | 4 ++-- templates/public/index.html | 18 +++++++++--------- templates/public/svn.html | 2 +- 11 files changed, 34 insertions(+), 34 deletions(-) diff --git a/templates/base.html b/templates/base.html index 746c6cf4..c6ac73da 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,10 +19,10 @@ @@ -32,14 +32,14 @@ {% if user.is_authenticated %}
  • Dashboard
  • -
  • Projects
  • +
  • Archives
  • Dev Clocks
  • {% if user.is_staff %} diff --git a/templates/mirrors/index.html b/templates/mirrors/index.html index c77bf44d..43e5ce28 100644 --- a/templates/mirrors/index.html +++ b/templates/mirrors/index.html @@ -28,7 +28,7 @@

    Customized by country mirrorlist

    The following form can generate a custom up-to-date - pacman + Parabola Development mailing list with your additional text.

    Note: Do not use this facility if the package is broken! The package will be unflagged and the report will be ignored! - Use the + parabola mailing list with your additional text.

    Note: Please do not use this facility if the - package is broken! Use the sources repo.

    diff --git a/templates/public/about.html b/templates/public/about.html index 099d5513..d7941b26 100644 --- a/templates/public/about.html +++ b/templates/public/about.html @@ -53,7 +53,7 @@
  • Host repositories. Mirrors are not abundant.
  • -
  • Take a look at our TODO list
  • +
  • Take a look at our TODO list you can check to help us by donating some of your time. That will be very much appreciated by us :)

    diff --git a/templates/public/download.html b/templates/public/download.html index 2e1024b0..ea86b14b 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -23,14 +23,14 @@
  • Resources: @@ -42,7 +42,7 @@

    If you are an Arch user, there is no need to download the ISO to update your existing system to Parabola. You can just follow the instructions in our wiki to convert your existing Arch system into a free - as in freedom one. More here.

    BitTorrent Download (recommended)

    @@ -68,12 +68,12 @@ - Download @@ -94,10 +94,10 @@ Core Image - Download -

    Go to the Parabola ISOs directory.

    {%endwith%} diff --git a/templates/public/feeds.html b/templates/public/feeds.html index 69789150..a2bea2a8 100644 --- a/templates/public/feeds.html +++ b/templates/public/feeds.html @@ -17,10 +17,10 @@ the Parabola staff.

    The Parabola Wiki.

    Package Feeds

    diff --git a/templates/public/index.html b/templates/public/index.html index 36bb5484..f446dfa6 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -112,22 +112,22 @@

    Documentation

    @@ -154,9 +154,9 @@ title="View/search the package repository database">Packages
  • Package Groups
  • -
  • Issue Tracker
  • Todo Lists
  • @@ -168,7 +168,7 @@
  • About Parabola
  • Download Parabola
  • -
  • Projects on git!

    -- cgit v1.1-4-g5e80 From 96a57cd652ff2b26f15976d832e9eb1dcd2c3dd7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Dec 2011 23:35:03 -0500 Subject: add a censored logo, to help fight SOPA --- media/archnavbar/archnavbar.css | 2 +- media/archnavbar/parabolabw-sopa.png | Bin 0 -> 12187 bytes media/archnavbar/parabolabw-sopa.xcf | Bin 0 -> 27929 bytes 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 media/archnavbar/parabolabw-sopa.png create mode 100644 media/archnavbar/parabolabw-sopa.xcf diff --git a/media/archnavbar/archnavbar.css b/media/archnavbar/archnavbar.css index f83b8544..61d2b29b 100644 --- a/media/archnavbar/archnavbar.css +++ b/media/archnavbar/archnavbar.css @@ -11,7 +11,7 @@ #archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 50px !important; width: 397px !important; } /* and use a proper PNG for all other modern browsers */ -html > body #archnavbarlogo { background: url('parabolabw.png') no-repeat !important; } +html > body #archnavbarlogo { background: url('parabolabw-sopa.png') no-repeat !important; } /* move the heading/paragraph text offscreen */ #archnavbarlogo p { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; } diff --git a/media/archnavbar/parabolabw-sopa.png b/media/archnavbar/parabolabw-sopa.png new file mode 100644 index 00000000..f062e11e Binary files /dev/null and b/media/archnavbar/parabolabw-sopa.png differ diff --git a/media/archnavbar/parabolabw-sopa.xcf b/media/archnavbar/parabolabw-sopa.xcf new file mode 100644 index 00000000..0319bf75 Binary files /dev/null and b/media/archnavbar/parabolabw-sopa.xcf differ -- cgit v1.1-4-g5e80