CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 27 Aug 2025 08:59:51 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081224170348
location: https://web.archive.org/web/20081224170348/https://github.com/svenfuchs/adva_cms/tree/old-style
server-timing: captures_list;dur=0.592940, exclusion.robots;dur=0.022635, exclusion.robots.policy;dur=0.011511, esindex;dur=0.012225, cdx.remote;dur=13.741160, LoadShardBlock;dur=194.254283, PetaboxLoader3.datanode;dur=60.484720, PetaboxLoader3.resolve;dur=75.292131
x-app-server: wwwb-app212
x-ts: 302
x-tr: 231
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; 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: Wed, 27 Aug 2025 08:59:52 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Wed, 24 Dec 2008 17:03:48 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 4472ms
x-archive-orig-etag: "4c21bab97ebe2e577c4fab55faa82a76"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 17922
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 24 Dec 2008 17:03:48 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 24 Dec 2008 17:03:48 GMT", ; rel="memento"; datetime="Wed, 24 Dec 2008 17:03:48 GMT", ; rel="next memento"; datetime="Mon, 23 Feb 2009 15:27:39 GMT", ; rel="last memento"; datetime="Mon, 23 Feb 2009 15:27:39 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_7_20081224134624_crawl103-c/52_7_20081224170328_crawl103.arc.gz
server-timing: captures_list;dur=0.873802, exclusion.robots;dur=0.027649, exclusion.robots.policy;dur=0.012657, esindex;dur=0.013553, cdx.remote;dur=19.498209, LoadShardBlock;dur=95.071334, PetaboxLoader3.datanode;dur=156.809930, load_resource;dur=362.218115, PetaboxLoader3.resolve;dur=285.770644
x-app-server: wwwb-app212
x-ts: 200
x-tr: 526
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 old-style — 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 Oct 31 01:52:27 -0700 2008 | added themes dir to .gitignore (correct me, if ... [priit] |
![]() |
README | Thu Nov 06 06:09:27 -0800 2008 | Readme updated: added git's submodule way of us... [priit] |
![]() |
doc/ | Sun Nov 02 10:14:20 -0800 2008 | add notes [svenfuchs] |
![]() |
engines/ | Wed Nov 19 07:04:34 -0800 2008 | fixed fucked-up merge [mseppae] |
![]() |
gems/ | Sun Nov 02 08:59:43 -0800 2008 | librarize the codebase. i.e. adva-cms won't shi... [svenfuchs] |
![]() |
plugins/ | Fri Nov 07 15:22:26 -0800 2008 | make running tests and specs a bit easier, setu... [svenfuchs] |
![]() |
script/ | Fri Nov 07 15:22:26 -0800 2008 | make running tests and specs a bit easier, setu... [svenfuchs] |
![]() |
spec/ | Fri Nov 07 14:04:28 -0800 2008 | fix bug in reverse_updating attributes in admin... [svenfuchs] |
README
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. Find out more about adva-cms at: https://adva-cms.org Installation ============ You need Rails 2.1.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/script/setup # adds adva rake tasks and required files rake db:migrate:all # migrates all 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 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 Running specs and stories rake adva_cms:test # Runs all adva specs and stories rake adva_cms:test:specs # Runs all adva specs rake adva_cms:test:stories # Runs all adva stories
This feature is coming soon. Sit tight!