From commits-return-19114-archive-asf-public=cust-asf.ponee.io@struts.apache.org Tue Jul 7 09:06:20 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 05C52180663 for ; Tue, 7 Jul 2020 11:06:19 +0200 (CEST) Received: (qmail 80303 invoked by uid 500); 7 Jul 2020 09:06:19 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 80250 invoked by uid 99); 7 Jul 2020 09:06:19 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2020 09:06:19 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 75F98890B9; Tue, 7 Jul 2020 09:06:18 +0000 (UTC) Date: Tue, 07 Jul 2020 09:06:19 +0000 To: "commits@struts.apache.org" Subject: [struts-site] 01/02: Creates Contributors Guide starting page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: lukaszlenart@apache.org In-Reply-To: <159411277803.24066.1916767107999884678@gitbox.apache.org> References: <159411277803.24066.1916767107999884678@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: struts-site X-Git-Refname: refs/heads/contributors-guide X-Git-Reftype: branch X-Git-Rev: ba6547f69f239c0fd3e45d0e0b6fe1d687da6242 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200707090618.75F98890B9@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch contributors-guide in repository https://gitbox.apache.org/repos/asf/struts-site.git commit ba6547f69f239c0fd3e45d0e0b6fe1d687da6242 Author: Lukasz Lenart AuthorDate: Tue Jul 7 11:06:02 2020 +0200 Creates Contributors Guide starting page --- source/contributors/index.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/source/contributors/index.md b/source/contributors/index.md new file mode 100644 index 0000000..684622b --- /dev/null +++ b/source/contributors/index.md @@ -0,0 +1,43 @@ +--- +layout: default +title: Contributors Guide +--- + +# Contributors Guide + +## Source + +- [Building the Framework from Source](#PAGE_13829) + - [Building with Maven](#PAGE_14147) +- [Creating and Signing a Distribution](#PAGE_26375) +- [Requirements](#PAGE_29362) and [Use Cases](#PAGE_29364) - _under construction_ +- [Precise Error Reporting](#PAGE_29826) +- [Obtaining an IDEA license](#PAGE_29381) +- [How to Write Doc Comments for the Javadoc Tool](http://java.sun.com/j2se/javadoc/writingdoccomments/) (Sun) + +## Documentation + +- [Editing the Documentation](#PAGE_27087) +- [Documentation Colophon](#PAGE_13822) +- [Documentation Style Guide](#PAGE_14055) + +## Licensing and Copyright + +- [Third Party Licensing Policy RFC](http://people.apache.org/~cliffs/3party.html) +- [ASF Source Header and Copyright Notice Policy](http://www.apache.org/legal/src-headers.html) +- [Author Tags](http://tinyurl.com/mw7t6)^[http://tinyurl.com/mw7t6] + +## Quick Links + +- [How to Help FAQ](../../helping) +- [Project Charter](../../bylaws) +- [Volunteers](../../volunteers) +- [Release Guidelines](../../releases) +- [Javadocs](http://people.apache.org/~mrdon/action2-api/) +- [Source code repository](https://svn.apache.org/repos/asf/struts/action2) +- [Our WebWork roots](http://today.java.net/pub/a//today/2005/02/25/opensymphony.html) + +## Bleeding Edge + +- [Struts 2.0.2 Release Plan](http://wiki.apache.org/struts/StrutsActionRelease202) +- [Struts Ti Proposal](http://wiki.apache.org/struts/StrutsTi)