commit e19f5e293b93835387dd7173a511e687187e972a
from: Bradley Taunt
date: Wed Jan 17 18:09:26 2024 UTC
Initial commit on self hosted cgit platform
commit - /dev/null
commit + e19f5e293b93835387dd7173a511e687187e972a
blob - /dev/null
blob + 8faca5790903386a3fe40a82ea91d0fc6d49930d (mode 644)
--- /dev/null
+++ LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2024 Bradley Taunt
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
blob - /dev/null
blob + b16a580d4287ec6d562703ab8d5de8619a7ca506 (mode 644)
--- /dev/null
+++ Makefile
@@ -0,0 +1,13 @@
+build:
+ sh ./barf
+ rsync -r public/ build/public
+
+clean:
+ rm -rf build/*
+
+watch:
+ while true; do \
+ ls -d .git/* * posts/* pages/* header.html | entr -cd make ;\
+ done
+
+.PHONY: build clean watch
blob - /dev/null
blob + 59e19705bb718b6b722423842d23fa22c6278890 (mode 644)
--- /dev/null
+++ README.md
@@ -0,0 +1,8 @@
+# jsfree.org
+
+The main website and project for jsfree.org
+
+[jsfree.org](https://jsfree.org)
+
+* Submit changes, patches or suggestions [here](https://sr.ht/~bt/jsfree.org/lists)
+* or [email me directly](mailto:brad@bt.ht) if you prefer
blob - /dev/null
blob + 81bbcd2bc21da39eab9f8673b3b79405892919f9 (mode 755)
--- /dev/null
+++ barf
@@ -0,0 +1,105 @@
+#!/bin/sh
+set -eu
+MARKDOWN=smu
+IFS=' '
+
+# Create tab separated file with filename, title, creation date, last update
+index_tsv() {
+ for f in "$1"/*.md
+ do
+ title=$(sed -n '/^# /{s/# //p; q}' "$f")
+ printf '%s\t%s\t%s\t%s\n' "$f" "${title:="No Title"}"
+ done
+}
+
+index_html() {
+ # Print header
+ title=$(sed -n '/^# /{s/# //p; q}' index.md)
+ sed "s/{{TITLE}}/$title/" header.html
+
+ # Intro text
+ $MARKDOWN index.md
+
+ echo "
"
+
+ # Posts
+ while read -r f title created; do
+ link=$(echo "$f" | sed -E 's|.*/(.*).md|\1/|')
+ created=$(echo $(head -3 "$f" | tail -1))
+ echo "
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!
+
+
Submit 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.
+
+
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 - /dev/null
blob + 089d25c99a0a4ef3ea102f864eb88aaaa0e8d5e6 (mode 644)
--- /dev/null
+++ build/atom.xml
@@ -0,0 +1,34 @@
+
+
+ jsfree.org
+
+ 2024-01-15T19:24:09Z
+
+ Bradley Taunt
+
+ https://jsfree.org,2024-01-10: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://bt.ht">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="https://lists.sr.ht/~bt/jsfree.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 - /dev/null
blob + 0a563fb609dafa5630d9cad4f8c158c30298ce9a (mode 644)
--- /dev/null
+++ build/browsers/index.html
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+ Browsers
+
+
+
+
+
+
+
+
Browsers
+
This page is a collection of web browsers that have JavaScript disabled by default or are missing support entirely.
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.
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.
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.
The masters of only pay for what you use hosting since 2002.
+
+
\ No newline at end of file
blob - /dev/null
blob + 8fd596ef042eccb11702bab0f6a7b8cf3a6103d0 (mode 644)
--- /dev/null
+++ footer.html
@@ -0,0 +1,24 @@
+
\ No newline at end of file
blob - /dev/null
blob + 197f71ed205e1a6318d717941a9023508f5e2a4e (mode 644)
--- /dev/null
+++ header.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ {{TITLE}}
+
+
+
+
+
+
+
blob - /dev/null
blob + 07243608d8f8d053cc42b1a3fce12275f22c70ff (mode 644)
--- /dev/null
+++ index.md
@@ -0,0 +1,28 @@
+# 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](/2024-01-10-introducing-jsfree/)
+
+## 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](https://sr.ht/~bt/jsfree.org/lists) 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.
blob - /dev/null
blob + beed2788d8663c32777bd86b93566c87773e4190 (mode 644)
--- /dev/null
+++ pages/browsers.md
@@ -0,0 +1,34 @@
+# Browsers
+
+This page is a collection of web browsers that have JavaScript disabled by default or are missing support entirely.
+
+
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.
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.
+
blob - /dev/null
blob + 5720f42e4b5f20f69c911bc0321714a90510d496 (mode 644)
--- /dev/null
+++ pages/code-forges.md
@@ -0,0 +1,28 @@
+# Code Forges
+
+This page is a collection of code forges/hosting providers that work without JavaScript.
+
+
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.
FeedMail sends you updates from your favourite websites directly to your inbox.
+
blob - /dev/null
blob + c5a118ec3909af06842f12c726fb1aa63050a22b (mode 644)
--- /dev/null
+++ pages/forums.md
@@ -0,0 +1,8 @@
+# Forums
+
+This page is a collection of forum software that works without JavaScript.
+
+
\ No newline at end of file
blob - /dev/null
blob + 238fdff3d936f7818530657dd9a323a758d5eafb (mode 644)
--- /dev/null
+++ pages/games.md
@@ -0,0 +1,8 @@
+# Games
+
+This page is a collection of web-based games that run without JavaScript.
+
+
\ No newline at end of file
blob - /dev/null
blob + e806e053b80278529d1bbef2f02da8e87f49b0b0 (mode 644)
--- /dev/null
+++ pages/social-media.md
@@ -0,0 +1,8 @@
+# Social Media
+
+This page is a collection of social media services that work without JavaScript.
+
+
\ No newline at end of file
blob - /dev/null
blob + df7db3dcd49c5fdf5b19a6413ac817ec7c7eba81 (mode 644)
--- /dev/null
+++ pages/video.md
@@ -0,0 +1,8 @@
+# Video
+
+This page is a collection of video platforms that work without JavaScript.
+
+
Invidious is an open source alternative front-end to YouTube.
+
\ No newline at end of file
blob - /dev/null
blob + c329772345c6d142236e8b109db6d8cfd863cc48 (mode 644)
--- /dev/null
+++ pages/web-hosting.md
@@ -0,0 +1,8 @@
+# Web Hosting
+
+This page is a collection of web hosting providers that work without JavaScript.
+
+
The masters of only pay for what you use hosting since 2002.
+
blob - /dev/null
blob + 788048e0bf5fcb134515ef5c1c06e8f2a6b8768e (mode 644)
--- /dev/null
+++ posts/2024-01-10-introducing-jsfree.md
@@ -0,0 +1,27 @@
+# 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](https://bt.ht) 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!
+
+* [Submit](https://lists.sr.ht/~bt/jsfree.org) 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.
+
+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](/atom.xml). Cheers!
blob - /dev/null
blob + c9e7e787ed0aedbe140c935af98383d809516998 (mode 644)
Binary files /dev/null and public/images/jsfree-logo.jpg differ