CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 02 Sep 2025 08:59:45 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090204051457
location: https://web.archive.org/web/20090204051457/https://github.com/svenfuchs/adva_cms/tree/0.1.0
server-timing: captures_list;dur=0.939950, exclusion.robots;dur=0.037868, exclusion.robots.policy;dur=0.018790, esindex;dur=0.019122, cdx.remote;dur=15.967015, LoadShardBlock;dur=304.821182, PetaboxLoader3.datanode;dur=132.249288, PetaboxLoader3.resolve;dur=118.387714
x-app-server: wwwb-app215
x-ts: 302
x-tr: 357
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: Tue, 02 Sep 2025 08:59:45 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Wed, 04 Feb 2009 05:14:56 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 177ms
x-archive-orig-etag: "7371b45e7df85606bae4ce266104679d"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 21898
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 04 Feb 2009 05:14:57 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="memento"; datetime="Wed, 04 Feb 2009 05:14:57 GMT", ; rel="next memento"; datetime="Mon, 06 Apr 2009 11:30:33 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_8_20090204051212_crawl103-c/52_8_20090204051436_crawl101.arc.gz
server-timing: captures_list;dur=0.798535, exclusion.robots;dur=0.028219, exclusion.robots.policy;dur=0.013445, esindex;dur=0.015799, cdx.remote;dur=66.670351, LoadShardBlock;dur=98.112017, PetaboxLoader3.datanode;dur=152.041815, load_resource;dur=258.725192, PetaboxLoader3.resolve;dur=159.990970
x-app-server: wwwb-app215
x-ts: 200
x-tr: 530
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.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 | Fri Dec 05 15:26:43 -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 | Wed Jan 07 09:01:33 -0800 2009 | readme update [priit] |
![]() |
doc/ | Thu Dec 11 00:09:27 -0800 2008 | readme update [priit] |
![]() |
engines/ | Loading commit data... ![]() |
|
![]() |
gems/ | Fri Jan 16 00:41:15 -0800 2009 | rm ar_mailer gem because it's no needed [priit] |
![]() |
plugins/ | Mon Jan 19 07:39:27 -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 | Mon Jan 05 01:52:12 -0800 2009 | readme migration update + setup.rb loads script... [priit] |
![]() |
spec/ | Wed Dec 03 08:11:48 -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!