Giter Club home page Giter Club logo

Comments (11)

jnavila avatar jnavila commented on June 21, 2024

Ping @andres-mancera

from progit2-es.

andres-mancera avatar andres-mancera commented on June 21, 2024

@jnavila : Quick Question: Has this new flow for the automatic publication of the book been enabled for any language or even the original English version?

from progit2-es.

jnavila avatar jnavila commented on June 21, 2024

Yes, it has. You can see the result on https://git-scm.com/book . For all the translations with this workflow, there are the availability to download the books in pdf, epub and mobi files.
image

from progit2-es.

andres-mancera avatar andres-mancera commented on June 21, 2024

Ok, I don't have any pending pull request right now, so please go ahead and make the required changes. Let me know if you need anything from me. Thanks @jnavila 馃憤

from progit2-es.

jnavila avatar jnavila commented on June 21, 2024

Just a heads up to indicate that the book is not compiling right now. This is mostly due to remains of conflicts marks that weren't removed.

from progit2-es.

andres-mancera avatar andres-mancera commented on June 21, 2024

Is there some kind of log that I can take a look at so that we can fix the issues(s)?
Otherwise, we'll be trying to find a needle in a haystack!

from progit2-es.

jnavila avatar jnavila commented on June 21, 2024

Don't worry, I'm on it. The ugly thing about it is that the errors of compilation don't point to the place where the mistake was made, but where the parser can no longer cope with the errors. The branch should be ready before this week end.

from progit2-es.

andres-mancera avatar andres-mancera commented on June 21, 2024

Great, thanks a lot for your help @jnavila 馃槂

from progit2-es.

andres-mancera avatar andres-mancera commented on June 21, 2024

@jnavila : After your changes, I see that the "contributors.asc" file now has a link to a file called "contributors.txt". However, I don't see that file anywhere. Where did the list of contributors go?

from progit2-es.

jnavila avatar jnavila commented on June 21, 2024

The file contributors.txt is now dynamically created by the Rakefile

progit2-es/Rakefile

Lines 46 to 47 in b665495

puts "Generating contributors list"
exec_or_raise("git shortlog -s --all| grep -v -E '(Straub|Chacon)' | cut -f 2- | column -c 120 > book/contributors.txt")

It is always up to date with the correct list of contributors. You can run the command line in order to generate it for yourself, without requiring the full ruby environment.

from progit2-es.

andres-mancera avatar andres-mancera commented on June 21, 2024

I see. Thanks @jnavila 馃憤

from progit2-es.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.