CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 17 Aug 2025 06:31:13 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090417173802
location: https://web.archive.org/web/20090417173802/https://github.com/svenfuchs/adva_cms/tree/rails-2.3
server-timing: captures_list;dur=0.798279, exclusion.robots;dur=0.026127, exclusion.robots.policy;dur=0.011427, esindex;dur=0.016280, cdx.remote;dur=128.465760, LoadShardBlock;dur=245.170498, PetaboxLoader3.datanode;dur=81.463560, PetaboxLoader3.resolve;dur=76.412816
x-app-server: wwwb-app203
x-ts: 302
x-tr: 424
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app203; 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: Sun, 17 Aug 2025 06:31:13 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Fri, 17 Apr 2009 17:38:02 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 790ms
x-archive-orig-etag: "7782bb5fbd1979e09a166ea9b3388c6c"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 22908
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: windows-1250
memento-datetime: Fri, 17 Apr 2009 17:38:02 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 14 Feb 2009 11:59:18 GMT", ; rel="prev memento"; datetime="Sat, 14 Feb 2009 11:59:18 GMT", ; rel="memento"; datetime="Fri, 17 Apr 2009 17:38:02 GMT", ; rel="next memento"; datetime="Wed, 03 Mar 2010 11:22:47 GMT", ; rel="last memento"; datetime="Wed, 03 Mar 2010 11:22:47 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_9_20090417135458_crawl100-c/51_9_20090417173647_crawl101.arc.gz
server-timing: captures_list;dur=0.482017, exclusion.robots;dur=0.016952, exclusion.robots.policy;dur=0.008164, esindex;dur=0.013052, cdx.remote;dur=7.507283, LoadShardBlock;dur=178.753607, PetaboxLoader3.datanode;dur=87.214867, PetaboxLoader3.resolve;dur=266.771778, load_resource;dur=198.973004
x-app-server: wwwb-app203
x-ts: 200
x-tr: 443
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
svenfuchs's adva_cms at rails-2.3 - 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: | cutting edge cms, blog, wiki, forum ... |
Homepage: | https://artweb-design.lighthouseapp.com/projects/13992-adva_cms/overview |
Clone URL: |
git://github.com/svenfuchs/adva_cms.git
Give this clone URL to anyone.
git clone git://github.com/svenfuchs/adva_cms.git
|
adva_cms /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue Feb 03 07:31:06 -0800 2009 | ok, stop ignoring themes/ folders, we need the ... [svenfuchs] |
![]() |
CHANGELOG | Loading commit data... ![]() |
|
![]() |
README | ||
![]() |
doc/ | ||
![]() |
engines/ | ||
![]() |
gems/ | ||
![]() |
plugins/ | ||
![]() |
script/ | ||
![]() |
setup.rb | Thu Feb 05 06:32:47 -0800 2009 | making setup.rb executable [TomK32] |
![]() |
test/ |
Welcome to adva-cms =================== adva-cms is a cutting edge open source application platform based on Ruby on Rails and Rails Engines. Different from others, adva-cms lives in vendor directory and keeps your main app directory clean and dandy. So you can reclaim app directory and use it only for your own application files. adva-cms makes it extensible: you can only pick those engines/features you really need for your application and omit the rest. All engines are designed to work together seamlessly, so the whole platform feels much more consistent for similar but separate Rails applications. Please check out /doc directory and our site https://adva-cms.org for more info. Installation ============ You need Rails 2.2.2 or newer. rails my-app cd my-app git init git submodule add git://github.com/svenfuchs/adva_cms.git vendor/adva ruby vendor/adva/setup.rb # adds adva rake tasks and required files rake db:migrate:all # runs adva-cms migrations ruby script/server firefox https://localhost:3000 # alternatively use git clone instead of git submodule: # git clone git://github.com/svenfuchs/adva_cms.git vendor/adva # to switch to a certain tag or branch other than the master branch you can do: # cd vendor/adva # git checkout -b [your-branchname] origin/[branchname] or # git checkout -b [your-branchname] [tagname] # cd - You should see adva-cms installation screen. Fill out the form and you're started, enjoy! Configuration ============= You can change adva-cms configuration at: config/initializers/adva.rb Development =========== Please check out /doc directory for high level overview about adva-cms. Running specs and int tests: rake db:test:clone # Clones from your development database to test database ruby script/test-adva # Runs all adva-cms specs and int tests Please report bugs to Lighthouse: https://artweb-design.lighthouseapp.com/projects/13992-adva_cms/overview Git repository: https://github.com/svenfuchs/adva_cms/tree/master adva-cms mailing list: https://groups.google.com/group/adva-cms adva-cms irc: irc://irc.freenode.net#adva-cms Developers ========== Sven Fuchs Marko Seppä Clemens Kofler Priit Tamboom Thomas R. Koll
This feature is coming soon. Sit tight!