CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 11:18:22 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090206082133
location: https://web.archive.org/web/20090206082133/https://github.com/svenfuchs/adva_cms/tree/0.1.1
server-timing: captures_list;dur=0.487268, exclusion.robots;dur=0.014782, exclusion.robots.policy;dur=0.006894, esindex;dur=0.008911, cdx.remote;dur=8.787280, LoadShardBlock;dur=266.383130, PetaboxLoader3.datanode;dur=183.703773, PetaboxLoader3.resolve;dur=56.190541
x-app-server: wwwb-app215
x-ts: 302
x-tr: 301
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: Sun, 24 Aug 2025 11:18:22 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Fri, 06 Feb 2009 08:21:33 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 132ms
x-archive-orig-etag: "0e4db5d8f2132a3d020237374938d5ce"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 21959
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: windows-1250
memento-datetime: Fri, 06 Feb 2009 08:21:33 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 06 Feb 2009 08:21:33 GMT", ; rel="memento"; datetime="Fri, 06 Feb 2009 08:21:33 GMT", ; rel="next memento"; datetime="Fri, 10 Apr 2009 18:42:31 GMT", ; rel="last memento"; datetime="Tue, 30 Mar 2010 03:40:33 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: 52_8_20090206053305_crawl103-c/52_8_20090206081935_crawl101.arc.gz
server-timing: captures_list;dur=0.426156, exclusion.robots;dur=0.016805, exclusion.robots.policy;dur=0.008998, esindex;dur=0.009857, cdx.remote;dur=5.952952, LoadShardBlock;dur=200.342020, PetaboxLoader3.datanode;dur=191.998241, PetaboxLoader3.resolve;dur=198.135916, load_resource;dur=208.790768
x-app-server: wwwb-app215
x-ts: 200
x-tr: 469
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 0.1.1 - 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 | Tue Jan 20 06:10:40 -0800 2009 | Clean up CHANGELOG. [clemens] |
![]() |
README | Tue Feb 03 06:45:10 -0800 2009 | minor things in setup script and readme [svenfuchs] |
![]() |
doc/ | Thu Dec 11 00:09:27 -0800 2008 | readme update [priit] |
![]() |
engines/ | Thu Feb 05 08:13:51 -0800 2009 | working on integration events_test [TomK32] |
![]() |
gems/ | Mon Feb 02 00:26:57 -0800 2009 | add paperclip gem [svenfuchs] |
![]() |
plugins/ | Tue Feb 03 09:57:01 -0800 2009 | move authentication to plugins, as it's not an ... [svenfuchs] |
![]() |
script/ | Tue Feb 03 06:45:10 -0800 2009 | minor things in setup script and readme [svenfuchs] |
![]() |
setup.rb | Mon Jan 05 01:52:12 -0800 2009 | readme migration update + setup.rb loads script... [priit] |
![]() |
test/ | Wed Feb 04 09:50:21 -0800 2009 | patching with-sugar: a bug that allowed certain... [TomK32] |
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!