Author: dsahlberg
Date: Fri Mar 10 22:13:44 2023
New Revision: 1908259
URL: http://svn.apache.org/viewvc?rev=1908259&view=rev
Log:
In site/staging:
Suggestion for a blog section to collect articles of interest to the SVN
community
* blog/, blog/index.html:
New directory to hold the articles and an index file to rule them all.
* site-nav.html:
(About Subversion): Link to the blog directory.
Added:
subversion/site/staging/blog/
subversion/site/staging/blog/index.html (with props)
Modified:
subversion/site/staging/site-nav.html
Added: subversion/site/staging/blog/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/blog/index.html?rev=1908259&view=auto
==============================================================================
--- subversion/site/staging/blog/index.html (added)
+++ subversion/site/staging/blog/index.html Fri Mar 10 22:13:44 2023
@@ -0,0 +1,52 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
+<title>Apache Subversion Blog</title>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
+</head>
+
+<body>
+<!--#include virtual="/site-banner.html" -->
+<!--#include virtual="/site-nav.html" -->
+<div id="site-content">
+<!--#include virtual="/site-notice.html" -->
+
+<h1>Apache Subversion Blog</h1>
+
+<p>The Apache Subversion Blog is a collection of articles concerning the
+ design and usage of Subversion. If you would like to contribute an
+ acticle, please reach out to (dev@ or private@?).</p>
+
+<div class="h2" id="blog-20220509">
+<h2>2022-05-09 — Some blog article
+ <a class="sectionlink" href="#blog-20220509"
+ title="Link to this section">¶</a>
+</h2>
+
+<p>Preamble to introduce the article. Two or three sentences...
+<a href="20220509-filename.html">Continue reading</a></p>
+
+</div> <!-- blog-20220509 -->
+
+<div class="h2" id="blog-20220412">
+<h2>2022-04-12 — Another blog article
+<a class="sectionlink" href="#blog-20220412"
+ title="Link to this section">¶</a>
+</h2>
+
+<p>This is also a very interesting article.
+<a href="20220412-another-filename.html">Continue reading</a></p>
+
+</div> <!-- #blog-20220412 -->
+
+</div> <!-- #site-content -->
+</body>
+</html>
Propchange: subversion/site/staging/blog/index.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: subversion/site/staging/blog/index.html
------------------------------------------------------------------------------
svn:mime-type = text/html
Modified: subversion/site/staging/site-nav.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/site-nav.html?rev=1908259&r1=1908258&r2=1908259&view=diff
==============================================================================
--- subversion/site/staging/site-nav.html (original)
+++ subversion/site/staging/site-nav.html Fri Mar 10 22:13:44 2023
@@ -11,6 +11,7 @@
<li><a href="/roadmap.html">Roadmap</a></li>
<li><a href="/security/">Security</a></li>
<li><a href="/quick-start">Quick Start</a></li>
+ <li><a href="/blog/">Blog</a></li>
</ul>
</p>
<p>Getting Subversion