How to change text on winehq.org ?

Marco Meijer marco at mandrivaclub.nl
Mon May 10 08:53:42 CDT 2010


Thank you,

That looks not very difficult. I think I can do it.

Marco

Op 10-5-10 5:22, Vitaliy Margolen schreef:
> On 05/09/2010 03:50 PM, marco wrote:
>    
>> Thank you all for your reply,
>>
>> Do I have to install git en download the complete source of the website?
>>      
> Yes and yes. Here is the page with lots of details:
> http://wiki.winehq.org/GitWine
>
> All you really need to do is:
> 1. Install git
> 2. Get WineHQ's source (assuming you want to put it into your home directory):
>     $ cd ~
>     $ git clone git://source.winehq.org/git/website.git
>     $ cd website.git
> 3. Set your complete name and e-mail address as it would appear on all your
> patches:
>     $ git config --global user.name "Your Name"
>     $ git config --global user.email "me at example.com"
> 4. Edit files as required
> 5. Make sure everything works.
> 6. Commit changes with:
>     $ git commit -a
> 7. Create a patch to be sent to wine-patches mailing list:
>     $ git format-patch --keep-subject HEAD^
>
>
> Vitaliy.
>
>
>    




More information about the wine-devel mailing list