Skip to content

Commit

Permalink
Scripts builds
Browse files Browse the repository at this point in the history
Templates added
  • Loading branch information
cbx33 committed Aug 17, 2011
1 parent 1efe957 commit 38d1798
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html/chap-foot.html
@@ -0,0 +1,2 @@
</body>
</html>
6 changes: 6 additions & 0 deletions html/chap-head.html
@@ -0,0 +1,6 @@
<html>
<head>
<title>**TITLE**</title>
<link type="text/css" rel="stylesheet" media="all" href="site/chap-style.css" />
</head>
<body>
3 changes: 3 additions & 0 deletions html/chap-style.css
@@ -0,0 +1,3 @@
.h1{
color:#ff0000;
}
1 change: 1 addition & 0 deletions scripts/htmlbuild.py
Expand Up @@ -165,6 +165,7 @@ def mung(data):
f_output = open("site/chap"+str(i+1)+"-"+str(b)+".html", "w")
f_output.write(CHAPHEAD + mung(j[0]) + CHAPFOOT)
f_output.close()
b += 1
print "========================================"


Expand Down

0 comments on commit 38d1798

Please sign in to comment.