www-commits
[Top][All Lists]
Advanced

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

www/server/staging/gnuhealth home1.html


From: Therese Godefroy
Subject: www/server/staging/gnuhealth home1.html
Date: Sat, 3 Sep 2016 20:14:38 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/09/03 20:14:38

Added files:
        server/staging/gnuhealth: home1.html 

Log message:
        Add home1.html, same as home0.html, but uses new layout.css and body 
includes; simplified button.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/gnuhealth/home1.html?cvsroot=www&rev=1.1

Patches:
Index: home1.html
===================================================================
RCS file: home1.html
diff -N home1.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ home1.html  3 Sep 2016 20:14:37 -0000       1.1
@@ -0,0 +1,439 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+
+<head>
+<!--#include virtual="/server/staging/gnuhealth/head-include-1.html" -->
+<!-- end of server/header.html -->
+<!-- Parent-Version: 1.79 -->
+
+<title>The GNU Operating System and the Free Software Movement</title>
+
+<meta http-equiv="Keywords" content="GNU, FSF, Free Software Foundation, 
Linux, Emacs, GCC, Unix, Free Software, Libre Software, Operating System, GNU 
Kernel, GNU Hurd" />
+<meta http-equiv="Description" content="Since 1983, developing the free Unix 
style operating system GNU, so that computer users can have the freedom to 
share and improve the software they use." />
+<link rel="alternate" title="Planet GNU" 
href="http://planet.gnu.org/rss20.xml"; type="application/rss+xml" />
+
+<style type="text/css" media="print,screen">
+<!--
+/* === Not necessary with the new version of layout.css === */
+#content:after { display: none; }
+#fsf-frame { display: none; }
+ol li { margin: 1em 0 0 1em; }
+ul li { margin: .5em 0 0 1em; }
+h2 { text-shadow: none; }
+.emph-box p { font-size: 1em; }
+.emph-box p, .emph-box ul { margin-bottom: 0; } /* For NetSurf */
+.translators-notes ol li { margin: .5em 0 0 1.1em; }
+#backtotop { font-size: 1em; }
+
address@hidden (min-width: 57em) {
+   #fsf-frame { display: block; }
+}
+/* ======================= */
+
+#home .button {
+   font-size: 1.8em;
+   text-align: center;
+   font-weight: bold;
+   margin: 1.7em 0;
+}
+.button a, .button a:visited {
+   display: block;
+   padding: .4em .6em;
+   text-decoration: none;
+   color: #004caa;
+   background: #f5f5f5;
+   border: .1em solid #4080d0;
+   border-radius: .3em;
+   -moz-border-radius: .3em;
+   -khtml-border-radius: .3em;
+   -webkit-border-radius: .3em;
+   -opera-border-radius: .3em;
+}
+.button a:hover {
+   color: #004caa;
+   background: #eee;
+}
+
+/* This inactivates the old style. */
+.large {
+   padding: 0;
+   background: none;
+   border: none;
+}
+#home .button {
+   box-shadow: none;
+   -moz-box-shadow: none;
+   -webkit-box-shadow: none;
+   -icab-box-shadow: none;
+   -o-box-shadow: none;
+}
+/* ======================= */
+
+#content {
+   margin: 0;
+}
+.first-column, .second-column {
+   width: 40em; max-width: 100%;
+   margin: auto;
+}
+
+h2 {
+   color: #333;
+   margin: 1.2em 0 .9em;
+}
+h2.first {
+   margin-top: 1em;
+}
+.first-column p.back {
+   margin-bottom: 0;
+}
+#gnu-linux {
+   width: 30em; max-width: 100%;
+   text-align: center;
+   margin: 0 auto 1em;
+}
+#gnu-linux img {
+   width: 100%;
+}
+
+.second-column .emph-box {
+   padding: 0 1.2em 1.2em;
+   margin-top: 2em;
+}
+.second-column .emph-box.white {
+   background: white;
+}
+.second-column .emph-box .back {
+   margin-top: 1em;
+}
+#Flashes p, #unmaint p, #blurb p, #blurb p small {
+   font-size: .9em;
+}
+h3, h4 {
+   margin-top: .7em;
+}
+h3 img {
+   height: .8em;
+   margin-left: .5em;
+}
+#blurb h4 { 
+   text-align: left;
+   font-size: 1.5em;
+}
+#blurb h4 img {
+   float: left;
+   margin-right: .5em;
+}
+
+.clear {
+   clear: both;
+   height: 1.8em;
+}
+.translators-notes {
+   width: 44.4em; max-width: 100%;
+   margin: 0 auto;
+}
+#backtotop {
+   float: right; margin: 2em 5% 1.8em;
+}
+#mission-statement {
+   margin-bottom: 0;
+}
+#sisters {
+   font-size: .9em;
+   margin: 0 3% 2em;
+}
+
+/* === Banner === */
+#gnuhealth { display: none; }
address@hidden (min-width: 57em) {
+   #gnuhealth {
+      display: block;
+      width: 100%;
+      margin-top: 2.3em;
+   }
+}
+/* ======================= */
+
address@hidden (min-width: 57em) {
+   .first-column {
+      width: 61%;
+      float: left;
+      margin: 0;
+   }
+   .second-column {
+      width: 33%;
+      float: right;
+      margin: 0;
+   }
+   .translators-notes {
+      width: 100%;
+   }
+}
+-->
+</style>
+<!--#include virtual="/server/fs-gang-definitions.html" -->
+<!--#include virtual="/po/home.translist" -->
+<!-- start of server/banner.html -->
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+</head>
+<body>
+<div class="inner">
+<!--#include virtual="/server/staging/gnuhealth/body-include-1.html" -->
+<!--#include virtual="/server/staging/gnuhealth/body-include-2.html" -->
+<div id="content">
+<!-- end of server/banner.html -->
+<p class="no-display">GNU is the only operating system developed
+specifically to give its users freedom.  What is GNU, and what freedom
+is at stake?</p>
+
+<div id="home">
+<div class="first-column">
+
+<h2 class="first">What is GNU?</h2>
+
+<p>GNU is an operating system that
+is <a href="/philosophy/free-sw.html">free software</a>&mdash;that is,
+it respects users' freedom.  The development of GNU made it possible
+to use a computer without software that would trample your freedom.</p>
+
+<p>We recommend <a href="/distros/free-distros.html">installable
+versions of GNU</a> (more precisely, GNU/Linux distributions) which
+are entirely free software.  <a href="#More-GNU">More about GNU
+below</a>.</p>
+
+<div id="gnu-linux">
+<p class="button large"><a
+      href="/distros/free-distros.html">Try GNU/Linux!</a></p>
+
+<a href="/distros/screenshot.html"><img
+   src="gnewsense2-medium.jpg"
+   alt="Screenshot of GNU"/></a>
+</div>
+
+<h2>What is the Free Software Movement?</h2>
+
+<p>The free software movement campaigns to win for the users of
+computing the freedom that comes from free software.  Free software
+puts its users in control of their own computing.  Non-free software
+puts its users under the power of the software's developer. See
+<a 
href="https://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society";>
+the video explanation</a>.</p>
+
+<h2>What is Free Software?</h2>
+
+<p><strong>Free software means the users have the freedom to run,
+copy, distribute, study, change and improve the software.</strong></p>
+
+<p>Free software is a matter of liberty, not price.  To understand the
+concept, you should think of &ldquo;free&rdquo; as in &ldquo;free
+speech&rdquo;, not as in &ldquo;free beer&rdquo;.</p>
+
+<p>More precisely, free software means users of a program have
+the <a href="/philosophy/free-sw.html">four essential
+freedoms</a>:</p>
+
+<ul>
+<li>The freedom to run the program as you wish,
+     for any purpose (freedom 0).</li>
+<li>The freedom to study how the program works, and adapt it to your needs
+    (freedom 1).   Access to the source code is a precondition for this.</li>
+<li>The freedom to redistribute copies so you can help your neighbor
+    (freedom 2).</li>
+<li>The freedom to improve the program, and release your improvements
+   to the public, so that the whole community benefits
+    (freedom 3).   Access to the source code is a precondition for this.</li>
+</ul>
+
+<p>Developments in technology and network use have made these freedoms
+<a href="/philosophy/free-software-even-more-important.html">even more
+important now</a> than they were in 1983.</p>
+
+<p>Nowadays the free software movement goes far beyond developing the
+GNU system.  See <a href="https://fsf.org";>the Free Software
+Foundation's web site</a> for more about what we do, and a list
+of <a href="/help">ways you can help</a>.</p>
+
+<h2>More about GNU</h2>
+
+<p><a id="More-GNU">GNU</a> is a Unix-like operating system.  That
+means it is a collection of many programs: applications, libraries,
+developer tools, even games.  The development of GNU, started in
+January 1984, is known as the GNU Project.  Many of the programs in
+GNU are released under the auspices of the GNU Project; those we
+call <a href="/software/">GNU packages</a>.</p>
+
+<p>The name &ldquo;GNU&rdquo; is a recursive acronym for &ldquo;GNU's
+Not
+Unix.&rdquo; <a href="/pronunciation/pronunciation.html">&ldquo;GNU&rdquo;
+is pronounced <em>g'noo</em></a>, as one syllable, like saying
+&ldquo;grew&rdquo; but replacing the <em>r</em> with <em>n</em>.</p>
+
+<p>The program in a Unix-like system that allocates machine resources
+and talks to the hardware is called the &ldquo;kernel&rdquo;.  GNU is
+typically used with a kernel called Linux.  This combination is
+the <a href="/gnu/linux-and-gnu.html"><strong>GNU/Linux operating
+system</strong></a>.  GNU/Linux is used by millions, though
+many <a href="/gnu/gnu-linux-faq.html">call it &ldquo;Linux&rdquo; by
+mistake</a>.</p>
+
+<p>GNU's own kernel, <a href="/software/hurd/hurd.html">The Hurd</a>,
+was started in 1990 (before Linux was started).  Volunteers continue
+developing the Hurd because it is an interesting technical
+project.</p>
+
+<p class="back"><a href="/gnu/gnu.html">More information</a></p>
+</div><!-- /first-column -->
+
+<div class="second-column">
+
+<a href="http://www.gnuhealthcon.org/2016-las_palmas/";><img id="gnuhealth"
+src="gnuhealthcon2016_small.jpg" alt="GNUHealth Conference 2016" /></a>
+
+<div id="Flashes" class="emph-box white">
+<h3><a href="http://planet.gnu.org/";>Planet GNU</a>
+<a href="http://planet.gnu.org/rss20.xml";><img src="/feed-icon-10x10.png" 
alt="RSS Feed" /></a></h3>
+
+<!--#include virtual="/planetfeeds.html" -->
+<p>For more news, see <a href="http://planet.gnu.org/";>Planet GNU</a>
+and the list of <a href="/software/recent-releases.html">recent GNU
+releases</a>.</p>
+</div>
+
+<div id="Action" class="emph-box">
+<h3>Take Action</h3>
+
+<ul>
+<li><strong><a href="http://www.fsf.org/campaigns";>Support current FSF
+campaigns</a></strong>.</li>
+
+<li>Defend <a href="http://www.laquadrature.net/en/Privacy";>
+privacy</a>, and support <a
+href="http://www.laquadrature.net/en/the-eu-commissions-outrageous-attempt-to-avoid-copyright-reform";>
+global copyright reform</a> with <a
+href="http://www.laquadrature.net/en/";>LQDN</a>.</li>
+
+<li>Support the efforts on net neutrality in Europe,
+<a href="http://www.savetheinternet.com"; title="Net
+neutrality in the United States of America">in the USA</a>
+and <a href="http://saveournet.ca/"; title="Net neutrality in
+Canada">in Canada</a>.</li>
+
+<li><strong>Fight against software patents:</strong>
+<a href="http://www.endsoftpatents.org";>worldwide</a>,
+<a href="/server/takeaction.html#swpat">and Europe</a>.</li>
+</ul>
+
+<p class="back"><a href="/server/takeaction.html">More action items</a></p>
+</div>
+
+<div id="unmaint" class="emph-box">
+<ul>
+<li><strong>Can you contribute to any of
+the <a href="http://www.fsf.org/campaigns/priority-projects/";>High
+Priority Projects</a>?</strong></li>
+
+<li><strong>Can you take over an <a
+href="/server/takeaction.html#unmaint">unmaintained GNU
+package</a>?</strong>
+<p><span class="gnun-split"></span>
+  <a href="/software/halifax/">halifax</a>,
+  <a href="/software/metahtml/">metahtml</a>,
+  <a href="/software/orgadoc/">orgadoc</a><span class="gnun-split"></span>,
+are all <a href="/server/takeaction.html#unmaint">looking for
+maintainers</a>. Also, these packages are looking for co-maintainers:
+<span class="gnun-split"></span>
+  <a href="/software/aspell/">aspell</a>,
+  <a href="/software/gnuae/">gnuae</a>,
+  <a href="/software/metaexchange/">metaexchange</a>,
+  <a href="/software/powerguru/">powerguru</a><span class="gnun-split"></span>.
+See the package web pages for more information.</p></li>
+</ul>
+</div>
+
+<div id="blurb" class="emph-box white">
+<p>Today's random package&hellip;</p>
+<!--#include virtual="/server/home-pkgselect.html" -->
+<!--#include virtual="/server/home-pkgblurbs.html" -->
+<p class="back"><small><a href="/manual/blurbs.html">Short descriptions for 
all GNU
+packages</a></small></p>
+</div>
+
+</div><!-- /second-column -->
+</div><!-- /home -->
+<div class="clear"></div>
+
+</div><!-- for id="content", starts in the include above -->
+<!--#include virtual="/server/staging/gnuhealth/footer-text.html" -->
+
+<p id="sisters">The <a href="http://www.fsf.org/";>FSF</a> also has sister
+organizations in <a href="http://www.fsfe.org";>Europe</a>, <a
+href="http://www.fsfla.org/";>Latin America</a> and <a
+href="http://fsf.org.in/";>India</a>.</p>
+
+<!--#include virtual="/server/fs-gang.html" -->
+
+<div id="footer">
+<div class="unprintable">
+
+<p>Please send general FSF &amp; GNU inquiries to
+<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.
+There are also <a href="/contact/">other ways to contact</a>
+the FSF.  Broken links and other corrections or suggestions can be sent
+to <a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.</p>
+
+<p><!-- TRANSLATORS: Ignore the original text in this paragraph,
+        replace it with the translation of these two:
+
+        We work hard and do our best to provide accurate, good quality
+        translations.  However, we are not exempt from imperfection.
+        Please send your comments and general suggestions in this regard
+        to <a href="mailto:address@hidden";>
+        &lt;address@hidden&gt;</a>.</p>
+
+        <p>For information on coordinating and submitting translations of
+        our web pages, see <a
+        href="/server/standards/README.translations.html">Translations
+        README</a>. -->
+Please see the <a
+href="/server/standards/README.translations.html">Translations
+README</a> for information on coordinating and submitting translations
+of this article.</p>
+</div>
+
+<!-- Regarding copyright, in general, standalone pages (as opposed to
+     files generated as part of manuals) on the GNU web server should
+     be under CC BY-ND 4.0.  Please do NOT change or remove this
+     without talking with the webmasters or licensing team first.
+     Please make sure the copyright date is consistent with the
+     document.  For web pages, it is ok to list just the latest year the
+     document was modified, or published.
+
+     If you wish to list earlier years, that is ok too.
+     Either "2001, 2002, 2003" or "2001-2003" are ok for specifying
+     years, as long as each year in the range is in fact a copyrightable
+     year, i.e., a year in which the document was published (including
+     being publicly visible on the web or in a revision control system).
+
+     There is more detail about copyright years in the GNU Maintainers
+     Information document, www.gnu.org/prep/maintain. -->
+
+<p>Copyright &copy; 1996-2016 <a
+href="http://www.fsf.org";>Free Software Foundation</a>, 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>
+
+<!--#include virtual="/server/bottom-notes.html" -->
+
+<p class="unprintable">Updated:
+<!-- timestamp start -->
+$Date: 2016/09/03 20:14:37 $
+<!-- timestamp end -->
+</p>
+</div>
+</div>
+</body>
+</html>



reply via email to

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