[Pyxine-checkins] htdocs docutils.css,NONE,1.1 readme.html,NONE,1.1 index.html,1.5,1.6 pyxine.css,1.
Status: Pre-Alpha
Brought to you by:
dairiki
|
From: <da...@us...> - 2003-02-13 04:35:14
|
Update of /cvsroot/pyxine/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv976
Modified Files:
index.html pyxine.css
Added Files:
docutils.css readme.html
Log Message:
Added README.
--- NEW FILE: docutils.css ---
/*
* Modified from docutils/tools/stylesheets/default.css:
*/
/*
:Orig-Author: David Goodger
:Orig-Contact: go...@us...
:Orig-date: $Date: 2003/02/13 04:35:12 $
:Orig-version: $Revision: 1.1 $
:Orig-copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
*/
.document .first {
margin-top: 0 }
.document .last {
margin-bottom: 0 }
.document a.toc-backref {
text-decoration: none ;
color: black }
.document dd {
margin-bottom: 0.5em }
.document div.abstract {
margin: 2em 5em }
.document div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
.document div.attention,
.document div.caution,
.document div.danger,
.document div.error,
.document div.hint,
.document div.important,
.document div.note,
.document div.tip,
.document div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
.document div.attention p.admonition-title,
.document div.caution p.admonition-title,
.document div.danger p.admonition-title,
.document div.error p.admonition-title,
.document div.warning p.admonition-title {
color: red ;
font-weight: bold ;
font-family: sans-serif }
.document div.hint p.admonition-title,
.document div.important p.admonition-title,
.document div.note p.admonition-title,
.document div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
.document div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
.document div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
.document div.figure {
margin-left: 2em }
.document div.footer,
.document div.header {
font-size: smaller }
.document div.system-messages {
margin: 5em }
.document div.system-messages h1 {
color: red }
.document div.system-message {
border: medium outset ;
padding: 1em }
.document div.system-message p.system-message-title {
color: red ;
font-weight: bold }
.document div.topic {
margin: 2em }
.document h1.title {
text-align: center }
.document h2.subtitle {
text-align: center }
.document hr {
width: 75% }
.document ol.simple,
.document ul.simple {
margin-bottom: 1em }
.document ol.arabic {
list-style: decimal }
.document ol.loweralpha {
list-style: lower-alpha }
.document ol.upperalpha {
list-style: upper-alpha }
.document ol.lowerroman {
list-style: lower-roman }
.document ol.upperroman {
list-style: upper-roman }
.document p.caption {
font-style: italic }
.document p.credits {
font-style: italic ;
font-size: smaller }
.document p.label {
white-space: nowrap }
.document p.topic-title {
font-weight: bold }
.document pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font-family: serif ;
font-size: 100% }
.document pre.line-block {
font-family: serif ;
font-size: 100% }
.document pre.literal-block,
.document pre.doctest-block {
margin-left: 2em ;
margin-right: 2em ;
background-color: #eeeeee }
.document span.classifier {
font-family: sans-serif ;
font-style: oblique }
.document span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
.document span.interpreted {
font-family: sans-serif }
.document span.option {
white-space: nowrap }
.document span.option-argument {
font-style: italic }
.document span.pre {
white-space: pre }
.document span.problematic {
color: red }
.document table {
margin-top: 0.5em ;
margin-bottom: 0.5em }
.document table.citation {
border-left: solid thin gray ;
padding-left: 0.5ex }
.document table.docinfo {
margin: 2em 4em }
.document table.footnote {
border-left: solid thin black ;
padding-left: 0.5ex }
.document td,
.document th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
.document th.docinfo-name,
.document th.field-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap }
.document h1 tt,
.document h2 tt,
.document h3 tt,
.document h4 tt,
.document h5 tt,
.document h6 tt {
font-size: 100% }
.document tt {
background-color: #eeeeee }
.document ul.auto-toc {
list-style-type: none }
--- NEW FILE: readme.html ---
<?php include 'pyxine/pyxine.inc';
$page = new Page('README');
docutils_output('src/README.html');
$page->flush(); ?>
Index: index.html
===================================================================
RCS file: /cvsroot/pyxine/htdocs/index.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- index.html 12 Feb 2003 21:41:35 -0000 1.5
+++ index.html 13 Feb 2003 04:35:12 -0000 1.6
@@ -8,15 +8,19 @@
<p>Using Pyxine it is possible to write simple (or complex) movie players in the Python programming language.</p>
<hr class="hide" />
-<h2>News</h2>
+<h1>News</h1>
<div class="newsitem">
-<h3>12 February, 2003</h3>
+<h2>12 February, 2003</h2>
<p>A stupid-bug fix release (<a href="http://sourceforge.net/project/showfiles.php?group_id=73236">0.1alpha2</a>) is out. This one might just compile for you!</p>
+
+<p>I've also updated the (still incomplete) <a href="readme.html">README</a> and put it on-line.
+(Of course, the updated README didn't make it into 0.1alpha2.)</p>
+
<hr />
</div>
<div class="newsitem">
-<h3>7 February, 2003</h3>
+<h2>7 February, 2003</h2>
<p><strong>First release!</strong>
Get it <a href="http://sourceforge.net/project/showfiles.php?group_id=73236"
>here</a>.</p>
Index: pyxine.css
===================================================================
RCS file: /cvsroot/pyxine/htdocs/pyxine.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pyxine.css 12 Feb 2003 21:38:16 -0000 1.4
+++ pyxine.css 13 Feb 2003 04:35:12 -0000 1.5
@@ -1,10 +1,12 @@
+@import url(docutils.css);
+
body {
color: black;
background: #cdf;
margin: 1ex 1em;
font-family: arial, helvetica, sans-serif;
}
-h1 {
+h1.title {
color: #821;
background: #cdf;
}
@@ -22,8 +24,8 @@
#index {
position: absolute;
- top: 0;
- left: 0;
+ top: 0px;
+ left: 0px;
width: 8em;
height: 100%;
margin: 0;
@@ -56,16 +58,37 @@
color: black;
background: white;
}
-#main h2 {
+
+#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
color: #821;
background: #def;
- margin-left: -1em;
margin-right: 0;
+ font-weight: bold;
+}
+#main h1 {
padding: 0.5ex 0.5em;
+ margin-left: -1em;
+}
+#main h2, #main h3, #main h4, #main h5, #main h6 {
+ margin-left: -0.3em;
+ padding: 0.3ex 0.3em;
+}
+#main h1 {
+ font-size: x-large;
+}
+#main h2 {
+ font-size: large;
+}
+#main h3, #main h4, #main h5 {
+ font-size: medium;
}
-.newsitem h3 {
+#main .newsitem h2 {
+ color: inherit;
+ background: transparent;
text-decoration: underline;
+ font-weight: bold;
+ font-size: medium;
}
.newsitem hr {
width: 85%;
@@ -88,4 +111,29 @@
border: 0;
width: 88px;
height: 31px;
+}
+
+
+/*
+ * Docutils fixups
+ */
+.document h1.title {
+ display: none;
+}
+.document a.toc-backref {
+ color: inherit;
+ background-color: inherit;
+}
+.document div.contents {
+ margin: 0;
+}
+.document div.contents p.topic-title {
+ /* Copy from #body h1 */
+ color: #821;
+ background: #def;
+ margin-right: 0;
+ padding: 0.5ex 0.5em;
+ margin-left: -1em;
+ font-size: x-large;
+ font-weight: bold;
}
|