bopoda / robots-txt-parser

PHP class for parse all directives from robots.txt files according to specifications
http://robots.jeka.by
MIT License
44 stars 17 forks source link

Language and version #42

Closed kennylajara closed 7 years ago

kennylajara commented 7 years ago

Hi

What is the language in the readme file and why? Why not to use a more common language, like english?

Also, I see there is a 2.0 version but is not the same as the one in the master. Why?

Greetings

bopoda commented 7 years ago

Hi @thingNumber1,

  1. readme has been written a long time ago and i did not think about language. I agree with you we should use english only. Later i will update readme and all comments if there any other language uses. Now i don`t have enough time.
  2. v2.0 is stable release where performance of RobotsTxtParser has been improved. master branch can contain any more commits than release. master is also always should be stable (otherwise changes shouldn't be in master). There are minor changes in master ( for example your commit with typo) at the moment. I do not think that we should create release for such small changes.

Next release (for example v2.1) will be when master will contain some significant improvements.

Please write if something else. Thanks for feedback.

kennylajara commented 7 years ago

Oh, I get it. =D

bopoda commented 7 years ago

Resolved by https://github.com/bopoda/robots-txt-parser/pull/45