commit: 409077ecbe4e381118acde7dfec6bd70226faef9
parent b90449338f22e6a07fdc12432377a4b36af7981a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 18 Nov 2020 11:35:26 +0100
Software basic needs^Wrequirements
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/software basic needs.shtml b/software basic needs.shtml
@@ -2,12 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--#include file="/templates/head.shtml" -->
- <title>Software basic needs — lanodan’s cyber-home</title>
+ <title>Software basic requirements — lanodan’s cyber-home</title>
</head>
<body>
<!--#include file="/templates/en/nav.shtml" -->
<main>
- <h1>Software Basic Needs</h1>
+ <h1>Software Basic Requirements</h1>
<p>
What a kind of software (or feature included in it) needs to have before it's deemed as something better than a proof of concept / prototype. This list is quite Unix-like oriented but is made to apply to any platform worth using.<br />
A lot of software doesn't have half of how they should work, this is why I had to do this page which should never have existed in the first place outside of a book like "Programming/Design for Dummies" or laws.
diff --git a/templates/en/nav.shtml b/templates/en/nav.shtml
@@ -8,7 +8,7 @@
<li><a href="/bookmarks">Bookmarks</a></li>
<li><a href="/coding%20style">coding style</a></li>
<li><a href="/decreases%20of%20usability">Decreases of usability</a></li>
- <li><a href="/software%20basic%20needs">Software basic needs</a></li>
+ <li><a href="/software%20basic%20needs">Software basic requirements</a></li>
<li><a href="/git/">/git/</a></li>
<li><a href="/kopimi/">/kopimi/</a>: libre data</li>
<li><a href="/librism">Désintox’ / FOSS activism</a></li>