CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 25 Aug 2025 01:40:58 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081224155615
location: https://web.archive.org/web/20081224155615/https://github.com/svenfuchs/adva_cms/wikis.atom
server-timing: captures_list;dur=0.743687, exclusion.robots;dur=0.028867, exclusion.robots.policy;dur=0.013178, esindex;dur=0.014270, cdx.remote;dur=40.164653, LoadShardBlock;dur=432.779541, PetaboxLoader3.datanode;dur=191.715250, PetaboxLoader3.resolve;dur=194.976533
x-app-server: wwwb-app215
x-ts: 302
x-tr: 510
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: Mon, 25 Aug 2025 01:40:59 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 3941
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Wed, 24 Dec 2008 15:56:15 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 27ms
x-archive-orig-etag: "9b2fd2f3728da06e4789654ba9fbf2c2"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 3941
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 24 Dec 2008 15:56:15 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 24 Dec 2008 15:56:15 GMT", ; rel="memento"; datetime="Wed, 24 Dec 2008 15:56:15 GMT", ; rel="last memento"; datetime="Wed, 24 Dec 2008 15:56:15 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_20081224155425_crawl103.arc.gz
server-timing: captures_list;dur=0.685515, exclusion.robots;dur=0.024401, exclusion.robots.policy;dur=0.012279, esindex;dur=0.013916, cdx.remote;dur=30.896299, LoadShardBlock;dur=379.899351, PetaboxLoader3.datanode;dur=287.947066, PetaboxLoader3.resolve;dur=214.463547, load_resource;dur=159.648389
x-app-server: wwwb-app215
x-ts: 200
x-tr: 605
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=()
accept-ranges: bytes
tag:github.com,2008:/svenfuchs/adva_cms/wikis
adva_cms: Recent Wiki Updates
2008-12-05T14:42:06-08:00
tag:github.com,2008:Wiki/86686
2008-12-24T07:56:15-08:00
2008-12-05T14:42:06-08:00
Translation namespace
Fri Dec 05 14:42:06 -0800 2008
<p><strong>Update:</strong> We’ve decided to simplify, and make all namespaces <em>singular</em>.</p>
<p>The basic namespace rule is:</p>
<p><code><language>.adva.<model>.<key></code></p>
<p>If there is potential conflict under the model, we can include a context before the key:</p>
<p><code><language>.adva.<model>.<context>.<key></code></p>
<h2>Contexts</h2>
<ul>
<li>common</li>
<li>exception</li>
<li>flash</li>
<li>model</li>
<li>notification</li>
<li>title</li>
<li>validation</li>
<li>view</li>
</ul>
<h2>Restful controllers</h2>
<pre>
---
en:
article:
flash:
rollback:
success: The article has been rolled back to revision {{version}}
failure: The article could not be rolled back to revision {{version}}
destroy:
success: The article has been deleted.
failure: The article could not be deleted.
create:
success: The article has been created.
failure: The article could not be created.
update:
success: The article has been updated
failure: The article could not be updated
</pre>
<h2>Dates</h2>
<p>We are going to take the opportunity to update dates all at the same time as a way of ensuring consistent date formatting throughout the app and across engines. for now, let’s note the locations of dates as we work through the locales and then we can revisit them all at once.</p>
<ul>
<li>engines/adva_wiki/app/views/admin/wikipages/_wikipage.html.erb:4</li>
</ul>
theinterned
tag:github.com,2008:Wiki/23764
2008-06-04T13:18:10-07:00
2008-12-03T01:15:06-08:00
Home
Wed Dec 03 01:15:06 -0800 2008
<p>Welcome to the adva_cms wiki!</p>
<h2><span class="caps">FAQ</span></h2>
<ul>
<li>Q: Adva-forum does not show up in the section creation page, why is that?
<p>A: Adva-forum is currently disabled because we are not actively working on that part and the forum is still on experimental state and has some known problems in it. If you want to have it you can edit the init.rb file found in engines/adva_forum and uncomment following lines:</p></li>
</ul>
<pre>
# config.to_prepare do
# Section.register_type 'Forum'
# end
</pre>
mseppae