CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 14 Aug 2025 10:24:13 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090406113033
location: https://web.archive.org/web/20090406113033/https://github.com/svenfuchs/adva_cms/tree/0.1.0
server-timing: captures_list;dur=0.808712, exclusion.robots;dur=0.027863, exclusion.robots.policy;dur=0.012560, esindex;dur=0.014028, cdx.remote;dur=705.162926, LoadShardBlock;dur=872.074457, PetaboxLoader3.datanode;dur=535.108555, PetaboxLoader3.resolve;dur=97.410725
x-app-server: wwwb-app214
x-ts: 302
x-tr: 1643
server-timing: TR;dur=0,Tw;dur=20,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app214; 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: Thu, 14 Aug 2025 10:24:17 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Mon, 06 Apr 2009 11:30:32 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 415ms
x-archive-orig-etag: "d5309953d77761cca9a1ef840f482fc7"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 23852
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 06 Apr 2009 11:30:33 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 04 Feb 2009 05:14:57 GMT", ; rel="prev memento"; datetime="Wed, 04 Feb 2009 05:14:57 GMT", ; rel="memento"; datetime="Mon, 06 Apr 2009 11:30:33 GMT", ; rel="next memento"; datetime="Thu, 21 May 2009 19:14:40 GMT", ; rel="last memento"; datetime="Thu, 21 May 2009 19:14:40 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_9_20090406065331_crawl102-c/52_9_20090406111539_crawl101.arc.gz
server-timing: captures_list;dur=0.529887, exclusion.robots;dur=0.020377, exclusion.robots.policy;dur=0.009421, esindex;dur=0.010926, cdx.remote;dur=3224.219522, LoadShardBlock;dur=113.666410, PetaboxLoader3.datanode;dur=84.240401, PetaboxLoader3.resolve;dur=116.993789, load_resource;dur=98.611124
x-app-server: wwwb-app214
x-ts: 200
x-tr: 3510
server-timing: TR;dur=0,Tw;dur=392,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.0 - 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 | Mon Dec 08 07:43:54 -0800 2008 | extraced strings for localization from engines/... [theinterned] |
![]() |
.gitmodules | Wed Jan 14 08:06:48 -0800 2009 | Add plugin again. [clemens] |
![]() |
CHANGELOG | Wed Dec 24 01:02:48 -0800 2008 | hurray, a CHANGELOG [TomK32] |
![]() |
README | Loading commit data... ![]() |
|
![]() |
doc/ | Thu Dec 11 00:09:27 -0800 2008 | readme update [priit] |
![]() |
engines/ | ||
![]() |
gems/ | ||
![]() |
plugins/ | Mon Jan 19 07:39:58 -0800 2009 | made topic and comment counters work with forum... [mseppae] |
![]() |
script/ | Wed Jan 07 01:06:29 -0800 2009 | merged mtyaka's work on js layer [svenfuchs] |
![]() |
setup.rb | Thu Feb 05 06:32:47 -0800 2009 | making setup.rb executable [TomK32] |
![]() |
spec/ | Fri Dec 05 01:56:44 -0800 2008 | webrat updatet to trunk [priit] |
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 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 migrations ruby script/server firefox https://localhost:3000 You should see Adva installation screen. Fill out the form and you're started, enjoy! Development =========== Please check out /doc directory for high level overview about Adva. Running specs and int tests rake db:test:clone # Clones from your development database to test database ruby script/test-adva # Runs all Adva 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 mailing list: https://groups.google.com/group/adva-cms Adva irc: irc://irc.freenode.net#adva-cms
This feature is coming soon. Sit tight!