Skip to content

Commit

Permalink
Documentation changes
Browse files Browse the repository at this point in the history
Remove obsolete note about future work in yapp intro. Update minimum
Erlang/OTP release from R8 to R14B02 and do some minor rewording of a
warning in yaws.tex.
  • Loading branch information
vinoski committed Aug 24, 2015
1 parent 786a1b9 commit 0834b57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
13 changes: 6 additions & 7 deletions doc/yaws.tex
Expand Up @@ -193,7 +193,7 @@ \subsection{Compile and Install}

To compile and install a \Yaws\ release
one of the prerequisites is a properly installed \Erlang\ system. \Yaws\
runs on \Erlang\ releases OTP R8 and later. Get \Erlang\ from
runs on \Erlang\/OTP releases R14B02 and newer. Get \Erlang\ from
\url{http://www.erlang.org/}

Compile and install is straight forward:
Expand Down Expand Up @@ -3267,28 +3267,27 @@ \section{Server Part}
http://www.erlang.org/doc/man/ssl.html for more details.

\textbf{WARNING: This option was introduced in the SSL application
in Erlang/OTP 18.0, so Yaws ignores it for previous releases.}
in Erlang/OTP 18.0, so \Yaws\ ignores it for previous releases.}

\item \verb+honor_cipher_order = true | false+ --- If true (the
default), use the server's preference for cipher selection. If
false, use the client's preference.

\textbf{WARNING: This option was introduced in the SSL application
in Erlang/OTP 17.0, so Yaws ignores it for previous releases.}
in Erlang/OTP 17.0, so \Yaws\ ignores it for previous releases.}

\item \verb+protocol_version = ProtocolList+ ---
Specifies the list of SSL protocols that will be
supported. If not set, defaults to all protocols
supported by the Erlang \verb+ssl+ application. For
supported by the \Erlang\ \verb+ssl+ application. For
example, to support only TLS versions 1.2, 1.1, and 1:

\begin{verbatim}
protocol_version = tlsv1.2, tlsv1.1, tlsv1
\end{verbatim}

\textbf{WARNING: Erlang/OTP R16B01 or higher is required in
order to let it work (because of a bug in previous
releases).}
\textbf{WARNING: Because of a bug in previous releases,
Erlang/OTP R16B01 or newer is required for this to work.}
\end{itemize}

\item \verb+<redirect> ... </redirect>+ ---
Expand Down
10 changes: 1 addition & 9 deletions www/yapp_intro.yaws
Expand Up @@ -163,15 +163,7 @@ out(A) ->
"ErlyWeb applications."},

{h2,[],"Problems"},
{p,[],"Embedded ssi directives in ehtml parts will not work for now."},

{h2,[],"Future"},
{p,[],
"It may look as an extra complexity to use Erlang applications but in this way "
"we can benefit from Erlangs own framework for application handling. For instance, "
"in the future we hope to add features for release handling to "
"add/remove/upgrade/downgrade yapps on a running Yaws server, or even many clustered "
"servers. "}
{p,[],"Embedded ssi directives in ehtml parts do not work."},
]
}
},
Expand Down

0 comments on commit 0834b57

Please sign in to comment.