b523b8bd80
Reorganise templates for news and event lists
...
continuous-integration/drone/push Build is passing
The templates are now directly available for use in pages, there's no
need for an explict .xsl file any more.
2020-04-29 23:57:25 +02:00
d8cc339815
Fix tag
2020-04-29 23:57:25 +02:00
0e97d1a855
fixed typo
continuous-integration/drone/push Build is passing
2020-04-29 18:43:16 +02:00
3f59f06c00
fixed typo
continuous-integration/drone/push Build is passing
2020-04-29 18:40:58 +02:00
3645d54a83
fixed typo
continuous-integration/drone/push Build is passing
2020-04-29 18:37:25 +02:00
b1eb245db7
fixed typo
2020-04-29 18:34:31 +02:00
53c5635c34
fixed typo
2020-04-29 18:32:51 +02:00
16a0d17821
Update information about order processing
...
continuous-integration/drone/push Build is passing
Fixes #1335
2020-04-29 16:54:31 +02:00
5a476711cf
Remove unmaintained country pages
continuous-integration/drone/push Build is passing
2020-04-29 16:38:53 +02:00
d3b767dc26
Merge pull request 'adding spanish translations of recent news' ( #1336 ) from eal/fsfe-website:202004estranslataoins into master
continuous-integration/drone/push Build is passing
2020-04-29 16:18:13 +02:00
536032fc7c
adding spanish translations of recent news
continuous-integration/drone/pr Build is failing
2020-04-29 15:59:59 +02:00
b26f20d0a1
fixed typos
continuous-integration/drone/push Build is passing
2020-04-29 15:45:27 +02:00
b9aed076a4
fixed typos
continuous-integration/drone/push Build is passing
2020-04-29 15:43:03 +02:00
098e5ca473
typos fixed
continuous-integration/drone/push Build is passing
2020-04-29 15:36:57 +02:00
f6f97ee56d
typo fix
continuous-integration/drone/push Build is passing
2020-04-29 15:32:29 +02:00
b1c7014f74
fixed typos
continuous-integration/drone/push Build is passing
2020-04-29 15:22:23 +02:00
7d214aea72
typo fix
continuous-integration/drone/push Build is passing
2020-04-29 15:17:10 +02:00
acf39b486a
typos fixed
continuous-integration/drone/push Build is passing
2020-04-29 15:14:34 +02:00
a7ac6c3d55
fixed typos and made content consistent by using the same words for the same things
continuous-integration/drone/push Build is passing
2020-04-29 15:09:20 +02:00
d827973049
fixed typos
continuous-integration/drone/push Build is passing
2020-04-29 14:54:13 +02:00
8ae1e95f9e
typo fix
continuous-integration/drone/push Build is passing
2020-04-29 14:47:58 +02:00
30505a903b
typo fix
continuous-integration/drone/push Build is passing
2020-04-29 14:44:05 +02:00
e9308f7a1b
typo fix
continuous-integration/drone/push Build is passing
2020-04-29 14:11:32 +02:00
3b20227bc4
title fixed, synchronised with translated header h1
continuous-integration/drone/push Build is passing
2020-04-29 14:06:14 +02:00
9faa14fc80
fixed 2 typos
continuous-integration/drone/push Build is passing
2020-04-29 13:50:13 +02:00
1da990b5bf
For tags with no text, fall back to key
continuous-integration/drone/push Build is passing
2020-04-29 12:15:45 +02:00
5bcb9dc9d3
Move tag list generation to a central template
2020-04-29 11:24:45 +02:00
91e462d237
Clean up tag list CSS
...
There are no significant visual changes, but the CSS is much clearer and
more based on bootstrap features.
2020-04-29 09:38:40 +02:00
bb1931c58b
Beautify news/events id for generated xml files
2020-04-29 08:36:50 +02:00
db663851e6
Unify, simplify, and tweak news and event archive layout
continuous-integration/drone/push Build is running
2020-04-29 01:11:03 +02:00
85ae8d4c75
Turn news date and authors into a <p>
...
It is completely beyond me why this should be a <ul>.
2020-04-28 23:38:03 +02:00
a57f6eb2aa
Use news helper templates also on front-page
continuous-integration/drone/push Build is passing
2020-04-28 21:16:38 +02:00
48e44cad66
Add templates for commonly used news formatting bits
continuous-integration/drone/push Build is passing
2020-04-28 20:28:48 +02:00
ed6f20fdac
Avoid error message for files without any .source
2020-04-28 20:25:19 +02:00
7afa9c98bb
Slightly update formatting for consistency
2020-04-28 18:14:57 +02:00
6b0b47a36f
Restructure code to include feeds in XML stream
...
continuous-integration/drone/push Build is passing
This makes it possible that now the @filename attribute of included news
and events, which will be used as an id for the entry within the
overview page, contains only the base filename instead of the whole
path including the directory.
2020-04-28 17:55:30 +02:00
43f3a1e75c
remove duplicate
continuous-integration/drone/push Build is passing
2020-04-28 16:44:35 +02:00
b657d5556c
Cleaning up documents folder, moving part in own news items, and deleting files.
continuous-integration/drone/push Build is passing
2020-04-28 16:41:52 +02:00
1ee18da765
Separate XSL used for two different purposes
...
continuous-integration/drone/push Build is passing
Having two separate XSL templates makes each of them much better
understandable, and the overlap between them has been separated out into
helper templates.
2020-04-28 15:57:05 +02:00
05052cab4e
Update news and events archive link for new year
continuous-integration/drone/push Build is passing
2020-04-28 10:06:28 +02:00
55f58a4e07
Use default.xsl as the common XSL for all news and events lists
continuous-integration/drone/push Build is passing
2020-04-27 23:38:58 +02:00
377fcde82e
Clean up formatting of XSL files, no code change
2020-04-27 21:53:42 +02:00
e30539a6bd
Remove some dead code from XSL stylesheets
2020-04-27 21:27:21 +02:00
a4b01194f0
Move all our own XSL scripts to the same directory
...
The directory tools/xlstsl is reserved for the XSLT standard library
(http://xsltsl.sourceforge.net/ ).
2020-04-27 21:19:06 +02:00
85cedd6b64
Remove duplicate imports of tagging.xsl
...
It's already imported globally.
2020-04-27 18:49:33 +02:00
e093d47ec8
Remove duplicate and competing xsl:output declarations
2020-04-27 18:37:23 +02:00
e547e01ba2
Remove some unused parameters
2020-04-27 16:34:54 +02:00
d07a3c39cb
Remove unnecessary variable from XSL stylesheets
2020-04-27 16:34:54 +02:00
7de2583275
Fix/cleanup events tag list, archive, and RSS
2020-04-27 16:34:54 +02:00
1843334123
Refactor team page ( #1322 )
continuous-integration/drone/push Build is passing
2020-04-27 16:18:19 +02:00