CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 26 Aug 2025 12:25:24 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091217061927
location: https://web.archive.org/web/20091217061927/https://github.com/dpp/liftweb/tree/wip_tim_209
server-timing: captures_list;dur=0.785183, exclusion.robots;dur=0.023097, exclusion.robots.policy;dur=0.011193, esindex;dur=0.012401, cdx.remote;dur=128.834758, LoadShardBlock;dur=753.680764, PetaboxLoader3.datanode;dur=227.882218, PetaboxLoader3.resolve;dur=444.619142
x-app-server: wwwb-app215
x-ts: 302
x-tr: 918
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: Tue, 26 Aug 2025 12:25:25 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 17 Dec 2009 06:19:27 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "f84d9cbd1f2d679bf335e45b0b67c081"
x-archive-orig-x-runtime: 113ms
x-archive-orig-content-length: 40313
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: Thu, 17 Dec 2009 06:19:27 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 17 Dec 2009 06:19:27 GMT", ; rel="memento"; datetime="Thu, 17 Dec 2009 06:19:27 GMT", ; rel="last memento"; datetime="Thu, 17 Dec 2009 06:19:27 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_13_20091217050307_crawl100-c/52_13_20091217061916_crawl101.arc.gz
server-timing: captures_list;dur=0.572909, exclusion.robots;dur=0.020642, exclusion.robots.policy;dur=0.010632, esindex;dur=0.012189, cdx.remote;dur=7.779572, LoadShardBlock;dur=603.645811, PetaboxLoader3.resolve;dur=860.032637, PetaboxLoader3.datanode;dur=148.598025, load_resource;dur=457.066000
x-app-server: wwwb-app215
x-ts: 200
x-tr: 1149
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
dpp's liftweb at wip_tim_209 - GitHub
- wip_tim_209
-
all branches
- 1.0_maint
- 280_dev
- 280_port
- Lift-1.1-M8
- dirk_wip_issues_131_132
- dpp_issue_141
- dpp_issue_142
- dpp_issue_143
- dpp_issue_151
- dpp_issue_152
- dpp_issue_193_221_219_222_223_229
- dpp_issue_234
- dpp_issue_243
- dpp_issue_244
- dpp_issue_247
- dpp_issue_248
- dpp_issues_240_241_242
- dpp_misc_actor_changes
- irc_changes_fix
- irc_issue_161
- irc_issue_168
- irc_wip_archetype_enhance
- irc_wip_restruct
- irc_wip_restruct_stage
- joni_issue_108
- joni_json_28
- joni_json_diff_and_merge
- joni_json_extract_missing_list
- joni_json_paranamer
- joni_json_parser_error_msgs
- joni_json_remove
- joni_json_serialization_generalization
- joni_json_symbol_support
- joni_json_xpath_type_expr
- joni_wip
- joni_wip_append
- joni_wip_json_values_fix
- joni_wip_serialization
- joni_wip_xml
- joni_xml_attr_bugs
- joni_xml_attr_bugs2
- kjn-bindings-wip
- kjn-jpa-fix
- marius-wip-issue-56
- marius_opt
- master
- mstarzyk_wip_sbt
- new_actor
- wip-boolean-can
- wip-dcb-derby-binary
- wip-dcb-issue-89-jodatime
- wip-dcb-jpa-validation
- wip-dcb-postgresql-autokey-1.1
- wip-jta-jonas
- wip-ol-immu
- wip-prettify
- wip_tim_209
- all tags
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: | The Lift web framework for Scala edit |
Homepage: | https://liftweb.net edit |
Public Clone URL: |
git://github.com/dpp/liftweb.git
Give this clone URL to anyone.
git clone git://github.com/dpp/liftweb.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:dpp/liftweb.git
|
liftweb /
README
lift is an expressive and elegant framework for writing web applications. lift stresses the importance of security, maintainability, scalability and performance, while allowing for high levels of developer productivity. lift borrows from the best of existing frameworks, providing * Seaside's highly granular sessions and security * Rails fast flash-to-bang * Django's "more than just CRUD is included" * Wicket's designer-friendly templating style (see Lift View First) And because lift applications are written in Scala, an elegant new JVM language, you can still use your favorite Java libraries and deploy to your favorite Servlet Container. Use the code you've already written and deploy to the container you've already configured! And it's hosted on GitHub
This feature is coming soon. Sit tight!