Skip to content

Commit

Permalink
同步Google Code
Browse files Browse the repository at this point in the history
  • Loading branch information
eixom committed May 22, 2012
1 parent d6385c0 commit c7c1d7a
Show file tree
Hide file tree
Showing 138 changed files with 9,019 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gitignore

This file was deleted.

Binary file added doc/build/zoeeyguard-single.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions doc/build/zoeeyguard-single.zip.checksum
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
checksum
md5:e6aec3a3a9135263b574efdd75ebab8c
sha1:3fac326752739c025384760fa0595c0c5999df27
Binary file added doc/build/zoeeyguard.chm
Binary file not shown.
3 changes: 3 additions & 0 deletions doc/build/zoeeyguard.chm.checksum
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
checksum
md5:be60f29f7e790736b360cb50f05b4d64
sha1:1ca81bed45ef0c72aa4a20a4dffa8eb78110440b
Binary file added doc/build/zoeeyguard.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions doc/build/zoeeyguard.pdf.checksum
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
checksum
md5:6c73101c964162ddae54f32965a310b0
sha1:a1800ddc1aed78fe4e6e14d7ce4adc7b658e2327
Binary file added doc/build/zoeeyguard.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions doc/build/zoeeyguard.zip.checksum
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
checksum
md5:f8c7baaf97d05e4955790b7778f74598
sha1:a0a7a4bf6abdbc7c4a0d8822725d6ca5d846cda1
110 changes: 110 additions & 0 deletions doc/config.kv
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@

# single html

single.in = "docs/books/zoeeyguard/userguide.xml"
single.xsl = "docs/books/zoeeyguard/xsl/single/htmlsingle.xsl"
single.file = "docs/target/zoeeyguard/single/userguide.html"
single.outdir = "docs/target/zoeeyguard/single/"
single.zip = "docs/target/zoeeyguard/single/zoeeyguard-single.zip"
single.header = "docs/books/zoeeyguard/xsl/single/header.html"
# 文件拷贝
single.copy[image] = "docs/books/zoeeyguard/images"
single.target[image] = "docs/target/zoeeyguard/single/images"
single.copy[css] = "docs/books/zoeeyguard/css/single"
single.target[css] = "docs/target/zoeeyguard/single/css"


# pdf

pdf.outdir = "docs/target/zoeeyguard/pdf/"
pdf.fop = "docs/books/zoeeyguard/xsl/pdf/fop.xml"
pdf.in = "docs/books/zoeeyguard/userguide.xml"
pdf.xsl = "docs/books/zoeeyguard/xsl/pdf/pdf.xsl"
pdf.pdf = "docs/target/zoeeyguard/pdf/zoeeyguard.pdf"

pdf.copy[fonts.georgia] = "%SystemRoot%/Fonts/georgia.ttf"
pdf.target[fonts.georgia] = "docs/zips/cache/fonts/georgia.ttf"

pdf.copy[fonts.georgiab] = "%SystemRoot%/Fonts/georgiab.ttf"
pdf.target[fonts.georgiab] = "docs/zips/cache/fonts/georgiab.ttf"

pdf.copy[fonts.georgiai] = "%SystemRoot%/Fonts/georgiai.ttf"
pdf.target[fonts.georgiai] = "docs/zips/cache/fonts/georgiai.ttf"

pdf.copy[fonts.georgiaz] = "%SystemRoot%/Fonts/georgiaz.ttf"
pdf.target[fonts.georgiaz] = "docs/zips/cache/fonts/georgiaz.ttf"

pdf.copy[fonts.simsun] = "%SystemRoot%/fonts/simsun.ttc"
pdf.target[fonts.simsun] = "docs/zips/cache/fonts/SimSun.ttc"

pdf.copy[fonts.simhei] = "%SystemRoot%/fonts/simhei.ttf"
pdf.target[fonts.simhei] = "docs/zips/cache/fonts/SimHei.ttf"

pdf.copy[fonts.arial] = "%SystemRoot%/fonts/arial.ttf"
pdf.target[fonts.arial] = "docs/zips/cache/fonts/Arial.ttf"

pdf.copy[fonts.arialbd] = "%SystemRoot%/fonts/arialbd.ttf"
pdf.target[fonts.arialbd] = "docs/zips/cache/fonts/Arialbd.ttf"

pdf.copy[fonts.simfang] = "%SystemRoot%/fonts/simfang.ttf"
pdf.target[fonts.simfang] = "docs/zips/cache/fonts/SimFang.ttf"

pdf.copy[fonts.simkai] = "%SystemRoot%/fonts/simkai.ttf"
pdf.target[fonts.simkai] = "docs/zips/cache/fonts/SimKai.ttf"


# html

html.in = "docs/books/zoeeyguard/userguide.xml"
html.xsl = "docs/books/zoeeyguard/xsl/html/html.xsl"
html.outdir = "docs/target/zoeeyguard/html"
html.zip = "docs/target/zoeeyguard/html/zoeeyguard.zip"
html.header = "docs/books/zoeeyguard/xsl/html/header.html"
# 文件拷贝
html.copy[image] = "docs/books/zoeeyguard/images"
html.target[image] = "docs/target/zoeeyguard/html/images"
html.copy[css] = "docs/books/zoeeyguard/css/html"
html.target[css] = "docs/target/zoeeyguard/html/css"


# chm

chm.in = "docs/books/zoeeyguard/userguide.xml"
chm.xsl = "docs/books/zoeeyguard/xsl/chm/chm.xsl"
chm.outdir = "docs/target/zoeeyguard/chm"
# 在 meta generator 后生成其他内容 如 script 此处填写文件名
chm.header = "docs/books/zoeeyguard/xsl/chm/header.html"
# hhc.exe 的路径
chm.hhc = "C:/Program Files (x86)/HTML Help Workshop/hhc.exe"
# 文件拷贝
chm.copy[image] = "docs/books/zoeeyguard/images"
chm.target[image] = "docs/target/zoeeyguard/chm/images"
chm.copy[css] = "docs/books/zoeeyguard/css/html"
chm.target[css] = "docs/target/zoeeyguard/chm/css"


# site

site.in = "docs/books/zoeeyguard/userguide.xml"
site.xsl = "docs/books/zoeeyguard/xsl/site/site.xsl"
site.outdir = "docs/target/zoeeyguard/site"
site.zip = "docs/target/zoeeyguard/site/userguide.zip"
site.header = "docs/books/zoeeyguard/xsl/site/header.html"
# 文件拷贝
site.copy[image] = "docs/books/zoeeyguard/images"
site.target[image] = "docs/target/zoeeyguard/site/images"
site.copy[css] = "docs/books/zoeeyguard/css/html"
site.target[css] = "docs/target/zoeeyguard/site/css"


# wiki

wiki.in = "docs/books/zoeeyguard/userguide.xml"
wiki.xsl = "docs/books/zoeeyguard/xsl/wiki/wiki.xsl"
wiki.file = "docs/target/zoeeyguard/wiki/userguide.wiki"
wiki.outdir = "docs/target/zoeeyguard/wiki"
wiki.zip = "docs/target/zoeeyguard/wiki/zoeeyguard.zip"
wiki.header = "docs/books/zoeeyguard/xsl/wiki/header.wiki"
# 文件拷贝
wiki.copy[image] = "docs/books/zoeeyguard/images"
wiki.target[image] = "docs/target/zoeeyguard/wiki/images"
254 changes: 254 additions & 0 deletions doc/css/html/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,254 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/


html {
padding: 0pt;
margin: 0pt;
}

body {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 10%;
margin-right: 10%;

font-family: Times, Times New Roman, serif;
}

div {
margin: 0pt;
}

p {
text-indent: 2em;
margin-bottom: .6em;
line-height: 1.2;
font-size: 15px;
}

hr {
margin-top: .6em;
margin-bottom: .6em;
margin-left: 0pt;
margin-right: 0pt;
border: 1px solid gray;
background: gray;
}

h1,h2,h3,h4,h5 {
color: #525D76;
}

a {
text-decoration: underline;
color: black;
}

a:hover {
text-decoration: underline;
color: black;
}

h1,h2,h3,h4,h5 {
line-height: 1.3;
margin-top: 1.5em;
font-family: Arial, Sans-serif;
}

h1.title {
text-align: left;

margin-top: 2em;
margin-bottom: 2em;
margin-left: 0pt;
margin-right: 0pt;
}

h2.subtitle, h3.subtitle {
text-align: left;
margin-top: 2em;
margin-bottom: 2em;
/* text-transform: uppercase;*/
}

h3.author, p.othercredit {
font-size: 0.9em;
font-weight: normal;
font-style: oblique;
text-align: left;
color: #525D76;
}

div.titlepage {
}

div.section {
}


div.authorgroup
{
text-align: left;
margin-bottom: 3em;
display: block;
}

div.toc, div.list-of-examples, div.list-of-figures {
font-size: 0.8em;
margin-bottom: 3em;
}


div.itemizedlist {
margin-top: 0.5em;
margin-bottom: 0.5em;
}

ol,ul {
}

li {
}

pre {
margin: .75em 0;
line-height: 1.0;
color: black;
}

pre.programlisting {
background-color:#E1F0FF;
border-color:#AABBCE;
border-style:dotted solid;
border-width:1px 2px;
color:#000000;
display:block;
font-size:15px;
line-height:20px;
margin-bottom:11px;
padding:15px;
}

div.table {
margin: 1em;
padding: 0.5em;
text-align: center;
}

div.table table {
display: block;
}

div.table td {
padding-right: 5px;
padding-left: 5px;
}

div.table p.title {
text-align: center;
margin-left: 5%;
margin-right: 5%;
}

p.releaseinfo, .copyright {
font-size: 0.8em;
text-align: left;
margin: 0px;
padding: 0px;
}

div.note, div.important, div.example, div.informalexample, div.tip, div.caution,div.warning {
margin: 1em;
padding: 0.5em;
border: 1px solid gray;
background-color: #f8f8e0;
}


div.important th, div.note th, div.tip th {
text-align: left;
border-bottom: solid 1px gray;
}

div.navheader, div.navheader table {
font-family: sans-serif;
font-size: 12px;
}

div.navfooter, div.navfooter table {
font-family: sans-serif;
font-size: 12px;
}

div.figure {
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
}

div.figure p.title {
text-align: center;
margin-left: 15%;
margin-right: 15%;
}

div.example p.title {
margin-top: 0em;
margin-bottom: 0.6em;
text-align: left;
padding-bottom: 0.4em;
border-bottom: solid 1px gray;
}

div.figure img {
border: 1px solid gray;
padding: 0.5em;
margin: 0.5em;
}

div.revhistory {
font-size: 0.8em;
width: 90%;
margin-left: 5%;
margin-top: 3em;
margin-bottom: 3em;
}

div.revhistory table {
font-family: sans-serif;
font-size: 12px;
border-collapse: collapse;
}

div.revhistory table tr {
border: solid 1px gray;
}

div.revhistory table th {
border: none;
}

div.legalnotice{
font-size: 0.8em;
}

code.literal,code.filename{
font-style: italic;
}
Loading

0 comments on commit c7c1d7a

Please sign in to comment.