Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit a295a88

Browse files
committed
Kill the FAQ
It's unused and hasn't seen an update for eons. Reviewed-by: Anton Arapov <[email protected]> Reviewed-by: Matt Caswell <[email protected]> (Merged from #431)
1 parent 6e1010e commit a295a88

17 files changed

+5
-1059
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ community/omc.md
1616
community/*.html
1717
docs/OpenSSL300Design.html
1818
docs/OpenSSLStrategicArchitecture.html
19-
docs/faq.inc
2019
docs/fips.inc
2120
docs/man*/
2221
docs/manpages.md

.htaccess

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Options +ExecCGI +FollowSymLinks
66
Redirect permanent /about/releasestrat.html /policies/releasestrat.html
77
Redirect permanent /licenses/openssl_ccla.pdf /policies/openssl_ccla.pdf
88
Redirect permanent /licenses/openssl_icla.pdf /policies/openssl_icla.pdf
9-
Redirect permanent /support/faq.html /docs/faq.html
109
Redirect permanent /licenses /policies/cla.html
1110
Redirect permanent /licenses/ /policies/cla.html
1211
Redirect permanent /.well-known/acme-challenge/MX5CvUJNvymcKf22SNORcfjGk4oGQyIWJiBc_johfYo http://dcv.akamai.com/.well-known/acme-challenge/MX5CvUJNvymcKf22SNORcfjGk4oGQyIWJiBc_johfYo

Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,6 @@ docs/mansidebar.html: docs/mansidebar.html.tt Makefile bin/from-tt
334334
@rm -f $@
335335
./bin/from-tt releases='master $(MANSERIES)' $<
336336

337-
docs/faq.inc: $(wildcard docs/faq-[0-9]-*.txt) Makefile bin/mk-faq
338-
@rm -f $@
339-
./bin/mk-faq docs/faq-[0-9]-*txt >$@
340-
docs/faq.md: docs/faq.inc
341-
342337
######################################################################
343338
##
344339
## Policy page building section

bin/mk-faq

-35
This file was deleted.

dirdata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar: |
66
77
- [Our Mission and Values](/community/mission.html)
88
- [Downloads: Source code](/source)
9-
- [Docs: FAQ, FIPS, manpages, ...](/docs)
9+
- [Docs: FIPS, manpages, ...](/docs)
1010
- [News: Latest information](/news)
1111
- [Roadmap: What's planned](/roadmap.html)
1212
- [Policies: How we operate](/policies)

docs/dirdata.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ breadcrumbs: >-
44
sidebar: |
55
# Documentation
66
7-
- [FAQ](faq.html)
87
- [Manpages](manpages.html)
98
- [FIPS-140 Validation](fips.html)
109
---

docs/faq-1-legal.txt

-28
This file was deleted.

docs/faq-2-user.txt

-230
This file was deleted.

0 commit comments

Comments
 (0)