commit c462fedc98f3810baf6d7ebc588748c907e7445b from: Bradley Taunt date: Sun Jul 14 16:04:24 2024 UTC Fix build, use smu and remove build directory commit - 70d8bb745024d2b382a93522e258fc28e7cc0c67 commit + c462fedc98f3810baf6d7ebc588748c907e7445b blob - 63bba05450c3eae762ecf76b9e32be365c52c8df blob + c0132bc54552e89b082fa2507593c621fb99de14 --- .build.yml +++ .build.yml @@ -3,7 +3,6 @@ oauth: pages.sr.ht/PAGES:RW packages: - rsync - coreutils -- lowdown - go - hut environment: @@ -11,6 +10,11 @@ site: jsfree.org sources: - https://git.sr.ht/~bt/jsfree.org tasks: +- install-smu: | + git clone https://git.btxx.org/smu + cd smu + make + make install - build: | cd jsfree.org make build blob - bbbe550ccd8a4bde044e79d3641bdca5104e1ff4 blob + e027fc052c2394db6f8d29a7af7b37e90accf18f --- barf +++ barf @@ -15,7 +15,7 @@ elif [ "$os_name" = "Darwin" ]; then fi set -eu -MARKDOWN=lowdown +MARKDOWN=smu IFS=' ' # Create tab separated file with filename, title, creation date, last update blob - 7fe2fdc05ae30367f5abe565edfe7447ee7aa68a (mode 644) blob + /dev/null --- build/2024-01-10-introducing-jsfree/index.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - Introducing jsfree.org - - - - - - -
-

Introducing jsfree.org

-

2024-01-10

-

Hello and welcome to jsfree.org!

-

The What

-

This site is a growing, community-driven collection of web services that work 100% without JavaScript. So if you're running older, unspported hardware or prefer to run a browser with JavaScript disabled, the services listed on this site will all work seamlessly! Pretty neat, eh?

-

(My name is Brad BTW - but the community is more important than the catalyst!)

-

The Why

-

The core concept behind this project is not to hate on JavaScript. JavaScript isn't evil or going to cause the internet to explode. This was merely created to help showcase web applications that work without such overheads. Some users just prefer to go JavaScript-free, similar to those who have no issue running it. I think it's fair to respect personal choice.

-

So, if you feel offended by the concept of others not liking JavaScript, maybe go for a nice walk and think deeply about why something so unimportant would bother you so much. There are much better things to spend your time and energy on. Relax!

-

Get Involved

-

I'm far from an expert in the field of "all-things JavaScript-free". Consider helping me out and making this site even better!

- -

That's all I really have to say. If you're interested in any JavaScript-free related news in the future, consider following the main RSS feed. Cheers!

- \ No newline at end of file blob - f37933417dcd1199ab12b15549259499f5157e92 (mode 644) blob + /dev/null --- build/atom.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - jsfree.org - - 2024-02-11T16:44:29Z - - Bradley Taunt - - https://jsfree.org,2024-01-17:default-atom-feed/ - - Introducing jsfree.org - <h1>Introducing jsfree.org</h1> -<p>2024-01-10</p> -<p>Hello and welcome to jsfree.org!</p> -<h2>The What</h2> -<p>This site is a growing, community-driven collection of web services that work 100% without JavaScript. So if you're running older, unspported hardware or prefer to run a browser with JavaScript disabled, the services listed on this site will all work seamlessly! Pretty neat, eh?</p> -<p>(My name is <a href="https://btxx.org">Brad</a> BTW - but the community is more important than the catalyst!)</p> -<h2>The Why</h2> -<p>The core concept behind this project is not to hate on JavaScript. JavaScript isn't evil or going to cause the internet to explode. This was merely created to help showcase web applications that work without such overheads. Some users just prefer to go JavaScript-free, similar to those who have no issue running it. I think it's fair to respect personal choice.</p> -<p>So, if you feel offended by the concept of others not liking JavaScript, maybe go for a nice walk and think deeply about why something so unimportant would bother you so much. There are much better things to spend your time and energy on. Relax!</p> -<h2>Get Involved</h2> -<p>I'm far from an expert in the field of "all-things JavaScript-free". Consider helping me out and making this site even better!</p> -<ul> -<li><a href="mailto:jsfree@patches.btxx.org">Submit</a> service/category suggestions or improvements to the main website.</li> -<li>Create your own JavaScript-free web service / application. (Then submit it!)</li> -<li>Spread the word, so the world knows they can go JavaScript-free.</li> -</ul> -<p>That's all I really have to say. If you're interested in any JavaScript-free related news in the future, consider following the main <a href="/atom.xml">RSS feed</a>. Cheers!</p> - - https://jsfree.org/2024-01-10-introducing-jsfree - 2024-01-10T10:00:00Z - 2024-01-10T10:00:00Z - - blob - b30dd8988f6273da80dd9e11cb87111551b5b21d (mode 644) blob + /dev/null --- build/browsers/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - Browsers - - - - - - -
-

Browsers

-

This page is a collection of web browsers that have JavaScript disabled by default or are missing support entirely.

-

-
Dillo
-
- Dillo is a fast and small graphical web browser with the following features: -
    -
  • Multi-platform, running on Linux, BSD, MacOS and even Atari.
  • -
  • Written in C and C++ with few dependencies.
  • -
  • Implements its own real-time rendering engine.
  • -
  • Low memory usage and fast rendering, even with large pages.
  • -
  • Uses the fast and bloat-free FLTK GUI library.
  • -
  • Support for HTTP, HTTPS, FTP and local files.
  • -
  • And more...
  • -
-
-

-

-
NetSurf
-
Small as a mouse, fast as a cheetah and available for free. NetSurf is a multi-platform web browser for RISC OS, UNIX-like platforms (including Linux), Mac OS X, and more.
-

-

-
Mothra
-
A lightweight web browser for Plan 9.
-

-

-
Abaco
-
Abaco is a multi-page graphical web browser for Plan 9 intended to retrieve and display web pages while trying to be as congruent as possible with system. It is a multi-threaded and modest-sized program.
-

- \ No newline at end of file blob - 025e7a84b95f3cdc2256500489afe748ea35e247 (mode 644) blob + /dev/null --- build/code-forges/index.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - Code Forges - - - - - - -
-

Code Forges

-

This page is a collection of code forges/hosting providers that work without JavaScript.

-

-
Sourcehut
-
- Sourcehut is a suite of open source tools is the software development. Core features include: - -
-

- \ No newline at end of file blob - d48b0948ae945dfcc10feccefc468fa7d314c88d (mode 644) blob + /dev/null --- build/domains/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - Domain Registrars - - - - - - -
-

Domain Registrars

-

This page is a collection of domain registrar providers that work without JavaScript.

-

-
EU.org
-
Providing free subdomain registration to users or non-profit organizations who cannot afford the fees demanded by some NICs
-

- \ No newline at end of file blob - 00bde4deb8b02e0e10c6f18faf478b6d719f6cb3 (mode 644) blob + /dev/null --- build/email/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - Email - - - - - - -
-

Email

-

This page is a collection of email services that work without JavaScript.

-

-
Migadu
-
Consolidate all your email addresses and domains at a flat price. Take back your email liberty and give unlimited email addresses to all your projects, clients and family members.
-

-

-
Alps
-
A simple and extensible webmail.
-

-

-
SqurrielMail
-
SquirrelMail is a standards-based webmail package written in PHP.
-

-

-
FeedMail
-
FeedMail sends you updates from your favourite websites directly to your inbox.
-

- \ No newline at end of file blob - e029db8091842b9f4cf6757ed51ce6919a8bab45 (mode 644) blob + /dev/null --- build/forums/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - Forums - - - - - - -
-

Forums

-

This page is a collection of forum software that works without JavaScript.

-

-
Agreper
-
Minimal, no-JS forum software.
-

- \ No newline at end of file blob - 897ce1d3656d113e964cd29f1da0c31defa3b312 (mode 644) blob + /dev/null --- build/games/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - Games - - - - - - -
-

Games

-

This page is a collection of web-based games that run without JavaScript.

-

-
CSS Sweeper
-
MineSweeper implemented in CSS + HTML using the Space Toggle trick (no JavaScript!)
-

- \ No newline at end of file blob - 8382be4d684be62d14c6f959245b2e9e070681e4 (mode 644) blob + /dev/null --- build/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - jsfree.org - - - - - - -
-

jsfree.org

-

A community-curated collection of web services that work without JavaScript.

-
-

If you're looking for the reasoning behind this project, read Introducing jsfree.org

-

Core objectives

-
    -
  • Avoid e-waste by supporting old, outdated hardware.
  • -
  • Support browsers that lack the ability to run JavaScript.
  • -
  • Increase web accessibility.
  • -
  • Focus on performance and software efficiency.
  • -
  • Promote a safer, faster experience on the web.
  • -
  • Be excellent to each other and have fun!
  • -
-

How you can help

-

Things you can do to contribute to the project (in order of importance):

-
    -
  • Submit a patch for new service/category suggestions or improvements to the main website.
  • -
  • Create your own JavaScript-free web service / application. (Then submit it!)
  • -
  • Spread the word, so the world knows they can go JavaScript-free.
  • -
-

News

-

You can keep up-to-date by following the Atom feed.

- - \ No newline at end of file blob - 3c7af3c290b7c8550c9d692bad90c1228f24a162 (mode 644) blob + /dev/null --- build/pages.tsv +++ /dev/null @@ -1,11 +0,0 @@ -pages/browsers.md Browsers -pages/code-forges.md Code Forges -pages/domains.md Domain Registrars -pages/email.md Email -pages/forums.md Forums -pages/games.md Games -pages/search-engines.md Search Engines -pages/social-media.md Social Media -pages/storage.md Storage -pages/video.md Video -pages/web-hosting.md Web Hosting blob - 9dd108084e28af435f9577e0f628607bbc27357b (mode 644) blob + /dev/null --- build/posts.tsv +++ /dev/null @@ -1 +0,0 @@ -posts/2024-01-10-introducing-jsfree.md Introducing jsfree.org blob - c9e7e787ed0aedbe140c935af98383d809516998 (mode 644) blob + /dev/null Binary files build/public/images/jsfree-logo.jpg and /dev/null differ blob - 65f6929c84b46c2a83d2dde1d9b39fbadf7fec0a (mode 644) blob + /dev/null --- build/search-engines/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - Search Engines - - - - - - -
-

Search Engines

-

This page is a collection of search engines that work without JavaScript.

-

-
DuckDuckGo (HTML version)
-
Javascript-free, HTML version of DuckDuckGo.
-

-

-
FrogFind
-
The search engine for vintage computers!
-

-

-
SearXNG
-
Privacy-respecting, hackable metasearch engine.
-

- \ No newline at end of file blob - 4f54a5dac547ddc72f56328e09e8619bc21494de (mode 644) blob + /dev/null --- build/social-media/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - Social Media - - - - - - -
-

Social Media

-

This page is a collection of social media services that work without JavaScript.

-

-
Brutaldon
-
A Javascript-free client for Mastodon.
-

- \ No newline at end of file blob - e4e4a31c8a8ee0fbe0e18d57c8c3abe0b6c88d3e (mode 644) blob + /dev/null --- build/storage/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - Storage - - - - - - -
-

Storage

-

This page is a collection of cloud storage / offsite backup services that run without JavaScript.

-

-
Rsync.net*
-
Cloud storage for offsite backups (*NOTE: JS is required for initial setup)
-

- \ No newline at end of file blob - 4c48e161f8a941e7588a7e74a213c4b1dbd2bda1 (mode 644) blob + /dev/null --- build/video/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - Video - - - - - - -
-

Video

-

This page is a collection of video platforms that work without JavaScript.

-

-
Invidious
-
Invidious is an open source alternative front-end to YouTube.
-

- \ No newline at end of file blob - 72631e66c6ee0292271ae4db68b32bfa38159ad1 (mode 644) blob + /dev/null --- build/web-hosting/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - Web Hosting - - - - - - -
-

Web Hosting

-

This page is a collection of web hosting providers that work without JavaScript.

-

-
NearlyFreeSpeech.net
-
The masters of only pay for what you use hosting since 2002.
-

- \ No newline at end of file