Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
05558b00
Kaydet (Commit)
05558b00
authored
Eyl 23, 2012
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop obsolete cruft
Change-Id: I352886daa93c4436e3acff5af7cee2feefec4957
üst
b21b5040
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
124 deletions
+0
-124
readme.dtd
readlicense_oo/docs/readme.dtd
+0
-33
eval.xsl
readlicense_oo/docs/readme/eval.xsl
+0
-91
No files found.
readlicense_oo/docs/readme.dtd
deleted
100644 → 0
Dosyayı görüntüle @
b21b5040
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Frank Loehmann (Star Office GmbH) -->
<!ELEMENT Readme (Section)+>
<!ATTLIST Readme
name CDATA #REQUIRED
col-span CDATA "70"
>
<!ELEMENT Section (Paragraph)+>
<!ATTLIST Section
id CDATA #REQUIRED
>
<!ELEMENT Paragraph (Text | List)*>
<!ATTLIST Paragraph
id CDATA #REQUIRED
gui (all | UNX | WNT) "all"
os (none | all | SOLARIS | LINUX | WNT | MACOSX) "all"
cpuname (all | SPARC | INTEL | POWERPC) "all"
com (all | GCC | MSC) "all"
localized (true | false) "true"
style (P | H1 | H2 | H3 | HR) "P"
>
<!ELEMENT Text (#PCDATA)>
<!ATTLIST Text
id CDATA #REQUIRED
xml:lang CDATA #REQUIRED
style (none | b | i | u) "none"
Wrap (true | false) "false"
url (true | false | ahead) "false"
path (none | file | url) "none"
>
<!ELEMENT List (Text | Paragraph)+>
<!ATTLIST List
Enum (true | false) "false"
>
readlicense_oo/docs/readme/eval.xsl
deleted
100644 → 0
Dosyayı görüntüle @
b21b5040
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
version=
"1.0"
>
<xsl:output
method=
"text"
/>
<xsl:template
match=
"/Readme"
>
<html>
<head>
<title></title>
<style
type=
"text/css"
>
h1,h2,h3,h4,h5,p {margin:0px;}
.mac {color: #000;}
.wnt {color: #000;}
.unx {color: #000;}
.soli {color: #000;}
.solx {color: #000;}
.none {color: #000;}
.all {color: #000;}
.section {background-color: #DEDEDE;}
.comment {text-color: #666; font-size: xx-small;}
body * {font-size: 9pt}
</style>
</head>
<body>
<table
border=
'1'
style=
'border-collapse:collapse;'
cellpadding=
'5'
>
<tr>
<th>
attribs
</th><th
class=
"wnt"
>
WNT
</th><th
class=
"mac"
>
MAC
</th><th
class=
"soli"
>
SOLI
</th><th
class=
"solx"
>
SOLX
</th><th
class=
"unx"
>
UNX
</th><th>
none
</th><th>
all
</th><th>
Content
</th>
</tr>
<xsl:apply-templates
/>
</table>
</body>
</html>
</xsl:template>
<xsl:template
match=
"Section"
>
<tr>
<th
colspan=
"9"
align=
'left'
class=
"section"
>
SECTION
<xsl:value-of
select=
"@id"
/></th>
</tr>
<xsl:apply-templates
/>
</xsl:template>
<xsl:template
match=
"Paragraph"
>
<tr>
<td>
<xsl:if
test=
"@os"
>
os=
<xsl:value-of
select=
"@os"
/></xsl:if><xsl:text>
</xsl:text><xsl:if
test=
"@gui"
>
gui=
<xsl:value-of
select=
"@gui"
/></xsl:if>
</td>
<th
class=
"wnt"
><xsl:if
test=
"@os='WNT' or @gui='WNT'"
>
WNT
</xsl:if></th>
<th
class=
"mac"
><xsl:if
test=
"@os='MACOSX'"
>
MAC
</xsl:if></th>
<th
class=
"soli"
><xsl:if
test=
"@os='SOLARIS' and @cpuname='INTEL'"
>
SOLI
</xsl:if></th>
<th
class=
"solx"
><xsl:if
test=
"@os='SOLARIS' and @cpuname='SPARC'"
>
SOLX
</xsl:if></th>
<th
class=
"unx"
><xsl:if
test=
"@os='LINUX' or @gui='UNX'"
>
UNX
</xsl:if></th>
<th
class=
"none"
><xsl:if
test=
"@os='none'"
>
NONE
</xsl:if></th>
<th
class=
"all"
><xsl:if
test=
"@os='all'"
>
ALL
</xsl:if></th>
<td>
<xsl:choose>
<xsl:when
test=
"@xml:lang='x-comment'"
>
<span
class=
"comment"
><xsl:apply-templates/></span>
</xsl:when>
<xsl:otherwise>
<xsl:if
test=
"not(@style='')"
>
<xsl:text
disable-output-escaping=
"yes"
>
<
</xsl:text><xsl:value-of
select=
"@style"
/><xsl:text
disable-output-escaping=
"yes"
>
>
</xsl:text>
</xsl:if>
<xsl:apply-templates/>
<xsl:if
test=
"not(@style='')"
>
<xsl:text
disable-output-escaping=
"yes"
>
<
/
</xsl:text><xsl:value-of
select=
"@style"
/><xsl:text
disable-output-escaping=
"yes"
>
>
</xsl:text>
</xsl:if>
</xsl:otherwise>
</xsl:choose>
</td>
</tr>
</xsl:template>
<xsl:template
match=
"List"
>
<xsl:choose>
<xsl:when
test=
"@enum='true'"
>
<ol>
<xsl:for-each
select=
"child::*"
>
<li><xsl:apply-templates/></li>
</xsl:for-each>
</ol>
</xsl:when>
<xsl:otherwise>
<ul>
<xsl:for-each
select=
"child::*"
>
<li><xsl:apply-templates/></li>
</xsl:for-each>
</ul>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment