From 3c37b0c0103f2acf4047402c8cc38ba26274d53e Mon Sep 17 00:00:00 2001 From: DanGould Date: Tue, 11 Oct 2022 09:34:54 -0400 Subject: [PATCH] nolooking --- Gemfile.lock | 88 ++++++++-------- config/routes.rb | 1 + public/nolooking/index.html | 198 ++++++++++++++++++++++++++++++++++++ 3 files changed, 244 insertions(+), 43 deletions(-) create mode 100644 public/nolooking/index.html diff --git a/Gemfile.lock b/Gemfile.lock index bf58e46..cd5500a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,15 +49,15 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) - airbrussh (1.4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) + airbrussh (1.4.1) sshkit (>= 1.6.1, != 1.7.0) arel (9.0.0) bcrypt_pbkdf (1.1.0) bindex (0.8.1) - bootsnap (1.9.1) - msgpack (~> 1.0) + bootsnap (1.13.0) + msgpack (~> 1.2) builder (3.2.4) byebug (11.1.3) capistrano (3.11.0) @@ -80,15 +80,15 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (>= 2.0, < 4.0) - childprocess (3.0.0) - concurrent-ruby (1.1.9) + childprocess (4.1.0) + concurrent-ruby (1.1.10) crass (1.0.6) - ed25519 (1.2.4) - erubi (1.10.0) + ed25519 (1.3.0) + erubi (1.11.0) erubis (2.7.0) execjs (2.8.1) - ffi (1.15.4) - globalid (0.5.2) + ffi (1.15.5) + globalid (1.0.0) activesupport (>= 5.0) haml (5.2.2) temple (>= 0.8.0) @@ -99,19 +99,19 @@ GEM haml (>= 4.0.6, < 6.0) html2haml (>= 1.0.1) railties (>= 4.0.1) - html2haml (2.2.0) + html2haml (2.3.0) erubis (~> 2.7.0) - haml (>= 4.0, < 6) + haml (>= 4.0) nokogiri (>= 1.6.0) ruby_parser (~> 3.5) - i18n (1.8.10) + i18n (1.12.0) concurrent-ruby (~> 1.0) kramdown (2.1.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.12.0) + loofah (2.19.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -119,25 +119,25 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mini_mime (1.1.1) + mini_mime (1.1.2) mini_portile2 (2.8.0) - minitest (5.14.4) - msgpack (1.4.2) - net-scp (3.0.0) - net-ssh (>= 2.6.5, < 7.0.0) - net-ssh (6.1.0) + minitest (5.16.3) + msgpack (1.6.0) + net-scp (1.2.1) + net-ssh (>= 2.6.5) + net-ssh (7.0.1) nio4r (2.5.8) - nokogiri (1.13.6) + nokogiri (1.13.8) mini_portile2 (~> 2.8.0) racc (~> 1.4) - pg (1.2.3) - public_suffix (4.0.6) + pg (1.4.4) + public_suffix (5.0.0) puma (4.3.12) nio4r (~> 2.0) - racc (1.5.2) - rack (2.2.3.1) - rack-test (1.1.0) - rack (>= 1.0, < 3) + racc (1.6.0) + rack (2.2.4) + rack-test (2.0.2) + rack (>= 1.3) rails (5.2.4.6) actioncable (= 5.2.4.6) actionmailer (= 5.2.4.6) @@ -154,7 +154,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.2) + rails-html-sanitizer (1.4.3) loofah (~> 2.3) railties (5.2.4.6) actionpack (= 5.2.4.6) @@ -163,12 +163,13 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rake (13.0.6) - rb-fsevent (0.11.0) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) + rexml (3.2.5) ruby_dep (1.5.0) - ruby_parser (3.17.0) - sexp_processor (~> 4.15, >= 4.15.1) + ruby_parser (3.19.1) + sexp_processor (~> 4.16) rubyzip (2.3.2) sassc (2.4.0) ffi (~> 1.9) @@ -178,33 +179,34 @@ GEM sprockets (> 3.0) sprockets-rails tilt - selenium-webdriver (3.142.7) - childprocess (>= 0.5, < 4.0) + selenium-webdriver (4.1.0) + childprocess (>= 0.5, < 5.0) + rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2) - sexp_processor (4.15.3) + sexp_processor (4.16.1) spring (2.1.1) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (4.0.2) + sprockets (4.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.2) - actionpack (>= 4.0) - activesupport (>= 4.0) + sprockets-rails (3.4.2) + actionpack (>= 5.2) + activesupport (>= 5.2) sprockets (>= 3.0.0) sqlite3 (1.3.11) - sshkit (1.21.2) + sshkit (1.21.3) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) temple (0.8.2) - thor (1.1.0) + thor (1.2.1) thread_safe (0.3.6) - tilt (2.0.10) + tilt (2.0.11) turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.9) + tzinfo (1.2.10) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) diff --git a/config/routes.rb b/config/routes.rb index 35829da..422ae30 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -2,4 +2,5 @@ resources :users root to: 'static_pages#home' get '/words/*essay', to: 'words#show' + get '/nolooking', to: redirect('/index.html') end diff --git a/public/nolooking/index.html b/public/nolooking/index.html new file mode 100644 index 0000000..b06754b --- /dev/null +++ b/public/nolooking/index.html @@ -0,0 +1,198 @@ + + + + nolooking + + + + + + + + + + +
+
+

nolooking

+

+ Assembled for the + + Legends of Lightning + + Hackathon. +

+
+ +
+
+

Members:

+

+
+
+

+ Making Lightning Channels Easier and More Private +
+ + > Building a lightning channel generator which uses + collaborative bitcoin transactions called payjoins. +
+
+ > Queue up lightning channels, a new one opens whenever you + recieve an onchain bitcoin payment. +
+

+
+

+ Building the E-Cash Economy +
+ + > Creating privacy services for various forms of bitcoin. +
+
+ > Focus on developing the economies which use blinded ecash + from federated chaumian mints. +
+

+
+
+ + + +