Skip to content

Commit

Permalink
docs: yet another alternate stub
Browse files Browse the repository at this point in the history
Provide alternate stub for ChangeLog formatted documentation.

Signed-off-by: Kyle J. McKay <[email protected]>
  • Loading branch information
mackyle committed Sep 7, 2021
1 parent 13b4039 commit 95f129d
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 0 deletions.
1 change: 1 addition & 0 deletions rsrc/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/stub1.bin -text
/stub2.bin -text
/stub3.bin -text
/stub4.bin -text
89 changes: 89 additions & 0 deletions rsrc/stub4.bin
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>TopGit &#x2013; A Different Patch Queue Manager</title>
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css">
/* <![CDATA[
*
* Style sheet for TopGit ChangeLog documentation
* Copyright (C) 2021 Kyle J. McKay
* All rights reserved
* License GPL2
*
*/

body {
font-family: Times, serif;
font-size: medium;
font-weight: normal;
}
h1, h2, h3 {
font-family: Helvetica, sans-serif;
font-weight: normal;
}
h1 {
font-size: xx-large;
margin-top: 1.25em;
margin-bottom: 0.75em;
}
h2 {
font-size: x-large;
margin-top: 1.25em;
margin-bottom: 0.75em;
}
h3 {
font-size: large;
margin-top: 1em;
margin-bottom: 1em;
font-variant: small-caps;
}
h4 {
font-size: medium;
margin-top: 1em;
margin-bottom: 1em;
}
div {
margin: 0;
}
pre, tt, code {
font-family: Menlo, Consolas, Courier, monospace;
font-size: smaller;
font-weight: normal;
}
pre {
margin: 0;
margin-bottom: 1em;
border-top: thin dotted;
padding: 0.5em 1ex;
overflow: auto;
}
tt, code {
white-space: nowrap;
padding: 0 0.5ex;
}
pre > code {
font-size: inherit;
white-space: inherit;
padding: 0;
}
p {
text-align: justify;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
ol {
margin-top: 1em;
}
ol > li, ul {
margin-top: 0.5em;
}

/*
* ]]>
*/
</style>
</head>
<body style="text-align:center">
<div style="display:inline-block;text-align:left;max-width:44pc">

0 comments on commit 95f129d

Please sign in to comment.