summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-17ipxe: Don't mention non-free intel_ucode.imgparabolaweb-2019-03-17Luke Shumaker
2019-03-17Merge branch 'archweb-generic'Luke Shumaker
2019-03-17Rename '/releng/archlinux.ipxe' to '/releng/{{BRANDING_SLUG}}.ipxe'Luke Shumaker
2019-03-10Merge branch 'lukeshu/rebase/master'Luke Shumaker
2019-03-10make clean && makelukeshu/rebase/masterLuke Shumaker
2019-03-10Reduce pointless whitespace differences with archweb-genericLuke Shumaker
2019-03-10restore un-committed change of "Bugs" to "Issues" in navbarbill-auger
2019-03-10Revert debug statementsLuke Shumaker
2019-03-10reporead: just set the arch to the main archLuke Shumaker
2019-03-10reporead: set the phony any arches to be valid arch namesLuke Shumaker
2019-03-10reporead: spoof the arch as "any (${tarch})" for arch=(any) packagesLuke Shumaker
https://labs.parabola.nu/issues/1666
2019-03-10These changes were sitting on the server, and were timestamped 2018-04-26root
2019-03-10These changes were sitting on the server, and were timestamped 2017-11-07root
2019-03-10command: syncisos: Update HTML parser to work with repoindexLuke Shumaker
First of all: the regex was broken. The existing check would have been better written as: - self.url_re = re.compile('(?!\.{2})/$') ... - if value != '../' and self.url_re.search(value) is not None: + if value != '../' and value.endswith('/'): Anyway, reduce the nesting a bit, and revise the check to filter out the extra links that repoindex includes.
2019-03-10Use uglifyjs instead of closure-compiler. It's faster.Luke Shumaker
2019-03-10remove old sponsorsLuke Shumaker
2019-03-10revert indentationIsaac David
2019-03-10add link to subreddit page under 'Community' sectionIsaac David
2019-03-10Add Free Culture menu in main pageAndré Fabian Silva Delgado
2019-03-10Update Ceata logoAndré Fabian Silva Delgado
2019-03-10fix Bugs to Labs and add some examplescoadde [Márcio Alexandre Silva Delgado]
2019-03-10fix some commentscoadde [Márcio Alexandre Silva Delgado]
2019-03-10minor fixAndré Fabian Silva Delgado
2019-03-10add some modifications based on the Social Contract's consensusAndré Fabian Silva Delgado
2019-03-10remove logos and artworkscoadde [Márcio Alexandre Silva Delgado]
2019-03-10fix Arch namescoadde [Márcio Alexandre Silva Delgado]
2019-03-10update developer documentationLuke Shumaker
2019-03-10this was sitting hereParabolaWeb
2019-03-10Add armv7h supportAndré Fabian Silva Delgado
2019-03-10update logotypescoadde [Márcio Alexandre Silva Delgado]
2019-03-10Add 1984 as Parabola's server hosting sponsorAndré Fabian Silva Delgado
2019-03-10Add Gandi.net as Parabola's domain name sponsorAndré Fabian Silva Delgado
2019-03-10Add Robofun as Parabola's ARM port sponsorAndré Fabian Silva Delgado
2019-03-10Add Artists group to urls.pyAndré Fabian Silva Delgado
2019-03-10Add Artists group and update Support Staff descriptionAndré Fabian Silva Delgado
2019-03-10remove the /https/ page, now that we use generally accepted LE certs.Luke Shumaker
2019-03-10Update main page and About's templateAndré Fabian Silva Delgado
2019-03-10Update About's templateAndré Fabian Silva Delgado
2019-03-10Add link to the article "ARM Installation Guide"André Fabian Silva Delgado
2019-03-10Update 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
2019-03-10Reword the default description for the "Support Staff" group to sayLuke Shumaker
"GNU/Linux" instead of "Linux".
2019-03-10revert the last commitLuke Shumaker
2019-03-10add paypal donate buttonLuke Shumaker
2019-03-10Add Fundația Ceata as Parabola's fiscal sponsorAndré Fabian Silva Delgado
2019-03-10Fix bug in MakefileLuke Shumaker
2019-03-10remove no-longer-used Makefile helpersLuke Shumaker
2019-03-10Merge branch 'archweb-generic'Luke Shumaker
2019-03-10Merge branch 'archweb-generic'Luke Shumaker
# Conflicts: # public/tests.py # templates/base.html
2019-03-10I can't intercept /people/* urlsLuke Shumaker
2019-03-10Whoops, I left trusted-user-fellows in staff_groups.json.Luke Shumaker