Skip to content

Commit cdbf4d5

Browse files
committed
Add Planet and cleanups
1 parent b6b4ab7 commit cdbf4d5

File tree

415 files changed

+1463
-520
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

415 files changed

+1463
-520
lines changed

.gitignore

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1+
releases
2+
_site/
3+
.jekyll-cache/
14
vendor
2-
_site
3-
.bundle
4-
.jekyll-cache
5+
.bundle/
6+
7+
# Planet
8+
_cache/
9+
_planet/
10+
*.tmplc
11+
12+
# Python
13+
/__pycache__/
14+
15+
# Security advisories temp files
16+
/cvedata/cache/

404.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
permalink: /404.html
44
---
55

6-
![404]({{site.baseurl}}/assets/404.png){:.full.pixels}
6+
![404]({{site.baseurl}}/assets/404.png){:.full}
77

88
# Page Not Found
99

LICENSE

-121
This file was deleted.

_config.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# Site settings
21
title: WebKitGTK
3-
url: "https://webkitgtk.org" # the base hostname & protocol for your site
4-
sourceurl: "https://github.com/WebKitGTK/webkitgtk.org" # "edit this website" link in the footer
2+
url: "https://webkitgtk.org"
3+
sourceurl: "https://github.com/WebKitGTK/webkitgtk.org"
54
description: "A WebKit port for the GTK library."
6-
issuesurl: "https://github.com/WebKitGTK/webkitgtk.org/issues" # issue tracker for website
5+
issuesurl: "https://github.com/WebKitGTK/webkitgtk.org/issues"
76
permalink: /:title/
8-
primary-color: "#3584e4" #used in ios theme. further color customization in style.css
7+
primary-color: "#3584e4"
8+
exclude: ["README.md", "scripts", "releases", "planet", "reference", "cvedata"]
99

10-
# Build settings
1110
markdown: kramdown
11+
12+
stable-release-version: 2.46.3
13+
unstable-release-version: 2.47.1

_includes/head.html

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}" />
1010
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/rss.xml" | prepend: site.baseurl | prepend: site.url }}" />
11+
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ "/atom.xml" | prepend: site.baseurl | prepend: site.url }}" />
1112

1213
<link rel="stylesheet" href="{{ "/style.css" | prepend: site.baseurl }}" />
1314

_posts/2013-05-13-webkitgtk2.0.2-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ This is a bug fix release in the stable 2.0 series.
2121
- Fix the build due to unresolved symbols in ProcessLauncherGtk.cpp.
2222
- Translation updates: Odia.
2323

24-
Thanks to all the contributors who made possible this release.
24+
Thanks to all the contributors who made possible this release.

_posts/2013-05-29-webkitgtk2.1.1-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ This is the first development release leading toward 2.2 series.
2525
- Fix several GObject instrospection warnings.
2626
- Fixed several memory leaks.
2727

28-
Thanks to all the contributors who made possible this release.
28+
Thanks to all the contributors who made possible this release.

_posts/2013-06-11-webkitgtk2.0.3-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ This is a bug fix release in the stable 2.0 series.
2424
- Fix memory leak when web process is terminated.
2525
- Translation updates: Hindi, Telugu, Odia, Kannada, as-IN.
2626

27-
Thanks to all the contributors who made possible this release.
27+
Thanks to all the contributors who made possible this release.

_posts/2013-06-18-webkitgtk2.1.2-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ This is a development release leading toward 2.2 series.
2222
- Fix memory leak when web process is terminated.
2323
- Translation updates: Telugu, Hindi, Kannada, Odia.
2424

25-
Thanks to all the contributors who made possible this release.
25+
Thanks to all the contributors who made possible this release.

_posts/2013-07-09-webkitgtk2.1.3-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ This is a development release leading toward 2.2 series.
2222
that failed to load.
2323
- Fix several memory leaks.
2424

25-
Thanks to all the contributors who made possible this release.
25+
Thanks to all the contributors who made possible this release.

_posts/2013-07-20-webkitgtk2.0.4-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ This is a bug fix release in the stable 2.0 series.
2222
- Fix debug build and some other build issues.
2323
- Fix several memory leaks.
2424

25-
Thanks to all the contributors who made possible this release.
25+
Thanks to all the contributors who made possible this release.

_posts/2013-08-12-webkitgtk2.1.4-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ This is a development release leading toward 2.2 series.
3333
- Fix the build when building with GTK+ 2.
3434
- Fix several memory leaks.
3535

36-
Thanks to all the contributors who made possible this release.
36+
Thanks to all the contributors who made possible this release.

_posts/2013-08-27-webkitgtk2.1.90-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ This is a development release leading toward 2.2 series.
1616
- Fix a crash in WebKit1 when inspector window is closed.
1717
- Translation updates: Brazilian Portuguese.
1818

19-
Thanks to all the contributors who made possible this release.
19+
Thanks to all the contributors who made possible this release.

_posts/2013-09-11-webkitgtk2.1.91-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ This is a development release leading toward 2.2 series.
2525
- Fix the build on GNU/Hurd.
2626
- Translation updates: Brazilian Portuguese, Spanish.
2727

28-
Thanks to all the contributors who made possible this release.
28+
Thanks to all the contributors who made possible this release.

_posts/2013-09-18-webkitgtk2.1.92-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ This is a development release leading toward 2.2 series.
2929
partition.
3030
- Translation updates: Polish, Brazilian Portuguese, Spanish, Galician
3131

32-
Thanks to all the contributors who made possible this release.
32+
Thanks to all the contributors who made possible this release.

_posts/2013-10-16-webkitgtk2.2.1-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ This is the first bug fix release in the stable 2.2 series.
1414
when the plugin instance is destroyed.
1515
- Fix the build with drag and drop support disabled.
1616

17-
Thanks to all the contributors who made possible this release.
17+
Thanks to all the contributors who made possible this release.

_posts/2013-10-29-webkitgtk2.3.1-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ This is the first development release leading toward 2.4 series.
2424
fail.
2525
- Fix several memory leaks.
2626

27-
Thanks to all the contributors who made possible this release.
27+
Thanks to all the contributors who made possible this release.

_posts/2013-11-11-webkitgtk2.2.2-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This is a bug fix release in the stable 2.2 series.
1111
- Enable text edition undo/redo operations support in WebKit2.
1212
- Fix the build on non-linux platforms.
1313

14-
Thanks to all the contributors who made possible this release.
14+
Thanks to all the contributors who made possible this release.

_posts/2013-11-18-webkitgtk2.3.2-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ This is a development release leading toward 2.4 series.
1717
- Do not omit playback rate when seeking in GStreamer media backend.
1818
- Several build fixes on non-linux platforms.
1919

20-
Thanks to all the contributors who made possible this release.
20+
Thanks to all the contributors who made possible this release.

_posts/2013-12-04-webkitgtk2.2.3-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ This is a bug fix release in the stable 2.2 series.
2020
in 32 bit platforms.
2121
- Fix the build with freetype >= 2.5.1.
2222

23-
Thanks to all the contributors who made possible this release.
23+
Thanks to all the contributors who made possible this release.

_posts/2013-12-18-webkitgtk2.3.3-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ This is a development release leading toward 2.4 series.
3434
TextCombinerGStreamer.
3535
- Translation updates: Brazilian Portuguese.
3636

37-
Thanks to all the contributors who made possible this release.
37+
Thanks to all the contributors who made possible this release.

_posts/2014-01-13-webkitgtk2.3.4-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ This is a development release leading toward 2.4 series.
2020
- Fix WebGL with GLES.
2121
- Translation updates: Dutch, Brazilian Portuguese.
2222

23-
Thanks to all the contributors who made possible this release.
23+
Thanks to all the contributors who made possible this release.

_posts/2014-01-21-webkitgtk2.2.4-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ This is a bug fix release in the stable 2.2 series.
2121
- Fix the build in Mac/Darwin.
2222
- Fix the build with GCC in i386.
2323

24-
Thanks to all the contributors who made possible this release.
24+
Thanks to all the contributors who made possible this release.

_posts/2014-02-05-webkitgtk2.3.5-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ This is a development release leading toward 2.4 series.
2121
- Fix a web process crash when a download is cancelled.
2222
- Fix several crashes when printing via JavaScript.
2323

24-
Thanks to all the contributors who made possible this release.
24+
Thanks to all the contributors who made possible this release.

_posts/2014-02-17-webkitgtk2.3.90-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ This is a development release leading toward 2.4 series.
1717
- Fix a crash in GStreamer media backend when playback rate is too high.
1818
- Fix the build on FreeBSD.
1919

20-
Thanks to all the contributors who made possible this release.
20+
Thanks to all the contributors who made possible this release.

_posts/2014-02-19-webkitgtk2.2.5-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ This is a bug fix release in the stable 2.2 series.
1919
- Fix a web process crash when a download is cancelled.
2020
- Fix the build on FreeBSD.
2121

22-
Thanks to all the contributors who made possible this release.
22+
Thanks to all the contributors who made possible this release.

_posts/2014-03-03-webkitgtk2.3.91-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ This is a development release leading toward 2.4 series.
1919
- Several build fixes for FreeBSD.
2020
- Fix the build with wayland support enabled.
2121

22-
Thanks to all the contributors who made possible this release.
22+
Thanks to all the contributors who made possible this release.

_posts/2014-03-17-webkitgtk2.3.92-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ This is a development release leading toward 2.4 series.
2020
- Fix the build when using vala bindings due to UI and web process
2121
main headers included together.
2222

23-
Thanks to all the contributors who made possible this release.
23+
Thanks to all the contributors who made possible this release.

_posts/2014-03-19-webkitgtk2.2.6-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ This is a bug fix release in the stable 2.2 series.
1818
- Fix the generation of g_return macros for GObject DOM bindings in
1919
some cases where non pointer parameters were handled as pointers.
2020

21-
Thanks to all the contributors who made possible this release.
21+
Thanks to all the contributors who made possible this release.

_posts/2014-04-14-webkitgtk2.4.1-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ This is the first bug fix release in the stable 2.4 series.
1818
- Append Safari version to UserAgent to fix redirections in
1919
www.globalforestwatch.org.
2020

21-
Thanks to all the contributors who made possible this release.
21+
Thanks to all the contributors who made possible this release.

_posts/2014-04-30-webkitgtk2.2.7-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.2 series.
1515
- Fix acceletared video when the video format has an alpha component.
1616
- Fix a crash in plugin process when loading GTK2 windowed plugins.
1717

18-
Thanks to all the contributors who made possible this release.
18+
Thanks to all the contributors who made possible this release.

_posts/2014-05-12-webkitgtk2.4.2-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ This is a bug fix release in the stable 2.4 series.
1414
- Fix a crash after getting web view context property with g_object_get.
1515
- Fix a new[] delete[] mismatch in SocketStreamHandleSoup.
1616

17-
Thanks to all the contributors who made possible this release.
17+
Thanks to all the contributors who made possible this release.

_posts/2014-05-26-webkitgtk2.4.3-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.4 series.
1515
WebKitWebPage::send-request signal when not redirecting.
1616
- Add missing files to the build required for building in Windows.
1717

18-
Thanks to all the contributors who made possible this release.
18+
Thanks to all the contributors who made possible this release.

_posts/2014-07-08-webkitgtk2.4.4-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ This is a bug fix release in the stable 2.4 series.
2020
- Fix web process leak when closing pages with network process enabled.
2121
- Fix the build with --disable-webgl --disable-accelerated-compositing.
2222

23-
Thanks to all the contributors who made possible this release.
23+
Thanks to all the contributors who made possible this release.

_posts/2014-08-01-webkitgtk2.5.1-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ This is the first development release leading toward 2.6 series.
2727
- Add HighDPI support for non-accelerated compositing contents.
2828
- Use a different user agent string depending on the site.
2929

30-
Thanks to all the contributors who made possible this release.
30+
Thanks to all the contributors who made possible this release.

_posts/2014-08-11-webkitgtk2.5.2-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ This is a development release leading toward 2.6 series.
1818
- Rename translation domain to WebKit2GTK-4.0.
1919
- Install the processes in a versioned directory.
2020

21-
Thanks to all the contributors who made possible this release.
21+
Thanks to all the contributors who made possible this release.

0 commit comments

Comments
 (0)