Changes between Version 69 and Version 70 of QtWebKitContrib
- Timestamp:
- Oct 20, 2010, 12:13:23 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitContrib
v69 v70 54 54 == Hacking on QtWebKit == 55 55 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 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. 58 57 59 58 * [wiki:"QtWebKitHacking" QtWebKit overview] … … 71 70 * libapache2-mod-php5 (i.e. the PHP 5 Apache 2 module) 72 71 73 ==== Installing dependencies on Ubuntu ==== 74 To install the required dependencies on Ubuntu, do 72 For your convenience, below are the commands needed to install these dependencies on popular linux distributions: 75 73 74 '''Ubuntu''': 76 75 {{{ 77 76 sudo aptitude install curl ruby apache2 libapache2-mod-php5 78 77 }}} 79 78 80 ==== Installing dependencies on Fedora ==== 81 Tested on Fedora 13 82 79 '''Fedora''': 83 80 {{{ 84 81 sudo yum install curl ruby httpd mod_ssl mod_php … … 127 124 128 125 == 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 port126 We use the regular webkit-dev mailing and IRC channels list to coordinate: 130 127 131 128 * [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 132 132 133 133 == Obtaining Check-In Privileges == … … 144 144 145 145 * [wiki:"QtWebKitTodo" TODO List] 146 * [wiki:"QtWebKitJournal" Stabilization Journal]