Added: poi/site/src/documentation/content/xdocs/entity/ISOnum.pen
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/entity/ISOnum.pen?rev=1423782&view=auto
==============================================================================
--- poi/site/src/documentation/content/xdocs/entity/ISOnum.pen (added)
+++ poi/site/src/documentation/content/xdocs/entity/ISOnum.pen Wed Dec 19
08:14:44 2012
@@ -0,0 +1,109 @@
+<!-- (C) International Organization for Standardization 1986
+ Permission to copy in any form is granted for use with
+ conforming SGML systems and applications as defined in
+ ISO 8879, provided this notice is included in all copies.
+-->
+<!-- Character entity set. Typical invocation:
+ <!ENTITY % ISOnum PUBLIC
+ "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML">
+ %ISOnum;
+-->
+<!-- This version of the entity set can be used with any SGML document
+ which uses ISO 10646 as its document character set.
+ This includes XML documents and ISO HTML documents.
+ This entity set uses hexadecimal numeric character references.
+
+ Creator: Rick Jelliffe, Allette Systems
+
+ Version: 1997-07-07
+-->
+
+<!ENTITY half "½" ><!--=fraction one-half-->
+<!ENTITY frac12 "½" ><!--=fraction one-half-->
+<!ENTITY frac14 "¼" ><!--=fraction one-quarter-->
+<!ENTITY frac34 "¾" ><!--=fraction three-quarters-->
+<!ENTITY frac18 "⅛" >
+ <!-- or "±Ȃ⁄₈" --><!--=fraction one-eighth-->
+<!ENTITY frac38 "⅜" >
+ <!-- or "³⁄₈" --><!--=fraction three-eighths-->
+<!ENTITY frac58 "⅝" >
+ <!-- or "⁵⁄₈" --><!--=fraction five-eighths-->
+<!ENTITY frac78 "⅞" >
+ <!-- or "⁷⁄₈" --><!--=fraction seven-eighths-->
+
+<!ENTITY sup1 "¹" ><!--=superscript one-->
+<!ENTITY sup2 "²" ><!--=superscript two-->
+<!ENTITY sup3 "³" ><!--=superscript three-->
+
+<!ENTITY plus "+" ><!--=plus sign B:-->
+<!ENTITY plusmn "±" ><!--/pm B: =plus-or-minus sign-->
+<!ENTITY lt "&#60;" ><!--=less-than sign R:-->
+<!ENTITY equals "=" ><!--=equals sign R:-->
+<!ENTITY gt ">" ><!--=greater-than sign R:-->
+<!ENTITY divide "÷" ><!--/div B: =divide sign-->
+<!ENTITY times "×" ><!--/times B: =multiply sign-->
+
+<!ENTITY curren "¤" ><!--=general currency sign-->
+<!ENTITY pound "£" ><!--=pound sign-->
+<!ENTITY dollar "$" ><!--=dollar sign-->
+<!ENTITY cent "¢" ><!--=cent sign-->
+<!ENTITY yen "¥" ><!--/yen =yen sign-->
+
+<!ENTITY num "#" ><!--=number sign-->
+<!ENTITY percnt "%" ><!--=percent sign-->
+<!ENTITY amp "&#38;" ><!--=ampersand-->
+<!ENTITY ast "*" ><!--/ast B: =asterisk-->
+<!ENTITY commat "@" ><!--=commercial at-->
+<!ENTITY lsqb "[" ><!--/lbrack O: =left square bracket-->
+<!ENTITY bsol "\" ><!--/backslash =reverse solidus-->
+<!ENTITY rsqb "]" ><!--/rbrack C: =right square bracket-->
+<!ENTITY lcub "{" ><!--/lbrace O: =left curly bracket-->
+<!ENTITY horbar "―" ><!--=horizontal bar-->
+<!ENTITY verbar "|" ><!--/vert =vertical bar-->
+<!ENTITY rcub "}" ><!--/rbrace C: =right curly bracket-->
+<!ENTITY micro "µ" ><!--=micro sign-->
+<!ENTITY ohm "ࡎ" ><!--=ohm sign-->
+<!ENTITY deg "°" ><!--=degree sign-->
+<!ENTITY ordm "º" ><!--=ordinal indicator, masculine-->
+<!ENTITY ordf "ª" ><!--=ordinal indicator, feminine-->
+<!ENTITY sect "§" ><!--=section sign-->
+<!ENTITY para "¶" ><!--=pilcrow (paragraph sign)-->
+<!ENTITY middot "·" ><!--/centerdot B: =middle dot-->
+<!ENTITY larr "←" ><!--/leftarrow /gets A: =leftward arrow-->
+<!ENTITY rarr "→" ><!--/rightarrow /to A: =rightward arrow-->
+<!ENTITY uarr "↑" ><!--/uparrow A: =upward arrow-->
+<!ENTITY darr "↓" ><!--/downarrow A: =downward arrow-->
+<!ENTITY copy "©" ><!--=copyright sign-->
+<!ENTITY reg "®" ><!--/circledR =registered sign-->
+<!ENTITY trade "™" ><!--=trade mark sign-->
+<!ENTITY brvbar "¦" ><!--=bren (vertical) bar-->
+<!ENTITY not "¬" ><!--/neg /lnot =not sign-->
+<!ENTITY sung "♪" ><!--=music note (sung text sign)-->
+
+<!ENTITY excl "!" ><!--=exclamation mark-->
+<!ENTITY iexcl "¡" ><!--=inverted exclamation mark-->
+<!ENTITY quot '"' ><!--=quotation mark-->
+<!ENTITY apos "'" ><!--=apostrophe-->
+<!ENTITY lpar "(" ><!--O: =left parenthesis-->
+<!ENTITY rpar ")" ><!--C: =right parenthesis-->
+<!ENTITY comma "," ><!--P: =comma-->
+<!ENTITY lowbar "_" ><!--=low line-->
+<!ENTITY hyphen "‐" ><!--=hyphen-->
+<!ENTITY period "." ><!--=full stop, period-->
+<!ENTITY sol "/" ><!--=solidus-->
+<!ENTITY colon ":" ><!--/colon P:-->
+<!ENTITY semi ";" ><!--=semicolon P:-->
+<!ENTITY quest "?" ><!--=question mark-->
+<!ENTITY iquest "¿" ><!--=inverted question mark-->
+<!ENTITY laquo "‹" ><!--=angle quotation mark, left
+ But note that Unicode 1 & Maler & el Andaloussi give « -->
+<!ENTITY raquo "›" ><!--=angle quotation mark, right
+ But note that Unicode 1 & Maler & el Andaloussi give » -->
+<!ENTITY lsquo "‘" ><!--=single quotation mark, left-->
+<!ENTITY rsquo "’" ><!--=single quotation mark, right-->
+<!ENTITY ldquo "“" ><!--=double quotation mark, left-->
+<!ENTITY rdquo "”" ><!--=double quotation mark, right-->
+<!ENTITY nbsp " " ><!--=no break (required) space-->
+<!ENTITY shy "­" ><!--=soft hyphen-->
+
+
Propchange: poi/site/src/documentation/content/xdocs/entity/ISOnum.pen
------------------------------------------------------------------------------
svn:executable = *
Added: poi/site/src/documentation/content/xdocs/entity/ISOpub.pen
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/entity/ISOpub.pen?rev=1423782&view=auto
==============================================================================
--- poi/site/src/documentation/content/xdocs/entity/ISOpub.pen (added)
+++ poi/site/src/documentation/content/xdocs/entity/ISOpub.pen Wed Dec 19
08:14:44 2012
@@ -0,0 +1,110 @@
+<!-- (C) International Organization for Standardization 1986
+ Permission to copy in any form is granted for use with
+ conforming SGML systems and applications as defined in
+ ISO 8879, provided this notice is included in all copies.
+-->
+<!-- Character entity set. Typical invocation:
+ <!ENTITY % ISOpub PUBLIC
+ "ISO 8879:1986//ENTITIES Publishing//EN//XML">
+ %ISOpub;
+-->
+<!-- This version of the entity set can be used with any SGML document
+ which uses ISO 10646 as its document character set.
+ This includes XML documents and ISO HTML documents.
+ This entity set uses hexadecimal numeric character references.
+
+ Creator: Rick Jelliffe, Allette Systems
+
+ Version: 1997-07-07
+-->
+<!ENTITY emsp " " ><!--=em space-->
+<!ENTITY ensp " " ><!--=en space (1/2-em)-->
+<!ENTITY emsp13 " " ><!--=1/3-em space-->
+<!ENTITY emsp14 " " ><!--=1/4-em space-->
+<!ENTITY numsp " " ><!--=digit space (width of a number)-->
+<!ENTITY puncsp " " ><!--=punctuation space (width of comma)-->
+<!ENTITY thinsp " " ><!--=thin space (1/6-em)-->
+<!ENTITY hairsp " " ><!--=hair space-->
+<!ENTITY mdash "—" ><!--=em dash-->
+<!ENTITY ndash "–" ><!--=en dash-->
+<!ENTITY dash "‐" ><!--=hyphen (true graphic)-->
+<!ENTITY blank "␣" ><!--=significant blank symbol-->
+<!ENTITY hellip "…" ><!--=ellipsis (horizontal)-->
+<!ENTITY nldr "‥" ><!--=double baseline dot (en leader)-->
+<!ENTITY frac13 "⅓" ><!--=fraction one-third-->
+<!ENTITY frac23 "⅔" ><!--=fraction two-thirds-->
+<!ENTITY frac15 "⅕" ><!--=fraction one-fifth-->
+<!ENTITY frac25 "⅖" ><!--=fraction two-fifths-->
+<!ENTITY frac35 "⅗" ><!--=fraction three-fifths-->
+<!ENTITY frac45 "⅘" ><!--=fraction four-fifths-->
+<!ENTITY frac16 "⅙" ><!--=fraction one-sixth-->
+<!ENTITY frac56 "⅚" ><!--=fraction five-sixths-->
+<!ENTITY incare "℅" ><!--=in-care-of symbol-->
+<!ENTITY block "█" ><!--=full block-->
+<!ENTITY uhblk "▀" ><!--=upper half block-->
+<!ENTITY lhblk "▄" ><!--=lower half block-->
+<!ENTITY blk14 "░" ><!--=25% shaded block-->
+<!ENTITY blk12 "▒" ><!--=50% shaded block-->
+<!ENTITY blk34 "▓" ><!--=75% shaded block-->
+<!ENTITY marker "▮" ><!--=histogram marker-->
+<!ENTITY cir "○" ><!--/circ B: =circle, open-->
+<!ENTITY squ "□" ><!--=square, open-->
+<!ENTITY rect "▭" ><!--=rectangle, open-->
+<!ENTITY utri "▵" ><!--/triangle =up triangle, open-->
+<!ENTITY dtri "▿" ><!--/triangledown =down triangle, open-->
+<!ENTITY star "☆" ><!--=star, open-->
+<!ENTITY bull "•" ><!--/bullet B: =round bullet, filled-->
+<!ENTITY squf "▪" ><!--/blacksquare =sq bullet, filled-->
+<!ENTITY utrif "▴" ><!--/blacktriangle =up tri, filled-->
+<!ENTITY dtrif "▾" ><!--/blacktriangledown =dn tri, filled-->
+<!ENTITY ltrif "◂" ><!--/blacktriangleleft R: =l tri, filled-->
+<!ENTITY rtrif "▸" ><!--/blacktriangleright R: =r tri, filled-->
+<!ENTITY clubs "♣" ><!--/clubsuit =club suit symbol-->
+<!ENTITY diams "♢" ><!--/diamondsuit =diamond suit symbol-->
+<!ENTITY hearts "♡" ><!--/heartsuit =heart suit symbol-->
+<!ENTITY spades "♠" ><!--/spadesuit =spades suit symbol-->
+<!ENTITY malt "✠" ><!--/maltese =maltese cross-->
+<!ENTITY dagger "†" ><!--/dagger B: =dagger-->
+<!ENTITY Dagger "‡" ><!--/ddagger B: =double dagger-->
+<!ENTITY check "✓" ><!--/checkmark =tick, check mark-->
+<!ENTITY cross "✗" ><!--=ballot cross-->
+<!ENTITY sharp "♯" ><!--/sharp =musical sharp-->
+<!ENTITY flat "♭" ><!--/flat =musical flat-->
+<!ENTITY male "♂" ><!--=male symbol-->
+<!ENTITY female "♀" ><!--=female symbol-->
+<!ENTITY phone "⛠" ><!--=telephone symbol-->
+<!ENTITY telrec "⌕" ><!--=telephone recorder symbol-->
+<!ENTITY copysr "℗" ><!--=sound recording copyright sign-->
+<!ENTITY caret "⁁" ><!--=caret (insertion mark)-->
+<!ENTITY lsquor "‚" ><!--=rising single quote, left (low)-->
+<!ENTITY ldquor "„" ><!--=rising dbl quote, left (low)-->
+
+<!ENTITY fflig "ff" ><!--small ff ligature-->
+<!ENTITY filig "fi" ><!--small fi ligature-->
+<!ENTITY fjlig "fj" ><!--small fj ligature-->
+<!ENTITY ffilig "ffi" ><!--small ffi ligature-->
+<!ENTITY ffllig "ffl" ><!--small ffl ligature-->
+<!ENTITY fllig "fl" ><!--small fl ligature-->
+
+<!ENTITY mldr "‥" ><!--em leader-->
+<!ENTITY rdquor "”" ><!--rising dbl quote, right (high)-->
+<!ENTITY rsquor "’" ><!--rising single quote, right (high)-->
+<!ENTITY vellip "⋮" ><!--vertical ellipsis-->
+
+<!ENTITY hybull "⁃" ><!--rectangle, filled (hyphen bullet)-->
+<!ENTITY loz "✧" ><!--/lozenge - lozenge or total mark-->
+<!ENTITY lozf "✦" ><!--/blacklozenge - lozenge, filled-->
+<!ENTITY ltri "◃" ><!--/triangleleft B: l triangle, open-->
+<!ENTITY rtri "▹" ><!--/triangleright B: r triangle, open-->
+<!ENTITY starf "★" ><!--/bigstar - star, filled-->
+
+<!ENTITY natur "♮" ><!--/natural - music natural-->
+<!ENTITY rx "℞" ><!--pharmaceutical prescription (Rx)-->
+<!ENTITY sext "✶" ><!--sextile (6-pointed star)-->
+
+<!ENTITY target "⌖" ><!--register mark or target-->
+<!ENTITY dlcrop "⌍" ><!--downward left crop mark -->
+<!ENTITY drcrop "⌌" ><!--downward right crop mark -->
+<!ENTITY ulcrop "⌏" ><!--upward left crop mark -->
+<!ENTITY urcrop "⌎" ><!--upward right crop mark -->
+
Propchange: poi/site/src/documentation/content/xdocs/entity/ISOpub.pen
------------------------------------------------------------------------------
svn:executable = *
Added: poi/site/src/documentation/content/xdocs/entity/ISOtech.pen
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/entity/ISOtech.pen?rev=1423782&view=auto
==============================================================================
--- poi/site/src/documentation/content/xdocs/entity/ISOtech.pen (added)
+++ poi/site/src/documentation/content/xdocs/entity/ISOtech.pen Wed Dec 19
08:14:44 2012
@@ -0,0 +1,85 @@
+
+<!-- (C) International Organization for Standardization 1986
+ Permission to copy in any form is granted for use with
+ conforming SGML systems and applications as defined in
+ ISO 8879, provided this notice is included in all copies.
+-->
+<!-- Character entity set. Typical invocation:
+ <!ENTITY % ISOtech PUBLIC
+ "ISO 8879:1986//ENTITIES General Technical//EN//XML"
+ "ISOtech.pen">
+ %ISOtech;
+-->
+<!-- This version of the entity set can be used with any SGML document
+ which uses ISO 10646 as its document character set.
+ This includes XML documents and ISO HTML documents.
+ This entity set uses hexadecimal numeric character references.
+
+ Creator: Rick Jelliffe, Allette Systems
+
+ Version: 1997-07-07
+-->
+<!ENTITY aleph "ℵ" ><!--/aleph =aleph, Hebrew-->
+<!ENTITY and "∧" ><!--/wedge /land B: =logical and-->
+<!ENTITY ang90 "∟" ><!--=right (90 degree) angle-->
+<!ENTITY angsph "∢" ><!--/sphericalangle =angle-spherical-->
+<!ENTITY ap "≉" ><!--/approx R: =approximate-->
+<!ENTITY becaus "∵" ><!--/because R: =because-->
+<!ENTITY bottom "⊥" ><!--/bot B: =perpendicular-->
+<!ENTITY cap "∩" ><!--/cap B: =intersection-->
+<!ENTITY cong "≅" ><!--/cong R: =congruent with-->
+<!ENTITY conint "∮" ><!--/oint L: =contour integral operator-->
+<!ENTITY cup "∪" ><!--/cup B: =union or logical sum-->
+<!ENTITY equiv "≡" ><!--/equiv R: =identical with-->
+<!ENTITY exist "∃" ><!--/exists =at least one exists-->
+<!ENTITY forall "∀" ><!--/forall =for all-->
+<!ENTITY fnof "ƒ" ><!--=function of (italic small f)-->
+<!ENTITY ge "≥" ><!--/geq /ge R: =greater-than-or-equal-->
+<!ENTITY iff "⇔" ><!--/iff =if and only if-->
+<!ENTITY infin "∞" ><!--/infty =infinity-->
+<!ENTITY int "∫" ><!--/int L: =integral operator-->
+<!ENTITY isin "∈" ><!--/in R: =set membership-->
+<!ENTITY lang "〈" ><!--/langle O: =left angle bracket-->
+<!ENTITY lArr "⇐" ><!--/Leftarrow A: =is implied by-->
+<!ENTITY le "≤" ><!--/leq /le R: =less-than-or-equal-->
+<!ENTITY minus "-" ><!--B: =minus sign-->
+<!ENTITY mnplus "∓" ><!--/mp B: =minus-or-plus sign-->
+<!ENTITY nabla "∇" ><!--/nabla =del, Hamilton operator-->
+<!ENTITY ne "≠" ><!--/ne /neq R: =not equal-->
+<!ENTITY ni "∋" ><!--/ni /owns R: =contains-->
+<!ENTITY or "∨" ><!--/vee /lor B: =logical or-->
+<!ENTITY par "∥" ><!--/parallel R: =parallel-->
+<!ENTITY part "∂" ><!--/partial =partial differential-->
+<!ENTITY permil "‰" ><!--=per thousand-->
+<!ENTITY perp "⊥" ><!--/perp R: =perpendicular-->
+<!ENTITY prime "′" ><!--/prime =prime or minute-->
+<!ENTITY Prime "″" ><!--=double prime or second-->
+<!ENTITY prop "∝" ><!--/propto R: =is proportional to-->
+<!ENTITY radic "√" ><!--/surd =radical-->
+<!ENTITY rang "〉" ><!--/rangle C: =right angle bracket-->
+<!ENTITY rArr "⇒" ><!--/Rightarrow A: =implies-->
+<!ENTITY sim "∼" ><!--/sim R: =similar-->
+<!ENTITY sime "≃" ><!--/simeq R: =similar, equals-->
+<!ENTITY square "□" ><!--/square B: =square-->
+<!ENTITY sub "⊂" ><!--/subset R: =subset or is implied by-->
+<!ENTITY sube "⊆" ><!--/subseteq R: =subset, equals-->
+<!ENTITY sup "⊃" ><!--/supset R: =superset or implies-->
+<!ENTITY supe "⊇" ><!--/supseteq R: =superset, equals-->
+<!ENTITY there4 "∴" ><!--/therefore R: =therefore-->
+<!ENTITY Verbar "‖" ><!--/Vert =dbl vertical bar-->
+
+<!ENTITY angst "Å" ><!--Angstrom =capital A, ring-->
+<!ENTITY bernou "ℬ" ><!--Bernoulli function (script capital B)-->
+<!ENTITY compfn "∘" ><!--B: composite function (small circle)-->
+<!ENTITY Dot "¨" ><!--=dieresis or umlaut mark-->
+<!ENTITY DotDot "⃜" ><!--four dots above-->
+<!ENTITY hamilt "ℋ" ><!--Hamiltonian (script capital H)-->
+<!ENTITY lagran "ℒ" ><!--Lagrangian (script capital L)-->
+<!ENTITY lowast "∗" ><!--low asterisk-->
+<!ENTITY notin "∉" ><!--N: negated set membership-->
+<!ENTITY order "ℴ" ><!--order of (script small o)-->
+<!ENTITY phmmat "ℳ" ><!--physics M-matrix (script capital M)-->
+<!ENTITY tdot "⃛" ><!--three dots above-->
+<!ENTITY tprime "‴" ><!--triple prime-->
+<!ENTITY wedgeq "≙" ><!--R: corresponds to (wedge, equals)-->
+
Propchange: poi/site/src/documentation/content/xdocs/entity/ISOtech.pen
------------------------------------------------------------------------------
svn:executable = *
Added: poi/site/src/documentation/content/xdocs/faq.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/faq.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/faq.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/faq.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/guidelines.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/guidelines.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/guidelines.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/guidelines.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hdgf/book.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hdgf/book.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hdgf/book.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hdgf/book.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hdgf/index.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hdgf/index.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hdgf/index.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hdgf/index.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/historyandfuture.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/historyandfuture.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/historyandfuture.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/historyandfuture.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hmef/book.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hmef/book.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hmef/book.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hmef/book.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hmef/index.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hmef/index.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hmef/index.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hmef/index.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/howtobuild.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/howtobuild.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/howtobuild.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/howtobuild.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hpbf/book.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hpbf/book.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hpbf/book.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hpbf/book.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hpbf/file-format.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hpbf/file-format.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hpbf/file-format.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hpbf/file-format.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hpbf/index.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hpbf/index.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hpbf/index.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hpbf/index.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hpsf/book.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hpsf/book.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hpsf/book.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hpsf/book.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hpsf/how-to.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hpsf/how-to.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hpsf/how-to.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hpsf/how-to.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hpsf/index.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hpsf/index.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hpsf/index.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hpsf/index.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hpsf/internals.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hpsf/internals.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hpsf/internals.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hpsf/internals.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hpsf/thumbnails.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hpsf/thumbnails.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hpsf/thumbnails.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hpsf/thumbnails.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hpsf/todo.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hpsf/todo.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hpsf/todo.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hpsf/todo.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hsmf/book.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hsmf/book.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hsmf/book.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hsmf/book.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hsmf/index.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hsmf/index.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hsmf/index.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hsmf/index.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hwpf/book.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hwpf/book.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hwpf/book.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hwpf/book.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hwpf/docoverview.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hwpf/docoverview.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hwpf/docoverview.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hwpf/docoverview.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hwpf/index.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hwpf/index.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hwpf/index.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hwpf/index.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hwpf/projectplan.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hwpf/projectplan.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hwpf/projectplan.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hwpf/projectplan.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/hwpf/quick-guide.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hwpf/quick-guide.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/hwpf/quick-guide.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/hwpf/quick-guide.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/index.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/index.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/index.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/legal.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/legal.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/legal.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/legal.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/mailinglists.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/mailinglists.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/mailinglists.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/mailinglists.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/mirrors.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/mirrors.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/mirrors.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/mirrors.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/news.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/news.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/news.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/news.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/news/book.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/news/book.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/news/book.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/news/book.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/news/logocontest.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/news/logocontest.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/news/logocontest.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/news/logocontest.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/overview.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/overview.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/overview.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/overview.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/oxml4j/book.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/oxml4j/book.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/oxml4j/book.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/oxml4j/book.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/oxml4j/index.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/oxml4j/index.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/oxml4j/index.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/oxml4j/index.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/patches.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/patches.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/patches.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/patches.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/plan/POI10Vision.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/plan/POI10Vision.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/plan/POI10Vision.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/plan/POI10Vision.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/plan/POI20Vision.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/plan/POI20Vision.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/plan/POI20Vision.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/plan/POI20Vision.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/plan/book.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/plan/book.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/plan/book.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/plan/book.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/plan/index.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/plan/index.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/plan/index.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/plan/index.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/plan/release.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/plan/release.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/plan/release.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/plan/release.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/poi-ruby.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/poi-ruby.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/poi-ruby.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/poi-ruby.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/poifs/book.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/poifs/book.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/poifs/book.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/poifs/book.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/poifs/embeded.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/poifs/embeded.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/poifs/embeded.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/poifs/embeded.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/poifs/fileformat.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/poifs/fileformat.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/poifs/fileformat.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/poifs/fileformat.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
Added: poi/site/src/documentation/content/xdocs/poifs/how-to.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/poifs/how-to.xml?rev=1423782&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/poifs/how-to.xml
------------------------------------------------------------------------------
svn:executable = *
Propchange: poi/site/src/documentation/content/xdocs/poifs/how-to.xml
------------------------------------------------------------------------------
svn:mime-type = application/xml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]