├── .DS_Store ├── .Ulysses-Group.plist ├── .Ulysses-Settings.plist ├── .gitbook └── assets │ ├── Burning-of-a-heretic--_Sassetta--Melburn_museum.jpg │ ├── Community Smörgåsbord (1).pdf │ ├── Community Smörgåsbord.pdf │ ├── Microsolidarity Dreams & Realities (1).png │ ├── Microsolidarity Dreams & Realities.png │ ├── Screenshot 2024-12-17 at 10.22.31 AM.png │ ├── anatomical heart.png │ ├── anatomical-heart.png │ ├── burning-of-a-heretic-_sassetta-melburn_museum.jpg │ ├── captain-planet-and-the-planeteers.jpg │ ├── card deck.jpeg │ ├── congregation-scaffolding.png │ ├── fractal-map-of-belonging-edited.jpg │ ├── image (1) (1) (1).png │ ├── image (1) (1).png │ ├── image (1).png │ ├── image (2) (1).png │ ├── image (2).png │ ├── image (3).png │ ├── image (4).png │ ├── image (5).png │ ├── image (6).png │ ├── image (7).png │ ├── image.png │ ├── mastery-board.png │ ├── needs.png │ ├── nested scales of microsolidarity (1).png │ ├── nested scales of microsolidarity.jpg │ ├── nested scales of microsolidarity.png │ ├── pouches (1).jpeg │ ├── pouches.jpeg │ ├── smorgasbord screenshot.png │ ├── weaving-image-by-wei-cheng-wu-on-unsplash-R7lSwItK0LE.jpg │ └── weaving-image-by-wei-cheng-wu-on-unsplash-r7lswitk0le.jpg ├── README.md ├── SUMMARY.md ├── archive ├── EU-summer-camp-2024.md └── eu-summer-camp-2023.md ├── articles ├── .DS_Store ├── 2-update-2020.md ├── 3-congregation-scaffolding.md ├── README.md ├── ako-group-guidelines.md ├── case-clinic.md ├── community-smorgasbord.md ├── cults.md ├── discussing │ ├── README.md │ ├── enspiral-summer-retreat-2019.md │ └── research-questions.md ├── gathering-invite.md ├── mastery-board.md ├── mastery-board.png ├── needs.png ├── proposal.md ├── todo.md └── unsorted.md ├── cards.md ├── essays ├── .Ulysses-Group.plist ├── README.md ├── a-developmental-pathway.md ├── background-and-introduction.md ├── community-smorgasbord.md ├── five-scales-of-microsolidarity.md ├── from-domination-to-partnership.md └── leadership-as-hospitality.md ├── participate ├── README.md ├── community-bookshelf.md ├── contributing-money.md ├── events.md ├── join-us-on-discord.md ├── network-map.md └── volunteers-wanted.md ├── practice-program ├── crewing-program │ └── README.md └── vibes-program │ ├── README.md │ └── course-content │ ├── README.md │ ├── congregations.md │ ├── crewing.md │ ├── introducing-core-concepts.md │ ├── leadership-and-engagement.md │ └── resources-and-practices.md ├── practice-programs └── README.md ├── practices ├── README.md ├── congregating.md ├── crewing.md ├── how-to-run-a-practice-program.md └── how-you-can-get-started.md └── print export ├── .Ulysses-Group.plist ├── Microsolidarity.epub ├── Microsolidarity.pdf ├── README.md ├── a-developmental-pathway.md ├── background-and-introduction.md ├── five-scales-of-microsolidarity.md ├── from-domination-to-partnership.md ├── leadership-as-hospitality.md └── learn-more.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.DS_Store -------------------------------------------------------------------------------- /.Ulysses-Group.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.Ulysses-Group.plist -------------------------------------------------------------------------------- /.Ulysses-Settings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.Ulysses-Settings.plist -------------------------------------------------------------------------------- /.gitbook/assets/Burning-of-a-heretic--_Sassetta--Melburn_museum.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/Burning-of-a-heretic--_Sassetta--Melburn_museum.jpg -------------------------------------------------------------------------------- /.gitbook/assets/Community Smörgåsbord (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/Community Smörgåsbord (1).pdf -------------------------------------------------------------------------------- /.gitbook/assets/Community Smörgåsbord.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/Community Smörgåsbord.pdf -------------------------------------------------------------------------------- /.gitbook/assets/Microsolidarity Dreams & Realities (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/Microsolidarity Dreams & Realities (1).png -------------------------------------------------------------------------------- /.gitbook/assets/Microsolidarity Dreams & Realities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/Microsolidarity Dreams & Realities.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot 2024-12-17 at 10.22.31 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/Screenshot 2024-12-17 at 10.22.31 AM.png -------------------------------------------------------------------------------- /.gitbook/assets/anatomical heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/anatomical heart.png -------------------------------------------------------------------------------- /.gitbook/assets/anatomical-heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/anatomical-heart.png -------------------------------------------------------------------------------- /.gitbook/assets/burning-of-a-heretic-_sassetta-melburn_museum.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/burning-of-a-heretic-_sassetta-melburn_museum.jpg -------------------------------------------------------------------------------- /.gitbook/assets/captain-planet-and-the-planeteers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/captain-planet-and-the-planeteers.jpg -------------------------------------------------------------------------------- /.gitbook/assets/card deck.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/card deck.jpeg -------------------------------------------------------------------------------- /.gitbook/assets/congregation-scaffolding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/congregation-scaffolding.png -------------------------------------------------------------------------------- /.gitbook/assets/fractal-map-of-belonging-edited.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/fractal-map-of-belonging-edited.jpg -------------------------------------------------------------------------------- /.gitbook/assets/image (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/image (1) (1) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/image (1) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/image (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (2) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/image (2) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/image (2).png -------------------------------------------------------------------------------- /.gitbook/assets/image (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/image (3).png -------------------------------------------------------------------------------- /.gitbook/assets/image (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/image (4).png -------------------------------------------------------------------------------- /.gitbook/assets/image (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/image (5).png -------------------------------------------------------------------------------- /.gitbook/assets/image (6).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/image (6).png -------------------------------------------------------------------------------- /.gitbook/assets/image (7).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/image (7).png -------------------------------------------------------------------------------- /.gitbook/assets/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/image.png -------------------------------------------------------------------------------- /.gitbook/assets/mastery-board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/mastery-board.png -------------------------------------------------------------------------------- /.gitbook/assets/needs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/needs.png -------------------------------------------------------------------------------- /.gitbook/assets/nested scales of microsolidarity (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/nested scales of microsolidarity (1).png -------------------------------------------------------------------------------- /.gitbook/assets/nested scales of microsolidarity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/nested scales of microsolidarity.jpg -------------------------------------------------------------------------------- /.gitbook/assets/nested scales of microsolidarity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/nested scales of microsolidarity.png -------------------------------------------------------------------------------- /.gitbook/assets/pouches (1).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/pouches (1).jpeg -------------------------------------------------------------------------------- /.gitbook/assets/pouches.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/pouches.jpeg -------------------------------------------------------------------------------- /.gitbook/assets/smorgasbord screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/smorgasbord screenshot.png -------------------------------------------------------------------------------- /.gitbook/assets/weaving-image-by-wei-cheng-wu-on-unsplash-R7lSwItK0LE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/weaving-image-by-wei-cheng-wu-on-unsplash-R7lSwItK0LE.jpg -------------------------------------------------------------------------------- /.gitbook/assets/weaving-image-by-wei-cheng-wu-on-unsplash-r7lswitk0le.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/.gitbook/assets/weaving-image-by-wei-cheng-wu-on-unsplash-r7lswitk0le.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /archive/EU-summer-camp-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/archive/EU-summer-camp-2024.md -------------------------------------------------------------------------------- /archive/eu-summer-camp-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/archive/eu-summer-camp-2023.md -------------------------------------------------------------------------------- /articles/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/.DS_Store -------------------------------------------------------------------------------- /articles/2-update-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/2-update-2020.md -------------------------------------------------------------------------------- /articles/3-congregation-scaffolding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/3-congregation-scaffolding.md -------------------------------------------------------------------------------- /articles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/README.md -------------------------------------------------------------------------------- /articles/ako-group-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/ako-group-guidelines.md -------------------------------------------------------------------------------- /articles/case-clinic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/case-clinic.md -------------------------------------------------------------------------------- /articles/community-smorgasbord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/community-smorgasbord.md -------------------------------------------------------------------------------- /articles/cults.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/cults.md -------------------------------------------------------------------------------- /articles/discussing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/discussing/README.md -------------------------------------------------------------------------------- /articles/discussing/enspiral-summer-retreat-2019.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/discussing/enspiral-summer-retreat-2019.md -------------------------------------------------------------------------------- /articles/discussing/research-questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/discussing/research-questions.md -------------------------------------------------------------------------------- /articles/gathering-invite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/gathering-invite.md -------------------------------------------------------------------------------- /articles/mastery-board.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/mastery-board.md -------------------------------------------------------------------------------- /articles/mastery-board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/mastery-board.png -------------------------------------------------------------------------------- /articles/needs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/needs.png -------------------------------------------------------------------------------- /articles/proposal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/proposal.md -------------------------------------------------------------------------------- /articles/todo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/todo.md -------------------------------------------------------------------------------- /articles/unsorted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/articles/unsorted.md -------------------------------------------------------------------------------- /cards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/cards.md -------------------------------------------------------------------------------- /essays/.Ulysses-Group.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/essays/.Ulysses-Group.plist -------------------------------------------------------------------------------- /essays/README.md: -------------------------------------------------------------------------------- 1 | # Essays 2 | 3 | -------------------------------------------------------------------------------- /essays/a-developmental-pathway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/essays/a-developmental-pathway.md -------------------------------------------------------------------------------- /essays/background-and-introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/essays/background-and-introduction.md -------------------------------------------------------------------------------- /essays/community-smorgasbord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/essays/community-smorgasbord.md -------------------------------------------------------------------------------- /essays/five-scales-of-microsolidarity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/essays/five-scales-of-microsolidarity.md -------------------------------------------------------------------------------- /essays/from-domination-to-partnership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/essays/from-domination-to-partnership.md -------------------------------------------------------------------------------- /essays/leadership-as-hospitality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/essays/leadership-as-hospitality.md -------------------------------------------------------------------------------- /participate/README.md: -------------------------------------------------------------------------------- 1 | # Participate 2 | 3 | -------------------------------------------------------------------------------- /participate/community-bookshelf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/participate/community-bookshelf.md -------------------------------------------------------------------------------- /participate/contributing-money.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/participate/contributing-money.md -------------------------------------------------------------------------------- /participate/events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/participate/events.md -------------------------------------------------------------------------------- /participate/join-us-on-discord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/participate/join-us-on-discord.md -------------------------------------------------------------------------------- /participate/network-map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/participate/network-map.md -------------------------------------------------------------------------------- /participate/volunteers-wanted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/participate/volunteers-wanted.md -------------------------------------------------------------------------------- /practice-program/crewing-program/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/practice-program/crewing-program/README.md -------------------------------------------------------------------------------- /practice-program/vibes-program/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/practice-program/vibes-program/README.md -------------------------------------------------------------------------------- /practice-program/vibes-program/course-content/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/practice-program/vibes-program/course-content/README.md -------------------------------------------------------------------------------- /practice-program/vibes-program/course-content/congregations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/practice-program/vibes-program/course-content/congregations.md -------------------------------------------------------------------------------- /practice-program/vibes-program/course-content/crewing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/practice-program/vibes-program/course-content/crewing.md -------------------------------------------------------------------------------- /practice-program/vibes-program/course-content/introducing-core-concepts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/practice-program/vibes-program/course-content/introducing-core-concepts.md -------------------------------------------------------------------------------- /practice-program/vibes-program/course-content/leadership-and-engagement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/practice-program/vibes-program/course-content/leadership-and-engagement.md -------------------------------------------------------------------------------- /practice-program/vibes-program/course-content/resources-and-practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/practice-program/vibes-program/course-content/resources-and-practices.md -------------------------------------------------------------------------------- /practice-programs/README.md: -------------------------------------------------------------------------------- 1 | # Practice Programs 2 | 3 | -------------------------------------------------------------------------------- /practices/README.md: -------------------------------------------------------------------------------- 1 | # Practices 2 | 3 | -------------------------------------------------------------------------------- /practices/congregating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/practices/congregating.md -------------------------------------------------------------------------------- /practices/crewing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/practices/crewing.md -------------------------------------------------------------------------------- /practices/how-to-run-a-practice-program.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/practices/how-to-run-a-practice-program.md -------------------------------------------------------------------------------- /practices/how-you-can-get-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/practices/how-you-can-get-started.md -------------------------------------------------------------------------------- /print export/.Ulysses-Group.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/print export/.Ulysses-Group.plist -------------------------------------------------------------------------------- /print export/Microsolidarity.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/print export/Microsolidarity.epub -------------------------------------------------------------------------------- /print export/Microsolidarity.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/print export/Microsolidarity.pdf -------------------------------------------------------------------------------- /print export/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/print export/README.md -------------------------------------------------------------------------------- /print export/a-developmental-pathway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/print export/a-developmental-pathway.md -------------------------------------------------------------------------------- /print export/background-and-introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/print export/background-and-introduction.md -------------------------------------------------------------------------------- /print export/five-scales-of-microsolidarity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/print export/five-scales-of-microsolidarity.md -------------------------------------------------------------------------------- /print export/from-domination-to-partnership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/print export/from-domination-to-partnership.md -------------------------------------------------------------------------------- /print export/leadership-as-hospitality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/print export/leadership-as-hospitality.md -------------------------------------------------------------------------------- /print export/learn-more.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsolidarity/handbook/HEAD/print export/learn-more.md --------------------------------------------------------------------------------