Changes between Version 69 and Version 70 of QtWebKitContrib


Ignore:
Timestamp:
Oct 20, 2010 12:13:23 PM (14 years ago)
Author:
Ademar Reis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitContrib

    v69 v70  
    5454== Hacking on QtWebKit ==
    5555
    56 Effective immediately all commits to QtWebKit should use the [http://webkit.org/coding/coding-style.html WebKit coding style] for '''all files''' in the project.  That includes qwebview(.h|cpp), qwebpage(.h|.cpp) and all others.  Repeat: the Qt style should not be used.  Thank you.
    57 
     56Effective immediately all commits to QtWebKit should use the [http://webkit.org/coding/coding-style.html WebKit coding style] for '''all files''' in the project. That includes qwebview(.h|cpp), qwebpage(.h|.cpp) and all others. Repeat: the Qt style should not be used. Thank you.
    5857
    5958 * [wiki:"QtWebKitHacking" QtWebKit overview]
     
    7170 * libapache2-mod-php5 (i.e. the PHP 5 Apache 2 module)
    7271
    73 ==== Installing dependencies on Ubuntu ====
    74 To install the required dependencies on Ubuntu, do
     72For your convenience, below are the commands needed to install these dependencies on popular linux distributions:
    7573
     74'''Ubuntu''':
    7675{{{
    7776sudo aptitude install curl ruby apache2 libapache2-mod-php5
    7877}}}
    7978
    80 ==== Installing dependencies on Fedora ====
    81 Tested on Fedora 13
    82 
     79'''Fedora''':
    8380{{{
    8481sudo yum install curl ruby httpd mod_ssl mod_php
     
    127124
    128125== Communication ==
    129 We use the regular webkit-dev mailing list to coordinate.  You can also find us in the #webkit channel on irc.freenode.net.  We have one mailing lists specific to the QtWebKit port
     126We use the regular webkit-dev mailing and IRC channels list to coordinate:
    130127
    131128 * [http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt webkit-qt Mailing List]
     129 * [http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev webkit-dev Mailing List]
     130 * IRC: #qtwebkit at freenode
     131 * IRC: #webkit at freenode
    132132
    133133== Obtaining Check-In Privileges ==
     
    144144
    145145 * [wiki:"QtWebKitTodo" TODO List]
    146  * [wiki:"QtWebKitJournal" Stabilization Journal]