Skip to content
Merged
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
42 changes: 21 additions & 21 deletions site/pages/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,26 @@ Simple support.
* [Users](mailto:[email protected]) ([Subscribe](mailto:[email protected]), [Unsubscribe](mailto:[email protected]))
* [Developers](mailto:[email protected]) ([Subscribe](mailto:[email protected]), [Unsubscribe](mailto:[email protected]))
* [Commits](mailto:[email protected]) ([Subscribe](mailto:[email protected]), [Unsubscribe](mailto:[email protected]))
* [Issues](mailto:[email protected]) ([Subscribe](mailto:[email protected]), [Unsubscribe](mailto:[email protected]))



## Archives
* [users](http://steve.markmail.org/search/?q=#query:%20list%3Aorg.apache.steve.user)
* [development](http://steve.markmail.org/search/?q=#query:%20list%3Aorg.apache.steve.dev)
* [commits](http://steve.markmail.org/search/?q=#query:%20list%3Aorg.apache.steve.commits)
* [issues](http://steve.markmail.org/search/?q=#query:%20list%3Aorg.apache.steve.issues)

* [users](https://lists.apache.org/[email protected])
* [development](https://lists.apache.org/[email protected])
* [commits](https://lists.apache.org/[email protected])

## JIRA

* [STEVE](https://issues.apache.org/jira/browse/STEVE)
## Issue tracking

* [Github Issues](https://github.com/apache/steve/issues)
* (Historical) [JIRA](https://issues.apache.org/jira/browse/STEVE)

## Contributing

Contributing to the project is a great way to support the community. Some great links for getting involved

- [Source Code](dev/source-code.html)
- [Contribution Tips](dev/contribution-tips.html)
- [Developer Documentation](dev/index.html)
- [IRC](http://webchat.freenode.net/?channels=apache-steve): #apache-steve on freenode.
- [Source Code](develop.html)
<!-- - [Contribution Tips](dev/contribution-tips.html) -->
<!-- - [Developer Documentation](dev/index.html) -->

## PMC Members

Expand All @@ -41,10 +37,6 @@ Contributing to the project is a great way to support the community. Some great
<td> PMC Member/Committer</td>
</tr>
<tr>
<td> <a href="mailto:[email protected]" rel="nofollow">Chris Mattmann</a> </td>
<td> PMC Member/Committer </td>
</tr>
<tr>
<td> <a href="mailto:[email protected]" rel="nofollow">Sam Ruby</a> </td>
<td> PMC Member/Committer </td>
</tr>
Expand All @@ -61,10 +53,6 @@ Contributing to the project is a great way to support the community. Some great
<td> PMC Member/Committer</td>
</tr>
<tr>
<td><a href='mailto:[email protected]' rel='nofollow'>Sean Kelly</a></td>
<td>PMC Member/Committer</td>
</tr>
<tr>
<td><a href='mailto:[email protected]' rel='nofollow'>Rich Bowen</a></td>
<td>PMC Member/Committer</td>
</tr>
Expand All @@ -79,5 +67,17 @@ Contributing to the project is a great way to support the community. Some great
<td><a href='mailto:[email protected]' rel='nofollow'>Pierre Smits</a></td>
<td>Committer</td>
</tr>
<tr>
<td> <a href="mailto:[email protected]" rel="nofollow">Chris Mattmann</a> </td>
<td> Committer </td>
</tr>
<tr>
<td><a href='mailto:[email protected]' rel='nofollow'>Sean Palmer</a></td>
<td>Committer</td>
</tr>
<tr>
<td><a href='mailto:[email protected]' rel='nofollow'>Sean Kelly</a></td>
<td>Committer</td>
</tr>
</tbody>
</table>
2 changes: 0 additions & 2 deletions site/pages/dev/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions site/pages/dev/source-code.mdtext

This file was deleted.

23 changes: 23 additions & 0 deletions site/pages/develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Title: Developer Information

## pySTeVe

The PySTeVe source code is contained within the main [STeVE GitHub
repository](https://github.com/apache/steve).

PySTeVe requires no building/compiling, but does require a setup, as explained in the [Quickstart Guide](/demo.html).

<a name="SourceCode-Continuousintegration"></a>
# Continuous integration

Apache STeVe continuous integration relies on [Apache Buildbot](http://ci.apache.org/).
All builders are available [from the page](http://ci.apache.org/builders).

* [Apache STeVe under Ubuntu](http://ci.apache.org/builders/steve-trunk-ubuntu)
* [Apache STeVe under Windows](http://ci.apache.org/builders/steve-trunk-win)

<a name="SourceCode-Building"></a>
# Building

*TODO fill in*

6 changes: 3 additions & 3 deletions site/theme/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<ul>
<li><a href=".">Home</a></li>
<li><a href="community.html">Community and Support</a></li>
<li><a href="dev/index.html">Developer Information</a></li>
<li><a href="develop.html">Developer Information</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="asf.html">About Apache</a></li>
<li><a href="https://apache.org/">About Apache</a></li>
</ul>
</nav>
<div id="contents">
Expand All @@ -29,7 +29,7 @@
</p>
</div>
<footer>
Copyright&copy; 2013-2022 the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br>
Copyright&copy; 2013-2025 the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br>
Apache STeVe, Apache, the Apache feather logo, and the Apache STeVe project logo are trademarks of The Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of their respective owners.
</footer>
Expand Down
4 changes: 2 additions & 2 deletions site/theme/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<li><a href="develop.html">Developer Information</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="asf.html">About Apache</a></li>
<li><a href="https://apache.org/">About Apache</a></li>
</ul>
</nav>
<div id="contents">
Expand All @@ -32,7 +32,7 @@ <h1>
{% endif %}
</div>
<footer>
Copyright&copy; 2013-2022 the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br>
Copyright&copy; 2013-2025 the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br>
Apache STeVe, Apache, the Apache feather logo, and the Apache STeVe project logo are trademarks of The Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of their respective owners.
</footer>
Expand Down
Loading