progit2

Pro Git 2nd Edition - Persian Translation

https://github.com/progit-fa/progit2

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 (8.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Pro Git 2nd Edition - Persian Translation

Basic Info
  • Host: GitHub
  • Owner: progit-fa
  • License: other
  • Language: CSS
  • Default Branch: main
  • Homepage:
  • Size: 13.7 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 5
  • Releases: 6
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Contributing License Citation Security

README.asc

= پروگیت، ویرایش دوم

به ویرایش دوم کتاب پروگیت خوش آمدید.

مشاهده https://git-scm.com/book[نسخه آنلاین] این کتاب

همانند ویرایش اول، ویرایش دوم کتاب پروگیت متن‌باز و تحت لایسنس «کریتیو کامنز» است. (Creative Commons)

از زمان متن‌باز بودن ویرایش اول تغییراتی اعمال شده. اول از همه، ما به استفاده از فرمت فوق العاده اسکی‌داک به جای استفاده از مارک‌دان روی آوردیم؛ مراجعه به https://docs.asciidoctor.org/asciidoc/latest/syntax-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: progit-fa
  • Login: progit-fa
  • Kind: organization

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
identifiers:
  - type: url
    value: 'https://git-scm.com/book/en/v2'
    description: Pro Git website
repository-code: 'https://github.com/progit/progit2'
url: 'https://git-scm.com/book/en/v2'
keywords:
  - git
  - book
  - asciidoc
  - pro-git
license: CC-BY-NC-SA-3.0
version: '2'

GitHub Events

Total
Last Year

Dependencies

.github/workflows/pr-build.yml actions
  • actions/checkout v4 composite
  • ruby/setup-ruby v1 composite
.github/workflows/release-on-merge.yml actions
  • actions/checkout v4 composite
  • ncipollo/release-action v1 composite
  • ruby/setup-ruby v1 composite
Gemfile rubygems
  • asciidoctor = 2.0.20
  • asciidoctor-epub3 = 2.1.0
  • asciidoctor-fb2 = 0.7.0
  • asciidoctor-pdf = 2.3.12
  • awesome_print = 1.9.2
  • coderay = 1.1.3
  • epubcheck-ruby = 5.1.0.0
  • html-proofer = 5.0.8
  • json = 2.6.3
  • kindlegen = 3.1.1
  • pygments.rb = 2.4.1
  • rake = 13.1.0
  • thread_safe = 0.3.6