Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mirrors: remove #367

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading