CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 10:31:19 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090410184231
location: https://web.archive.org/web/20090410184231/https://github.com/svenfuchs/adva_cms/tree/0.1.1
server-timing: captures_list;dur=1.727579, exclusion.robots;dur=0.026025, exclusion.robots.policy;dur=0.012372, esindex;dur=0.015836, cdx.remote;dur=24.774417, LoadShardBlock;dur=183.666298, PetaboxLoader3.datanode;dur=74.828222, PetaboxLoader3.resolve;dur=48.097471
x-app-server: wwwb-app225
x-ts: 302
x-tr: 250
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; 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: Sat, 23 Aug 2025 10:31:20 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Fri, 10 Apr 2009 18:42:31 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 198ms
x-archive-orig-etag: "c50a5ffcb430b4526f242a02f053163f"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 24521
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: windows-1250
memento-datetime: Fri, 10 Apr 2009 18:42:31 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="prev memento"; datetime="Fri, 06 Feb 2009 08:21:33 GMT", ; rel="memento"; datetime="Fri, 10 Apr 2009 18:42:31 GMT", ; rel="next memento"; datetime="Sat, 15 Aug 2009 03:28:18 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_9_20090410151235_crawl100-c/52_9_20090410184114_crawl101.arc.gz
server-timing: captures_list;dur=0.489932, exclusion.robots;dur=0.019517, exclusion.robots.policy;dur=0.009473, esindex;dur=0.010772, cdx.remote;dur=8.021507, LoadShardBlock;dur=243.537979, PetaboxLoader3.datanode;dur=140.702249, PetaboxLoader3.resolve;dur=95.730755, load_resource;dur=93.694255
x-app-server: wwwb-app225
x-ts: 200
x-tr: 405
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 | Thu Feb 12 06:20:03 -0800 2009 | Theme import/export [svenfuchs] |
![]() |
doc/ | Wed Feb 18 03:50:05 -0800 2009 | basic docs for extensible form builder [svenfuchs] |
![]() |
engines/ | Wed Feb 18 06:53:35 -0800 2009 | ticket rm for release [priit] |
![]() |
gems/ | Tue Feb 03 05:25:39 -0800 2009 | add paperclip gem [svenfuchs] |
![]() |
plugins/ | Wed Feb 18 05:53:32 -0800 2009 | fix user signup process: should set :uid and :u... [svenfuchs] |
![]() |
script/ | Thu Feb 12 01:09:09 -0800 2009 | remove the database preparation from the defaul... [svenfuchs] |
![]() |
setup.rb | Thu Feb 05 06:32:47 -0800 2009 | making setup.rb executable [TomK32] |
![]() |
test/ | Sat Feb 07 02:46:06 -0800 2009 | make with-sugar #it_assigns_example_values test... [svenfuchs] |
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 tests: rake db:test:clone # Clones from your development database to test database ruby script/test-adva -p # Prepares the database and runs all adva-cms tests ruby script/test-adva # Runs all adva-cms tests without preparing the database ruby script/test-adva vendor/adva/engines/adva_wiki # Runs only adva_wiki 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 Joshua Harvey
This feature is coming soon. Sit tight!