Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit fd9c3d0

Browse files
committed
Collect all book information together
1 parent db24d6b commit fd9c3d0

File tree

8 files changed

+246
-3
lines changed

8 files changed

+246
-3
lines changed

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
dropdown:
2222
- title: "Articles"
2323
url: "/resources/articles/"
24+
- title: "Books"
25+
url: "/resources/#books"
2426
- title: "Wiki"
2527
url: "https://github.com/paypal/InnerSourceCommons/wiki"
2628
- title: "Patterns"
2.57 MB
Binary file not shown.

assets/img/AdoptingInnerSource.jpg

37.9 KB
Loading

assets/img/adoptinginnersource.png

-276 KB
Binary file not shown.

assets/logos/ISLogo-1-0.svg

Lines changed: 224 additions & 0 deletions
Loading

pages/pages-root-folder/adoptinginnersource.md renamed to resources/books/adoptinginnersource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: page
33
title: 'Adopting InnerSource - Principles and Case Studies'
4-
permalink: '/adoptinginnersource/'
4+
permalink: '/resources/books/adoptinginnersource/'
55
---
66

7-
InnerSource is a software development strategy rapidly spreading throughout large corporations - and it is also more. At its essence, InnerSource enables software developers to contribute to the efforts of other teams, fostering transparency and openness to contributions from others. But beyond that, InnerSource represents a collaborative and empowering way of involving employees in making and implementing decisions throughout the corporation. It embodies a philosophy of human relations, an approach to rewards and motivations, and a loose, adaptable set of tools and practices.
7+
[![Adopting Inner Source](/InnerSourceCommons/assets/img/AdoptingInnerSource.jpg){: .alignright}](/InnerSourceCommons/assets/files/AdoptingInnerSource.pdf)
88

9-
[![Adopting Inner Source Cover](/InnerSourceCommons/assets/img/adoptinginnersource.png){: .alignright}]
9+
InnerSource is a software development strategy rapidly spreading throughout large corporations - and it is also more. At its essence, InnerSource enables software developers to contribute to the efforts of other teams, fostering transparency and openness to contributions from others. But beyond that, InnerSource represents a collaborative and empowering way of involving employees in making and implementing decisions throughout the corporation. It embodies a philosophy of human relations, an approach to rewards and motivations, and a loose, adaptable set of tools and practices.
1010

1111
In this book, Danese Cooper and Klaas-Jan Stol present a series of case studies at a range of companies to show when and why InnerSource may be useful to your organization. The case studies candidly discuss the difficulties of getting InnerSource projects started, along with the progress so far and the benefits or negative fallout.
1212

resources/books/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: 'page'
3+
title: 'InnerSource Books'
4+
permalink: '/resources/books/'
5+
---
6+
7+
* [Getting Started With InnerSource](http://www.oreilly.com/programming/free/getting-started-with-innersource.csp)
8+
* [Understanding the InnerSource Checklist]({{ site.baseurl }}/checklist/)
9+
* [Adopting InnerSource - Principles and Case Studies](adoptinginnersource)
10+
11+

resources/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ title: 'InnerSource Resources'
77

88
Academic papers, news articles, blogs
99

10+
### [Books](books/)
11+
12+
* [Getting Started With InnerSource](http://www.oreilly.com/programming/free/getting-started-with-innersource.csp)
13+
* [Understanding the InnerSource Checklist](/checklist/)
14+
* [Adopting InnerSource - Principles and Case Studies](books/adoptinginnersource)
15+
1016
### [InnerSource Commons Wiki](https://github.com/paypal/InnerSourceCommons/wiki)
1117

1218
Checklists, definitions, and all the other random, uncategorized stuff

0 commit comments

Comments
 (0)