{"id":14139259,"url":"https://github.com/bitcointranscripts/bitcointranscripts","last_synced_at":"2025-08-05T04:31:25.423Z","repository":{"id":37820469,"uuid":"347138002","full_name":"bitcointranscripts/bitcointranscripts","owner":"bitcointranscripts","description":"A treasure trove of transcripts associated with Bitcoin and Lightning Network","archived":false,"fork":false,"pushed_at":"2024-11-27T07:40:48.000Z","size":18952,"stargazers_count":94,"open_issues_count":47,"forks_count":198,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-27T08:29:45.916Z","etag":null,"topics":["bitcoin","conferences","knowledge-base","podcast","talks","transcripts"],"latest_commit_sha":null,"homepage":"https://btctranscripts.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitcointranscripts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-12T17:02:08.000Z","updated_at":"2024-11-27T07:40:53.000Z","dependencies_parsed_at":"2023-10-16T04:09:38.130Z","dependency_job_id":"5feb22c4-3edc-4204-a64d-d6fa667fe005","html_url":"https://github.com/bitcointranscripts/bitcointranscripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcointranscripts%2Fbitcointranscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcointranscripts%2Fbitcointranscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcointranscripts%2Fbitcointranscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcointranscripts%2Fbitcointranscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitcointranscripts","download_url":"https://codeload.github.com/bitcointranscripts/bitcointranscripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228703477,"owners_count":17959666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","conferences","knowledge-base","podcast","talks","transcripts"],"created_at":"2024-08-16T17:00:51.196Z","updated_at":"2024-12-08T07:31:04.685Z","avatar_url":"https://github.com/bitcointranscripts.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Bitcoin Transcripts Repository\n\nA home for Bitcoin transcripts used by [btctranscripts.com](https://btctranscripts.com).\n\nThis does not contain the code to run the site displaying this content, which can be found at the [bitcointranscripts.github.io](https://github.com/bitcointranscripts/bitcointranscripts.github.io) repo.\n\n## Contribution\n\nWhen creating a new directory or adding a page to an existing directory, please follow the structure like this:\n\n```\n├── _index.md\n├── page-top.md\n└── /level-one\n    ├── _index.md\n    ├── page-1-one.md\n    ├── page-1-two.md\n    └── /level-two\n        ├── _index.md\n        ├── page-2-one.md\n        ├── page-2-two.md\n        └── /level-three\n            ├── _index.md\n            ├── page-3-one.md\n            ├── page-3-two.md\n            └── /level-four\n                ├── page-4-one.md\n                └── page-4-two.md\n```\n\nEach directory requires an `_index.md` file with front matter that will reflect the name of the index page in the menu. Adding `{{\u003c childpages \u003e}}` as the body will ensure that all the appropriate files in that directory will be listed. (See [example](https://raw.githubusercontent.com/bitcointranscripts/bitcointranscripts/master/advancing-bitcoin/2019/_index.md))\n\nThe file name will ideally be prefixed by the date (e.g. `2021-03-30-example-file.md`)\n\nEach transcript is a markdown file, which requires to include the `title` and `transcript_by` in the file front matter. You can optionally add the `speakers`' names and `tags` as strings in an array as well as `date`(YYYY-MM-DD) and the video/audio link as `media` if available. For example:\n\n```\n---\ntitle: Reproducible Builds\ntranscript_by: Bryan Bishop\nspeakers: ['Carl Dong']\ntags: ['build systems']\ndate: 2020-11-30\nmedia: https://www.youtube.com/watch?v=L_sI_tXmy2U\n---\n```\n\nThere is usually some other data that is included at the top of each file like full title and slides. Include what you can. For example:\n\n```\nSlides: \u003chttps://docs.google.com/presentation/d/154bMWdcMCFUco4ZXQ3lWfF51U5dad8pQ23rKVkncnns/edit#slide=id.p\u003e\n\n```\n\n*Note* that valid markdown has `\u003c\u003e`s around urls like the slide example above.\n\nWhen a transcript is added, [@bitcoinwritings](https://twitter.com/bitcoinwritings) will tweet for it and tag speakers \u0026 contributors  as long as they have been associated with a twitter username at [twitter_handles.json](/twitter_handles.json)\n\n### Transcription Style\n\nFor your contributions, please use an \"edited transcription\" style, which can also be referred to as clean verbatim transcription. The goal of an edited transcription is to preserve the meaning of a text without paraphrasing. Stammering, filler words such as 'like' or 'you know', and unnecessary non-verbal communication can be omitted. Strike a balance between completeness and readability.\n\nOftentimes, audience questions and comments will be inaudible. Feel free to only indicate when an audience member is speaking if their audio is not clear.\n\n## i18n\n\nSpanish and Portuguese are [configured by default](https://github.com/bitcointranscripts/bitcointranscripts.github.io/blob/master/config.toml#L11) for [btctranscripts.com](https://btctranscripts.com).\n\nTo add a new spanish translation, for example, you need to add an `_index.es.md` file with the proper Spanish title. Then add the transcript file with the appropriate `.es.md` , e.g. `2021-03-30-example-file.es.md`.\n\nThis is the same for Portuguese (`.pt`).\n\nEach transcript is a markdown file, which requires to include the `title` and `transcript_by` in the file front matter as shown above. We strongly suggest you add the `translation_by` for translated transcripts. For example:\n\n```\n---\ntitle: Firmas Schnorr\ntranscript_by: Michael Folkson\ntranslation_by: Blue Moon\nspeakers: ['Andreas Antonopoulos']\ntags: ['schnorr-signatures']\ndate: 2018-10-07\nmedia: https://www.youtube.com/watch?v=8TaY730YlMg\n---\n```\n\nThere is usually some meta-data also usually at the top of each file that includes slides link and other data. That should all be translated as well.\n\nIf you'd like to propose a new language, you can do so by modifying the [site config](https://github.com/bitcointranscripts/bitcointranscripts.github.io/blob/master/config.toml) and translating the appropraite [i18n file](https://github.com/bitcointranscripts/bitcointranscripts.github.io/blob/master/i18n) (this is another [repo](https://github.com/bitcointranscripts/bitcointranscripts.github.io)).\n\nWe'd love transcripts in other languages so we've made every effort to make i18n as easy as possible.\n\n## Attributions\n\nThis project was based on [diyhpluswiki](https://github.com/kanzure/diyhpluswiki) and would not be possible without the many years of work by [kanzure](https://github.com/kanzure).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcointranscripts%2Fbitcointranscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcointranscripts%2Fbitcointranscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcointranscripts%2Fbitcointranscripts/lists"}