diff options
Diffstat (limited to 'www/mission.html')
-rw-r--r-- | www/mission.html | 48 |
1 files changed, 27 insertions, 21 deletions
diff --git a/www/mission.html b/www/mission.html index 0d5258c..d765c57 100644 --- a/www/mission.html +++ b/www/mission.html @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<!DOCTYPE html> +<html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.16: http://docutils.sourceforge.net/" /> -<title>GraphicsMagick Mission Statement</title> -<link rel="stylesheet" href="docutils-articles.css" type="text/css" /> + <meta charset="utf-8"> + <meta content="en" name="language"> + <title>GraphicsMagick Mission Statement</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link media="screen" href="docutils-articles.css" type="text/css" rel="stylesheet"> + </head> + <body> <div class="banner"> @@ -19,6 +21,7 @@ </form> </div> + <div class="navmenu"> <ul> <li><a href="index.html">Home</a></li> @@ -32,9 +35,9 @@ <li><a href="reference.html">Reference</a></li> </ul> </div> + <div class="document" id="graphicsmagick-mission-statement"> <h1 class="title">GraphicsMagick Mission Statement</h1> - <!-- -*- mode: rst -*- --> <!-- This text is in reStucturedText format, so it may look a bit odd. --> <!-- See http://docutils.sourceforge.net/rst.html for details. --> @@ -50,24 +53,27 @@ issues while providing an appealing development environment to attract the best available developers.</p> <p>The objectives of the GraphicsMagick project are to:</p> <ul class="simple"> -<li>Use an open development model.</li> -<li>Encourage new developers to join the project.</li> -<li>Avoid unnecessary source code "churn".</li> -<li>Establish and preserve both a stable API, and stable ABI, making -GraphicsMagick a stable component in Linux and BSD distributions.</li> -<li>Use efficient coding practices which result in fast code.</li> -<li>Improve memory efficiency.</li> -<li>Use a release process which assures a working product.</li> -<li>Prioritize bug-fixes over new feature enhancements.</li> -<li>Maintain an accurate change log.</li> -<li>Value, and respect the contributions of developers, and observe and -respect the copyrights of other projects.</li> +<li><p>Use an open development model.</p></li> +<li><p>Encourage new developers to join the project.</p></li> +<li><p>Avoid unnecessary source code "churn".</p></li> +<li><p>Establish and preserve both a stable API, and stable ABI, making +GraphicsMagick a stable component in Linux and BSD distributions.</p></li> +<li><p>Use efficient coding practices which result in fast code.</p></li> +<li><p>Improve memory efficiency.</p></li> +<li><p>Use a release process which assures a working product.</p></li> +<li><p>Prioritize bug-fixes over new feature enhancements.</p></li> +<li><p>Maintain an accurate change log.</p></li> +<li><p>Value, and respect the contributions of developers, and observe and +respect the copyrights of other projects.</p></li> </ul> </div> + <hr class="docutils"> <div class="document"> - <p><a href="Copyright.html">Copyright</a> © GraphicsMagick Group 2002 - 2022<!--SPONSOR_LOGO--></p> + <p><a href="Copyright.html">Copyright</a> © GraphicsMagick Group 2002 - 2023<!--SPONSOR_LOGO--></p> +</div> + </div> </body> </html> |