b8e39d5d14
For Doc Devel Guide: - Clarify first build documentation - Add documententation how to publish - AWT exception workaround for users - Clarify which document tags need updating for new docs - Expand description of how to get started - Minor updates to reference to document directory from "template/" to "doc_dev_guide/" For project: - Add new document template (doc_template) for creating new specifications - Add new document template for create errata (WG Notes) - Rename the template/ directory to doc_devel_guide/ - Update README for new content and contact people Signed-off-by: Jeff Scheel <scheel@us.ibm.com> |
6 years ago | |
---|---|---|
doc_dev_guide | 6 years ago | |
doc_template | 6 years ago | |
errata_template | 6 years ago | |
rst_template | 7 years ago | |
.gitignore | 9 years ago | |
LICENSE | 9 years ago | |
README.md | 6 years ago | |
pom.xml | 6 years ago |
README.md
OpenPOWER Foundation Documentation Development Guide
This repository holds the source for the Documentation Development Guide
(formerly Master Template Document) for
OpenPOWER Foundation. The PDF and HTML generated from the doc_dev_guide
directory build a document that both describes how to build a new
document and contains examples and directions on how to do it.
To build this project, one must ensure that the Docs-Master project has also been cloned at the same directory level as the Docs-Template project. This can be accomplished with the following steps:
- Clone the master documentation project (Docs-Master) using the following command:
$ git clone https://github.com/OpenPOWERFoundation/Docs-Master.git
- Clone this project (Docs-Template) using the following command:
$ git clone https://github.com/OpenPOWERFoundation/Docs-Template.git
- Build the project with these commands:
$ cd Docs-Template
$ mvn clean generate-sources
The online version of the document can be found in the OpenPOWER Foundation Document library at OpenPOWER Foundation Documentation Development Guide.
The project which controls the look and feel of the document is the
Docs-Maven-Plugin project, an
OpenPOWER Foundation private project on GitHub. To obtain access to the Maven Plugin project,
contact Jeff Scheel [scheel@us.ibm.com](mailto://scheel@us.ibm.com)
.
Additional sub-directories of interest in this project are:
doc_template
: provides a template for new specifications from scratcherrata_template
: provide a template for errata documents
License
This project is licensed under the Apache V2 license. More information can be found in the LICENSE file or online at
http://www.apache.org/licenses/LICENSE-2.0
Community
To comment on, propose changes, and engage in community dialogue, you can open issues
in the Project Issues, post to
the community mailing list [syssw-doc_devel_guide@mailinglist.openpowerfoundation.org](mailto://syssw-doc_devel_guide@mailinglist.openpowerfoundation.org)
, or
join the #doc-devel channel in the OpenPOWER Foundation Slack room [openpowerfoundation.slack.com](https://openpowerfoundation.slack.com/)
.
Contributions
To contribute to the OpenPOWER Foundation template document project, post patches to the community mailing list
[syssw-doc_devel_guide@mailinglist.openpowerfoundation.org](mailto://syssw-doc_devel_guide@mailinglist.openpowerfoundation.org)
where they
will be reviewed and approved when ready.
Contributions to this project should conform to the Developer Certificate of Origin
as defined at http://elinux.org/Developer_Certificate_Of_Origin.
Commits to this project need to contain the following line to indicate
the submitter accepts the DCO:
Signed-off-by: Your Name <your_email@domain.com>
By contributing in this way, you agree to the terms as follows:
Developer Certificate of Origin
Version 1.1
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
660 York Street, Suite 102,
San Francisco, CA 94110 USA
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.