summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2016-11-24remove old sponsorsLuke Shumaker
2016-10-19revert indentationIsaac David
2016-10-19add link to subreddit page under 'Community' sectionIsaac David
2016-07-11Add Free Culture menu in main pageAndré Fabian Silva Delgado
2016-07-04fix Bugs to Labs and add some examplescoadde [Márcio Alexandre Silva Delgado]
2016-07-02minor fixAndré Fabian Silva Delgado
2016-06-22add some modifications based on the Social Contract's consensusAndré Fabian Silva Delgado
2016-06-22remove logos and artworkscoadde [Márcio Alexandre Silva Delgado]
2016-06-22fix Arch namescoadde [Márcio Alexandre Silva Delgado]
2016-05-10Add armv7h supportAndré Fabian Silva Delgado
2016-05-04Add 1984 as Parabola's server hosting sponsorAndré Fabian Silva Delgado
2016-05-04Add Gandi.net as Parabola's domain name sponsorAndré Fabian Silva Delgado
2016-05-04Add Robofun as Parabola's ARM port sponsorAndré Fabian Silva Delgado
2016-01-29remove the /https/ page, now that we use generally accepted LE certs.Luke Shumaker
2016-01-07Update main page and About's templateAndré Fabian Silva Delgado
2016-01-07Update About's templateAndré Fabian Silva Delgado
2016-01-07Add link to the article "ARM Installation Guide"André Fabian Silva Delgado
2016-01-07Update main pageAndré Fabian Silva Delgado
Notable things: * Update main description about Parabola * Add link to the article "Migration from Arch ARM" * Update social group link from Identi.ca to GNU social
2015-11-04revert the last commitLuke Shumaker
2015-11-04add paypal donate buttonLuke Shumaker
2015-09-29Add Fundația Ceata as Parabola's fiscal sponsorAndré Fabian Silva Delgado
2015-08-06Merge branch 'archweb-generic'Luke Shumaker
# Conflicts: # public/tests.py # templates/base.html
2015-08-05Merge branch 'archweb' into archweb-genericLuke Shumaker
2015-06-05Tweak display of todolist descriptionsDan McGee
Indent, call out, and add some borders, among other things. Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-16Merge branch 'archweb-generic'Luke Shumaker
2015-04-16Merge tag 'release_2015-04-13' into archweb-genericLuke Shumaker
Fix up 'None' display in places
2015-04-16Fix missing single-quoteLuke Shumaker
2015-04-16Merge branch 'archweb-generic'Luke Shumaker
2015-04-15Fix a case of "Arch Linux" that slipped in in 88a457f1cLuke Shumaker
2015-04-15Merge tag 'release_2014-12-08' into archweb-genericLuke Shumaker
Minor fixes and package updates
2015-04-15Merge tag 'release_2014-11-08.2' into archweb-genericLuke Shumaker
Todolist pagination and sitemap, news sitemap
2015-04-15Merge tag 'release_2014-11-08' into archweb-genericLuke Shumaker
Mirror status and details switch to Jinja2
2015-04-15Merge branch 'archweb-generic'Luke Shumaker
2015-04-15Redirect several URLs at the router level.Luke Shumaker
2015-04-15Merge tag 'release_2014-11-02' into archweb-genericLuke Shumaker
Staff groups
2015-04-15Merge branch 'master-nomake'Luke Shumaker
2015-04-15Merge branch 'archweb-generic' into master-nomakeLuke Shumaker
2015-04-15Merge tag 'release_2014-10-28' into archweb-genericLuke Shumaker
Fix django_countries issues
2015-04-15Merge branch 'mkjs' into archweb-genericLuke Shumaker
2015-04-14Replace usage of parabolagnulinux.org with parabola.nu, alsoLuke Shumaker
replace repo.parabola.nu/isos/ with /iso/, in settings.py
2015-04-13Merge branch 'archweb-generic' into master-nomakeLuke Shumaker
# Conflicts: # public/views.py
2015-04-13Merge tag 'release_2014-10-20' into archweb-genericLuke Shumaker
A few Jinja2 fixes and some perf changes
2015-04-13Merge branch 'archweb-generic' into master-nomakeLuke Shumaker
2015-04-13Catch an instance of "Arch Linux" in packages/details.htmlLuke Shumaker
2015-04-13Merge tag 'release_2014-10-19' into archweb-genericLuke Shumaker
Jinja2 switch for some templates, exact matches in package search # Conflicts: # templates/packages/search.html
2015-04-13Merge tag 'release_2014-10-19' into archweb-genericLuke Shumaker
Jinja2 switch for some templates, exact matches in package search
2015-04-13Add JSON-LD search engine configurationDan McGee
Implemented as documented here: http://googlewebmastercentral.blogspot.com/2014/09/improved-sitelinks-search-box.html Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-13Use UTF-8 copyright sign; save a few bytesDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-12Add true parameter to Jinja2 default filterDan McGee
We need this to make it act more like the Django filter, which prints the default value not only when the variable is undefined, but also when it evaluates to being false (such as a None value). Noticed by felixonmars on packages that provided other packages; None was always showing as the comparison operator. More embarrassing is that our file lists were always showing 'None' concatenated onto all directory entries. Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-07Fix URL details page when checks don't have locationsDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>