[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [H-source-users] [PATCH] Removing mentions of gnewsense and blag.
From: |
bill-auger |
Subject: |
Re: [H-source-users] [PATCH] Removing mentions of gnewsense and blag. |
Date: |
Fri, 29 Oct 2021 20:11:30 -0400 |
ok i was confused, because generally, there should not be any
specific data on the website which is not in the database,
and/or any such data (site-specific, distro-specific,
hardware-specific) should not be under VCS - specific data
is normally stored in the database and rendered by templates,
which are under VCS - that makes the code general, and much less
likely to change than the data (in case for example, a distro
wanted to run an h-node, but not to link to other distros) -
couldnt those links be generated by a template, based on the
distros/URLs in the local DB, rather than being hard-coded into
to source?
similarly to the white-list (hard-coded vs configurable), it is
just better design to avoid mixing data with presentation