CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 09 Aug 2025 17:02:42 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090411090731
location: https://web.archive.org/web/20090411090731/https://github.com/svenfuchs/adva_cms/tree/interface
server-timing: captures_list;dur=1.648916, exclusion.robots;dur=0.026597, exclusion.robots.policy;dur=0.012029, esindex;dur=0.014890, cdx.remote;dur=2342.234958, LoadShardBlock;dur=225.033326, PetaboxLoader3.datanode;dur=80.574740, PetaboxLoader3.resolve;dur=88.951860
x-app-server: wwwb-app225
x-ts: 302
x-tr: 2621
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, 09 Aug 2025 17:02:42 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 11 Apr 2009 09:07:30 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 715ms
x-archive-orig-etag: "d0db1d5cd2bcde09b53080b63e96aaec"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 28074
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: windows-1250
memento-datetime: Sat, 11 Apr 2009 09:07:31 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 11 Apr 2009 09:07:31 GMT", ; rel="memento"; datetime="Sat, 11 Apr 2009 09:07:31 GMT", ; rel="next memento"; datetime="Sun, 28 Feb 2010 19:57:59 GMT", ; rel="last memento"; datetime="Sun, 28 Feb 2010 19:57:59 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: 51_9_20090411030452_crawl100-c/51_9_20090411090614_crawl101.arc.gz
server-timing: captures_list;dur=0.470549, exclusion.robots;dur=0.017660, exclusion.robots.policy;dur=0.007948, esindex;dur=0.010978, cdx.remote;dur=31.649454, LoadShardBlock;dur=306.847854, PetaboxLoader3.datanode;dur=268.181913, PetaboxLoader3.resolve;dur=180.343166, load_resource;dur=187.835289
x-app-server: wwwb-app225
x-ts: 200
x-tr: 617
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 interface - 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 | Wed Feb 18 14:15:14 -0800 2009 | fix conflicted tests and update readme install ... [svenfuchs] |
![]() |
README | Loading commit data... ![]() |
|
![]() |
Rakefile | ||
![]() |
doc/ | Wed Feb 18 03:50:05 -0800 2009 | basic docs for extensible form builder [svenfuchs] |
![]() |
engines/ | ||
![]() |
plugins/ | ||
![]() |
script/ | Tue Apr 07 08:42:03 -0700 2009 | Configuration for Webrat + Selenium [jodosha] |
![]() |
setup.rb | Thu Feb 05 06:32:47 -0800 2009 | making setup.rb executable [TomK32] |
![]() |
test/ |
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: Release 0.1.1 =========================== Required: Rails 2.2.x, ImageMagick for image handling rails my-app cd my-app git clone git://github.com/svenfuchs/adva_cms.git vendor/adva # or use git submodule add ... cd vendor/adva git checkout -b tag/0.1.1 0.1.1 cd - ruby vendor/adva/setup.rb # adds adva rake tasks and required files rake db:migrate:all # runs adva-cms migrations ruby script/server open https://localhost:3000 You should see adva-cms installation screen. Fill out the form and you're started, enjoy! Installation: Edge version using rails template =============================================== Required: Rails 2.3.2, ImageMagick for image handling # install Rails 2.3.2 gems if you don't have them already sudo gem install rails --source https://gems.rubyonrails.org # install and setup adva-cms using a template rails my-app -m https://github.com/svenfuchs/adva_cms/raw/master/script/adva-cms.template.rb cd my-app # migrate and you're done rake db:migrate ruby script/server open https://localhost:3000 You should see adva-cms installation screen. Fill out the form and you're started, enjoy! Installation: Edge version manually =================================== Required: Rails 2.3.1 or newer, ImageMagick for image handling # First install Rails 2.3.1 gems if you don't have it already sudo gem install rails --source https://gems.rubyonrails.org rails my-app cd my-app git clone git://github.com/svenfuchs/adva_cms.git vendor/adva # or use: git submodule add ... rake adva:install:core -R vendor/adva/engines/adva_cms/lib/tasks # installs adva-cms to vendor/plugins rake assets:copy # copies plugin assets to public/ rake db:migrate # copies engine migrations to app, does usual migration and removes # engine migrations after it's done ruby script/server open https://localhost:3000 You should see adva-cms installation screen. Fill out the form and you're started, enjoy! Installing/Uninstalling adva-cms engines and plugins ==================================================== You can install/uninstall adva-cms engines and plugins by using a set of rake tasks. Installation simply works by symlinking (copying on Windows) to vendor/plugins. There are the following tasks/subtasks: rake adva:install:all rake adva:install:core rake adva:install rake adva:uninstall:all rake adva:uninstall:core rake adva:uninstall For each of these tasks you can specify the option except and give it a list of engine/plugin names that should be excluded from the install/ uninstall task. E.g. rake adva:install:all except=adva_themes,adva_wiki rake adva:uninstall:all except=adva_themes,adva_wiki For the tasks adva:install and adva:uninstall one can specify the options engines and plugins and give it a list of engine/plugin names that should be included to the task. E.g. rake adva:install engines=adva_themes,adva_wiki plugins=adva_url_history rake adva:uninstall engines=adva_themes,adva_wiki plugins=adva_url_history (Accidentally, for the task adva:install:core one can specify the plugins option in the same way and thus install all core engines plus certain plugins.) For both the engines and plugins options one can specify the keyword "all" which then expands to all available engines and plugins respectively. Thus, these are equivalent: rake adva:install:all rake adva:install engines=all plugins=all When the "all" keyword is used with the uninstall task this only applies to all engines and plugins except the adva-cms core engines. To uninstall these you can still simply delete the symlinks (directories on Windows) from vendor/plugins. NOTE please note that right now assets not copied to public/ when engines are installed and they are not removed from public/ when engines are uninstalled. So after you've installed additional engines you'll most probably want to copy the assets to public: rake adva:assets:copy Configuration ============= You can change adva-cms configuration by including an initializer to your application and overwriting things that adva-cms sets as defaults. See the initializers in adva-cms engines/plugins, e.g. in vendor/plugins/adva_cms/config/initializers/* Running tests ============= Running tests for adva-cms version 0.1.2 or newer: rake db:test:clone # Clones from your development database to test database ruby script/test-adva-cms -p # Prepares the database and runs all adva-cms tests ruby script/test-adva-cms # Runs all adva-cms tests without preparing the database ruby script/test-adva-cms vendor/plugins/adva_wiki # Runs only adva_wiki tests WEBRAT_MODE=selenium ruby script/test-adva-cms # Runs integration tests in automated browser mode (see Installing Selenium section) Please check out /doc directory for high level overview about adva-cms. Installing Selenium =================== $ (sudo) gem install Selenium selenium-client Unfortunately the jar that the Selenium gem (version 1.1.14) comes with does not work with Firefox 3. So we have to get the latest jar from the Selenium-RC site: Download the Selenium RC Beta 2: https://seleniumhq.org/download/ Once you have extracted the download we copy: selenium-remote-control-1.0-beta-2/selenium-server-1.0-beta-2/selenium-server.jar Over the jar that was installed with the Selenium gem: GEM_INSTALL_DIR/Selenium-1.1.14/lib/selenium/openqa/selenium-server.jar.txt # yes, with .txt in the end 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 Developers ========== Sven Fuchs Marko Seppä Clemens Kofler Priit Tamboom Thomas R. Koll Joshua Harvey
This feature is coming soon. Sit tight!