How to change text on winehq.org ?

Vitaliy Margolen wine-devel at kievinfo.com
Sun May 9 22:22:21 CDT 2010


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