diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-11 14:38:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-11 14:38:47 +0900 |
| commit | 884c8093d63402a1ad0b502244b791e3c6782be3 (patch) | |
| tree | a600d4ab0d431a2bdfe4c15b70df43c14fbd8dd0 /debian/transcode/transcode-1.1.7/docs/tech/html/tc_frame_buffer.html | |
| parent | 14e1aa2006796f147f3f4811fb908a6b01e79253 (diff) | |
| download | extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.tar.gz extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.zip | |
Added debian extra dependency packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/transcode/transcode-1.1.7/docs/tech/html/tc_frame_buffer.html')
| -rw-r--r-- | debian/transcode/transcode-1.1.7/docs/tech/html/tc_frame_buffer.html | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/debian/transcode/transcode-1.1.7/docs/tech/html/tc_frame_buffer.html b/debian/transcode/transcode-1.1.7/docs/tech/html/tc_frame_buffer.html new file mode 100644 index 00000000..93004576 --- /dev/null +++ b/debian/transcode/transcode-1.1.7/docs/tech/html/tc_frame_buffer.html @@ -0,0 +1,66 @@ +<?xml version="1.0"?> +<!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"> +<head> + <meta name="generator" content= + "HTML Tidy for Linux (vers 12 April 2005), see www.w3.org" /> + + <title>transcode internals</title> + <meta http-equiv="Content-Type" content= + "text/html; charset=us-ascii" /> + <meta name="Author" content="Francesco Romani" /> + <meta name="Keywords" content="transcode architecture internals" /> + <meta name="Generator" content="ViM 7.x" /> + <link rel="StyleSheet" href="tc_basic.css" type="text/css" media= + "screen" /> +</head> + +<body> + <div id="title" class="title"> + <h1>Transcode - TITLE OF PAGE</h1> + </div> + + <div id="summary"> + <h3>Summary</h3> + <p>a few lines (1-30) describing the page content and highlights</p> + </div> + + <hr /> + + <div id="index"> + <table> + <tr> + <td><a href="#foo">Paragraph 1</a></td> + <td><p>short description of paragraph 1</p></td> + </tr> + <tr> + <td><a href="#bar">Paragraph 2</a></td> + <td><p>short description of paragraph 2</p></td> + </tr> + <tr> + <td><a href="#baz">Paragraph N</a></td> + <td><p>short description of paragraph N</p></td> + </tr> + </table> + </div> + + <hr /> + + <div id="paragraph1"> + <a name="foo"><h4>Paragraph 1</h4></a> + <p>body of paragraph 1</p> + </div> + + <div id="paragraph2"> + <a name="bar"><h4>Paragraph 2</h4></a> + <p>body of paragraph 2</p> + </div> + + <div id="paragraphN"> + <a name="baz"><h4>Paragraph N</h4></a> + <p>body of paragraph N</p> + </div> +</body> +</html> |
