Fix/events folder (#5921)
continuous-integration/drone/push Build is passing

Solves #5621

I feel the images should be moved to pics.fsfe.org too, but not sure what folder to place them in? Also I do not seem to have access, so perhaps I should not be the one to do that?

---------

Co-authored-by: Darragh Elliott <me@delliott.net>
Reviewed-on: #5921
Co-authored-by: delliott <420+delliott@fsfe.org>
Co-committed-by: delliott <420+delliott@fsfe.org>
This commit was merged in pull request #5921.
This commit is contained in:
2026-06-12 04:40:01 +00:00
committed by tobiasd
co-authored by Darragh Elliott
parent e23a634b2b
commit be16102fac
9 changed files with 13 additions and 11 deletions
+2
View File
@@ -177,6 +177,8 @@ RewriteRule ^about/reports/es-2007(.*)$ /news/2007/news-20070630-01$1 [R=301,L]
RewriteRule ^about/reports/es-2009(.*)$ /news/2009/news-20090620-01$1 [R=301,L]
RewriteRule ^freesoftware/enterprise/freesoftwarecompany(.*)$ /news/2008/news-20081202-02$1 [R=301,L]
RewriteRule ^freesoftware/enterprise/chargeofitsbrand(.*)$ /news/2009/news-20090604-01$1 [R=301,L]
RewriteRule ^events/SFD-2010(.*)$ news/2010/news-20100918-01$1 [R=301,L]
RewriteRule ^events/fscons-2010(.*)$ news/2010/news-20101105-01$1 [R=301,L]
# Old/moved people/staff profiles
RewriteRule ^about/(bako|polvani|tuke|maffulli|jakobs|oriordan|oberg|coughlan|weiden|nanda)(/.*)?$ /about/people/index.html [R=301,L]

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<html>
<html newsdate="2010-09-18">
<version>1</version>
<head>
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<html>
<html newsdate="2010-09-18">
<version>1</version>
<head>
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<html>
<html newsdate="2010-11-05">
<version>1</version>
<head>
@@ -8,7 +8,7 @@
<body>
<div id="banner">
<img src="/events/fscons-2010.png" alt="FSCONS 2010 logo"/>
<img src="fscons-2010.png" alt="FSCONS 2010 logo"/>
</div>
<h1 class="n">Free Society Conference and Nordic Summit 2010</h1>
@@ -24,7 +24,7 @@
<h2 class="n">Divide and Reconquer</h2>
<div class="sub-banner">
<img src="/events/divide-and-reconquer.png" alt="Divide and Reconquer logo"/>
<img src="divide-and-reconquer.png" alt="Divide and Reconquer logo"/>
</div>
<p>
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<html>
<html newsdate="2010-11-05">
<version>1</version>
<head>
@@ -8,7 +8,7 @@
<body>
<div id="banner">
<img src="/events/fscons-2010.png" alt="FSCONS 2010 logo"/>
<img src="fscons-2010.png" alt="FSCONS 2010 logo"/>
</div>
<h1 class="n">Free Society Conference and Nordic Summit 2010</h1>
@@ -21,7 +21,7 @@
<h2 class="n">Divide and Reconquer</h2>
<div class="sub-banner">
<img src="/events/divide-and-reconquer.png" alt="Divide and Reconquer logo"/>
<img src="divide-and-reconquer.png" alt="Divide and Reconquer logo"/>
</div>
<p>
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<html>
<html newsdate="2010-11-05">
<version>1</version>
<head>
@@ -9,7 +9,7 @@
<body>
<div id="banner">
<img src="/events/fscons-2010.png" alt="Logo FSCONS 2010"/>
<img src="fscons-2010.png" alt="Logo FSCONS 2010"/>
</div>
<h1 class="n">Conferência da Sociedade Livre e Nordic Summit 2010</h1>
@@ -22,7 +22,7 @@
<h2 class="n">Dividir e reconquistar</h2>
<div class="sub-banner">
<img src="/events/divide-and-reconquer.png" alt="Logo de Dividir e reconquistar"/>
<img src="divide-and-reconquer.png" alt="Logo de Dividir e reconquistar"/>
</div>
<p>

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB