-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
53 lines (47 loc) · 3.77 KB
/
blog.html
File metadata and controls
53 lines (47 loc) · 3.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name="google-site-verification" content="MmPhvHx63B0OXINupX0JkoocA4vFy-mE61CxlzHe0SY" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="All blog posts about BOINC development by Vitalii Koshura">
<meta name="keywords" content="BOINC, development, Vitalii Koshura, updates, information, blog posts">
<meta name="fediverse:creator" content="@AenBleidd@fosstodon.org">
<meta propery="og:title" content="Vitalii Koshura: Blog">
<meta propery="og:description" content="All blog posts about BOINC development by Vitalii Koshura">
<meta propery="og:type" content="website">
<meta propery="og:url" content="https://aenbleidd.github.io/blog.html">
<meta propery="og:image" content="https://aenbleidd.github.io/images/me.png">
<link rel="canonical" href="https://aenbleidd.github.io/blog.html">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<title>Vitalii Koshura: Blog</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RB9QYE55Z3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RB9QYE55Z3');
</script>
</head>
<body>
<header><div class="container"><h1>Vitalii Koshura: Maintaining BOINC</h1></div></header>
<div class="container">
<aside id="menu">
<ul id="menu_items">
<li><a href = 'index.html'>Home</a></li>
<li><a href = 'blog.html'>Blog</a></li>
<li><a href = 'tutorials.html'>Tutorials</a></li>
</ul>
</aside>
<section id="main_content">
<!--BLOG REPLACE START--><div id="blog_content"><ul><li><a href="2026.03.26.html">2026.03.26: BOINC client release workflow status</a></li><li><a href="2025.10.17.html">2025.10.17: BOINC WSL image installer and other updates</a></li><li><a href="2025.07.11.html">2025.07.11: Blender application for BOINC Central</a></li><li><a href="2025.06.04.html">2025.06.04: BOINC Development Status Report: May 2025</a></li><li><a href="2025.05.11.html">2025.05.11: BOINC Development Status Report: April 2025</a></li><li><a href="2025.04.04.html">2025.04.04: BOINC Development Status Report: March 2025</a></li><li><a href="2025.03.11.html">2025.03.11: BOINC Development Status Report: February 2025</a></li><li><a href="2025.02.02.html">2025.02.02: BOINC Development Status Report: January 2025</a></li><li><a href="2025.01.01.html">2025.01.01: BOINC Development Status Report: December 2024</a></li><li><a href="2024.12.01.html">2024.12.01: BOINC Development Status Report: November 2024</a></li><li><a href="2024.11.02.html">2024.11.02: BOINC Development Status Report: October 2024</a></li><li><a href="2024.10.13.html">2024.10.13: BOINC Workshop 2024: What's next?</a></li><li><a href="2024.04.01.html">2024.04.01: BOINC Release 8.0.0 and liblzma vulnerability</a></li><li><a href="2024.03.18.html">2024.03.18: Major BOINC version change</a></li><li><a href="2024.03.16.html">2024.03.16: Android BOINC: where are my GPUs?</a></li><li><a href="2024.02.28.html">2024.02.28: Vanilla BOINC packages: the reason and the purpose</a></li><li><a href="2023.10.14.html">2023.10.14: Introduction</a></li></ul></div><!--BLOG REPLACE END-->
</section>
<aside id="right_block" style="margin-left: 100px;"></aside>
</div>
<script src="javascripts/main.js" type="module"></script>
<footer><div class="container"><p>Vitalii Koshura © 2026</p></div></footer>
</body>
</html>