Skip to content

Commit

Permalink
docs: cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 24, 2024
1 parent 657cfb3 commit 97a0c54
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 44 deletions.
2 changes: 1 addition & 1 deletion docs/_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<a href="/ch/">Changelog</a>
<a href="/docs/security.html">curl CVEs</a>
<a href="/docs/releases.html">Release Table</a>
<a href="/docs/versions.html">Version Nums</a>
<a href="/docs/versions.html">Version Numbering</a>
<a href="/docs/vulnerabilities.html">Vulnerabilities</a>
</div>
</div>
Expand Down
48 changes: 25 additions & 23 deletions docs/_projdocs.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,40 @@

WHERE2(Docs, "/docs/", Project)

TITLE(Project Documentation)
TITLE(Project)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/docs/">Docs Overview</a>
<br><a href="reldocs.html">Release docs</a>
</div>
<p>
This section is for documentation associated to the project to some degree.
<p>
The most common questions are collected in the <a href="faq.html">FAQ</a>.
<p>
The <a href="governance.html">governance</a> explains how we make decisions
and who decides what in the project.
<p>
If a problem is not already a <a href="knownbugs.html">known bug</a> or
something mentioned in the <a href="todo.html">TODO</a>, you
can <a href="bugs.html">report the bug</a>.
<p>
If you never contributed to curl or worked in this project before, learn
how you can <a href="help-us.html">get started</a>.
<p>
Learn about the <a href="libs.html">dependencies</a> libcurl can use,
which <a href="features.html">features</a> it has or how
to <a href="install.html">install</a> it.

<p>
Meta info:
Project <a href="history.html">history</a>, <a href="/about.html">website
info</a>, <a href="/donation.html">how to
donate</a>, <a href="code-of-conduct.html">Code of conduct</a>
and <a href="/logo/">the logo</a>.
<ul>
<li> <a href="faq.html">FAQ</a> - common questions and answers
<li> <a href="governance.html">governance</a> - explains how we make decisions
and who decides what in the project.
<li> <a href="knownbugs.html">known bugs</a> - problems and issues already
known
<li> <a href="todo.html">TODO</a> - things we might do latere
<li> <a href="bugs.html">how to report bugs</a>
<li> <a href="help-us.html">help us</a> - If you never contributed to curl
or worked in this project before, learn how you can.
<li>
<a href="libs.html">dependencies</a> - that libcurl can use
<li> <a href="features.html">features</a> - what curl can do
<li> <a href="install.html">install</a> - how to install from source
</ul>

SUBTITLE(Meta info)
<ul>
<li> <a href="history.html">Project history</a>
<li> <a href="/about.html">website info</a>
<li> <a href="/donation.html">how to donate</a>
<li> <a href="code-of-conduct.html">Code of conduct</a>
<li> <a href="/logo/">logo details</a> and resources
<li> <a href="/sponsors.html">sponsors</a>
</ul>

#include "_footer.html"
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/_protdocs.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

WHERE2(Docs, "/docs/", Protocols)

TITLE(Protocol Related Documentation)
TITLE(Protocols)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/docs/">Docs Overview</a>
Expand Down
41 changes: 24 additions & 17 deletions docs/_reldocs.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,39 @@
#include "_menu.html"
#include "setup.t"

WHERE2(Docs, "/docs/", Releases overview)
WHERE2(Docs, "/docs/", Releases)

TITLE(Release Documentation)
TITLE(Releases)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/docs/">Docs Overview</a>
<br><a href="projdocs.html">Project docs</a>
</div>
<p>
Information about and related to curl releases.
<p>
The big <a href="/changes.html">changelog</a> details all changes in every
version since many years back.
<p>
The <a href="releases.html">Release Table</a> lists all releases, with
release date, number of bug fixes and so on.
<p>
On the <a href="security.html">curl CVE page</a>, you will find all publicized
security problems listed and thoroughly described and
the <a href="vulnerabilities.html">vulnerabilities</a> table shows which
versions that are vulnerable to each problem. Published following the curl
<a href="/dev/vuln-disclosure.html">Vulnerability Disclosure Policy</a>.
Information about and related to curl releases and security.

<p>
Also: <a href="versions.html">version numbering</a> is described.
<ul>
<li>
<a href="/changes.html">big changelog</a> - describes all changes done in
every released version since the dawn of time.
<li>
<a href="/ch/">changelog</a> - always shows the changes done in the latest
release.
<li>
<a href="releases.html">Release Table</a> - lists all releases, with release
date, number of bug fixes and so on.
<li>
<a href="security.html">curl CVE page</a> - all publicized security problems
listed and thoroughly described.
<li>
<a href="vulnerabilities.html">vulnerabilities</a> - shows which
versions that are vulnerable to each problem.
<li>
<a href="/dev/vuln-disclosure.html">Vulnerability Disclosure Policy</a>

<li>
<a href="versions.html">version numbering</a> - described
</ul>

#include "_footer.html"
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/_tooldocs.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

WHERE2(Docs, "/docs/", Tool)

TITLE(Tool Documentation)
TITLE(Tool)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/docs/">Docs Overview</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/_whodocs.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

WHERE2(Docs, "./", Who and Why)

TITLE(Who and Why Documentation)
TITLE(Who and Why)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/docs/">Docs Overview</a>
Expand Down

0 comments on commit 97a0c54

Please sign in to comment.