www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/staging/layout include-test-page.html


From: Therese Godefroy
Subject: www/server/staging/layout include-test-page.html
Date: Sat, 15 May 2021 15:36:33 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 21/05/15 15:36:33

Added files:
        server/staging/layout: include-test-page.html 

Log message:
        Test new include: software/oldgnupkgs.html.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/layout/include-test-page.html?cvsroot=www&rev=1.1

Patches:
Index: include-test-page.html
===================================================================
RCS file: include-test-page.html
diff -N include-test-page.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ include-test-page.html      15 May 2021 19:36:32 -0000      1.1
@@ -0,0 +1,63 @@
+<!--#include virtual="/server/header.html" -->
+<title>Test page for new includes
+- GNU Project - Free Software Foundation</title>
+<style type="text/css" media="print,screen">
+<!--
+div.package-list {
+   padding: 1em 1.5em;
+   margin: 1.5em 0;
+}
+div.package-list a, div.package-list a:visited {
+   display: inline-block;
+   width: 10.5em;
+   line-height: 1.5em;
+   padding: 0 .2em; margin-bottom: .1em;
+   text-decoration: none;
+}
+-->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+div.package-list {
+   direction: ltr;
+   text-align: left;
+}
+-->
+<!--#endif -->
+</style>
+<!--#include virtual="/server/banner.html" -->
+<h2>Test page for new includes</h2>
+
+<ul>
+<li>Commit the new include to its final location.</li>
+<li>Add an SSI directive to display it in this page, and watch the result.
+At first, you will get a content-encoding error.</li>
+<li>Wait until the error disappears. It may take an hour or so.</li>
+<li>When the display is correct, add the <em>same</em> SSI directive to
+the file it belongs to, and commit it. The include should be displayed
+without error.</li>
+</ul>
+
+<!-- Place the SSI directive here: -->
+<div class="package-list emph-box">
+<!--#include virtual="/software/oldgnupkgs.html" -->
+</div>
+
+</div><!-- for id="content", starts in the include above -->
+<!--#include virtual="/server/footer.html" -->
+<div id="footer">
+
+<p>Copyright &copy; 2021 Free Software Foundation, Inc.</p>
+
+<p>This page is licensed under a <a rel="license"
+href="http://creativecommons.org/licenses/by-nd/4.0/";>Creative
+Commons Attribution-NoDerivatives 4.0 International License</a>.</p>
+
+<p class="unprintable">Updated:
+<!-- timestamp start -->
+$Date: 2021/05/15 19:36:32 $
+<!-- timestamp end -->
+</p>
+</div>
+</div>
+</body>
+</html>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]