aboutsummaryrefslogtreecommitdiff
path: root/blog/content
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-04-18 11:36:04 +0200
committeralex <alex@pdp7.net>2026-04-18 11:36:40 +0200
commite5ea700bd533639748264d66416d889e42fdf5ea (patch)
tree76250f8484cc901eb8c9145a56601e8d785ed240 /blog/content
parent0b3b01e68f160774edf1d335b92b3f81e22a79aa (diff)
Add /notes/tech/about-web-developmentmaster
Diffstat (limited to 'blog/content')
-rw-r--r--blog/content/notes/index.gmi1
-rw-r--r--blog/content/notes/tech/about-web-development.gmi5
2 files changed, 6 insertions, 0 deletions
diff --git a/blog/content/notes/index.gmi b/blog/content/notes/index.gmi
index 7f8f12ba..807835d6 100644
--- a/blog/content/notes/index.gmi
+++ b/blog/content/notes/index.gmi
@@ -35,6 +35,7 @@ Notes about some books and long articles I like:
=> tech/python-modules-primer Python modules primer
=> tech/so-you-want-to-play-with-functional-programming So you want to play with functional programming
=> tech/motivating-example-for-logical-replication-for-dynamic-ui Motivating example for logical replication for dynamic UI
+=> tech/about-web-development About web development
### Gadgets
diff --git a/blog/content/notes/tech/about-web-development.gmi b/blog/content/notes/tech/about-web-development.gmi
new file mode 100644
index 00000000..bcc54cb8
--- /dev/null
+++ b/blog/content/notes/tech/about-web-development.gmi
@@ -0,0 +1,5 @@
+# About web development
+
+* Ensure that the website is as functional as possible using limited browsers such as Lynx, ELinks, w3m, or Dillo. (If you use a browser that can display images, ensure that the website is as functional as possible with images disabled too.)
+* Make sure all content in the website has a URL that can be shared conveniently.
+* If website users would benefit from learning about updates to your website, then provide well-visible open ways to follow updates, such as RSS/Atom feeds, email subscriptions, or ActivityPub feeds.