Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit 2daf5aa

Browse files
committed
deploy: 91fdfba
0 parents  commit 2daf5aa

25 files changed

Lines changed: 1767 additions & 0 deletions

File tree

.nojekyll

Whitespace-only changes.
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en-US">
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<!-- <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
8+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
9+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> -->
10+
<title>Monero View | 2 CCS proposals ready for funding: vtnerd, plowsof</title>
11+
<meta name="description" content="This is a monero temporary news aggregation website.">
12+
<!-- <link rel="stylesheet" href=""> -->
13+
<link rel="stylesheet" href="/lightx.css"/>
14+
<link rel="manifest" href="/manifest.json" />
15+
<!-- <link rel="apple-touch-icon" href="/icon512.png"> -->
16+
<meta name="theme-color" content="#ffffff"/>
17+
<meta name="twitter:card" content="summary_large_image">
18+
<meta name="twitter:title" content="2 CCS proposals ready for funding: vtnerd, plowsof">
19+
<meta name="twitter:description" content="This is a monero temporary news aggregation website.">
20+
<!-- <meta name="twitter:image" content="https://monero-observer.openenet.cn/img/monero-banner.png"> -->
21+
<!-- -->
22+
<meta name="generator" content="Hexo 8.1.1"><link rel="alternate" href="/atom.xml" title="Monero View" type="application/atom+xml">
23+
</head>
24+
<body>
25+
<!-- <script>
26+
if ('serviceWorker' in navigator) {
27+
window.addEventListener('load', function () {
28+
navigator.serviceWorker.register('/sw.js', {scope: '/'})
29+
.then(function (registration) {
30+
// console.log('ServiceWorker registration successful with scope: ', registration.scope);
31+
})
32+
.catch(function (err) {
33+
console.log('ServiceWorker registration failed: ', err);
34+
});
35+
});
36+
}
37+
</script> -->
38+
<div id="page-container">
39+
<div id="content-wrap">
40+
<div class="wrapper">
41+
<div class="container">
42+
<nav>
43+
<ul>
44+
<li><a href="/">Monero View</a></li>
45+
<li><a href="/about">About</a></li>
46+
<li><a href="/archives">Archives</a></li>
47+
<li><a href="/atom.xml">RSS</a></li>
48+
</ul>
49+
</nav>
50+
51+
<article>
52+
<h1>2 CCS proposals ready for funding: vtnerd, plowsof</h1>
53+
<div class="contents">
54+
55+
</div>
56+
<p>Two CCS proposals have been moved to the funding stage and are now looking for community support:</p>
57+
<ul>
58+
<li>vtnerd’s <a target="_blank" rel="noopener" href="https://ccs.getmonero.org/proposals/vtnerd-2026-q2.html">!654</a>: vtnerd Full-time 2026 Q2</li>
59+
<li>plowsof’s <a target="_blank" rel="noopener" href="https://ccs.getmonero.org/proposals/plowsof_7_continued.html">!656</a>: plowsof - CCS Coordinator + QATS</li>
60+
</ul>
61+
<p>You can support the proposals by donating to the XMR addresses listed on the Funding Required page.</p>
62+
<p>This is an ongoing story and the report will be updated when new information is available.</p>
63+
<hr>
64+
65+
66+
<p class="copyright"><strong>Links: <a href="https://monero-observer.openenet.cn/2-ccs-proposals-ready-funding-10-april-2026/">https://monero-observer.openenet.cn/2-ccs-proposals-ready-funding-10-april-2026/</a></strong></p>
67+
</article>
68+
69+
<!-- <div id="comment">
70+
71+
</div> -->
72+
<!-- No comment -->
73+
</div>
74+
</div>
75+
</div>
76+
<div id="footer">
77+
<div class="wrapper">
78+
<div class="container">
79+
80+
<button id="back-top" onclick="window.scrollTo({top:0,behavior:'smooth'})">TOP</button>
81+
<footer>
82+
<div>
83+
<p>
84+
© 2026 <a href="https://monero-observer.openenet.cn">Jackie</a>.
85+
Powered by <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>.
86+
Theme <a target="_blank" rel="noopener" href="https://github.com/songquanpeng/hexo-theme-lightx">lightx</a>.
87+
88+
</p>
89+
</div>
90+
</footer>
91+
92+
</div>
93+
</div>
94+
</div>
95+
</div>
96+
<!-- -->
97+
<!-- -->
98+
<!-- <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/highlight.min.js"></script>
99+
<script>
100+
hljs.initHighlightingOnLoad();
101+
</script> -->
102+
</body>
103+
</html>

about/index.html

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en-US">
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<!-- <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
8+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
9+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> -->
10+
<title>Monero View | Category: meta</title>
11+
<meta name="description" content="This is a monero temporary news aggregation website.">
12+
<!-- <link rel="stylesheet" href=""> -->
13+
<link rel="stylesheet" href="/lightx.css"/>
14+
<link rel="manifest" href="/manifest.json" />
15+
<!-- <link rel="apple-touch-icon" href="/icon512.png"> -->
16+
<meta name="theme-color" content="#ffffff"/>
17+
<meta name="twitter:card" content="summary_large_image">
18+
<meta name="twitter:title" content="About">
19+
<meta name="twitter:description" content="This is a monero temporary news aggregation website.">
20+
<!-- <meta name="twitter:image" content="https://monero-observer.openenet.cn/img/monero-banner.png"> -->
21+
<!-- -->
22+
<meta name="generator" content="Hexo 8.1.1"><link rel="alternate" href="/atom.xml" title="Monero View" type="application/atom+xml">
23+
</head>
24+
<body>
25+
<!-- <script>
26+
if ('serviceWorker' in navigator) {
27+
window.addEventListener('load', function () {
28+
navigator.serviceWorker.register('/sw.js', {scope: '/'})
29+
.then(function (registration) {
30+
// console.log('ServiceWorker registration successful with scope: ', registration.scope);
31+
})
32+
.catch(function (err) {
33+
console.log('ServiceWorker registration failed: ', err);
34+
});
35+
});
36+
}
37+
</script> -->
38+
<div id="page-container">
39+
<div id="content-wrap">
40+
<div class="wrapper">
41+
<div class="container">
42+
<nav>
43+
<ul>
44+
<li><a href="/">Monero View</a></li>
45+
<li><a href="/about">About</a></li>
46+
<li><a href="/archives">Archives</a></li>
47+
<li><a href="/atom.xml">RSS</a></li>
48+
</ul>
49+
</nav>
50+
51+
<article>
52+
<h1>About</h1>
53+
<div class="contents">
54+
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Temporary-News-Aggregation-Website"><span class="toc-text">Temporary News Aggregation Website</span></a></li></ol>
55+
</div>
56+
<h2 id="Temporary-News-Aggregation-Website"><a href="#Temporary-News-Aggregation-Website" class="headerlink" title="Temporary News Aggregation Website"></a>Temporary News Aggregation Website</h2><p>This is a temporary news aggregation website.</p>
57+
<ul>
58+
<li>Website URL: <a href="https://monero-observer.openenet.cn/">Monero Observer</a></li>
59+
<li>Built by: <a target="_blank" rel="noopener" href="https://github.com/PyXMR2025/">Jackie</a></li>
60+
<li>CCS: <a target="_blank" rel="noopener" href="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/655">Jackie set up a temporary news aggregation website</a></li>
61+
<li>Github: <a target="_blank" rel="noopener" href="https://github.com/PyXMR2025/monero-observer/">PyXMR2025&#x2F;monero-observer</a></li>
62+
</ul>
63+
64+
</article>
65+
<!-- <div id="comment">
66+
67+
</div> -->
68+
<!-- No comment -->
69+
</div>
70+
</div>
71+
</div>
72+
<div id="footer">
73+
<div class="wrapper">
74+
<div class="container">
75+
76+
<button id="back-top" onclick="window.scrollTo({top:0,behavior:'smooth'})">TOP</button>
77+
<footer>
78+
<div>
79+
<p>
80+
© 2026 <a href="https://monero-observer.openenet.cn">Jackie</a>.
81+
Powered by <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>.
82+
Theme <a target="_blank" rel="noopener" href="https://github.com/songquanpeng/hexo-theme-lightx">lightx</a>.
83+
84+
</p>
85+
</div>
86+
</footer>
87+
88+
</div>
89+
</div>
90+
</div>
91+
</div>
92+
<!-- -->
93+
<!-- -->
94+
<!-- <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/highlight.min.js"></script>
95+
<script>
96+
hljs.initHighlightingOnLoad();
97+
</script> -->
98+
</body>
99+
</html>

archives/2026/04/index.html

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en-US">
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<!-- <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
8+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
9+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> -->
10+
<title>Monero View | Archives: 4/2026: 2026</title>
11+
<meta name="description" content="This is a monero temporary news aggregation website.">
12+
<!-- <link rel="stylesheet" href=""> -->
13+
<link rel="stylesheet" href="/lightx.css"/>
14+
<link rel="manifest" href="/manifest.json" />
15+
<!-- <link rel="apple-touch-icon" href="/icon512.png"> -->
16+
<meta name="theme-color" content="#ffffff"/>
17+
<meta name="twitter:card" content="summary_large_image">
18+
<meta name="twitter:title" content="Monero View">
19+
<meta name="twitter:description" content="This is a monero temporary news aggregation website.">
20+
<!-- <meta name="twitter:image" content="https://monero-observer.openenet.cn/img/monero-banner.png"> -->
21+
<!-- -->
22+
<meta name="generator" content="Hexo 8.1.1"><link rel="alternate" href="/atom.xml" title="Monero View" type="application/atom+xml">
23+
</head>
24+
<body>
25+
<!-- <script>
26+
if ('serviceWorker' in navigator) {
27+
window.addEventListener('load', function () {
28+
navigator.serviceWorker.register('/sw.js', {scope: '/'})
29+
.then(function (registration) {
30+
// console.log('ServiceWorker registration successful with scope: ', registration.scope);
31+
})
32+
.catch(function (err) {
33+
console.log('ServiceWorker registration failed: ', err);
34+
});
35+
});
36+
}
37+
</script> -->
38+
<div id="page-container">
39+
<div id="content-wrap">
40+
<div class="wrapper">
41+
<div class="container">
42+
<nav>
43+
<ul>
44+
<li><a href="/">Monero View</a></li>
45+
<li><a href="/about">About</a></li>
46+
<li><a href="/archives">Archives</a></li>
47+
<li><a href="/atom.xml">RSS</a></li>
48+
</ul>
49+
</nav>
50+
51+
52+
53+
<article id="archive">
54+
55+
<h1>4/2026</h1>
56+
57+
<div class="archive-item">
58+
<a href="/2-ccs-proposals-ready-funding-10-april-2026/">
59+
2 CCS proposals ready for funding: vtnerd, plowsof
60+
</a>
61+
<time datetime="2026-04-10T00:12:00.000Z">
62+
2026-04-10
63+
</time>
64+
</div>
65+
66+
<div class="archive-item">
67+
<a href="/cuprate-meeting-14-april-2026/">
68+
Cuprate Meeting #98 scheduled for 14 April 2026 1800 UTC
69+
</a>
70+
<time datetime="2026-04-09T17:13:00.000Z">
71+
2026-04-09
72+
</time>
73+
</div>
74+
75+
</article>
76+
77+
<div class="paginator">
78+
79+
<div class="prev" style="visibility: hidden;">PREV</div>
80+
81+
82+
83+
<div class="next" style="visibility: hidden;">NEXT</div>
84+
85+
</div>
86+
87+
88+
89+
</div>
90+
</div>
91+
</div>
92+
<div id="footer">
93+
<div class="wrapper">
94+
<div class="container">
95+
96+
<button id="back-top" onclick="window.scrollTo({top:0,behavior:'smooth'})">TOP</button>
97+
<footer>
98+
<div>
99+
<p>
100+
© 2026 <a href="https://monero-observer.openenet.cn">Jackie</a>.
101+
Powered by <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>.
102+
Theme <a target="_blank" rel="noopener" href="https://github.com/songquanpeng/hexo-theme-lightx">lightx</a>.
103+
104+
</p>
105+
</div>
106+
</footer>
107+
108+
</div>
109+
</div>
110+
</div>
111+
</div>
112+
<!-- -->
113+
<!-- -->
114+
<!-- <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/highlight.min.js"></script>
115+
<script>
116+
hljs.initHighlightingOnLoad();
117+
</script> -->
118+
</body>
119+
</html>

0 commit comments

Comments
 (0)