forked from todogroup/todogroup.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo_stats.json
910 lines (910 loc) · 46.3 KB
/
hugo_stats.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
{
"htmlElements": {
"tags": [
"a",
"article",
"blockquote",
"body",
"br",
"button",
"code",
"div",
"em",
"footer",
"h1",
"h2",
"h3",
"h4",
"h5",
"head",
"header",
"hr",
"html",
"iframe",
"img",
"li",
"link",
"lite-youtube",
"main",
"meta",
"nav",
"ol",
"p",
"path",
"pre",
"script",
"section",
"span",
"strong",
"style",
"svg",
"table",
"tbody",
"td",
"th",
"thead",
"title",
"tr",
"ul"
],
"classes": [
"accordion",
"accordion__content",
"accordion__title",
"accordions",
"blog",
"blog-item",
"blog-item__author",
"blog-item__byline",
"blog-item__date",
"blog-item__summary",
"blog-item__title",
"breadcrumb",
"button",
"card",
"cards",
"case-studies",
"categories",
"color",
"column",
"columns",
"columns-3",
"container",
"content",
"copyright",
"copyright__accessibility-git-wrapper",
"cross",
"darker",
"dropdown",
"dropdown-arrow",
"dropdown-current",
"dropdown-group",
"dropdown-nav",
"dropdown-selected",
"faq",
"faq-item",
"faq__content",
"faq__title",
"floating-effect",
"footer",
"footer-hr",
"footer__cta",
"footer__logo-social-wrapper",
"footer__menu",
"footer__menu-cta-wrapper",
"full-width",
"guides",
"h4",
"hamburger",
"hamburger-box",
"hamburger-inner",
"header",
"hero-grid",
"hero-grid__col1",
"hero-grid__col2",
"horizontal",
"landscape-grid",
"landscape-grid__col1",
"landscape-grid__col2",
"language-selector",
"lite-youtube-fallback",
"logo",
"logo-link",
"main-menu",
"main-menu-cta",
"main-menu__cta-language-wrapper",
"main-menu__wrapper",
"menu-item",
"menu-item-has-children",
"menu-item__description",
"menu-link",
"no-children-links",
"nowrap",
"page",
"page-404",
"page-home",
"page-page",
"page-section",
"page-taxonomy",
"rounded-corners",
"shortened-width",
"skip-link",
"social-links",
"spacer-40",
"sub-menu",
"sub-menu__nav",
"subhero",
"tags",
"tertiary",
"title",
"top-menu-item",
"twitter-tweet",
"vertical",
"wrap"
],
"ids": [
"-10-members-join-todo-group",
"-about-ospo-faq-work-and-contributors",
"-about-ospology-repo",
"-about-the-project",
"-about-todo-2022-strategic-goals",
"-acknowledgements",
"-acknowledgments",
"-become-a-partner-in-this-research",
"-build-relationships-with-other-communities-ospo-associates",
"-community-input",
"-contribute-to-ospology-and-the-ospo-mind-map-project",
"-documentation",
"-frequent-asked-questions",
"-how-can-i-contribute-to-the-ospo-definition-2023-release",
"-how-can-i-join",
"-how-to-participate",
"-keep-working-on",
"-key-findings",
"-meet-the-maintainer",
"-new-ospo-guides",
"-ospo-faqの作業と寄稿者について",
"-ospocon-2021-series",
"-ospology-2021-series",
"-osponews",
"-our-achievements",
"-revamp-todogrouporg-website",
"-the-ospo-book-project-is-for-everyone",
"-the-state-of-ospos-2021-survey-results",
"-timeline",
"-whats-new-in-the-2023-edition",
"-文書化",
"1-correction",
"1-establish-a-healthy-governance-system",
"1-feature-a-new-todo-whitepapaer",
"1-find-a-leader",
"1-hire-key-developers-and-maintainers-from-the-projects-community",
"1-in-house-initiatives-re-purposing-organizations-assets",
"1-ospology-the-study-of-ospos",
"1-participate-and-grow-leadership-in-open-source-projects",
"10-foster-internal-collaboration",
"11-tips-for-mastering-open-source-contributions",
"2-allocate-time-for-upstream-contributions",
"2-contirbute-to-a-wip-todo-whitepaper",
"2-create-an-internal-open-source-culture",
"2-define-your-operations",
"2-evaluate-resources",
"2-external-initiatives-neutral-players-and-private-organizations",
"2-ospo-mind-map",
"2-warning",
"3-attend-and-support-open-source-events",
"3-create-a-mentorship-program",
"3-seek-feedback-and-buy-in",
"3-templates-on-ospo-and-os-policies",
"3-temporary-ban",
"3-track-progress-and-make-adjustments",
"4-formalize-an-open-source-career-path",
"4-incorporate-open-source-into-job-descriptions",
"4-key-elements-in-virtual-open-source-events",
"4-oss-management-tooling-list",
"4-permanent-ban",
"5-invest-in-training--build-talent-from-within",
"5-key-lessons-for-open-source-program-managers",
"5-offer-training",
"5-ospo-jobs",
"5-stage-code-review-process",
"5-段階のコード-レビュー-プロセス",
"6-participate-in-open-source-events",
"7-provide-a-flexible-it-infrastructure",
"8-track-developer-code-contributions",
"9-identify-focus-areas-with-broad-impact",
"a-good-match-might-have-a",
"a-new-hiring-philosophy",
"a-simple-policy-for-using-open-source-code",
"abbreviations",
"about-open-source-at-porsche",
"about-ospo-mind-map-and-ospology",
"about-ospologylive-netherlands",
"about-ospologylive-share--learn",
"about-todo-group",
"accepting-changes-from-external-contributors",
"acknolwedgements",
"acknowledgements",
"acknowledgments",
"active-or-development-phase",
"adherence-to-open-source-culture",
"advisory-board-and-industry-service",
"allocate-resources",
"an-open-programs-office",
"annania-melaku",
"appendix",
"appendix-a-research-project-cover---example-from-dei",
"appendix-b-social-shareable---example-from-dei-launched-in-2021",
"approving-projects-for-contributions",
"architecture-diagram-template",
"archiving-and-release-management",
"archiving-tips",
"ashley-wolf---github",
"asia-pacific-organizations",
"assess-todo-tooling-slack-mailing-lists-github",
"attract-grow-and-retain-talents",
"attracting-diverse-contributors",
"attribution",
"audience",
"authors",
"autodesk",
"automate-processes",
"available-resources",
"become-a-general-member",
"become-an-ospo-associate",
"benefits",
"best-practices-to-contribute-code-upstream",
"big-organizations-stand-apart",
"big-thanks",
"bitergia",
"bonus-point-osponews",
"boundary-conditions",
"branding-and-marketing",
"branding-and-messaging",
"branding-and-trademark-guidelines",
"bug-and-issue-tracking",
"build-a-business-case",
"build-an-open-source-metrics-strategy-when-releasing-to-open-source-projects",
"build-software-faster-and-better",
"build-the-community",
"building-an-open-source-culture",
"building-an-ospo-infrastructure-and-network-ospo-associates",
"building-community-growing-contributions",
"building-momentum",
"building-talent-the-best-way",
"business-and-programmatic-goals",
"business-strategy--plan",
"calendar",
"call-for-candidates---steering-committee-2024-elections",
"capital-one-open-source-in-a-regulated-environment",
"case-studies-to-raise-project-awareness",
"case-study-openrit",
"challenges",
"challenges-open-source-dedicated-teams-face-in-an-enterprise-setting",
"challenges-to-open-source-retention",
"chaoss-ospo-metrics---lead-by-chaoss",
"choosing-a-venue",
"cladco-management",
"co-marketing-opportunities-and-best-practices",
"code-of-conduct",
"collaboration-and-co-marketing",
"commits-and-lines-of-code-over-time",
"common-areas-for-improvement",
"common-goals",
"communication",
"community",
"community-management",
"compliance-roles-and-responsibilities",
"compliance-team",
"conclusion",
"conference-remarks",
"conferences",
"consideration-1-governance",
"consideration-2-sustainability",
"considerations",
"consult-your-team",
"contact",
"content",
"continuing-the-virtuous-cycle-adopting-salt",
"contribution-models",
"contributor-code-of-conduct",
"contributor-license-agreement-cla-developer-certificate-of-origin-dco",
"contributor-space",
"corporate-scale-github-management",
"corporate-vs-open-source-leadership",
"create-a-dashboard",
"creating-a-marketing-strategy",
"credential-scanning",
"cultivate-relationships-with-other-communities",
"cultivate-relationships-with-other-communities-across-regions-and-sectors",
"culture",
"culture-overview",
"custom-tools-to-manage-open-source",
"dawn-foster---vmware",
"decide-what-code-to-release-or-donate",
"deciding-when-to-end-transfer-or-pull-out-of-a-project",
"deciding-where-to-invest",
"define-processes-to-review-working-group-efforts-and-archive-inactive-initiatives",
"define-your-open-source-goal-and-strategy",
"defining-and-creating-a-sustainable-open-source-commercial-ecosystem",
"defining-the-scope-of-work-for-ospo-roles",
"developer-relations-advocacy-and-evangelists",
"developer-relations-marketing-or-communications",
"different-project-levels",
"direct-enablement",
"disagreements-can-influence-new-project-directions",
"diversity-and-inclusion-are-important",
"dont-forget-marketing",
"drafting-policies-and-best-practices-documents",
"dropbox",
"elements-of-a-basic-toolset",
"employee-engagement-guide",
"encourage-more-active-participation-in-ospology-repo",
"enforcement",
"enforcement-guidelines",
"enforcement-responsibilities",
"engineering",
"engineers-are-the-artists-of-our-generation",
"establish-open-source-guiding-principles-and-processes",
"establishing-an-open-source-office",
"european-organizations",
"example-apache-phoenix",
"example-building-bridges-with-innersource",
"example-google-open-source-office",
"example-mapping-the-skills-of-a-community-manager",
"example-open-source-program-at-google",
"example-open-source-program-job-listing",
"examples",
"examples-from-the-user-trenches",
"exercise-strategic-influence",
"externallytoward-the-project",
"facebook",
"faculty-and-staff-professional-development",
"faq",
"farewell-to-outgoing-steering-committee-members",
"feature-a-new-guide",
"final-thoughts",
"final-words",
"finding-a-theme-or-event-focus",
"five-strategies-for-recruiting-open-source-developers",
"follow-up-ospologylive-netherlands-efforts",
"for-better-code-reviews",
"for-contributor-license-agreements",
"formalizing-guardrails-through-a-corporate-policy-and-standard",
"frequently-asked-questions",
"friday-august-23",
"full-trust-model",
"gauging-participation-in-open-source-ecosystems",
"general-structure-and-scope-of-the-process",
"georg-kunz",
"getting-involved-in-todo-organizations-committed-to-open-source",
"getting-off-the-ground",
"getting-the-word-out",
"ghcrawler-httpsgithubcommicrosoftghcrawlerhttpsgithubcommicrosoftghcrawler",
"ghtorrent",
"github-management-at-corporate-scale",
"github-portal-httpsgithubcommicrosoftopensource-portalhttpsgithubcommicrosoftopensource-portal",
"give-back-and-keep-open-source-sustainable",
"goal-1-ensure-the-efficient-and-legally-compliant-use-of-open-source-code",
"goal-2-increase-developer-productivity",
"goal-3-create-and-grow-open-source-projects",
"goal-4-recruit-and-retain-developers",
"goal-5-promote-open-source-culture",
"goal-6-align-open-source-community-interests-with-product-interests",
"goal-and-target-audience",
"governance",
"governance-and-processes",
"governance-leadership",
"governance-overview",
"guide-description",
"guide-reports-on-building-their-personal-brand",
"guiding-principles",
"have-a-tough-skin",
"heading",
"hiring-talent",
"host-8-ospology-sessions-webinars---ospo-use-cases",
"how-can-i-apply",
"how-companies-manage-open-source-open-source-program-offices",
"how-contributions-work",
"how-dropbox-measures-community-success-with-open-source",
"how-dropbox-tracks-contribution-and-release-metrics-with-open-source",
"how-long-does-my-ambassadorship-last",
"how-marketing-is-done-in-collaborative-projects-and-open-source-foundations",
"how-open-source-projects-are-managed",
"how-salesforce-measures-open-source-success",
"how-sap-came-to-adopt-open-source",
"how-saps-open-source-office-works",
"how-to-be-a-good-corporate-citizen-when-participating-in-an-open-source-project",
"how-to-become-a-leader",
"how-to-build-an-open-source-ecosystem",
"how-to-contribute",
"how-to-contribute-to-oss-projects",
"how-to-create-an-open-source-strategy",
"how-to-create-your-open-source-contribution-strategy",
"how-to-define-success",
"how-to-end-an-open-source-project",
"how-to-select-and-plan-your-tools",
"how-to-set-goals",
"how-transfers-can-be-helpful",
"identifying-internal-resources-available",
"improve-and-refresh-todo-website",
"in-red-hats-open-source-toolbox",
"inclusion-retaining-diverse-contributors",
"increase-geographical-availability",
"indirect-enablement",
"infrastructure",
"infrastructure-updates-when-shuttering-projects",
"ingredients-of-open-source-ecosystem-success",
"inside-the-community",
"instill-confidence-for-commercial-adoption",
"integrating-the-unique-with-the-standard",
"intellectual-property-rights",
"interested-to-becoming-a-collaborator",
"internal-resources",
"internal-to-your-organization",
"intro",
"introduction",
"introduction-to-ospos",
"is-the-todo-ospo-ambassador-toas-a-paid-position",
"issues-with-compliance",
"join-us",
"joining-vs-creating-a-project",
"key-considerations",
"key-findings",
"key-lessons-for-open-source-program-managers",
"killing-a-project-outright",
"landscape",
"launch-and-maintain",
"launch-and-maintain-1",
"launching-successful-open-source-projects",
"launching-your-open-source-project",
"leadership",
"leadership-culture-in-open-source",
"leadership-roles-in-a-collaborative-project",
"leadership-roles-matrix",
"lean-procedure",
"learning-space",
"legal",
"legal-1",
"legal-and-governance-considerations",
"legal-resources",
"legal-review",
"legal-review-1",
"leslie-hawthorn",
"lessons-learned",
"lessons-learned-on-our-open-source-journey-at-capital-one",
"leverage",
"leverage-existing-tools",
"license-compliance",
"licensing",
"lifecycle-planning-for-your-open-source-project",
"major-to-major-release-model",
"make-it-easier-to-produce-high-quality-guides-and-other-related-ospo-resources",
"make-needed-updates-when-transferring-projects",
"make-sure-its-useful",
"manage-critical-tasks",
"management-roles",
"managing-work-vs-personal-emails-in-git",
"mapping-futures",
"mapping-skill-categories",
"marketing-an-open-source-event",
"mature-or-maintenance-phase",
"maturity-levels",
"measuring-open-source-roi",
"measuring-success",
"meet-the-organizing-team",
"meet-the-steering-commitee",
"membership",
"mention-bot",
"metrics-for-tracking-progress",
"monday-june-20",
"monday-october-28",
"monthly-meeting-summary-january---august",
"more-structured-ospos",
"motivation",
"motivation-for-open-source-contribution",
"moving-your-open-source-initiative-to-the-next-level-ospo-accelerators",
"next-ospologylive-in-europe",
"next-steps",
"no-issues-with-compliance",
"non-technical-contributions-and-support",
"note-on-downloaded-open-source-packages",
"number-of-commits-per-contributor-external-vs-internal",
"number-of-contributors-and-the-ratio-of-external-to-internal-contributions",
"number-of-external-adopters",
"number-of-issues-submitted-and-length-of-time-they-remain-open",
"number-of-projects-created-or-contributed-to-program-wide",
"number-of-pull-requests-submitted-open-and-accepted-and-length-of-time-they-remain-open",
"oath",
"obsolete-or-end-of-life-phase",
"one-size-doesnt-fit-all",
"open-source-and-standards-team-how-red-hat-measures-open-source-success",
"open-source-as-a-recruitment-tool",
"open-source-at-the-forefront",
"open-source-event-types",
"open-source-in-earnest",
"open-source-policy",
"open-source-program-goals-at-salesforce",
"open-source-program-office-ospo-101",
"open-source-project-launch-checklist",
"open-source-strategy-amp-ospo-key-learnings",
"open-source-strategy-blog",
"open-source-strategy-podcast",
"open-source-success-through-steady-progress",
"open-source-usage-request-form",
"operational-leadership",
"organizations-without-an-open-sourceprogram-or-initiative",
"organizing-into-an-office",
"organizing-the-event",
"ospo-benefits",
"ospo-career-path--training",
"ospo-case-study-process",
"ospo-guides",
"ospo-layers-compliance-policies-and-developer-education",
"ospo-leader-networking",
"ospo-survey-results-2021",
"ospo-指南",
"ospo-案例研究",
"ospology-discussions",
"ospologylive-framework-in-a-nutshell",
"ospo簡単なfaq作業中",
"other-components",
"other-metrics-to-track",
"other-recommendations",
"other-tools",
"others",
"our-pledge",
"our-standards",
"outbound-cla",
"outside-the-community-with-events-and-more",
"partnership-benefits",
"paying-back-it-is-the-right-thing-to-do",
"planning-or-concept-phase",
"planning-the-project",
"policies-for-accepting-contributions",
"policies-for-compliance",
"policies-for-internal-consumption",
"policies-for-releasing-code",
"policies-to-promote-adoption",
"pre-ospo-set-up-understanding-the-environment",
"presentations--speakers",
"procedure-for-contributions-to-existing-projects",
"process-for-expressing-company-approval-for-contributions",
"processes",
"program-manager",
"program-structure",
"project-governance",
"project-leadership",
"project-life-cycle",
"project-quality",
"project-statistics-and-github-data",
"protect-your-companys-reputation",
"provide-updates-through-project-repositories",
"providing-license-and-copyright-information",
"quality-criteria--cii-best-practices-badge-program",
"reasons-for-outbound-ospos",
"recruit-established-developers",
"red-hat",
"references",
"references-and-abbreviations",
"refitting-existing-career-ladders-for-open-source",
"remote-working",
"repo-linter-httpsgithubcomtodogrouprepolinterhttpsgithubcomtodogrouprepolinter",
"repository-linting",
"requirements",
"responsibilities",
"responsibility-decision-rests-with-unit",
"retaining-and-promoting-your-ospo-professionals-job-ladders",
"run-community-satisfaction-survey-to-get-feedback-80-satisfaction",
"samsungのオープンソース",
"sap",
"sap-and-open-source-today",
"sap-one-of-open-sources-best-kept-secrets",
"schedule",
"scope",
"seek-a-diverse-contributor-base",
"setting-an-open-source-strategy",
"setting-goals",
"setting-policy-and-processes",
"setting-up-a-repository",
"shilla-saebi---comcast",
"shutting-down-an-open-source-project",
"simplifying-open-source-use",
"small-contributions-model-or-trivial-contributions",
"some-things-you-might-find-yourself-doing",
"source-code-management",
"spare-time-contributions----also-known-as-moonlighting",
"stage-1-source-code-scan",
"stage-2-identification-and-resolution",
"stage-3-legal-review",
"stage-4-architecture-review",
"stage-5-final-review",
"starting-open-source-projects",
"starting-the-virtuous-cycle-adopting-real-time-linux",
"steering-commitee-members",
"steering-committee-achievements",
"step-1-join-the-todo-chat-forum-and-osponews",
"step-2-attend-some-monthly-ospology-panel-discussions",
"step-3-explore-todo-resources",
"step-4-become-a-contributor",
"stephen-augustus---cisco",
"stephen-jacobs---rit-university",
"strategic-contributions",
"strategic-goals-and-milestones",
"student-education",
"success-comes-from-being-open-at-scale",
"suggested-workshop-sections",
"sustaining-the-virtuous-cycle-the-open-source-guild",
"takeaways-from-the-first-ospologylive-share--learn-in-2023",
"taking-it-to-the-next-level",
"technical-considerations-tooling-and-best-practices",
"technical-contributions",
"technical-leadership",
"technical-processes",
"technical-review",
"technical-review-1",
"test-the-code-quality",
"the-challenge-of-marketing-open-source-projects",
"the-history-of-uber-and-open-source",
"the-importance-of-clear-communications",
"the-job-posting",
"the-mission",
"the-open-source-program-at-microsoft-how-open-source-thrives",
"the-porsche-ospo-journey",
"the-role-of-an-open-source-program-in-improving-development",
"the-role-of-the-open-source-program-office",
"the-tools-to-manage",
"the-total-commits-and-lines-changed-per-project-per-week-is-a-good-place-to-start-tracking-metrics",
"the-unique-challenges-faced-in-open-source-communities",
"thomas-steenbergen---epam",
"thursday-august-22",
"tips-for-new-open-source-program-managers",
"to-get-started",
"todo-community-meetings-ospology",
"todo-newsletter-osponews",
"tools",
"tools-for-communications-and-collaboration",
"tools-for-corporate-scale-github-management",
"tools-for-managing-source-code",
"tools-for-tracking-project-health",
"top-recommended-practices",
"train-developers-on-open-source",
"trainings",
"trouble-signs-to-watch-for",
"tuesday-october-29",
"uber",
"ubers-ospo-from-inception-until-now",
"unclear-issues-with-compliance",
"unconference-breakout-room-discussions",
"unconference-style",
"update-todo-charters-and-build-ambassador-program",
"updates-on-display",
"updates-on-responsibilities-section",
"user-management",
"using-a-data-driven-approach",
"vicky-brasseur---wipro",
"webinars-and-community-meetings",
"website",
"wednesday-august-21",
"wednesday-october-30",
"welcome-to-new-steering-committee-members",
"what-are-the-benefits-of-becoming-an-ospo-associate",
"what-can-we-get-from-ospology",
"what-does-a-dead-open-source-project-look-like",
"what-drives-dropboxs-open-source-program",
"what-is-an-academic-ospo",
"what-is-impactful-open-source-development",
"what-is-the-ospo-associate-program-and-the-ospo-associates",
"what-is-the-process-for-becoming-an-ambassador",
"what-it-means-for-an-organization-to-contribute",
"what-to-do-after-v10",
"what-to-expect-from-todo-in-2022",
"what-to-track",
"whats-been-done-since-the-founding",
"whats-next",
"when-and-how-much-to-invest-determining-roi",
"when-to-create-an-open-source-project",
"when-to-recruit-vs-train",
"where-can-i-find-more-info",
"where-to-join-in-to-prove-your-chops-and-earn-leadership",
"where-to-start",
"which-license-to-select",
"who-can-request-to-be-an-ospo-associate",
"who-do-i-contact-with-questions",
"why-build-leadership-in-an-open-source-project",
"why-contribute-to-open-source",
"why-create-a-business-strategy",
"why-create-an-open-source-program-office",
"why-create-an-open-source-project",
"why-is-it-needed",
"why-launching-ospology",
"why-life-cycle-planning-is-important",
"why-plan-for-the-end-of-a-project-before-you-even-launch-it",
"why-set-goals",
"why-track-and-review-code",
"why-would-a-company-spend-resources-on-an-open-source-program-and-why-is-it-really-needed",
"why-you-need-a-recruitment-strategy",
"why-you-need-special-tools-for-open-source-program-management",
"work-toward-a-smooth-transition",
"your-company-is-in-a-fight-for-great-engineers",
"your-open-source-strategy-document",
"zalando",
"zulip-stands-out",
"あなたのスキルを証明しリーダーシップを勝ち取るためにはどこから参入するべきか",
"いつオープンソース-プロジェクトを作るか",
"このガイドの貢献者",
"このガイドはオープンソース-プロジェクトのトラッキングと管理に使用する最も重要なツールに関する情報も含めオープンソース-ツールの収集を始める方法の詳細と手順を提供していますこれらのツールの多くはlinux-foundationやこの分野のリーダーが作成しオープンソース化したものなのであなたのプロジェクトで自由に簡単に使用することができるでしょうまた複数のツールの情報を組み合わせて表示するダッシュボードの設定例も提示しています",
"この取り組みからどのようなメリットが期待できるでしょうか",
"この実用的ガイドは企業内の開発プロセスを改善しあなたの会社が最も重要視するオープンソース-プロジェクトに貢献する準備を整えることを手助けしますlinuxカーネルに貢献することはオープンソース開発者にとって最も厳しい挑戦の1つです本ガイドではlinuxカーネルを事例として取り上げますがその指針はほとんどすべてのオープンソース-プロジェクトに適用できます",
"どこから始めるか",
"どのようにしてオープンソース-プロジェクトは管理されているのか",
"どのようにオープンソース-コントリビューション戦略を構築するか",
"どのようにオープンソース-プロジェクトを終了させるか",
"どのように目標を設定するか",
"どのように組織がコントリビューションするのか",
"なぜオープンソース-プログラム-オフィスの設立が必要か",
"なぜオープンソース-プロジェクトを作るのか",
"なぜオープンソースにコントリビューションするのか",
"なぜプロジェクトの終了計画を発足前から作成するのか",
"なぜライフサイクル計画が重要なのか",
"なぜ目標を設定するのか",
"アップストリーム活動のベストプラクティス",
"アーカイブとリリース管理",
"アーカイブ作成のコツ",
"アーキテクチャ概略図テンプレート",
"インナーソーシング",
"オープンソース-オフィスの設立",
"オープンソース-ガイド推奨図書",
"オープンソース-コミュニティでリーダーシップを構築する",
"オープンソース-コミュニティに溶け込むには時間と労力を要しまた製品開発への新しいアプローチを施行することが必要となります従来のプロプライエタリ製品の開発は機密性と管理の階層を必要としますがオープンソース開発はオープンであることが必要であり意見の一致を重要視します役職や地位ではなくコードの貢献こそがオープンソース-プロジェクト内での影響力と技術的方向性を決定付けるのです",
"オープンソース-コミュニティへの参加",
"オープンソース-コントリビューションを習得するための11項目の秘訣",
"オープンソース-コードの使用",
"オープンソース-コードを利用するためのシンプルなポリシー",
"オープンソース-デベロッパーの採用",
"オープンソース-デベロッパーを採用確保する5つの戦略",
"オープンソース-プログラム-オフィスの役割",
"オープンソース-プログラム-オフィスの運用",
"オープンソース-プログラム-オフィスの運用やオープンソース-プロジェクトの開始に役立つベスト-プラクティスをご紹介しますthe-linux-foundationとtodoグループの協力で開発されたこれらのリソースにはわたしたちのスタッフプロジェクトおよびメンバーの豊富な経験が生かされています日本語版を順次掲載中です",
"オープンソース-プログラム-マネージャーの皆様にtodoグループhttptodogrouporgメンバーが推奨する21冊の必読図書",
"オープンソース-プログラムのマネージャーは活動のroiを明らかにしなければなりませんこのガイドでは組織がオープンソースのプログラムプロジェクトおよびコントリビューションを評価する標準的な方法を概説します",
"オープンソース-プログラムの作成",
"オープンソース-プログラムの成功度を測る",
"オープンソース-プログラムの構造",
"オープンソース-プログラムの管理のためになぜ特別なツールが必要になるのか",
"オープンソース-プロジェクトでリーダーシップを構築する理由",
"オープンソース-プロジェクトのライフサイクル計画",
"オープンソース-プロジェクトの始動",
"オープンソース-プロジェクトは独自のルール慣習ツールそしてプロセスを持つ多様かつ地理的に分散されたコミュニティで開発されます端的に言うと各コミュニティには独自の文化がありますしオープンソースに影響力を発揮するために必要とされる信頼を確立し協働の仕方を学び文化を理解するには時間がかかるものです",
"オープンソース-プロジェクトを立ち上げる",
"オープンソース-プロジェクトを立ち上げる前に問うべき質問",
"オープンソース-プロジェクトを終了させる",
"オープンソース-プロジェクト始動のチェックリスト",
"オープンソースのリーダーシップ文化",
"オープンソースの戦略的な活用への道はオープンソースの作成配布利用に対する指導と管理のために慎重に計画され組織化され権限移譲されたオープンソース-プログラム-オフィスから始まりますしかしそれは単に最初の一歩に過ぎませんオープンソース-プログラム-オフィスを軌道に乗せて円滑な運用を進めるためには適切なツールが必要です同オフィスの活動に必要不可欠なツールはエンジニアリング部門と法務部門から始まり経営幹部広報部門マーケティング部門に至る広い部門で目標や評価基準の達成度をトラッキングするために使用されまたデータの収集プロジェクト達成状況のスナップショットの提供さらには会社内の日々のオープンソース使用状況の管理のために必要なあらゆるリソースを従業員に与えるために使用されます",
"オープンソース人材確保の課題",
"オープンソース利用申請フォーム",
"オープンソース利用申請フォーム-サンプル",
"オープンソース戦略の策定",
"オープンソース管理ツール",
"オープンソース開発の効果を高める",
"オープンソース開発は多くの企業が慣れ親しんできた従来のやり方とは違ったアプローチを必要としますが明確な計画を持って取り組みさえすればより容易になります幸いなことにすでに多くの企業や個人が重要なオープンソース-プロジェクトへの貢献に成功する道筋を作り上げています彼らは試行の末にオープンソース-コミュニティでリーダーシップを確立する方法を見出しているのです",
"ガバナンスの概要",
"コミュニケーションとコラボレーションのためのツール",
"コントリビューションの仕組み",
"コンプライアンスにおける役割と責任",
"コードの追跡とレビューの必要性",
"コードをアップストリームにコントリビューションするためのベスト-プラクティス",
"ソースコード-スキャンとライセンス-コンプライアンス",
"ソースコード管理",
"ソースコード管理のためのツール",
"ダウンロードしたオープンソース-パッケージに関する注意",
"ダッシュボードの作成",
"ツールをどのように選択しどのように使用するかの検討",
"デベロッパーにオープンソース分野における開発活動についての教育を実施する",
"デベロッパーの不足",
"トラッキングすべきその他のメトリクス",
"バグ-トラッキング",
"バージョン-10-後で実行すべきこと",
"プロジェクトに参入する-vs-プロジェクトを作成する",
"プロジェクトに向けて外部へ",
"プロジェクトのリポジトリで最新情報を提供する",
"プロジェクトの健全性をトラッキングするツール",
"プロジェクトの移管時に必要な更新を実施する",
"プロジェクトの終了撤退時期を決定する",
"プロジェクトの計画作り",
"プロジェクトを即座に消滅させる",
"プロジェクト閉鎖時のインフラ更新",
"プロセスの自動化",
"ポリシーとプロセスの設定",
"マネージメントの役割",
"ユーザーの現場における事例",
"ライセンス-コンプライアンス",
"リーダーになるには",
"リーダーシップの役割マトリクス",
"事例google社におけるオープンソース",
"人材の採用",
"人材の育成最善策",
"企業-vs-オープンソース-リーダーシップ",
"企業が新規にオープンソース-プロジェクトを立ち上げる5つの理由",
"企業は長期に渡ってオープンソース-コミュニティに参加し良い評価を確立したとき企業独自のオープンソース-プロジェクトを立ち上げることが可能になりますオープンソースへの参加がこの段階に達した時企業はオープンな協業から得られる大きなメリットを実感できるのです企業はコミュニティで活用される可能性のあるプロプライエタリなプロジェクトをオープンソース化することができますもうひとつのやり方は新規のオープンソース-プロジェクトをスクラッチから作り上げ最初から外部開発者の協業のメリットを得るやり方です",
"企業団体のオープンソース-プログラムは企業団体の最も強力な採用ツールとなり得ます本ガイドは企業団体等におけるオープンソース文化の醸成オープンソース-コミュニティへの貢献オープンソース-プロジェクトの立ち上げを通じたデベロッパーの採用や内部育成について触れていきます",
"企業規模のgithub管理のためのツール",
"会社の評判を守る",
"何をトラッキングするのか",
"何を測定しどのように成功を定義しその情報をどう使ってオープンソース-プログラムの目標達成を促進し有効性を立証しサポートを得るかを学んでください",
"共同プロジェクトにおけるリーダーシップの役割",
"共同開発に適応する必要性",
"共通の目標",
"共通的領域の改善",
"円滑な移行に向けた作業",
"効果のあるオープンソース開発とは",
"協働的なオープンソース開発は新しいスキルの獲得と自社の持つ既存の文化プロセスツールに融合させることを必要とします",
"在redhat-内部使用的开源工具集",
"基本的なツールセットの構成要素",
"多様な貢献者を求める",
"开源和标准团队redhat-如何衡量开源的成功",
"強い心を持って",
"強化の進捗状況を追跡して調べる評価尺度",
"意見の相違がプロジェクトの方向に影響を与える",
"成功をどのように定義するか",
"戦略的な貢献",
"所属組織内部で",
"技術以外の貢献と支援",
"技術的貢献",
"採用か育成か",
"採用の難しさ",
"採用ツールとしてのオープンソース",
"採用戦略の重要性",
"推奨される12のベストプラクティス",
"推奨される取り組み-トップ10",
"文化の概要",
"新しいオープンソース-プロジェクトを立ち上げる前に自問すべき質問集",
"新たな採用哲学",
"既存のツールを生かそう",
"早期にリリース",
"早期にリリース頻繁にリリース",
"明確なコミュニケーションの重要性",
"本オープンソース-ガイドでは必要のなくなったオープンソース-プロジェクトを終了させるまたはプロジェクトから撤退する準備が完了した時企業やその開発チームがどのようにその日を計画立てることができるかについてアドバイスを提供しますプロジェクトをきれいに閉鎖させたり活動を継続できる他の組織に移管したりすれば企業は責任を持って活動のライフサイクルを見届けることができますそうすることでユーザーに正しい見通しを提示でき長期に渡ってプロジェクト-コードに依存しているモノソフトウェアを確実にサポートできさらにオープンソース-コミュニティの中で責任感のある企業としての評価を保つことができます",
"本ガイドの目的はすでにオープンソースに関して十分に経験を積んだ企業の方々を対象に企業独自のオープンソース-プロジェクトを立ち上げるために知るべきことを学ぶ手助けとなることです本ガイドでは何をオープンソース化するかを決定することから始めて予算や法的な考慮事項に至るまですべてのプロセスを案内しますオープンソース-プロジェクトを作り上げることはかつて経験したことのないことかもしれませんがgoogleibmfacebooktwittermicrosoftのような大企業は後に続く人々のために道を開いてくれています本ガイドの的確で有益なアドバイスを参考とし自らの道を進んで下さい",
"本ガイドはあなたが新たな方向へと進んで行こうとするに当たりプロジェクトが不要になる時期を判断しプロジェクトへの関与をやめる方法を理解しコードリポジトリwebサイトwikiをはじめとする資産の処理方法を決定するための手助けをします",
"本ガイドはある組織が関与し商業的に依存しているオープンソース-プロジェクト内でリーダーシップと影響力を構築するための方法を説明します本ガイドを通じてリーダーシップの文化とプロジェクト内での役割決定がどのように下されるか組織がリーダーシップを構築できるかを学びそしてオープンソース-コミュニティで良いリーダーになるためのヒントを得てください",
"死んだオープンソース-プロジェクトとはどのようなものか",
"求人情報のテンプレート",
"注視すべきトラブルの兆候",
"目標-1-効率的かつ合法的なオープンソース-コードの使用を保証する",
"目標-2-開発者の生産性の向上",
"目標-3-オープンソース-プロジェクトを創設そして成長",
"目標-4-開発者の採用と維持",
"目標-5-オープンソース文化のプロモーション",
"目標-6-オープンソース-コミュニティの向かう方向と製品戦略を一致させる",
"移管することがいかに有効か",
"第-1-段階ソース-コードのスキャン",
"第-2-段階-特定および解決",
"第-3-段階-法的レビュー",
"第-4-段階アーキテクチャ-レビュー",
"第-5-段階最終レビュー",
"組織におけるオープンソース-プロジェクトの管理",
"組織内にオープンソース-コントリビューションを推進するための健全な環境をどのようにして構築するか",
"経験豊富なオープンソース-デベロッパーは常に不足しています企業がトップレベルのタレントを採用するためにはリクルーターの利用や有力な転職サイトへの広告掲示するだけでは不十分です",
"経験豊富なデベロッパーの採用",
"結論",
"致谢",
"良き企業市民になるために",
"衡量成功",
"许可",
"邦訳code-version-20httpswwwamazoncojpcode-version2-0-e383ade383bce383ace383b3e382b9e383bbe383ace38383e382b7e382b0dp4798115002山形浩生-訳2007年翔泳社592頁",
"邦訳open-innovationハーバード流イノベーション戦略のすべてhttpswwwamazoncojpsrefnb_sb_noss_2__mk_ja_jpe382abe382bfe382abe3838aampurlsearch-alias3dstripbooksampfield-keywordsopeninnovatione28095e3838fe383bce38390e383bce38389e6b581e382a4e3838ee38399e383bce382b7e383a7e383b3e688a6e795a5e381aee38199e381b9e381a6大前恵一朗訳2004年産業能率大学出版部",
"邦訳アートオブコミュニティ-貢献したい気持ちを繋げて成果を導くにはhttpswwwamazoncojpsrefnb_sb_noss__mk_ja_jpe382abe382bfe382abe3838aampurlsearch-alias3dstripbooksampfield-keywordse382a2e383bce38388e383bbe382aae38396e383bbe382b3e3839fe383a5e3838be38386e382a3e28095e3808ce8b2a2e78caee38197e3819fe38184e6b097e68c81e381a1e3808de38292e7b98be38192e381a6e68890e69e9ce38292e5b08ee3818fe381abe381afamprhn3a4653922ck3ae382a2e383bce38388e383bbe382aae38396e383bbe382b3e3839fe383a5e3838be38386e382a3e28095e3808ce8b2a2e78caee38197e3819fe38184e6b097e68c81e381a1e3808de38292e7b98be38192e381a6e68890e69e9ce38292e5b08ee3818fe381abe381af渋川よしき訳2011年オライリージャパン",
"邦訳オープンソースの成功政治学者が分析するコミュニティの可能性httpswwwamazoncojpsrefnb_sb_noss__mk_ja_jpe382abe382bfe382abe3838aampurlsearch-alias3dstripbooksampfield-keywordse382aae383bce38397e383b3e382bde383bce382b9e381aee68890e58a9fe28095e694bfe6b2bbe5ada6e88085e3818ce58886e69e90e38199e3828be382b3e3839fe383a5e3838be38386e382a3e381aee58fafe883bde680a7amprhn3a4653922ck3ae382aae383bce38397e383b3e382bde383bce382b9e381aee68890e58a9fe28095e694bfe6b2bbe5ada6e88085e3818ce58886e69e90e38199e3828be382b3e3839fe383a5e3838be38386e382a3e381aee58fafe883bde680a7山形浩生訳-守岡桜訳2007年マイナビ出版",
"邦訳オープンソースソフトウェアの育て方httpswwwamazoncojpe382aae383bce38397e383b3e382bde383bce382b9e382bde38395e38388e382a6e382a7e382a2e381aee882b2e381a6e696b9-karl-fogeldp4873114128高木正弘訳高岡芳成訳2009年オライリージャパン",
"邦訳オープンビジネスモデル知財競争時代のイノベーションhttpswwwamazoncojpe382aae383bce38397e383b3e38393e382b8e3838de382b9e383a2e38387e383ab-e79fa5e8b2a1e7abb6e4ba89e69982e4bba3e381aee382a4e3838ee38399e383bce382b7e383a7e383b3-harvard-business-school-pressdp4798115010refsr_1_1sbooksampieutf8ampqid1537405558ampsr1-1ampkeywordse382aae383bce38397e383b3e38393e382b8e3838de382b9e383a2e38387e383abe79fa5e8b2a1e7abb6e4ba89e69982e4bba3e381aee382a4e3838ee38399e383bce382b7e383a7e383b3栗原潔訳諏訪暁彦解説2007年翔泳社288頁",
"邦訳伽藍とバザールオープンソースソフトlinuxマニフェストhttpswwwamazoncojpsrefnb_sb_noss__mk_ja_jpe382abe382bfe382abe3838aampurlsearch-alias3dstripbooksampfield-keywordse4bcbde8978de381a8e38390e382b6e383bce383abe28095e382aae383bce38397e383b3e382bde383bce382b9e383bbe382bde38395e38388linuxe3839ee3838be38395e382a7e382b9e38388amprhn3a4653922ck3ae4bcbde8978de381a8e38390e382b6e383bce383abe28095e382aae383bce38397e383b3e382bde383bce382b9e383bbe382bde38395e38388linuxe3839ee3838be38395e382a7e382b9e38388山形浩生訳-1999年光芒社252頁",
"邦訳魔法のお鍋山形浩生訳-田宮まや-訳1999年ここに掲載されていますhttpscruelorgfreewaremagicpothtml",
"重要なタスクの管理",
"開発の改善に果たすオープンソース-プログラムの役割",
"開発以外のオープンソース-プログラムの活動",
"頻繁にリリース"
]
}
}