Skip to content

Commit

Permalink
Convert all policies/*.html to .md
Browse files Browse the repository at this point in the history
Partial fix of openssl#324

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from openssl#347)
  • Loading branch information
levitte authored and Martin Koci committed Oct 6, 2022
1 parent 964f75b commit eb6a29d
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 1,654 deletions.
6 changes: 6 additions & 0 deletions Makefile
Expand Up @@ -71,6 +71,7 @@ H_DOCS = $(addsuffix .html,\
| grep -v '/sub-')))
H_NEWS = $(addsuffix .html,$(basename $(shell git ls-files -- news/*.md)))
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 7943bed (Convert all community/*.html to .md)
=======
Expand All @@ -79,10 +80,13 @@ H_NEWS = $(addsuffix .html,$(basename $(shell git ls-files -- news/*.md)))
=======
H_SUPPORT = $(addsuffix .html,$(basename $(shell git ls-files -- support/*.md)))
>>>>>>> 7e79f7d (Convert all support/*.html to .md)
=======
>>>>>>> 53e9ec1 (Convert all policies/*.html to .md)
H_POLICIES = $(addsuffix .html,\
$(basename $(shell git ls-files -- policies/*.md \
policies/general/*.md \
policies/technical/*.md)))
<<<<<<< HEAD
# We filter out any file starting with 'sub-'... they get special treatment
H_SOURCE= $(addsuffix .html,\
$(basename $(shell git ls-files -- source/*.md \
Expand All @@ -91,6 +95,8 @@ H_SOURCE= $(addsuffix .html,\
$(basename $(shell git ls-files -- source/*.md.tt \
source/old/*.md.tt \
| grep -v '/sub-'))))
=======
>>>>>>> 53e9ec1 (Convert all policies/*.html to .md)
H_SUPPORT = $(addsuffix .html,$(basename $(shell git ls-files -- support/*.md)))

SIMPLE = $(H_TOP) \
Expand Down
15 changes: 15 additions & 0 deletions policies/omc-bylaws.md
Expand Up @@ -3,6 +3,11 @@ breadcrumb: Bylaws
---
# OpenSSL Bylaws

<<<<<<< HEAD
=======
#### First issued 13th February 2017 Last modified 10th December 2019

>>>>>>> 53e9ec1 (Convert all policies/*.html to .md)
This document defines the bylaws under which the OpenSSL Project
operates. It defines the different project roles, how they contribute to
the project, and how project decisions are made.
Expand Down Expand Up @@ -134,8 +139,12 @@ internal resources.

### [OMC Voting Procedures]{#omc-voting}

<<<<<<< HEAD
A vote to change these bylaws more than just an edit (see [Minor
Edits](#minor-edits) below) will pass if it obtains an in favour vote
=======
A vote to change these bylaws will pass if it obtains an in favour vote
>>>>>>> 53e9ec1 (Convert all policies/*.html to .md)
by more than two thirds of the active OMC members and less than one
quarter votes against by the active OMC members. A vote that does not
change these bylaws will pass if it has had a vote registered from a
Expand Down Expand Up @@ -170,6 +179,7 @@ otherwise not affect the outcome of the vote.
All votes and their outcomes should be recorded and available to all OMC
members.

<<<<<<< HEAD
### Minor Edits

Minor bylaw edits that do not change the meaning of the edited bylaws do not
Expand All @@ -183,6 +193,8 @@ should be labelled with the minor edit label.
Approved submissions shall only be applied after a 24-hour delay from the
approval.

=======
>>>>>>> 53e9ec1 (Convert all policies/*.html to .md)
## [OpenSSL Technical Committee (OTC)]{#OTC}

The OTC represents the official technical voice of the project. All OTC
Expand Down Expand Up @@ -352,6 +364,9 @@ of absence:
The following changes have been made since the bylaws were first issued
13-February-2017.

<<<<<<< HEAD
. 17-July-2022. Added a clause on minor edits of these bylaws.
=======
>>>>>>> 53e9ec1 (Convert all policies/*.html to .md)
- 21-November-2019. Added *OTC*. and other related changes.
- 20-December-2017. Added *Leave of absence* section.

0 comments on commit eb6a29d

Please sign in to comment.