From e00f991c4c933018efc9b12e3fa085403c9d26e5 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Thu, 13 Mar 2025 09:24:54 -0500 Subject: [PATCH] copy cleanups/improvements --- app/index.rb | 4 ++++ app/supporter.rb | 1 + views/about.erb | 18 ++++++++---------- views/index.erb | 36 ++++++------------------------------ 4 files changed, 19 insertions(+), 40 deletions(-) diff --git a/app/index.rb b/app/index.rb index f6134a3e..5da91a23 100644 --- a/app/index.rb +++ b/app/index.rb @@ -56,6 +56,7 @@ get '/?' do @changed_count ||= 0 +=begin if SimpleCache.expired?(:blog_feed_html) @blog_feed_html = '' @@ -73,6 +74,9 @@ get '/?' do else @blog_feed_html = SimpleCache.get :blog_feed_html end +=end + +@blog_feed_html = 'The latest news on Neocities can be found on our blog.' if SimpleCache.expired?(:featured_sites) @featured_sites = Site.order(:score.desc).exclude(is_nsfw: true).exclude(is_deleted: true).limit(1000).all.sample(12).collect {|s| {screenshot_url: s.screenshot_url('index.html', '540x405'), uri: s.uri, title: s.title}} diff --git a/app/supporter.rb b/app/supporter.rb index 9dab4363..1081d23d 100644 --- a/app/supporter.rb +++ b/app/supporter.rb @@ -102,6 +102,7 @@ post '/supporter/update' do end get '/supporter/thanks' do + @title = 'Supporter Confirmation' require_login erb :'supporter/thanks' end diff --git a/views/about.erb b/views/about.erb index 280d8f40..0147a1c9 100644 --- a/views/about.erb +++ b/views/about.erb @@ -7,23 +7,21 @@
-

Neocities is bringing back the fun, creativity and independence that made the web great.

+

Since 2013, Neocities has been bringing back the fun, creativity and independence that made the web great.

- We are tired of living in an online world where people are isolated from each other on boring, generic social networks that don't let us truly express ourselves. It's time we took back our personalities from these sterilized, lifeless, - monetized, data mined, monitored addiction machines and let our creativity flourish again. + We are tired of living in an online world where people are isolated from each other on boring, generic social networks that don't let us truly express ourselves. It's time we took back our personalities from these sterilized, lifeless, monetized, data mined, monitored addiction machines and let our creativity flourish again.

- That's where Neocities comes in. We provide a canvas for people to make any web site they want. - Whether it be a web site about something they're good at, something they love, something they hate, or - their own completely customized profile where they can introduce themselves in a way that actually matters to them. + That's where Neocities comes in. We provide a canvas for you to make any web site you want. + Whether it's about something you're good at, something you love, something you want to criticize, or your own completely customized profile where they can introduce yourself in a way that actually matters to you.

- Our goal: to enable you to harness the creativity, beauty, and power of creating your own web site. To rebuild the web we lost to automation and monotony, and make it fun again. + Our goal: to enable you to harness the creativity, beauty, and power of creating your own web site. To rebuild the web we lost to algorithms and monotony, and make it as fun and creative as it was back in the 90s.

- Neocities is just getting started, and we've got a lot of amazing things in store. I strongly believe that, with your help, we're really going to shake things up on the web. Thank you for believing in us (and yourselves). + We strongly believe that, with your help, we're going to continue to shake things up on the web. Thank you for believing in us (and yourself).

Long Live the Web! @@ -36,13 +34,13 @@

  • Helping the web. We are here to empower people to develop independent, creative sites.
  • Free. We will always have a free web site option.
  • Open source. Neocities believes in open source, and we share code back with the community.
  • -
  • Not an advertising company. We'll never put ads or watermarks on sites, and we don't sell your data to marketers.
  • +
  • Not an advertising company. We'll never put ads or watermarks on sites, and we'll never sell your data to marketers or AI companies.
  • Anti lock-in. Easy site downloading, and support for custom domains.
  • Sustainable. We want to grow, but that growth cannot risk the site (or compromise our principles).
  • - If you share our values, we would love your support. Spread the word! We also have a supporter plan to help pay for the site, and we accept donations through multiple options (including Bitcoin). + If you share our values, we would love your support. Spread the word! We also have a supporter plan to help pay for the site, and we accept donations through multiple options.

    diff --git a/views/index.erb b/views/index.erb index f1ec4c23..3302ce6f 100644 --- a/views/index.erb +++ b/views/index.erb @@ -60,7 +60,7 @@

    Powerful features to help you build

    - We’ve made it easy to build your web site and explore other sites. Neocities features an in-browser HTML editor, a command line tool, custom domain support, fast site performance, easy file uploading, RSS feeds, folder support, and so much more. + We’ve made it easy to build your web site and explore other sites. Neocities features an in-browser HTML editor, a command line tool, custom domain support, fast site performance, easy file uploading, RSS feeds, and so much more.

    @@ -262,18 +262,11 @@
    -
    - - - - - -

    - "Designed as a 21st century reincarnation of GeoCities, Neocities lets you make your own site for free. And it just might spark a renaissance of creativity online." + Rather than a constantly rushing river of information, Neocities sites are like homes where users fix them up, spend time on them, and invite others to visit.
    - — Matthew Guay, AppStorm. View All Press » + — Rosy Hearts, Polygon. View All Press »

    @@ -285,17 +278,6 @@

    What are you waiting for? Start building your website now!

    - -