CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 22 Aug 2025 13:46:24 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091205011055
location: https://web.archive.org/web/20091205011055/https://github.com/rackspace/docs-cloudfiles
server-timing: captures_list;dur=0.793314, exclusion.robots;dur=0.027483, exclusion.robots.policy;dur=0.012003, esindex;dur=0.015080, cdx.remote;dur=20.076128, LoadShardBlock;dur=219.713746, PetaboxLoader3.datanode;dur=111.854419, PetaboxLoader3.resolve;dur=75.404875
x-app-server: wwwb-app221
x-ts: 302
x-tr: 287
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; 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: Fri, 22 Aug 2025 13:46:26 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 05 Dec 2009 01:10:55 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "8364a2fc59e1ee0a652803c487855e9d"
x-archive-orig-x-runtime: 66ms
x-archive-orig-content-length: 21806
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: Sat, 05 Dec 2009 01:10:55 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 08 Oct 2009 00:04:40 GMT", ; rel="prev memento"; datetime="Fri, 09 Oct 2009 03:06:19 GMT", ; rel="memento"; datetime="Sat, 05 Dec 2009 01:10:55 GMT", ; rel="next memento"; datetime="Wed, 09 Dec 2009 00:38:57 GMT", ; rel="last memento"; datetime="Fri, 16 Aug 2013 04:05:08 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: 51_13_20091204135515_crawl103-c/51_13_20091205010720_crawl101.arc.gz
server-timing: captures_list;dur=0.646763, exclusion.robots;dur=0.022672, exclusion.robots.policy;dur=0.009613, esindex;dur=0.013411, cdx.remote;dur=11.299379, LoadShardBlock;dur=586.658400, PetaboxLoader3.datanode;dur=344.349248, PetaboxLoader3.resolve;dur=993.435964, load_resource;dur=777.914908
x-app-server: wwwb-app221
x-ts: 200
x-tr: 1432
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
rackspace's docs-cloudfiles at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Cloud Files Documentation (Introduction and Developer Guide) edit |
Homepage: | https://www.rackspacecloud.com/cloud_hosting_products/files edit |
Public Clone URL: |
git://github.com/rackspace/docs-cloudfiles.git
Give this clone URL to anyone.
git clone git://github.com/rackspace/docs-cloudfiles.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:rackspace/docs-cloudfiles.git
|

edjy (author)
Wed Aug 12 07:26:42 -0700 2009
name | age | message | |
---|---|---|---|
![]() |
README | Wed Aug 12 07:26:42 -0700 2009 | initial checkin with new doc format [edjy] |
![]() |
cf-devguide/ | Wed Aug 12 07:26:42 -0700 2009 | initial checkin with new doc format [edjy] |
![]() |
cf-intro/ | Wed Aug 12 07:26:42 -0700 2009 | initial checkin with new doc format [edjy] |
README
Cloud Files Documentation ========================= There are two distinct documents in this repository. * Introduction - Introduce new users to Cloud Files * Developer Guide - Document the Cloud Files ReST interface Each Cloud Files doc resides in it's own sub-directory. The docs are written in reStructuredText markup format. Sphinx is used to convert the raw rst into HTML and PDF. reST: https://docutils.sourceforge.net/rst.html sphinx: https://sphinx.pocoo.org/ Each project was created with 'sphinx-quickstart'. The only non-defaults answers supplied to sphinx-quickstart were to specify the project's main doc name (rather than 'index') and to specify .txt extenstion instead of .rst. The Sphinx conf.py files were also tweaked to remove the search/navigation features. In each project dir, run 'make <builder>' to generate the docs where 'builder' is either 'html' or 'latex'. The PDF format can be generated from the latex source. On a Debian system, there are a slew of latex packages (including fonts) that need to be installed before the PDF can be generated. HTML example:: $ cd cf-devguide $ make html $ firefox _build/html/cf-devguide.html & PDF example:: $ cd cf-devguide $ make latex $ cd _build/latex $ # edit _build/latex/Makefile and remove the "-makeindex" lines $ make all-pdf
This feature is coming soon. Sit tight!