Skip to content

Commit

Permalink
mirrors: remove
Browse files Browse the repository at this point in the history
Has not been used for many years

Closes #367
  • Loading branch information
bagder committed Jul 24, 2024
1 parent 18f42a3 commit c6fe79f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 69 deletions.
1 change: 0 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RedirectPermanent /bugreport.html https://curl.se/docs/bugs.html
RedirectPermanent /cvs.cgi https://curl.se/dev/source.html
RedirectPermanent /cvs.html https://curl.se/dev/source.html
RedirectPermanent /dev/readme-http2.html https://curl.se/docs/http2.html
RedirectPermanent /mirrors.html https://curl.se/mirror/
RedirectPermanent /libcurl/c/libcurl-thread.html https://curl.se/libcurl/c/threadsafe.html
RedirectPermanent /libcurl/c/libcurl-security.html https://curl.se/libcurl/security.html
RedirectPermanent /libcurl/c/curl-config.html https://curl.se/libcurl/using/curl-config.html
Expand Down
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ PAGES= \
index.html \
info \
libs.html \
mirrors.html \
news.html \
newslog.html \
oldnews.html \
Expand All @@ -51,7 +50,6 @@ all: $(PAGES)
cd docs && make
cd libcurl && make
cd mail && make
cd mirror && make
cd rfc && make
cd dev && make
cd windows && make
Expand Down Expand Up @@ -136,9 +134,6 @@ gethelp.html: _gethelp.html $(MAINPARTS)
book.html: _book.html $(MAINPARTS)
$(ACTION)

mirrors.html: _mirrors.html $(MAINPARTS)
$(ACTION)

about.html: _about.html docs/_menu.html $(MAINPARTS)
$(ACTION)

Expand Down Expand Up @@ -183,7 +178,6 @@ clean:
cd docs && make clean
cd libcurl && make clean
cd mail && make clean
cd mirror && make clean
cd rfc && make clean
cd dev && make clean
cd tiny && make clean
3 changes: 1 addition & 2 deletions _about.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
TITLE(About the curl website)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/docs/">Online Docs</a>
<br><a href="/mirror/">Mirrors</a>
<br><a href="/docs/">Docs</a>
</div>
<p>
This website is dedicated to covering curl, libcurl and related issues only.
Expand Down
23 changes: 0 additions & 23 deletions _mirrors.html

This file was deleted.

17 changes: 0 additions & 17 deletions mirror/Makefile

This file was deleted.

20 changes: 0 additions & 20 deletions mirror/_index.html

This file was deleted.

0 comments on commit c6fe79f

Please sign in to comment.