This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 848c2246c14c692108873629b28fef954c0859b7 Author: Greg Stein <[email protected]> AuthorDate: Tue Apr 5 23:03:45 2022 -0500 toss old .html; keep the empty .md --- site/pages/downloads.html | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/site/pages/downloads.html b/site/pages/downloads.html deleted file mode 100644 index ccfa862..0000000 --- a/site/pages/downloads.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "skeleton.html" %} - -{% block title %}Apache STeVe{% endblock %} -{% block content %} -<section xmlns="http://www.w3.org/1999/html"> - - <div class="alert-message"> - <strong>Feedback Welcome!</strong> - We use your feedback to focus efforts, develop new features, and to make Apache STeVe better for everyone. - <a href="mailto:[email protected]?subject=Feedback on Apache STeVe&body=We'd%20like%20to%20hear%20about%20anything%20you'd%20like%20to%20tell%20us.%20%20If%20you're%20short%20on%20ideas%2C%20here%20are%20some%3A%0A%0A%20-%20Ways%20we%20can%20speed%20up%20or%20improve%20your%20ability%20to%20evaluate%20STeVe%0A%20-%20Anything%20you%20found%20difficult%20or%20inconvenient%20about%20using%20STeVe%0A%20-%20Documentation%20you%20would%20like%20to%20see%0A%20-%20Features%20you%20wou [...] - </div> - - <div> - <p>Check out the <a href="https://svn.apache.org/viewvc/steve/">SVN repo</a></p> - <!-- <p>See also <a href="download/index.html">all previous releases and current snapshot builds</a></p> --> - </div> - <div class="page-header"> - <h1>Apache STeVe - <small>no releases yet</small> - </h1> - </div> -</section> - -{% endblock %}
