CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 30 Aug 2025 17:19:39 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100210045321
location: https://web.archive.org/web/20100210045321/https://github.com/CodeBlock/ArchLinux-Code-Website
server-timing: captures_list;dur=1.187634, exclusion.robots;dur=0.035020, exclusion.robots.policy;dur=0.016600, esindex;dur=0.017283, cdx.remote;dur=58.533480, LoadShardBlock;dur=1836.959681, PetaboxLoader3.resolve;dur=566.627515, PetaboxLoader3.datanode;dur=103.295948
x-app-server: wwwb-app215
x-ts: 302
x-tr: 2086
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app215; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 30 Aug 2025 17:19:41 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 10 Feb 2010 04:53:22 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "6a54eea9c4e4a5bf58136a5bceb9124a"
x-archive-orig-x-runtime: 218ms
x-archive-orig-content-length: 27373
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 10 Feb 2010 04:53:21 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 10 Feb 2010 04:53:21 GMT", ; rel="memento"; datetime="Wed, 10 Feb 2010 04:53:21 GMT", ; rel="last memento"; datetime="Wed, 10 Feb 2010 04:53:21 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100210043946-00518-ia360904-c/TLA-20100210044918-00626-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=1.485815, exclusion.robots;dur=0.020277, exclusion.robots.policy;dur=0.010209, esindex;dur=0.010632, cdx.remote;dur=12.570679, LoadShardBlock;dur=1642.190391, PetaboxLoader3.datanode;dur=100.322889, PetaboxLoader3.resolve;dur=256.958995, load_resource;dur=304.165406
x-app-server: wwwb-app215
x-ts: 200
x-tr: 2026
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
CodeBlock's ArchLinux-Code-Website at master - GitHub
This service is courtesy of Pledgie.
CodeBlock / ArchLinux-Code-Website
- Source
- Commits
- Network (1)
- Issues (4)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (2)
- django-paste
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Freenode/#archlinux-code website — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
LICENSE | ||
![]() |
README | ||
![]() |
TODO | Sat Dec 12 02:46:08 -0800 2009 | Removed some items from the project TODO list. [wraithan] |
![]() |
__init__.py | ||
![]() |
bootstrap.py | Tue Dec 01 00:11:38 -0800 2009 | Changed the way things are insalled via paver. ... [wraithan] |
![]() |
challenge/ | Tue Dec 15 22:03:02 -0800 2009 | PEP8'd the whole codebase. - Next will be to P... [wraithan] |
![]() |
db/ | ||
![]() |
home/ | ||
![]() |
manage.py | Mon Nov 16 21:53:32 -0800 2009 | Initial Commit: - Contest app started - no m... [CodeBlock] |
![]() |
media/ | ||
![]() |
pavement.py | ||
![]() |
serverurls.py | ||
![]() |
settings.py.EXAMPLE | Sun Dec 13 22:22:48 -0800 2009 | Added dpaste to the settings.py.EXAMPLE [wraithan] |
![]() |
templates/ | ||
![]() |
urls.py |
README
I have setup a paver script to create a virtualenv and install all needed dependencies. You do not need paver or virtualenv to use this script as it will set those up for you. If you want to change the paver script though, you are going to need to have paver installed. The following steps will get your virtualenv setup and started: python bootstrap.py . bin/activate The first line will install all dependencies and make the virualenv if it doesn't exist. The second line activates the virtualenv so that packages installed while in virtualenv are accessible. You can leave virtualenv with a simple 'deactivate'