Migrate to pyproject.toml

This commit is contained in:
Sergio Costas 2024-08-22 00:14:24 +02:00
parent 20c4fdbeb8
commit 31a6da7f01
98 changed files with 155 additions and 402 deletions

View file

@ -0,0 +1,31 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="devede.css">
<title>Devede, a video DVD creator</title>
</head>
<body>
<p class="title">Devede, a video DVD creator</p>
<p>Current version: 4</p>
<p class="section">What is it?</p>
<p>DeVeDe is a program that allows you to create a video DVD from an MPEG, AVI, MOV... video file,
suitable for home DVD players. DeVeDe can use <b>FFmpeg</b> or <b>AVconv</b> to convert files,
so you can use any video playable with Linux.</p>
<p>
<p class="section">DISCLAIMER</p>
<p>This software is distributed as is, under the <a href="gpl.html">GPL license</a> (version 3 or later), and
without warranty of any kind. Use it at your own risk. Press <a href="gpl.html">here</a> to read the
GPLv3 license.</p>
<p class="golink"><a href="basic.html">Basic usage</a></p>
<p class="golink"><a href="select.html">The disk type window</a></p>
<p class="golink"><a href="main.html">Main window options</a></p>
<p class="golink"><a href="preferences.html">Preferences window</a></p>
<p class="golink"><a href="file.html">Properties for files</a></p>
<p class="golink"><a href="menu.html">Creating the DVD menu</a></p>
<p class="golink"><a href="disk.html">Creating the disk image</a></p>
<p class="golink"><a href="faq.html">Frequently Asked Questions</a></p>
<p class="golink"><a href="contact.html">Contacting the authors</a></p>
<p class="golink"><a href="gpl.html">License (GPL v3)</a></p>
</body>
</html>