Skip to content

Commit 117d8a8

Browse files
authored
Merge pull request #2 from jsmanrique/master
Introducing inner source principles
2 parents fceeb57 + 52fbf9b commit 117d8a8

File tree

9 files changed

+86
-26
lines changed

9 files changed

+86
-26
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Managing Inner Source Projects book
22

3-
This repository contains the Markdown files needed to build the whole Managing
4-
Inner Source Projects book.
5-
This is intended to bring from a managerial perspective the several aspects needed
3+
This book is intended to bring, from a managerial perspective, the several aspects needed
64
when introducing inner source methodologies into enterprises.
75

8-
96
This book is a work in progress process where anyone is more than welcome to contribute
107
in any possible way. Ideas, comments, typos, full paragraphs or sections would be
118
great. This repository aims at bringing specialized knowledge from the industry

book.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"plugins": ["autocover"],
3+
"pluginsConfig": {
4+
"autocover": {
5+
"title": "Managing inner source projects",
6+
"author": ["Daniel Izquierdo", "José Manrique López", "Greogrio Robles (rev.)", "Kate Stewart (rev.)"]
7+
"pluginsConfig": {
8+
"autocover": {
9+
"font": {
10+
"size": null,
11+
"family": "Impact",
12+
"color": "#FFF"
13+
},
14+
"size": {
15+
"w": 1800,
16+
"h": 2360
17+
},
18+
"background": {
19+
"color": "#F90"
20+
}
21+
}
22+
}
23+
}
24+
}
25+
}

introduction/authors.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
authors:
3+
- name: J. Manrique López
4+
organization: Bitergia
5+
reviewers:
6+
- name: Daniel Izquierdo
7+
organization: Bitergia
8+
---
9+
110
# Authors
211

312
- J. Manrique López ([Bitergia](http://bitergia.com))

introduction/framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Inner source framework
22

3-
Adopting inner source methodology help companies on:
3+
By adopting inner source methodology and principles, organizations get:
44

55
- Effective resources management, with better code/knowledge reuse
66
and cost sharing accross the different units

introduction/introduction.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,27 @@ start reading "Getting Started with InnerSource"[^3] by Andy Oran. After that, o
3939
you have already decided to start the inner source path, this book will give you better
4040
understanding of inner source scenarios, framework and management skills.
4141

42+
## Inner source principles
43+
44+
Inner source software development takes its principles from the open source software
45+
development culture. Jim Jagielski, from The Apache Software Foundation, has listed
46+
them[^4] as:
47+
48+
1. Culture
49+
2. Communication
50+
3. Transparency
51+
4. Collaboration
52+
5. Community
53+
6. Meritocracy
54+
55+
As an organization willing to adopt inner source methodology, the first step is to look
56+
how close are organization's principles with these open source ecosytem principles, and
57+
work on minimizing the *deltas* with them.
58+
4259
[^1]: https://www.wsj.com/articles/SB10001424053111903480904576512250915629460
4360

4461
[^2]: https://www.youtube.com/watch?v=x7ozaFbqg00
4562

4663
[^3]: http://www.oreilly.com/programming/free/getting-started-with-innersource.csp
64+
65+
[^4]: http://www.slideshare.net/jimjag/inner-source-enterprise-lessons-from-the-open-source-community

measuring/AUTHORS.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
1-
Author(s) (Chronological order):
1+
---
2+
authors:
3+
- name: Daniel Izquierdo Cortázar
4+
organization: Bitergia
5+
reviewers:
6+
- name: Greogorio Robles
7+
organization: Universidad Rey Juan Carlos
8+
- name: José Manrique López
9+
organization: Bitergia
10+
- name: Kate Stewart
11+
organization: The Linux Foundation
12+
---
213

3-
     Daniel Izquierdo Cortázar. Bitergia
14+
# Author(s)
415

5-
Reviewer(s) (Chronological order).
16+
Chronological order:
617

7-
    Gregorio Robles. Universidad Rey Juan Carlos.
18+
* Daniel Izquierdo Cortázar. [Bitergia](http://bitergia.com).
819

9-
    José Manrique López. Bitergia.
20+
# Reviewer(s)
1021

11-
    Kate Stewart. The Linux Foundation.
22+
Chronological order:
23+
24+
* Gregorio Robles. [Universidad Rey Juan Carlos](https://www.urjc.es/).
25+
* José Manrique López. [Bitergia](http://bitergia.com).
26+
* Kate Stewart. [The Linux Foundation](https://www.linuxfoundation.org/).
1227

measuring/introduction.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
**
2-
3-
Author(s) (Chronological order):
4-
5-
     Daniel Izquierdo Cortázar. Bitergia
6-
7-
Reviewer(s) (Chronological order).
8-
9-
    Gregorio Robles. Universidad Rey Juan Carlos.
10-
11-
    José Manrique López. Bitergia.
12-
13-
    Kate Stewart. The Linux Foundation.
14-
15-
161
Introduction
172
============
183

styles/pdf.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# style for pdf file
2+
3+
table {
4+
font-size: .8em;
5+
}

styles/website.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# website styles
2+
3+
table {
4+
font-size: .8em;
5+
}

0 commit comments

Comments
 (0)