2010/11/9 Ahmad Samir <ahmadsamir3891@gmail.com>
2010/11/8 Dimitrios Glentadakis <dglent@gmail.com>:
> 2010/11/8, Romain d'Alverny <rdalverny@gmail.com>:
>> Hi Dimitrios,
>>
>> 2010/11/8 Dimitrios Glentadakis <dglent@gmail.com>:
>>> Please Romain can you upload the new file that i attach here, it has a
>>> typo
>>> fixed
>>
>> I pushed the previous revision on Friday (did not notify, sorry):
>> http://mageia.org/el/about/code-of-conduct/
>>
>>  Is there another typo to fix? (if so, could you preferably send me a
>> diff or just the line(s) to fix? Thanks!
>>
>> cheers,
>>
>> Romain
>>
>
>
> If you need only the diff of the changes:
> [dglent@localhost ~]$ diff code-of-conduct_new.html code-of-conduct_old.html
> 46c46
> <                         <li><a href="#be_respectful">Να σέβεστε τους
> άλλους</a>,</li>
> ---
>>                         <li><a href="#be_respectful">Να είστε σεβαστικοί</a>,</li>
> 64c64
> <                     <h2 id="be_respectful" class="be">Να σέβεστε
> τους άλλους.</h2>
> ---
>>                     <h2 id="be_respectful" class="be">Να είστε σεβαστικοί.</h2>
>
>
>

Hi :)

It's better/more-conventional to use 'diff -u' as it makes the diff
output easier to read.

You can direct the output to a text file (.patch) e.g.:
diff -u code-of-conduct_old.html code-of-conduct_new.html > anything.patch

note that I changed it so that it's _old then _new, usually you 'diff
-u OLDFILE NEWFILE'. You can then attach the anything.patch file
directly.

> I know that you are very busy right now during the preparation of the
> mageia release and i am sorry for the changes that i ask.
> Thanks again
>
> * I attache the new file in case that is needed
>
> --
> Dimitrios Glentadakis
>



--
Ahmad Samir

 

Thanks Ahmad for your suggestion, i attach the patch

--
Dimitrios Glentadakis