Proposal: refactor "static-elements" system #1345
Notifications
Due Date
No due date set.
Blocks
#1263 Include supporter quotes on different websites
FSFE/fsfe-website
#1337 Make news/donate boxes on index static elements
FSFE/fsfe-website
#1341 Add podcast and planet button to /news sidebar
FSFE/fsfe-website
Reference: FSFE/fsfe-website#1345
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I propose a few changes to the current "static-elements" concept:
global/feeds/<somename>/
, they don't really fit in the "tools" directory.scaffold.sh
.Full ack on the general idea!
feeds
as a directory name? For me this rather is RSS ;)flex-elements
orvariable-elements
? This also may be confusion because initially the namestatic
derived from the option that you only have to add<static-element id="video" />
once for all languages statically, but can edit the content dynamically in the included file itself. But well, that's nitpicking, and I am open for a better term ;)"feeds" is the best term I could come up to describe those XML files from which data is fed into the actual pages. If you have a better name, please speak up :-). In any case, I consider "xmlfiles" or something like that to not be suitable, because there are so many other xml files in our system.
Regarding the name for the stuff, I'd love something that sounds like "pre-built module or building block that you can insert everywhere", but I can't come up with a word right now...
What about "modules"? We can use
/global/modules/
as directory, and<module id="video" />
as a tag.Yes, I think "module" is an excellent term for what this stuff actually is!