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

Lines changed: 15 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 121 deletions
This file was deleted.

_config.yml

Lines changed: 8 additions & 6 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)