Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
â—‹DOI references
-
â—‹Academic publication links
-
â—‹Academic email domains
-
â—‹Institutional organization owner
-
â—‹JOSS paper metadata
-
â—‹Scientific vocabulary similarity
Low similarity (9.9%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Pro Git 2nd Edition Slovenian translation 🇸🇮
Basic Info
Statistics
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 1
- Releases: 92
Created over 11 years ago
· Last pushed 7 months ago
Metadata Files
Readme
Contributing
License
Citation
Security
README.asc
= Pro Git, Second Edition Welcome to the second edition of the Pro Git book. You can find this book online at: https://git-scm.com/book Like the first edition, the second edition of Pro Git is open source under a Creative Commons license. A couple of things have changed since open sourcing the first edition. For one, we've moved from Markdown to the amazing AsciiDoc format for the text of the book; here's an https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/[AsciiDoc quick reference]. We've also moved to keeping the translations in separate repositories rather than subdirectories of the English repository. See link:TRANSLATING.md[the translating document] for more information. == How To Generate the Book You can generate the e-book files manually with Asciidoctor. If you run the following you _may_ actually get HTML, Epub, Mobi and PDF output files: ---- $ bundle install $ bundle exec rake book:build Converting to HTML... -- HTML output at progit.html Converting to EPub... -- Epub output at progit.epub Converting to Mobi (kf8)... -- Mobi output at progit.mobi Converting to PDF... -- PDF output at progit.pdf ---- You can generate just one of the supported formats (HTML, EPUB, mobi, or PDF). Use one of the following commands: To generate the HTML book: ---- $ bundle exec rake book:build_html ---- To generate the EPUB book: ---- $ bundle exec rake book:build_epub ---- To generate the mobi book: ---- $ bundle exec rake book:build_mobi ---- To generate the PDF book: ---- $ bundle exec rake book:build_pdf ---- == Signaling an Issue Before signaling an issue, please check that there isn't already a similar one in the bug tracking system. Also, if this issue has been spotted on the git-scm.com site, please cross-check that it is still present in this repo. The issue may have already been corrected, but the changes have not been deployed yet. == Contributing If you'd like to help out by making a change, take a look at the link:CONTRIBUTING.md[contributor's guide].
Owner
- Name: Pro Git Book
- Login: progit
- Kind: organization
- Website: http://git-scm.com/book/
- Repositories: 25
- Profile: https://github.com/progit
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Pro Git
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Scott
family-names: Chacon
email: schacon@gmail.com
- given-names: Ben
family-names: Straub
email: ben@straub.cc
- given-names: Peter
family-names: Kokot
email: peterkokot@gmail.com
identifiers:
- type: url
value: 'https://git-scm.com/book/sl/v2'
description: Pro Git website Slovenian translation
repository-code: 'https://github.com/progit/progit2-sl'
url: 'https://git-scm.com/book/sl/v2'
abstract: Pro Git 2nd Edition Slovenian translation
keywords:
- git
- book
- asciidoc
- pro-git
- slovenian
license: CC-BY-NC-SA-3.0
version: '2'
GitHub Events
Total
- Release event: 24
- Delete event: 25
- Push event: 27
- Pull request event: 52
- Create event: 49
Last Year
- Release event: 24
- Delete event: 25
- Push event: 27
- Pull request event: 52
- Create event: 49
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 6
- Total pull requests: 112
- Average time to close issues: 6 days
- Average time to close pull requests: 14 days
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.83
- Average comments per pull request: 0.06
- Merged pull requests: 105
- Bot issues: 0
- Bot pull requests: 111
Past Year
- Issues: 0
- Pull requests: 41
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 38
- Bot issues: 0
- Bot pull requests: 41
Top Authors
Issue Authors
- petk (6)
Pull Request Authors
- dependabot[bot] (112)
- jnavila (1)
Top Labels
Issue Labels
bug (2)
Pull Request Labels
dependencies (111)
ruby (103)
Dependencies
Gemfile
rubygems
- asciidoctor = 1.5.6.1
- asciidoctor-epub3 >= 0
- asciidoctor-pdf = 1.5.0.alpha.16
- asciidoctor-pdf-cjk ~> 0.1.3
- asciidoctor-pdf-cjk-kai_gen_gothic ~> 0.1.1
- awesome_print >= 0
- coderay >= 0
- epubcheck-ruby >= 0
- github_changelog_generator >= 0
- json >= 0
- kindlegen >= 0
- octokit >= 0
- pygments.rb >= 0
- rake >= 0
- thread_safe >= 0
Gemfile.lock
rubygems
- Ascii85 1.0.3
- activesupport 7.0.2.3
- addressable 2.8.0
- afm 0.2.2
- asciidoctor 1.5.6.1
- asciidoctor-epub3 1.5.0.alpha.9.dev
- asciidoctor-pdf 1.5.0.alpha.16
- asciidoctor-pdf-cjk 0.1.3
- asciidoctor-pdf-cjk-kai_gen_gothic 0.1.1
- awesome_print 1.8.0
- coderay 1.1.2
- concurrent-ruby 1.1.10
- css_parser 1.9.0
- epubcheck-ruby 4.1.0.0
- faraday 0.17.4
- faraday-http-cache 2.2.0
- gepub 0.6.9.2
- github_changelog_generator 1.15.0
- hashery 2.1.2
- i18n 1.10.0
- json 2.5.1
- kindlegen 3.0.3
- mini_portile2 2.1.0
- minitest 5.15.0
- multi_json 1.13.1
- multipart-post 2.1.1
- nokogiri 1.6.8.1
- octokit 4.13.0
- pdf-core 0.7.0
- pdf-reader 2.1.0
- polyglot 0.3.5
- prawn 2.2.2
- prawn-icon 1.3.0
- prawn-svg 0.27.1
- prawn-table 0.2.2
- prawn-templates 0.1.1
- public_suffix 4.0.6
- pygments.rb 1.2.1
- rainbow 3.1.1
- rake 13.0.6
- retriable 3.1.2
- ruby-rc4 0.1.5
- rubyzip 2.3.2
- safe_yaml 1.0.4
- sawyer 0.8.2
- thread_safe 0.3.6
- treetop 1.5.3
- ttfunk 1.7.0
- tzinfo 2.0.4
.github/workflows/pr-build.yml
actions
- actions/checkout v2 composite
- ruby/setup-ruby v1 composite
.github/workflows/release-on-merge.yml
actions
- actions/checkout v2 composite
- ncipollo/release-action v1 composite
- ruby/setup-ruby v1 composite