Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

50%
+0 −0
Q&A Podcast Transcripts: suggested collaborative tools?

Github or similar is a good choice I can't say I have used it personally for this type of work, however as a software engineer by day it is my collaboration tool of choice for most things. Unl...

posted 5y ago by linksassin‭  ·  last activity 4y ago by System‭

Answer
#4: Attribution notice removed by user avatar System‭ · 2019-12-20T00:53:25Z (over 4 years ago)
Source: https://writers.stackexchange.com/a/44634
License name: CC BY-SA 3.0
License URL: https://creativecommons.org/licenses/by-sa/3.0/
#3: Attribution notice added by user avatar System‭ · 2019-12-08T11:41:28Z (over 4 years ago)
Source: https://writers.stackexchange.com/a/44634
License name: CC BY-SA 3.0
License URL: https://creativecommons.org/licenses/by-sa/3.0/
#2: Initial revision by (deleted user) · 2019-12-08T11:41:28Z (over 4 years ago)
# Github or similar is a good choice

I can't say I have used it personally for this type of work, however as a software engineer by day it is my collaboration tool of choice for most things.

> Unlike the StackExchange Podcast that inspired this, I am not familiar with GitHub.

I'd like to assure you that learning git/github isn't that difficult. If you can master stack exchange you can handle github. I found [an easy guide](https://guides.github.com/activities/hello-world/) that doesn't require any installation or use of the command line. With a little searching you will find hundreds of guides on what git is and how to use it.

### Why it is a good choice

- **Centralised** : You can have a single repository per project
- **Protected** : Pull requests and review prevent spammers from harming your transcripts
- **Low entrance barrier** : Users can make edits and submit for review directly in the brower
- **Choice of editor** : Users can edit files locally and upload changes for review 
- **Robust version management** : all changes are tracked and can be reverted
- **Format independent** : git deals in raw text so any file format can be used, markdown is rendered on github so can be a good choice.
- **User permissions** : the repository owner has complete control over who has access to their repository and what they can do with that control. Additionally you can delegate permissions to other trusted users 
#1: Imported from external source by user avatar System‭ · 2019-04-16T06:56:34Z (about 5 years ago)
Original score: 3