You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yong Lu ba3314db9e Add Document enable_capi_snap
Signed-off-by: Yong Lu <luyong@cn.ibm.com>
5 years ago
doc_dev_guide Final updates to release 1.2 version 6 years ago
doc_template Miscellaneous updates. 6 years ago
enable_capi_snap Add Document enable_capi_snap 5 years ago
errata_template Miscellaneous updates. 6 years ago
rst_template Second pass at supporting RST->DB conversions: 7 years ago
.gitignore Updated app_foundation.xml to use foundation doc public causeway urls. 8 years ago
LICENSE Initial source priming 8 years ago
README.md Merge branch 'master' of https://github.com/OpenPOWERFoundation/Docs-Template 6 years ago
pom.xml Add Document enable_capi_snap 5 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:

  1. Clone the master documentation project (Docs-Master) using the following command:
$ git clone https://github.com/OpenPOWERFoundation/Docs-Master.git
  1. Clone this project (Docs-Template) using the following command:
$ git clone https://github.com/OpenPOWERFoundation/Docs-Template.git
  1. 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.

An introductory video on how to develop in the OpenPOWER Foundation Docbook environment has been created and posted on YouTube.

*OpenPOWER Docbook Development Overview*

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 scratch
  • errata_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.