Changes between Version 22 and Version 23 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Jul 4, 2013, 8:50:32 AM (11 years ago)
Author:
Andres Gomez
Comment:

Added documentation section.

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v22 v23  
    186186
    187187Usually, you would want to rebase your work only when you have completed the task, but be also aware of parallel work that may affect your code. Plan ahead when you'll have a free slot of time in which to rebase and compile again as it will probably take several minutes.
     188
     189
     190== Documentation ==
     191
     192=== API ===
     193
     194WebKit external APIs are documented by each port. For examples, this is latest stable [http://webkitgtk.org/reference/webkit2gtk/stable/ API for WebKitGTK].
     195
     196WebKit internal APIs are not really documented. If you want to know how something works it is better that you just go to the code.
     197
     198
     199=== Misc ===
     200
     201There is no proper WebKit tutorial available as WebKit gets updated almost every day and it is very hard to maintain any such tutorial. What we have is the tech talks, blog posts, etc written by WebKit experts. You can find a compilation of these articles here:
     202http://arunpatole.com/blog/2011/webkit-documentation/
     203
     204webkit.org also has a [https://www.webkit.org/coding/technical-articles.html technical articles] section.
    188205
    189206