CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 04 Aug 2025 09:12:35 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100113153329
location: https://web.archive.org/web/20100113153329/https://github.com/russjohnson/SplashCMS
server-timing: captures_list;dur=0.621660, exclusion.robots;dur=0.022836, exclusion.robots.policy;dur=0.010652, esindex;dur=0.011262, cdx.remote;dur=17.704029, LoadShardBlock;dur=249.627380, PetaboxLoader3.datanode;dur=95.276471, PetaboxLoader3.resolve;dur=36.699019
x-app-server: wwwb-app203
x-ts: 302
x-tr: 323
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app203; 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, 04 Aug 2025 09:12:36 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 13 Jan 2010 15:33:29 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "0cb28a763c89712977c7aabac4bfc949"
x-archive-orig-x-runtime: 139ms
x-archive-orig-content-length: 37829
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 13 Jan 2010 15:33:29 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 28 Sep 2009 21:40:40 GMT", ; rel="prev memento"; datetime="Tue, 15 Dec 2009 01:27:17 GMT", ; rel="memento"; datetime="Wed, 13 Jan 2010 15:33:29 GMT", ; rel="next memento"; datetime="Sat, 13 Feb 2010 23:45:28 GMT", ; rel="last memento"; datetime="Mon, 11 Jun 2018 02:56:20 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_13_20100113132724_crawl102-c/51_13_20100113153237_crawl101.arc.gz
server-timing: captures_list;dur=0.717765, exclusion.robots;dur=0.028769, exclusion.robots.policy;dur=0.013703, esindex;dur=0.013260, cdx.remote;dur=1.806349, LoadShardBlock;dur=271.262158, PetaboxLoader3.datanode;dur=168.726642, PetaboxLoader3.resolve;dur=245.624177, load_resource;dur=174.225835
x-app-server: wwwb-app203
x-ts: 200
x-tr: 531
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
russjohnson's SplashCMS at master - GitHub
russjohnson / SplashCMS
- Source
- Commits
- Network (5)
- Issues (9)
- Downloads (6)
- Wiki (5)
- Graphs
-
Branch:
master
README.textile
Splash CMS
Requirements
Splash CMS currently requires Railo 3 or higher or ColdFusion 8 or higher.
MySQL or MSSQL
You will need either Apache or IIS rewrite module to use the friendly url support
Installation
- Unzip the archive to the root of your webserver
- Create a MySQL or MSSQL database named whatever you want (db scripts included in the INSTALL folder)
- Open the Railo web-admin or ColdFusion admin and add a DSN for the database you created.
- Open config/environment.cfm and set the appropriate enivronment for your install
- Open the directory for your environment. Rename the settings_sample.cfm file for that environment to settings.cfm ie, design/settings.cfm, production/settings.cfm and edit your datasource setting.
- Open the Splash Admin and login. (https://yourwebroot/admin) Default username is ‘admin’ and password is ‘splash’
- Update all current layouts, snippets and pages (just hit update so the files get created on the file system)
- Start building your site!
This feature is coming soon. Sit tight!