From 0cf22e2486e6b8096da5383625ff4f2b23a0762f Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Mon, 30 Jan 2006 23:11:30 +0000 Subject: [PATCH] initial web site git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@373625 13f79535-47bb-0310-9956-ffa450edef68 --- site/images/built-with-forrest-button.png | Bin 0 -> 1936 bytes site/images/favicon.ico | Bin 0 -> 1406 bytes site/images/instruction_arrow.png | Bin 0 -> 285 bytes site/images/solr.png | Bin 0 -> 12005 bytes site/index.html | 169 ++++++ site/index.pdf | 240 ++++++++ site/issue_tracking.html | 133 +++++ site/issue_tracking.pdf | 118 ++++ site/linkmap.html | 249 ++++++++ site/linkmap.pdf | 159 +++++ site/mailing_lists.html | 220 +++++++ site/mailing_lists.pdf | 356 ++++++++++++ site/skin/CommonMessages_de.xml | 23 + site/skin/CommonMessages_en_US.xml | 23 + site/skin/CommonMessages_es.xml | 24 + site/skin/CommonMessages_fr.xml | 23 + site/skin/basic.css | 147 +++++ site/skin/breadcrumbs-optimized.js | 90 +++ site/skin/breadcrumbs.js | 237 ++++++++ site/skin/fontsize.js | 166 ++++++ site/skin/forrest.css.xslt | 86 +++ site/skin/getBlank.js | 32 + site/skin/getMenu.js | 45 ++ site/skin/images/README.txt | 1 + site/skin/images/add.jpg | Bin 0 -> 1142 bytes .../skin/images/built-with-forrest-button.png | Bin 0 -> 1936 bytes site/skin/images/chapter.gif | Bin 0 -> 49 bytes site/skin/images/chapter_open.gif | Bin 0 -> 49 bytes site/skin/images/corner-imports.svg.xslt | 96 +++ site/skin/images/current.gif | Bin 0 -> 54 bytes site/skin/images/dc.svg.xslt | 31 + site/skin/images/error.png | Bin 0 -> 1709 bytes site/skin/images/external-link.gif | Bin 0 -> 71 bytes site/skin/images/fix.jpg | Bin 0 -> 932 bytes site/skin/images/forrest-credit-logo.png | Bin 0 -> 4633 bytes site/skin/images/hack.jpg | Bin 0 -> 743 bytes site/skin/images/header_white_line.gif | Bin 0 -> 37 bytes site/skin/images/info.png | Bin 0 -> 1320 bytes site/skin/images/instruction_arrow.png | Bin 0 -> 285 bytes site/skin/images/label.gif | Bin 0 -> 54 bytes site/skin/images/page.gif | Bin 0 -> 79 bytes site/skin/images/pdfdoc.gif | Bin 0 -> 1008 bytes site/skin/images/poddoc.png | Bin 0 -> 856 bytes site/skin/images/poddoc.svg.xslt | 58 ++ site/skin/images/printer.gif | Bin 0 -> 603 bytes .../images/rc-b-l-15-1body-2menu-3menu.png | Bin 0 -> 377 bytes .../images/rc-b-r-15-1body-2menu-3menu.png | Bin 0 -> 348 bytes ...-5-1header-2tab-selected-3tab-selected.png | Bin 0 -> 229 bytes ...rc-t-l-5-1header-2searchbox-3searchbox.png | Bin 0 -> 228 bytes ...-5-1header-2tab-selected-3tab-selected.png | Bin 0 -> 238 bytes ...header-2tab-unselected-3tab-unselected.png | Bin 0 -> 228 bytes .../images/rc-t-r-15-1body-2menu-3menu.png | Bin 0 -> 419 bytes ...rc-t-r-5-1header-2searchbox-3searchbox.png | Bin 0 -> 243 bytes ...-5-1header-2tab-selected-3tab-selected.png | Bin 0 -> 244 bytes ...header-2tab-unselected-3tab-unselected.png | Bin 0 -> 243 bytes site/skin/images/rc.svg.xslt | 30 + site/skin/images/remove.jpg | Bin 0 -> 1251 bytes site/skin/images/rss.png | Bin 0 -> 360 bytes site/skin/images/spacer.gif | Bin 0 -> 43 bytes site/skin/images/success.png | Bin 0 -> 1291 bytes site/skin/images/txtdoc.png | Bin 0 -> 784 bytes site/skin/images/txtdoc.svg.xslt | 58 ++ site/skin/images/update.jpg | Bin 0 -> 990 bytes site/skin/images/valid-html401.png | Bin 0 -> 2948 bytes site/skin/images/vcss.png | Bin 0 -> 1134 bytes site/skin/images/warning.png | Bin 0 -> 1215 bytes site/skin/images/xmldoc.gif | Bin 0 -> 992 bytes site/skin/menu.js | 50 ++ site/skin/note.txt | 50 ++ site/skin/print.css | 54 ++ site/skin/profile.css | 156 +++++ site/skin/profile.css.xslt | 208 +++++++ site/skin/screen.css | 550 ++++++++++++++++++ site/skin/skinconf.xsl | 153 +++++ site/tutorial.html | 157 +++++ site/tutorial.pdf | 222 +++++++ site/version_control.html | 191 ++++++ site/version_control.pdf | 384 ++++++++++++ site/who.html | 174 ++++++ site/who.pdf | 179 ++++++ src/site/forrest.properties | 129 ++++ .../classes/CatalogManager.properties | 57 ++ .../content/xdocs/images/favicon.ico | Bin 0 -> 1406 bytes .../content/xdocs/images/solr.png | Bin 0 -> 12005 bytes .../src/documentation/content/xdocs/index.xml | 48 ++ .../content/xdocs/issue_tracking.xml | 20 + .../content/xdocs/mailing_lists.xml | 64 ++ .../src/documentation/content/xdocs/site.xml | 87 +++ .../src/documentation/content/xdocs/tabs.xml | 59 ++ .../documentation/content/xdocs/tutorial.xml | 33 ++ .../content/xdocs/version_control.xml | 55 ++ .../src/documentation/content/xdocs/who.xml | 36 ++ src/site/src/documentation/sitemap.xmap | 72 +++ src/site/src/documentation/skinconf.xml | 440 ++++++++++++++ 94 files changed, 6442 insertions(+) create mode 100755 site/images/built-with-forrest-button.png create mode 100755 site/images/favicon.ico create mode 100755 site/images/instruction_arrow.png create mode 100755 site/images/solr.png create mode 100755 site/index.html create mode 100755 site/index.pdf create mode 100755 site/issue_tracking.html create mode 100755 site/issue_tracking.pdf create mode 100755 site/linkmap.html create mode 100755 site/linkmap.pdf create mode 100755 site/mailing_lists.html create mode 100755 site/mailing_lists.pdf create mode 100755 site/skin/CommonMessages_de.xml create mode 100755 site/skin/CommonMessages_en_US.xml create mode 100755 site/skin/CommonMessages_es.xml create mode 100755 site/skin/CommonMessages_fr.xml create mode 100755 site/skin/basic.css create mode 100755 site/skin/breadcrumbs-optimized.js create mode 100755 site/skin/breadcrumbs.js create mode 100755 site/skin/fontsize.js create mode 100755 site/skin/forrest.css.xslt create mode 100755 site/skin/getBlank.js create mode 100755 site/skin/getMenu.js create mode 100755 site/skin/images/README.txt create mode 100755 site/skin/images/add.jpg create mode 100755 site/skin/images/built-with-forrest-button.png create mode 100755 site/skin/images/chapter.gif create mode 100755 site/skin/images/chapter_open.gif create mode 100755 site/skin/images/corner-imports.svg.xslt create mode 100755 site/skin/images/current.gif create mode 100755 site/skin/images/dc.svg.xslt create mode 100755 site/skin/images/error.png create mode 100755 site/skin/images/external-link.gif create mode 100755 site/skin/images/fix.jpg create mode 100755 site/skin/images/forrest-credit-logo.png create mode 100755 site/skin/images/hack.jpg create mode 100755 site/skin/images/header_white_line.gif create mode 100755 site/skin/images/info.png create mode 100755 site/skin/images/instruction_arrow.png create mode 100755 site/skin/images/label.gif create mode 100755 site/skin/images/page.gif create mode 100755 site/skin/images/pdfdoc.gif create mode 100755 site/skin/images/poddoc.png create mode 100755 site/skin/images/poddoc.svg.xslt create mode 100755 site/skin/images/printer.gif create mode 100755 site/skin/images/rc-b-l-15-1body-2menu-3menu.png create mode 100755 site/skin/images/rc-b-r-15-1body-2menu-3menu.png create mode 100755 site/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png create mode 100755 site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png create mode 100755 site/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png create mode 100755 site/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png create mode 100755 site/skin/images/rc-t-r-15-1body-2menu-3menu.png create mode 100755 site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png create mode 100755 site/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png create mode 100755 site/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png create mode 100755 site/skin/images/rc.svg.xslt create mode 100755 site/skin/images/remove.jpg create mode 100755 site/skin/images/rss.png create mode 100755 site/skin/images/spacer.gif create mode 100755 site/skin/images/success.png create mode 100755 site/skin/images/txtdoc.png create mode 100755 site/skin/images/txtdoc.svg.xslt create mode 100755 site/skin/images/update.jpg create mode 100755 site/skin/images/valid-html401.png create mode 100755 site/skin/images/vcss.png create mode 100755 site/skin/images/warning.png create mode 100755 site/skin/images/xmldoc.gif create mode 100755 site/skin/menu.js create mode 100755 site/skin/note.txt create mode 100755 site/skin/print.css create mode 100755 site/skin/profile.css create mode 100755 site/skin/profile.css.xslt create mode 100755 site/skin/screen.css create mode 100755 site/skin/skinconf.xsl create mode 100755 site/tutorial.html create mode 100755 site/tutorial.pdf create mode 100755 site/version_control.html create mode 100755 site/version_control.pdf create mode 100755 site/who.html create mode 100755 site/who.pdf create mode 100755 src/site/forrest.properties create mode 100755 src/site/src/documentation/classes/CatalogManager.properties create mode 100755 src/site/src/documentation/content/xdocs/images/favicon.ico create mode 100644 src/site/src/documentation/content/xdocs/images/solr.png create mode 100755 src/site/src/documentation/content/xdocs/index.xml create mode 100755 src/site/src/documentation/content/xdocs/issue_tracking.xml create mode 100755 src/site/src/documentation/content/xdocs/mailing_lists.xml create mode 100755 src/site/src/documentation/content/xdocs/site.xml create mode 100755 src/site/src/documentation/content/xdocs/tabs.xml create mode 100755 src/site/src/documentation/content/xdocs/tutorial.xml create mode 100755 src/site/src/documentation/content/xdocs/version_control.xml create mode 100755 src/site/src/documentation/content/xdocs/who.xml create mode 100755 src/site/src/documentation/sitemap.xmap create mode 100755 src/site/src/documentation/skinconf.xml diff --git a/site/images/built-with-forrest-button.png b/site/images/built-with-forrest-button.png new file mode 100755 index 0000000000000000000000000000000000000000..4a787abe4dc7831124c5a3105d328309d671654e GIT binary patch literal 1936 zcmeAS@N?(olHy`uVBq!ia0vp^5kM@@!3-or#C}}@QVJ!m5hWp+B{``KPNkVSB?{%4 zB^e5i1&PTSsS0lSMMbH_C5p!XSU`qIg48;emSp4?F%*}imZj$9IV6Hr>g5-upPn-{ z7N|%Aq{unHpt2}4J)?vn1ZWJ@wBY=-lJdkNkg=tCDTyVS`FXqD1Vn&(#K3xrQo&*h zA(^?U42FjK2B!K3Mr$wBh5%Ktmw5WRvR~q672y_j(|Vu{6yhxKh%9Dc;Q9c)(aAfd*^e>N}8ml8GDLnbh$Vh8yg>#P$;PF zC>QelbcQQ9twO^-_C801qj=2GblKSS!fj&e!5;2=cvDr4f*v|q3raa`n#2k(0Hfotk0b1J=Zc zVix-wb&f*FNxFAB>YkC+NOHE=$eo>CQlF6FW+Y*C$UweP(%~&@q>7f$#X#{A z;Q~QbwWpj0XSnm#bgimu&2m(IKJ4T((08AzspZ9!kdUPob@ zhUPNf9CfQG1}XglS^Z_=`jsLf7uek{k1Lkt=SCSE_Dw?nen%L4B7i^>@v~C&d=nR^FdJVP^0Cp33}tc?Gq$O(FfPpv_~AIPICFic;5W(Z>PHY@&p}`TbikKkV444Jk93Se-mtf*V{`vIwng zXu9Mqxh&@_YxVKtE1Q|E&EFj=C=gTZUe?$exv?(b$cHuUKkhedO?dx=U+Qq@<*v^rKUcg+uGXdSD-c1$LjDs$D3&%&n#_h{2#BhC!i@(`b;D9TORRq zdb5xI_xrb_^#0kXwa*@ycsr?PYU?avxGJe9GyUl7*!OiS zyFPrgF>;P=eC379dw#zycy~ibF5adl<@V%<|Ac&Q-%p5$abw8I1(|q!`K$Bs-$Ufi zn-NYN)w4{zw?yhbQXIC#@eD+l6OwziP6C9qB=6m^)Bp&s4|Xb_eY#M_>}{ahob-+F#617?*~$q0=_@T*^V)U2LV1m;&(&(TU%TRD_D(n) zkt5*A;KlgCw)x%rA4f%Q=dtWM=lnF0i|2Y{YvH!Kii;L@-PURI*lQP0-t8T_&{^nm zamG&RnUcY0o~~6qWBy(4eNK5~Ox(I2w%NP3-IiA2_7ZU%|OoT#isVv$H>Z6y+kMIw>hrobFO z;Y44u*|+)FY%)6w2ySr)mRliDII`y% zfSoFpxSo!Ed)_2ONza!CjuC0D6wxrG&`BLA-S<+W(1y{Msp$vW&)929xp7_L`9v9q zl#S#-4s-HdUQ~~mlZcOGgCH8QKYNQJAy_BRCuJ&c?RL=)T8&@)y%t*DmPlJJd)&WR MTm0C{`iFP^3#6v=p#T5? literal 0 HcmV?d00001 diff --git a/site/images/instruction_arrow.png b/site/images/instruction_arrow.png new file mode 100755 index 0000000000000000000000000000000000000000..0fbc72452bf9885757882932eb78d14b44403466 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^fn9o^tnS&|T3i>qxFe$? f}PJadT6$68(tDnm{r-UW|L@jfU literal 0 HcmV?d00001 diff --git a/site/images/solr.png b/site/images/solr.png new file mode 100755 index 0000000000000000000000000000000000000000..0fe4e94cc3ceb77b3aa771c727534d715c5915f9 GIT binary patch literal 12005 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 + + + + + + +Welcome to Solr + + + + + + + + + +
+ +
+ + + + +
+
+
+
+
+ +
+
+ +   +
+ +
+ +

Welcome to Solr

+ + + +

Introduction

+
+

+ Solr is an open source search server based on the + Lucene Java search library. + It's normally run as a webapp in a servlet container + such as Tomcat. +

+
+ + + +

News

+
+ +

17 January 2006: Solr Joins Apache Incubator

+

Solr, a search server based on Lucene, has been accepted into the Apache Incubator. + Solr was originally developed by CNET Networks, and is widely used within CNET + to provide high relevancy search and faceted browsing capabilities. +

+
+ + +
+
 
+
+ + + diff --git a/site/index.pdf b/site/index.pdf new file mode 100755 index 00000000000..04c86eeb663 --- /dev/null +++ b/site/index.pdf @@ -0,0 +1,240 @@ +%PDF-1.3 +%ª«¬­ +4 0 obj +<< /Type /Info +/Producer (FOP 0.20.5) >> +endobj +5 0 obj +<< /Length 480 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gau`P4`A1k&Dcq.D@AmM7/Bo;E_ajVWlVaqJ!:Hf,]#308^OO_?)8I'LdgfI[3<5\FEPW5qkoME0Ap'0Rh,17(^G!"#;VC2ca+&WItb))1L1d9'KJc!+na$2h#[tP,DA)4/1i@K_8CN]#s^3:7/ZB=9>cB5%($iCA/BE~> +endstream +endobj +6 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 5 0 R +/Annots 7 0 R +>> +endobj +7 0 obj +[ +8 0 R +10 0 R +12 0 R +] +endobj +8 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 102.0 559.666 169.328 547.666 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 9 0 R +/H /I +>> +endobj +10 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 102.0 541.466 137.324 529.466 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 11 0 R +/H /I +>> +endobj +12 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 108.0 523.266 345.464 511.266 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 13 0 R +/H /I +>> +endobj +14 0 obj +<< /Length 1055 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gatm:?#S1G'Re<2n/G%&'0H1aG[o2\0d-ZN&eDd1PBq(6)Aac8["",M2tP:-#6Il(ohCuum^`)g,j0GpR7BK9(oLLT-YWEhKT*Z.c;K>^)P-m!dl!#g(ro0dk.V]Tf.RHN,[nc/<(%h'o/q>A,nV"RjEFI[er`==++jEm/90DJb.$TXF+V`b900mOJ(o(rXST6'9QPs&U&;p.8g]5W"*)1s.`>$JU*VNaKR2W(.4(?QcZs;@)d'.!XAoqbAu@rERbj>K`*1i7"(Ssp!4>Y*?3)_[eSR-BkEDDcRo"qt;,_in(=pKD86F/ht`E=;'3Yfbh?Ja/hXju14sbnp4VTXA*H)T73+FRO`o>J+F/AVO3&^r1nZj]#:G`,,ROK$6&kL&+)s/i$-'16>*kAK-u3;^I[>sEfA[)3$q5=0hG&Jb1J6Og*)SeIA<7fc$$T^j&ir(iR6.l9\"[(IBul67RNe"qa,GFSh=0/\^"io*1*Gq'9hOBj"sJ^bJ#rU.fS-`]orKL%6U;;L6esa;XZZ&<&L4ljMSa7&O'4UiSg^fCZ$Zejr,(@XfKI2c@"MAmre"=/g.>!r-e,715CM<%E]':d$cMmG#MB_4)E:fMkEKX0Eh#S`WoBCYRF_S:J#^>2_.Hi>R+nY/TB"Rcc:RnCVIMdP.#ijt3hp&K'*qOHnS%(4am_qR8kWc$=P+.($8UPb=_C:b/"5bDpj%OEV18feMW!frDG@S"JSg$q0/'M);8Vfhd#Z:#ffEYibI=,hu\j9JNr~> +endstream +endobj +15 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 14 0 R +/Annots 16 0 R +>> +endobj +16 0 obj +[ +17 0 R +18 0 R +] +endobj +17 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 327.936 629.666 387.576 617.666 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://lucene.apache.org/java/) +/S /URI >> +/H /I +>> +endobj +18 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 311.94 616.466 348.6 604.466 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://tomcat.apache.org) +/S /URI >> +/H /I +>> +endobj +20 0 obj +<< + /Title (\376\377\0\61\0\40\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156) + /Parent 19 0 R + /Next 21 0 R + /A 9 0 R +>> endobj +21 0 obj +<< + /Title (\376\377\0\62\0\40\0\116\0\145\0\167\0\163) + /Parent 19 0 R + /First 22 0 R + /Last 22 0 R + /Prev 20 0 R + /Count -1 + /A 11 0 R +>> endobj +22 0 obj +<< + /Title (\376\377\0\62\0\56\0\61\0\40\0\61\0\67\0\40\0\112\0\141\0\156\0\165\0\141\0\162\0\171\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\123\0\157\0\154\0\162\0\40\0\112\0\157\0\151\0\156\0\163\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\111\0\156\0\143\0\165\0\142\0\141\0\164\0\157\0\162) + /Parent 21 0 R + /A 13 0 R +>> endobj +23 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F3 +/BaseFont /Helvetica-Bold +/Encoding /WinAnsiEncoding >> +endobj +24 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F5 +/BaseFont /Times-Roman +/Encoding /WinAnsiEncoding >> +endobj +25 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F1 +/BaseFont /Helvetica +/Encoding /WinAnsiEncoding >> +endobj +26 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F2 +/BaseFont /Helvetica-Oblique +/Encoding /WinAnsiEncoding >> +endobj +27 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F7 +/BaseFont /Times-Bold +/Encoding /WinAnsiEncoding >> +endobj +1 0 obj +<< /Type /Pages +/Count 2 +/Kids [6 0 R 15 0 R ] >> +endobj +2 0 obj +<< /Type /Catalog +/Pages 1 0 R + /Outlines 19 0 R + /PageMode /UseOutlines + >> +endobj +3 0 obj +<< +/Font << /F3 23 0 R /F5 24 0 R /F1 25 0 R /F2 26 0 R /F7 27 0 R >> +/ProcSet [ /PDF /ImageC /Text ] >> +endobj +9 0 obj +<< +/S /GoTo +/D [15 0 R /XYZ 85.0 659.0 null] +>> +endobj +11 0 obj +<< +/S /GoTo +/D [15 0 R /XYZ 85.0 593.466 null] +>> +endobj +13 0 obj +<< +/S /GoTo +/D [15 0 R /XYZ 85.0 562.332 null] +>> +endobj +19 0 obj +<< + /First 20 0 R + /Last 21 0 R +>> endobj +xref +0 28 +0000000000 65535 f +0000004088 00000 n +0000004153 00000 n +0000004245 00000 n +0000000015 00000 n +0000000071 00000 n +0000000642 00000 n +0000000762 00000 n +0000000801 00000 n +0000004368 00000 n +0000000936 00000 n +0000004431 00000 n +0000001073 00000 n +0000004497 00000 n +0000001210 00000 n +0000002358 00000 n +0000002481 00000 n +0000002515 00000 n +0000002699 00000 n +0000004563 00000 n +0000002874 00000 n +0000003037 00000 n +0000003193 00000 n +0000003532 00000 n +0000003645 00000 n +0000003755 00000 n +0000003863 00000 n +0000003979 00000 n +trailer +<< +/Size 28 +/Root 2 0 R +/Info 4 0 R +>> +startxref +4614 +%%EOF diff --git a/site/issue_tracking.html b/site/issue_tracking.html new file mode 100755 index 00000000000..1fe7b195f56 --- /dev/null +++ b/site/issue_tracking.html @@ -0,0 +1,133 @@ + + + + + + + +Solr Issue Tracking + + + + + + + + + +
+ +
+ + + + +
+
+
+
+
+ +
+
+ +   +
+ +
+ +

Solr Issue Tracking

+ +

+ Solr issues (bugs, as well as enhancement requests) are tracked in + JIRA here. + If you aren't sure whether something is a bug, post a question on the + Solr user mailing list. +

+ +
+
 
+
+ + + diff --git a/site/issue_tracking.pdf b/site/issue_tracking.pdf new file mode 100755 index 00000000000..bfa3625fcae --- /dev/null +++ b/site/issue_tracking.pdf @@ -0,0 +1,118 @@ +%PDF-1.3 +%ª«¬­ +4 0 obj +<< /Type /Info +/Producer (FOP 0.20.5) >> +endobj +5 0 obj +<< /Length 611 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gasam9lldX&A@C2m&ftTWsBjT3$t3-j4kPoX*Ytt$r$J9&Ccnn?O:Oa8_d(\#A[DppYLA'%k5%nKtmk'O<+[KIlkLi-NPpu$QsFQ,o@(k$u$/8(RqkuQLKSuZ+X;AN>])^dk9DR/t74p^E@s3i"?)TJ^4m='N)if*)X;:7HkAC\$q:Y+ZH%,,=@eF>ue@PFAl_p:=m)A]sH0@(:uN[,mrqE2gVB/mua'YT-)Z\pZKK/V(q7tI'+o)/rSNL$l&SmkATq4_(+4gCT3+g>8OS*F%"MHoAF0Cf.J-fog\l4tVD,\o.7q$*&['/#7RXM$ReYMK\]@W$`Am<1H!".mN(_B]$$R?L`O%pCQ=9KT'UXa8^n(lFhor_,Y4GRmV8u7;qEQXdk?f&[7'\dRH3K;(eQkE1!Tm<+0uur2sm;'SNl)TZYG8-T=JC)-u<'#P;.(sA8=7pJ+OeYrYPU^,[(~> +endstream +endobj +6 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 5 0 R +/Annots 7 0 R +>> +endobj +7 0 obj +[ +8 0 R +9 0 R +] +endobj +8 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 436.26 585.8 456.912 573.8 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://issues.apache.org/jira/browse/SOLR) +/S /URI >> +/H /I +>> +endobj +9 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 404.64 572.6 458.988 560.6 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (mailing_lists.html) +/S /URI >> +/H /I +>> +endobj +10 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F3 +/BaseFont /Helvetica-Bold +/Encoding /WinAnsiEncoding >> +endobj +11 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F5 +/BaseFont /Times-Roman +/Encoding /WinAnsiEncoding >> +endobj +12 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F1 +/BaseFont /Helvetica +/Encoding /WinAnsiEncoding >> +endobj +13 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F2 +/BaseFont /Helvetica-Oblique +/Encoding /WinAnsiEncoding >> +endobj +1 0 obj +<< /Type /Pages +/Count 1 +/Kids [6 0 R ] >> +endobj +2 0 obj +<< /Type /Catalog +/Pages 1 0 R + >> +endobj +3 0 obj +<< +/Font << /F3 10 0 R /F5 11 0 R /F1 12 0 R /F2 13 0 R >> +/ProcSet [ /PDF /ImageC /Text ] >> +endobj +xref +0 14 +0000000000 65535 f +0000001726 00000 n +0000001784 00000 n +0000001834 00000 n +0000000015 00000 n +0000000071 00000 n +0000000773 00000 n +0000000893 00000 n +0000000924 00000 n +0000001113 00000 n +0000001279 00000 n +0000001392 00000 n +0000001502 00000 n +0000001610 00000 n +trailer +<< +/Size 14 +/Root 2 0 R +/Info 4 0 R +>> +startxref +1946 +%%EOF diff --git a/site/linkmap.html b/site/linkmap.html new file mode 100755 index 00000000000..6af64abf5d7 --- /dev/null +++ b/site/linkmap.html @@ -0,0 +1,249 @@ + + + + + + + +Site Linkmap + + + + + + + + + +
+ +
+ + + + +
+
+
+
+
+ +
+
+ +   +
+ +
+ +

Site Linkmap

+
+ +
+ +

Table of Contents

+
+
    +
  • +Solr   _________________________  site +
  • +
      + + +
        +
      • +About   _________________________  about +
      • +
          + +
            +
          • +Welcome   _________________________  index +
          • +
          + +
            +
          • +Who We Are   _________________________  index +
          • +
          + +
        +
      + + +
        +
      • +Documentation   _________________________  docs +
      • +
          + +
            +
          • +FAQ   _________________________  faq +
          • +
          + +
            +
          • +Wiki   _________________________  wiki +
          • +
          + +
            +
          • +Tutorial   _________________________  tutorial +
          • +
          + +
        +
      + + +
        +
      • +Resources   _________________________  resources +
      • + +
      + + +
        +
      • +Related Projects   _________________________  projects +
      • +
          + +
            +
          • +Lucene Java   _________________________  lucene +
          • +
          + +
            +
          • +Nutch   _________________________  lucene +
          • +
          + +
        +
      + + + + + + +
    +
+
+
+
 
+
+ + + diff --git a/site/linkmap.pdf b/site/linkmap.pdf new file mode 100755 index 00000000000..21bcdc28df1 --- /dev/null +++ b/site/linkmap.pdf @@ -0,0 +1,159 @@ +%PDF-1.3 +%ª«¬­ +4 0 obj +<< /Type /Info +/Producer (FOP 0.20.5) >> +endobj +5 0 obj +<< /Length 357 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +GauI0_,>n>&;KY!METC?CGrC"Nj`F.NYeV(W<]6G1/^A&*T(0o)+Zp_BQ?ZCAG=hhs0WHJ>9?gp&kjq=\>2I.5nM+G'#`g5(eF;:#ghr$Mh_DcrLsR56#bIK6F`53R[DXtdUdiT?fEY&K$uH3ZGS9>i8i:fc@\e+]Ng%D?EQA^gaAXTIFn=&tLL\*oq4a5lV5+M9AWDf@G>473H<9;.GLAN"g\S81-[einkbOL*,&HYld92gD?eHKeYQ"[EZBJD~> +endstream +endobj +6 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 5 0 R +/Annots 7 0 R +>> +endobj +7 0 obj +[ +8 0 R +] +endobj +8 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 102.0 559.666 195.992 547.666 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 9 0 R +/H /I +>> +endobj +10 0 obj +<< /Length 945 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gatn%95g:b&BF6eMEN9kDta,h3b]Tl8uk'NF(hV3i3c:3f`Z9BIetaYR`,T0'"'%'@!;N6L7+Sm%>4C`n.["DZpGI+7tu#+j@Cd$nhh9`oB%"q)F4K/BC;,Vl?n=H`0>i.JG\7c3":M(K`nos+^>0VX97Y%I5,E$1?r`n+P_Q%7i3;")6)F3L!b<`3n(7Co.ul$-7b!an-t$ebnK$hnTi;F),rs#+X0OhK+EV9-4NcnL2_rn_t''(h?oc(poF9H;XFN4Rg$8ZboNQq(r$T0p--GGT0uV6&F4TnP1'7;K89j:#tUl<4i=egR,?Y(3=UmEI@q00:5>f:Fb)%LdG%WE-B7ED9]U6_9In]C8[>2g3DLnHpdTe=-$ZQ8UA8UIk)A>n?E?oBV6066@VWU8MuTN/$WV/pU"e$^)n-;YqGB@N#bW6b"X`Sj_hmpICngX=%!84ccBUPBa#MDG4J_H#/@pG[*O,H9uo?Gq=31$rt*`-qTV=h%f3d;Nqht):FU%eru)!du!)S?&qiD<"0q,@d!,,@33Au%Jgc>f5FqNp19F[k9#<@Rdr_/Ho?8tCa`W5c0`FXAV;lXl3S9Qfk>D(c%epS`hZIGQ6#0hDL\$uC'%5`;CGs:ji>'tOgn<2LMH'o(RrWAJW&_PR[U5b\rccWBe(rnai.(NIG0tVAmtlhEtMA7Pli]A'P+miEB=us'M.S&6DE5>WZH\&6qZ&o"f^cKHe:fKrpWu`Q1Y-4ObAn,F._3[Gr>8s\uG-`O?4VpD$'+E7G6s37I.Z/nUN?/a&o9rADA,90m@1W3)Ihmj2TW;IJf?XlV1OZX6)heBT>04+=&uugmHBS5=VnrhqD*+''7u8L#$=`]'i")=djM'X^-1[.89_WQEZ;'Db3=IYl~> +endstream +endobj +11 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 10 0 R +>> +endobj +13 0 obj +<< + /Title (\376\377\0\61\0\40\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163) + /Parent 12 0 R + /A 9 0 R +>> endobj +14 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F3 +/BaseFont /Helvetica-Bold +/Encoding /WinAnsiEncoding >> +endobj +15 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F5 +/BaseFont /Times-Roman +/Encoding /WinAnsiEncoding >> +endobj +16 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F6 +/BaseFont /Times-Italic +/Encoding /WinAnsiEncoding >> +endobj +17 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F1 +/BaseFont /Helvetica +/Encoding /WinAnsiEncoding >> +endobj +18 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F2 +/BaseFont /Helvetica-Oblique +/Encoding /WinAnsiEncoding >> +endobj +19 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F7 +/BaseFont /Times-Bold +/Encoding /WinAnsiEncoding >> +endobj +1 0 obj +<< /Type /Pages +/Count 2 +/Kids [6 0 R 11 0 R ] >> +endobj +2 0 obj +<< /Type /Catalog +/Pages 1 0 R + /Outlines 12 0 R + /PageMode /UseOutlines + >> +endobj +3 0 obj +<< +/Font << /F3 14 0 R /F5 15 0 R /F1 17 0 R /F6 16 0 R /F2 18 0 R /F7 19 0 R >> +/ProcSet [ /PDF /ImageC /Text ] >> +endobj +9 0 obj +<< +/S /GoTo +/D [11 0 R /XYZ 85.0 659.0 null] +>> +endobj +12 0 obj +<< + /First 13 0 R + /Last 13 0 R +>> endobj +xref +0 20 +0000000000 65535 f +0000002788 00000 n +0000002853 00000 n +0000002945 00000 n +0000000015 00000 n +0000000071 00000 n +0000000519 00000 n +0000000639 00000 n +0000000664 00000 n +0000003079 00000 n +0000000799 00000 n +0000001836 00000 n +0000003142 00000 n +0000001944 00000 n +0000002121 00000 n +0000002234 00000 n +0000002344 00000 n +0000002455 00000 n +0000002563 00000 n +0000002679 00000 n +trailer +<< +/Size 20 +/Root 2 0 R +/Info 4 0 R +>> +startxref +3193 +%%EOF diff --git a/site/mailing_lists.html b/site/mailing_lists.html new file mode 100755 index 00000000000..56c8c6e5ea5 --- /dev/null +++ b/site/mailing_lists.html @@ -0,0 +1,220 @@ + + + + + + + +Solr Mailing Lists + + + + + + + + + +
+ +
+ + + + +
+
+
+
+
+ +
+
+ +   +
+ +
+ +

Solr Mailing Lists

+
+ +
+ + + +

Users

+
+

If you use Solr, please subscribe to the Solr user mailing list.

+

+ The Solr user mailing list is : + solr-user@lucene.apache.org. +

+ +
+
Note
+
In order to post to the list, it is necessary to first subscribe to it.
+
+
+ + + +

Developers

+
+

If you'd like to contribute to Solr, please subscribe to the + Solr developer mailing list.

+

+ The Solr developer mailing list is : + solr-dev@lucene.apache.org. +

+ +
+
Note
+
In order to post to the list, it is necessary to first subscribe to it.
+
+
+ + + +

Commits

+
+

If you'd like to see changes made in Solr's version control system + then subscribe to the Solr commit mailing list.

+ +
+ + +
+
 
+
+ + + diff --git a/site/mailing_lists.pdf b/site/mailing_lists.pdf new file mode 100755 index 00000000000..063ce79cf8d --- /dev/null +++ b/site/mailing_lists.pdf @@ -0,0 +1,356 @@ +%PDF-1.3 +%ª«¬­ +4 0 obj +<< /Type /Info +/Producer (FOP 0.20.5) >> +endobj +5 0 obj +<< /Length 426 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gb!$BYuAO_'ZTnF'lQbNnGsdiUK'C#3dAWc3lI>k\P#:a@Qja<+itJa;R]7&ni\$9pOi?T._;3m?jT+q7>,P^70oB=!nr]%k%\U^KVqaF4*Z`$VJ7Gs`T5OO`(tY]Q1`-5*m;!--h%?*_0SbIU\BV=OFg<#%YcH_YI$(sDCIJts'M2*drjRrJE!OM7HP!^-&EW>B\:RYFnaY.m[$s5f"XG0>^fduHe6/++D0fY3@AWR@HYabmQ5jDQ.c0>I.uQX&(lA@VLm_s_9XnBh7%"*/%^]AO3eTI!BTo'pF?%''A*PDU*NW%d`2@p'@:D@U??4PP08m[K4N,8,(e`N+\7n+a>ac%q#,D8DRQ*3l]MS>'gk[.;HrP-bs#KgH=;^!.rU$^gjI]=]IQ]NJo+NL7=TJ"BPk)"cthXgIfO4.nlc~> +endstream +endobj +6 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 5 0 R +/Annots 7 0 R +>> +endobj +7 0 obj +[ +8 0 R +10 0 R +12 0 R +] +endobj +8 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 102.0 559.666 137.324 547.666 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 9 0 R +/H /I +>> +endobj +10 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 102.0 541.466 164.648 529.466 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 11 0 R +/H /I +>> +endobj +12 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 102.0 523.266 154.016 511.266 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 13 0 R +/H /I +>> +endobj +14 0 obj +<< /Length 2062 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gb"/(9lo&I&A@C2nqTHuf*SiD/8l>=Z<7//r1ch(.QH4dP3"=lj!?"TOt5[&?@K!H6hMr).p;jJCSWTTK4j7s(o8-G/r?;C:74pZF*@?r,sp4*hqtkacfIN@nPJ?7`HA^SI+;Q[Dt=_C\9dpLXUiAu1it:rqn!nKLBUuN5`"gY>5g2FD1l[5=gebs62Q]q!EnOdcN"B(0ide*B!*Fu4qVkpX^]5kf^-0H&iR$V\]Z!aD'W\jAS`s-'!CWf2be24t@T+b?%9@Go!@!,CQUIb\"'dZk;!p[R+WYJQ.'[Zn(\q!g]$"[,eL:5BJEd0N)u&,U!#h8"?n2rQF_JNVYkG5sFlau/]s&9Sm_@O:/pKDbtVo*2iTpK`#L$MmE-n)m%`>J"S!/4d9^7>q>D)@G%Q-.'ClFCOq9?&p#AedrEj?9kFZ*I3\H,H-Em;!3rYu:;SLjXl7AU8u1&O&d]T5lo_jQU_u:nIP.o9StCh^K"Z1H4LB_65rY]G$`3PT#uhh7T=V_k[lm`:\A?u*&-,8o3*s[ka-5p_WX%]1OMN%`thhj*jWqM8,+ulbdZ^4Qr+E6P#00D2[TUKNFlqP.D31,lgf6FHg>^%K\Sa2,G5!K`o8>@jUub\i:)k;hBV`'0$0M&6YWrC[D;4Q=F*6'8j0BD)Oi*Ln7rc.4&,\8_XN+OUEZ`j_esK)@n+2)hP#IR.W]UhBYK4qW=OtHA;=4<-k&ak!*%*?pLU>2PE\/goB:/HZF:0E+@Zpe=)IQE`lCEp+/b+@7)``)X!/!&Hq&E6PQ857650rGS*V\`i3Eb"@;f_SlXU!,.1e!ODlnaY(aF9OE:NK2'guFeWa?Q8B.CE%1-+#E5fPa+UM=)2'cE\,/[[22'`tBHf[HdCdZ'.7T*[o2^CbFKX8&2lFDY&K0N,Ujlh?ih.j^H/)7YlTT>"Z\*&6<`L:p/JJAh@:D"',TNPp3rCPS!b\G]J'K!p%n8q+0NtD&"J/I(X..IU30*!,&2)8:`-q*))RSY9^RD!V['AUL^\NP5&m1^c16.jb@))4Kt'8coocdac-%9O^7.M%I*L*qI8q^EPiVPcVAC#N%gm+LQ6VHo280.&QMiP_+"X-eQhhBaq%TeLLi>@lK!R*]+8KghAK&Ma0:+M:L-6M0YH8+NJS6:BZCc.CYWB^OEYeg;)FS_Ig6!A3[9MQhSgDDGpC5T%&9,(soV44AX%);YupA]3pOK((BA$IQ=i*RQ\0(T,X@<&+:#63R0CXgSO)C-,G3TICNPU9NN#8sUcl>1])9B@VL8V'5dUMWNqqmI&G^=mY!*\>dergDanlO7^s$BaONG1roq8,Z&R"'1ebC?GS:q:#9;gBH!R3L.oCS.<17NRn0ELq\(Y$>!otRn"1-0k0@h@g/]BH]qk$192jAIq(MO.M`:&CZ1e%*]KJH\%VXpOq67V:*T:NU-u?M40-#1iY4F,-4Q\T$Du1?\#=e.~> +endstream +endobj +15 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 14 0 R +/Annots 16 0 R +>> +endobj +16 0 obj +[ +17 0 R +18 0 R +19 0 R +20 0 R +21 0 R +22 0 R +23 0 R +24 0 R +25 0 R +26 0 R +27 0 R +] +endobj +17 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 232.344 608.466 372.012 596.466 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (mailto:solr-user@lucene.apache.org) +/S /URI >> +/H /I +>> +endobj +18 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 108.0 591.266 189.336 579.266 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (mailto:solr-user-subscribe@lucene.apache.org) +/S /URI >> +/H /I +>> +endobj +19 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 108.0 578.066 215.988 566.066 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (mailto:solr-user-unsubscribe@lucene.apache.org) +/S /URI >> +/H /I +>> +endobj +20 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 108.0 564.866 197.316 552.866 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://www.mail-archive.com/solr-user@lucene.apache.org/) +/S /URI >> +/H /I +>> +endobj +21 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 259.668 441.722 396.672 429.722 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (mailto:solr-dev@lucene.apache.org) +/S /URI >> +/H /I +>> +endobj +22 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 108.0 424.522 189.336 412.522 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (mailto:solr-dev-subscribe@lucene.apache.org) +/S /URI >> +/H /I +>> +endobj +23 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 108.0 411.322 215.988 399.322 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (mailto:solr-dev-unsubscribe@lucene.apache.org) +/S /URI >> +/H /I +>> +endobj +24 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 108.0 398.122 197.316 386.122 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://www.mail-archive.com/solr-dev@lucene.apache.org/) +/S /URI >> +/H /I +>> +endobj +25 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 294.624 296.178 403.284 284.178 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (version_control.html) +/S /URI >> +/H /I +>> +endobj +26 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 108.0 265.778 189.336 253.778 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (mailto:solr-commits-subscribe@lucene.apache.org) +/S /URI >> +/H /I +>> +endobj +27 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 108.0 252.578 215.988 240.578 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (mailto:solr-commits-unsubscribe@lucene.apache.org) +/S /URI >> +/H /I +>> +endobj +29 0 obj +<< + /Title (\376\377\0\61\0\40\0\125\0\163\0\145\0\162\0\163) + /Parent 28 0 R + /Next 30 0 R + /A 9 0 R +>> endobj +30 0 obj +<< + /Title (\376\377\0\62\0\40\0\104\0\145\0\166\0\145\0\154\0\157\0\160\0\145\0\162\0\163) + /Parent 28 0 R + /Prev 29 0 R + /Next 31 0 R + /A 11 0 R +>> endobj +31 0 obj +<< + /Title (\376\377\0\63\0\40\0\103\0\157\0\155\0\155\0\151\0\164\0\163) + /Parent 28 0 R + /Prev 30 0 R + /A 13 0 R +>> endobj +32 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F3 +/BaseFont /Helvetica-Bold +/Encoding /WinAnsiEncoding >> +endobj +33 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F5 +/BaseFont /Times-Roman +/Encoding /WinAnsiEncoding >> +endobj +34 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F1 +/BaseFont /Helvetica +/Encoding /WinAnsiEncoding >> +endobj +35 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F2 +/BaseFont /Helvetica-Oblique +/Encoding /WinAnsiEncoding >> +endobj +36 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F7 +/BaseFont /Times-Bold +/Encoding /WinAnsiEncoding >> +endobj +1 0 obj +<< /Type /Pages +/Count 2 +/Kids [6 0 R 15 0 R ] >> +endobj +2 0 obj +<< /Type /Catalog +/Pages 1 0 R + /Outlines 28 0 R + /PageMode /UseOutlines + >> +endobj +3 0 obj +<< +/Font << /F3 32 0 R /F5 33 0 R /F1 34 0 R /F2 35 0 R /F7 36 0 R >> +/ProcSet [ /PDF /ImageC /Text ] >> +endobj +9 0 obj +<< +/S /GoTo +/D [15 0 R /XYZ 85.0 659.0 null] +>> +endobj +11 0 obj +<< +/S /GoTo +/D [15 0 R /XYZ 85.0 492.256 null] +>> +endobj +13 0 obj +<< +/S /GoTo +/D [15 0 R /XYZ 85.0 325.512 null] +>> +endobj +28 0 obj +<< + /First 29 0 R + /Last 31 0 R +>> endobj +xref +0 37 +0000000000 65535 f +0000006658 00000 n +0000006723 00000 n +0000006815 00000 n +0000000015 00000 n +0000000071 00000 n +0000000588 00000 n +0000000708 00000 n +0000000747 00000 n +0000006938 00000 n +0000000882 00000 n +0000007001 00000 n +0000001019 00000 n +0000007067 00000 n +0000001156 00000 n +0000003311 00000 n +0000003434 00000 n +0000003531 00000 n +0000003719 00000 n +0000003915 00000 n +0000004113 00000 n +0000004321 00000 n +0000004508 00000 n +0000004703 00000 n +0000004900 00000 n +0000005107 00000 n +0000005281 00000 n +0000005480 00000 n +0000007133 00000 n +0000005681 00000 n +0000005802 00000 n +0000005968 00000 n +0000006102 00000 n +0000006215 00000 n +0000006325 00000 n +0000006433 00000 n +0000006549 00000 n +trailer +<< +/Size 37 +/Root 2 0 R +/Info 4 0 R +>> +startxref +7184 +%%EOF diff --git a/site/skin/CommonMessages_de.xml b/site/skin/CommonMessages_de.xml new file mode 100755 index 00000000000..682db9eacd2 --- /dev/null +++ b/site/skin/CommonMessages_de.xml @@ -0,0 +1,23 @@ + + + + Schriftgrösse: + Zuletzt veröffentlicht: + Suche: + Suche auf der Seite mit + diff --git a/site/skin/CommonMessages_en_US.xml b/site/skin/CommonMessages_en_US.xml new file mode 100755 index 00000000000..d7f3bb435ff --- /dev/null +++ b/site/skin/CommonMessages_en_US.xml @@ -0,0 +1,23 @@ + + + + Font size: + Last Published: + Search + Search the site with + diff --git a/site/skin/CommonMessages_es.xml b/site/skin/CommonMessages_es.xml new file mode 100755 index 00000000000..df0ab84baa7 --- /dev/null +++ b/site/skin/CommonMessages_es.xml @@ -0,0 +1,24 @@ + + + + Tamaño del texto: + Fecha de publicación: + Buscar + Buscar en + + diff --git a/site/skin/CommonMessages_fr.xml b/site/skin/CommonMessages_fr.xml new file mode 100755 index 00000000000..39576ab8276 --- /dev/null +++ b/site/skin/CommonMessages_fr.xml @@ -0,0 +1,23 @@ + + + + Taille : + Dernière publication : + Rechercher + Rechercher sur le site avec + diff --git a/site/skin/basic.css b/site/skin/basic.css new file mode 100755 index 00000000000..9d20036ec2d --- /dev/null +++ b/site/skin/basic.css @@ -0,0 +1,147 @@ +/* +* Copyright 2002-2005 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed 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. +*/ +/** + * General + */ + +img { border: 0; } + +#content table { + border: 0; + width: 100%; +} +/*Hack to get IE to render the table at 100%*/ +* html #content table { margin-left: -3px; } + +#content th, +#content td { + margin: 0; + padding: 0; + vertical-align: top; +} + +.clearboth { + clear: both; +} + +.frame { + border: solid black 1px; + margin: 1em 3em; +} + +.frame .label { + background: #369; + color: white; + font-weight: bold; + padding: 5px 10px; +} +.frame .content { + padding: 5px 10px; + background: #F0F0FF; + color: black; + line-height: 120%; + font-size: 90%; +} +.warning .label { + background: #C00; + color: white; +} +.warning .content { + background: #FFF0F0; + color: black; +} +.fixme .label { + background: #C6C600; +} + +/** + * Typography + */ + +body { + font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif; + font-size: 100%; +} + +#content { + font-family: Georgia, Palatino, Times, serif; + font-size: 95%; +} +#tabs { + font-size: 70%; +} +#menu { + font-size: 80%; +} +#footer { + font-size: 70%; +} + +h1, h2, h3, h4, h5, h6 { + font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; + font-weight: bold; + margin-top: 1em; + margin-bottom: .5em; +} + +h1 { + margin-top: 0; + margin-bottom: 1em; + font-size: 1.4em; +} +#content h1 { + font-size: 160%; + margin-bottom: .5em; +} +#menu h1 { + margin: 0; + padding: 10px; + background: #336699; + color: white; +} +h2 { font-size: 120%; } +h3 { font-size: 100%; } +h4 { font-size: 90%; } +h5 { font-size: 80%; } +h6 { font-size: 75%; } + +p { + line-height: 120%; + text-align: left; + margin-top: .5em; + margin-bottom: 1em; +} + +#content li, +#content th, +#content td { + line-height: 110%; + margin-top: .1em; + margin-bottom: .1em; +} + +#content .attribution { + text-align: right; + font-style: italic; + font-size: 85%; + margin-top: 1em; +} + +.codefrag { + font-family: "Courier New", Courier, monospace; + font-size: 110%; +} \ No newline at end of file diff --git a/site/skin/breadcrumbs-optimized.js b/site/skin/breadcrumbs-optimized.js new file mode 100755 index 00000000000..dbef530e999 --- /dev/null +++ b/site/skin/breadcrumbs-optimized.js @@ -0,0 +1,90 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed 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. +*/ +var PREPREND_CRUMBS=new Array(); +var link1="@skinconfig.trail.link1.name@"; +var link2="@skinconfig.trail.link2.name@"; +var link3="@skinconfig.trail.link3.name@"; +if(!(link1=="")&&!link1.indexOf( "@" ) == 0){ + PREPREND_CRUMBS.push( new Array( link1, @skinconfig.trail.link1.href@ ) ); } +if(!(link2=="")&&!link2.indexOf( "@" ) == 0){ + PREPREND_CRUMBS.push( new Array( link2, @skinconfig.trail.link2.href@ ) ); } +if(!(link3=="")&&!link3.indexOf( "@" ) == 0){ + PREPREND_CRUMBS.push( new Array( link3, @skinconfig.trail.link3.href@ ) ); } +var DISPLAY_SEPARATOR=" > "; +var DISPLAY_PREPREND=" > "; +var DISPLAY_POSTPREND=":"; +var CSS_CLASS_CRUMB="breadcrumb"; +var CSS_CLASS_TRAIL="breadcrumbTrail"; +var CSS_CLASS_SEPARATOR="crumbSeparator"; +var FILE_EXTENSIONS=new Array( ".html", ".htm", ".jsp", ".php", ".php3", ".php4" ); +var PATH_SEPARATOR="/"; + +function sc(s) { + var l=s.toLowerCase(); + return l.substr(0,1).toUpperCase()+l.substr(1); +} +function getdirs() { + var t=document.location.pathname.split(PATH_SEPARATOR); + var lc=t[t.length-1]; + for(var i=0;i < FILE_EXTENSIONS.length;i++) + { + if(lc.indexOf(FILE_EXTENSIONS[i])) + return t.slice(1,t.length-1); } + return t.slice(1,t.length); +} +function getcrumbs( d ) +{ + var pre = "/"; + var post = "/"; + var c = new Array(); + if( d != null ) + { + for(var i=0;i < d.length;i++) { + pre+=d[i]+postfix; + c.push(new Array(d[i],pre)); } + } + if(PREPREND_CRUMBS.length > 0 ) + return PREPREND_CRUMBS.concat( c ); + return c; +} +function gettrail( c ) +{ + var h=DISPLAY_PREPREND; + for(var i=0;i < c.length;i++) + { + h+=''+sc(c[i][0])+''; + if(i!=(c.length-1)) + h+=DISPLAY_SEPARATOR; } + return h+DISPLAY_POSTPREND; +} + +function gettrailXHTML( c ) +{ + var h=''+DISPLAY_PREPREND; + for(var i=0;i < c.length;i++) + { + h+=''+sc(c[i][0])+''; + if(i!=(c.length-1)) + h+=''+DISPLAY_SEPARATOR+''; } + return h+DISPLAY_POSTPREND+''; +} + +if(document.location.href.toLowerCase().indexOf("http://")==-1) + document.write(gettrail(getcrumbs())); +else + document.write(gettrail(getcrumbs(getdirs()))); + diff --git a/site/skin/breadcrumbs.js b/site/skin/breadcrumbs.js new file mode 100755 index 00000000000..52a7da795e3 --- /dev/null +++ b/site/skin/breadcrumbs.js @@ -0,0 +1,237 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed 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. +*/ +/** + * This script, when included in a html file, builds a neat breadcrumb trail + * based on its url. That is, if it doesn't contains bugs (I'm relatively + * sure it does). + * + * Typical usage: + * + */ + +/** + * IE 5 on Mac doesn't know Array.push. + * + * Implement it - courtesy to fritz. + */ +var abc = new Array(); +if (!abc.push) { + Array.prototype.push = function(what){this[this.length]=what} +} + +/* ======================================================================== + CONSTANTS + ======================================================================== */ + +/** + * Two-dimensional array containing extra crumbs to place at the front of + * the trail. Specify first the name of the crumb, then the URI that belongs + * to it. You'll need to modify this for every domain or subdomain where + * you use this script (you can leave it as an empty array if you wish) + */ +var PREPREND_CRUMBS = new Array(); + +var link1 = "@skinconfig.trail.link1.name@"; +var link2 = "@skinconfig.trail.link2.name@"; +var link3 = "@skinconfig.trail.link3.name@"; + +var href1 = "@skinconfig.trail.link1.href@"; +var href2 = "@skinconfig.trail.link2.href@"; +var href3 = "@skinconfig.trail.link3.href@"; + + if(!(link1=="")&&!link1.indexOf( "@" ) == 0){ + PREPREND_CRUMBS.push( new Array( link1, href1 ) ); + } + if(!(link2=="")&&!link2.indexOf( "@" ) == 0){ + PREPREND_CRUMBS.push( new Array( link2, href2 ) ); + } + if(!(link3=="")&&!link3.indexOf( "@" ) == 0){ + PREPREND_CRUMBS.push( new Array( link3, href3 ) ); + } + +/** + * String to include between crumbs: + */ +var DISPLAY_SEPARATOR = " > "; +/** + * String to include at the beginning of the trail + */ +var DISPLAY_PREPREND = " > "; +/** + * String to include at the end of the trail + */ +var DISPLAY_POSTPREND = ""; + +/** + * CSS Class to use for a single crumb: + */ +var CSS_CLASS_CRUMB = "breadcrumb"; + +/** + * CSS Class to use for the complete trail: + */ +var CSS_CLASS_TRAIL = "breadcrumbTrail"; + +/** + * CSS Class to use for crumb separator: + */ +var CSS_CLASS_SEPARATOR = "crumbSeparator"; + +/** + * Array of strings containing common file extensions. We use this to + * determine what part of the url to ignore (if it contains one of the + * string specified here, we ignore it). + */ +var FILE_EXTENSIONS = new Array( ".html", ".htm", ".jsp", ".php", ".php3", ".php4" ); + +/** + * String that separates parts of the breadcrumb trail from each other. + * When this is no longer a slash, I'm sure I'll be old and grey. + */ +var PATH_SEPARATOR = "/"; + +/* ======================================================================== + UTILITY FUNCTIONS + ======================================================================== */ +/** + * Capitalize first letter of the provided string and return the modified + * string. + */ +function sentenceCase( string ) +{ return string; + //var lower = string.toLowerCase(); + //return lower.substr(0,1).toUpperCase() + lower.substr(1); +} + +/** + * Returns an array containing the names of all the directories in the + * current document URL + */ +function getDirectoriesInURL() +{ + var trail = document.location.pathname.split( PATH_SEPARATOR ); + + // check whether last section is a file or a directory + var lastcrumb = trail[trail.length-1]; + for( var i = 0; i < FILE_EXTENSIONS.length; i++ ) + { + if( lastcrumb.indexOf( FILE_EXTENSIONS[i] ) ) + { + // it is, remove it and send results + return trail.slice( 1, trail.length-1 ); + } + } + + // it's not; send the trail unmodified + return trail.slice( 1, trail.length ); +} + +/* ======================================================================== + BREADCRUMB FUNCTIONALITY + ======================================================================== */ +/** + * Return a two-dimensional array describing the breadcrumbs based on the + * array of directories passed in. + */ +function getBreadcrumbs( dirs ) +{ + var prefix = "/"; + var postfix = "/"; + + // the array we will return + var crumbs = new Array(); + + if( dirs != null ) + { + for( var i = 0; i < dirs.length; i++ ) + { + prefix += dirs[i] + postfix; + crumbs.push( new Array( dirs[i], prefix ) ); + } + } + + // preprend the PREPREND_CRUMBS + if(PREPREND_CRUMBS.length > 0 ) + { + return PREPREND_CRUMBS.concat( crumbs ); + } + + return crumbs; +} + +/** + * Return a string containing a simple text breadcrumb trail based on the + * two-dimensional array passed in. + */ +function getCrumbTrail( crumbs ) +{ + var xhtml = DISPLAY_PREPREND; + + for( var i = 0; i < crumbs.length; i++ ) + { + xhtml += ''; + xhtml += unescape( crumbs[i][0] ) + ''; + if( i != (crumbs.length-1) ) + { + xhtml += DISPLAY_SEPARATOR; + } + } + + xhtml += DISPLAY_POSTPREND; + + return xhtml; +} + +/** + * Return a string containing an XHTML breadcrumb trail based on the + * two-dimensional array passed in. + */ +function getCrumbTrailXHTML( crumbs ) +{ + var xhtml = ''; + xhtml += DISPLAY_PREPREND; + + for( var i = 0; i < crumbs.length; i++ ) + { + xhtml += ''; + xhtml += unescape( crumbs[i][0] ) + ''; + if( i != (crumbs.length-1) ) + { + xhtml += '' + DISPLAY_SEPARATOR + ''; + } + } + + xhtml += DISPLAY_POSTPREND; + xhtml += ''; + + return xhtml; +} + +/* ======================================================================== + PRINT BREADCRUMB TRAIL + ======================================================================== */ + +// check if we're local; if so, only print the PREPREND_CRUMBS +if( document.location.href.toLowerCase().indexOf( "http://" ) == -1 ) +{ + document.write( getCrumbTrail( getBreadcrumbs() ) ); +} +else +{ + document.write( getCrumbTrail( getBreadcrumbs( getDirectoriesInURL() ) ) ); +} + diff --git a/site/skin/fontsize.js b/site/skin/fontsize.js new file mode 100755 index 00000000000..44a23455ac1 --- /dev/null +++ b/site/skin/fontsize.js @@ -0,0 +1,166 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed 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. +*/ +function init() +{ //embedded in the doc + //ndeSetTextSize(); +} + +function checkBrowser(){ + if (!document.getElementsByTagName){ + return true; + } + else{ + return false; + } +} + + +function ndeSetTextSize(chgsize,rs) +{ + var startSize; + var newSize; + + if (!checkBrowser) + { + return; + } + + startSize = parseInt(ndeGetDocTextSize()); + + if (!startSize) + { + startSize = 16; + } + + switch (chgsize) + { + case 'incr': + newSize = startSize + 2; + break; + + case 'decr': + newSize = startSize - 2; + break; + + case 'reset': + if (rs) {newSize = rs;} else {newSize = 16;} + break; + + default: + try{ + newSize = parseInt(ndeReadCookie("nde-textsize")); + } + catch(e){ + alert(e); + } + + if (!newSize || newSize == 'NaN') + { + newSize = startSize; + } + break; + + } + + if (newSize < 10) + { + newSize = 10; + } + + newSize += 'px'; + + document.getElementsByTagName('html')[0].style.fontSize = newSize; + document.getElementsByTagName('body')[0].style.fontSize = newSize; + + ndeCreateCookie("nde-textsize", newSize, 365); +} + +function ndeGetDocTextSize() +{ + if (!checkBrowser) + { + return 0; + } + + var size = 0; + var body = document.getElementsByTagName('body')[0]; + + if (body.style && body.style.fontSize) + { + size = body.style.fontSize; + } + else if (typeof(getComputedStyle) != 'undefined') + { + size = getComputedStyle(body,'').getPropertyValue('font-size'); + } + else if (body.currentStyle) + { + size = body.currentStyle.fontSize; + } + + //fix IE bug + if( isNaN(size)){ + if(size.substring(size.length-1)=="%"){ + return + } + + } + + return size; + +} + + + +function ndeCreateCookie(name,value,days) +{ + var cookie = name + "=" + value + ";"; + + if (days) + { + var date = new Date(); + date.setTime(date.getTime()+(days*24*60*60*1000)); + cookie += " expires=" + date.toGMTString() + ";"; + } + cookie += " path=/"; + + document.cookie = cookie; + +} + +function ndeReadCookie(name) +{ + var nameEQ = name + "="; + var ca = document.cookie.split(';'); + + + for(var i = 0; i < ca.length; i++) + { + var c = ca[i]; + while (c.charAt(0) == ' ') + { + c = c.substring(1, c.length); + } + + ctest = c.substring(0,name.length); + + if(ctest == name){ + return c.substring(nameEQ.length,c.length); + } + } + return null; +} diff --git a/site/skin/forrest.css.xslt b/site/skin/forrest.css.xslt new file mode 100755 index 00000000000..7fce39121ec --- /dev/null +++ b/site/skin/forrest.css.xslt @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + +/* ==================== aural ============================ */ + +@media aural { + h1, h2, h3, h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90 } + h1 { pitch: x-low; pitch-range: 90 } + h2 { pitch: x-low; pitch-range: 80 } + h3 { pitch: low; pitch-range: 70 } + h4 { pitch: medium; pitch-range: 60 } + h5 { pitch: medium; pitch-range: 50 } + h6 { pitch: medium; pitch-range: 40 } + li, dt, dd { pitch: medium; richness: 60 } + dt { stress: 80 } + pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 } + em { pitch: medium; pitch-range: 60; stress: 60; richness: 50 } + strong { pitch: medium; pitch-range: 60; stress: 90; richness: 90 } + dfn { pitch: high; pitch-range: 60; stress: 60 } + s, strike { richness: 0 } + i { pitch: medium; pitch-range: 60; stress: 60; richness: 50 } + b { pitch: medium; pitch-range: 60; stress: 90; richness: 90 } + u { richness: 0 } + + :link { voice-family: harry, male } + :visited { voice-family: betty, female } + :active { voice-family: betty, female; pitch-range: 80; pitch: x-high } +} + + + +a.external { + padding: 0 20px 0px 0px; + display:inline; + background-repeat: no-repeat; + background-position: center right; + background-image: url(images/external-link.gif); +} + + + + /* extra-css */ + + + + + + + diff --git a/site/skin/getBlank.js b/site/skin/getBlank.js new file mode 100755 index 00000000000..9adf96bbdca --- /dev/null +++ b/site/skin/getBlank.js @@ -0,0 +1,32 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed 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. +*/ +/** + * This script, when included in a html file and called from a form text field, will set the value of this field to "" + * if the text value is still the standard value. + * + * Typical usage: + * + * + */ + diff --git a/site/skin/getMenu.js b/site/skin/getMenu.js new file mode 100755 index 00000000000..1d9efc3c912 --- /dev/null +++ b/site/skin/getMenu.js @@ -0,0 +1,45 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed 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. +*/ +/** + * This script, when included in a html file, can be used to make collapsible menus + * + * Typical usage: + * + */ + +if (document.getElementById){ + document.write('') +} + + +function SwitchMenu(obj, thePath) +{ +var open = 'url("'+thePath + 'images/chapter_open.gif")'; +var close = 'url("'+thePath + 'images/chapter.gif")'; + if(document.getElementById) { + var el = document.getElementById(obj); + var title = document.getElementById(obj+'Title'); + + if(el.style.display != "block"){ + title.style.backgroundImage = open; + el.style.display = "block"; + }else{ + title.style.backgroundImage = close; + el.style.display = "none"; + } + }// end - if(document.getElementById) +}//end - function SwitchMenu(obj) diff --git a/site/skin/images/README.txt b/site/skin/images/README.txt new file mode 100755 index 00000000000..e0932f4a46d --- /dev/null +++ b/site/skin/images/README.txt @@ -0,0 +1 @@ +The images in this directory are used if the current skin lacks them. diff --git a/site/skin/images/add.jpg b/site/skin/images/add.jpg new file mode 100755 index 0000000000000000000000000000000000000000..06831eeb3ddf196c72e23557e0ed23ab5eebef14 GIT binary patch literal 1142 zcmex=8LQWSUGXZw=a9;-CH1opy?hi@Re9OjXnTmIP&sRNi|KfA6jNG!RuT!@9YtHw( z9erp2Zq<%rjVqhBF6#`j(Nz7-sP^lFKTm1Gh0D`qPDac0FaMRdT;F`zq?kW-W@pz% ze5s1wt~F!ht0dJ-6Wtq2zbVbV=fB~?vunDX+mkr&9obTxINM8acHwgGD`nz_>c8~X z#64k4<|uMwTb-nlGND71x8e8h0CS_Z??Mj^qF+we3cIj#)xArPJbFc z1J^&EzSnzGz5a8z`w3oY3k27{($?ztW&09(=ivnpp{KI7WqXY09TH4GKIhxFx{~WE za;gV-Un(Aaa&M}6?~U3j!7KUi>iU;l*gowzla$PHmbcrJ<^Kv-hZ^4yNZ?w%@WRrg z9hKMiif_BPt>>(?=HJZAb?S+a3uMc;RsFTId)L4BO>y9_%h9vu@!Dqx|QqvyOz9SIJ(F^=e;T^m(oCzw|lXRk=EsYqq%^ zT`d)L>*v{G>#v@6=iH9&5}xL?Y5R3H&Bwh9=Y-v2RZ~9aIrWlLlqS2Jh$?@c!KtzFq_@~|twFFteiZSS44jqO(VSv>5s zSk$Z3r4sR|%QU3V;-b@%!bJ@$Iu>ZHYFM=ZnC>fE$}45(-kf`P=H0v9*1LrwXLhOr z(Tqu+Dw97yVxO<^>3%?xVY_#66#K#toTr`}oRP~sdOKTC=ER@XAKDdr{M$Kf7M%Ki l%F17_Xw@h6ZS#V!{>|Nxc>kE literal 0 HcmV?d00001 diff --git a/site/skin/images/built-with-forrest-button.png b/site/skin/images/built-with-forrest-button.png new file mode 100755 index 0000000000000000000000000000000000000000..4a787abe4dc7831124c5a3105d328309d671654e GIT binary patch literal 1936 zcmeAS@N?(olHy`uVBq!ia0vp^5kM@@!3-or#C}}@QVJ!m5hWp+B{``KPNkVSB?{%4 zB^e5i1&PTSsS0lSMMbH_C5p!XSU`qIg48;emSp4?F%*}imZj$9IV6Hr>g5-upPn-{ z7N|%Aq{unHpt2}4J)?vn1ZWJ@wBY=-lJdkNkg=tCDTyVS`FXqD1Vn&(#K3xrQo&*h zA(^?U42FjK2B!K3Mr$wBh5%Ktmw5WRvR~q672y_j(|Vu{6yhxKh%9Dc;Q9c)(aAfd*^e>N}8ml8GDLnbh$Vh8yg>#P$;PF zC>QelbcQQ9twO^-_C801qj=2GblKSS!fj&e!5;2=cvDr4f*v|q3raa`n#2k(0Hfotk0b1J=Zc zVix-wb&f*FNxFAB>YkC+NOHE=$eo>CQlF6FW+Y*C$UweP(%~&@q>7f$#X#{A z;Q~QbwWpj0XSnm#bgimu&2m(IKJ4T((08AzspZ9!kdUPob@ zhUPNf9CfQG1}XglS^Z_=`jsLf7uek{k1Lkt=SCSE_Dw?nen%L4B7i^>@v~C&d=nR^FdJVP^0Cp33}tc?Gq$O(FfPpv_~AIPICFic;5W(Z>PHY@&p}`TbikKkV444Jk93Se-mtf*V{`vIwng zXu9Mqxh&@_YxVKtE1Q|E&EFj=C=gTZUe?$exv?(b$cHuUKkhedO?dx=U+Qq@<*v^rKUcg+uGXdSD-c1$LjDs$D3&%&n#_h{2#BhC!i@(`b;D9TORRq zdb5xI_xrb_^#0kXwa*@ycsr?PYU?avxGJe9GyUl7*!OiS zyFPrgF>;P=eC379dw#zycy~ibF5adl<@V%<|Ac&Q-%p5$abw8I1(|q!`K$Bs-$Ufi zn-NYN)w4{zw?yhbQXIC#@eD+l6OwziP6C9qB=6m^)Bp&s4|Xb_eY#M_>}{ahob-+F#617?*~$q0=_@T*^V)U2LV1m;&(&(TU%TRD_D(n) zkt5*A;KlgCw)x%rA4f%Q=dtWM=lnF0i|2Y{YvH!Kii;L@-PURI*lQP0-t8T_&{^nm zamG&RnUcY0o~~6qWBy(4eNK5~Ox(I2w%NP3-IJSYEYXC!` B3(^1p literal 0 HcmV?d00001 diff --git a/site/skin/images/chapter_open.gif b/site/skin/images/chapter_open.gif new file mode 100755 index 0000000000000000000000000000000000000000..45df44de8ea91e48602b31345b7f36c612a6438e GIT binary patch literal 49 zcmZ?wbhEHbWM^PuXkcJiy6xEi|Nj+#vM@3*Ff!;c00Bsbfr+Dqzfm%aD^i2O8UR5- B3lIPR literal 0 HcmV?d00001 diff --git a/site/skin/images/corner-imports.svg.xslt b/site/skin/images/corner-imports.svg.xslt new file mode 100755 index 00000000000..3c335b48709 --- /dev/null +++ b/site/skin/images/corner-imports.svg.xslt @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + 0 + + + + fill:; + fill:; + stroke:; + + + + + + + + + + + + + 1 + -1 + + + + + + 1 + -1 + + + + + + 0 + - + + + + + + 0 + - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/skin/images/current.gif b/site/skin/images/current.gif new file mode 100755 index 0000000000000000000000000000000000000000..fd82c082012faa682ecd4e68d2eedef9ae2e6231 GIT binary patch literal 54 zcmZ?wbhEHb + + + + + + + + + + + + + + diff --git a/site/skin/images/error.png b/site/skin/images/error.png new file mode 100755 index 0000000000000000000000000000000000000000..b4fe06e370958a866c196d686b8ce1ffd81acf3c GIT binary patch literal 1709 zcmV;e22%NnP)dvgf9JlRm%f*ED|^)zR->+Co862^^pk!u5$EP!3fjzw8XU#}8Il-2 zEI`Z*Zh{lXkg>50Py~%EL5*|HpdHu^uz_@DjRE$?+OB>2cHigy_~CiltzA2q(dY-R zE0ws?)uol-wpiR0>Zwh8gwrE{IE4kjFcsa zE<)u6=*0rOQdlXmQsSg~b2v>_e&*;)omVU%Jn>|M%;yddYu#v-EI}s0b+HN;3oue* zQpwmBX(`VSO8MC}-CeIu#fheb@BCT0%4VJ)QmWBvMb)yUR4#8pr71Q^aZ=)y#HSK3 zi^EBYPE(AO)UWyiAN=;Wkbp|%%%IeP9kb@tPsPeiHEF9Vw+tJ-#7Rk}u8!&z%Kp{@mlFk3&u$Ct;y9Gvwjj5D*FIBO$!^50-oB?3Lr$5Eqo7T}kG=xr4bXpv< z*R5s2hBg2OdwSTmay3J5pCob)Pe6dk!R?o=fVuO#q_s7>Q>ALh8Y@Tzqa&PbKSJ$w z&E#upxTXuR!K0ET*c*tT*NLtS0W6A@QMF#>Raf`zl9=%LrG z(NhYzXXUD;0X283s6e9Dd0|~m^4KvDJaG4riJ9HtH#%5 zaygn>T9_F{)I}5FE|f$7HUxB-XnqrXz$VE+aIOd*cRo4pZbnIJuD_l|_iaJMF{b2v z6}7djx&K}&m8Sc#-9!PrU_5gRxDe1l5`6!(6;Mgig`AkVPSWw?R@KtNqOJE6WwThV z+4@nHho0%-^oygxpzfTX|wxJzZvc-fOu>C=>| zWlLH7!>vTQ9Nsy0-SQ1y|IGoCW5@W#+E(;vf`}qM|Il_CZf<3SfDQp$f?ERp-nl;S z+NTw;=$B7>lP1rNXI_F=E^cP=_6LZ{%5c{5*sUA+`*Xi$P8>5giWz;mgJ)WAMvsmX z#WAaY@?#plw2I^+xCzkb{lQLarr!d9k z_v$o7%i?F%JCApceRpoAeb3$ra3{b8hy|QJc!>RN8!%Ghyr<7QhJ!~2&s)|WI_2C8 zlX+9#2cBNKd`5+_uVl4q)Ka1AW^ksWoPTt7QWr&B9mSL(CUm+3ObDbQ5M6r>eco}V zyPH{2Ou_rXE^AhFTHXDg1OV)8Y+6!n%%QwCGo>*Mc!vy7E+AWiy9vi^%ya@W1crjg z0tN47w>4ipX7%r<;#~Gh_Wc?4%W8Z$P%Xp)AHtZQ<1PX^iU#9K^J87Fg6E{OgWcAy ze`OjtOmQE$IQ}S;cbYPp{R$ccVo@xF@LXyzMb|4n8(_dYPB{Cg6VBe)X-&uF81MO7 zeoIC54K*UVy+Vi^D}^YFgdmi%H3SkLIPab7_5R>lZ+EWYIZTJA00000NkvXXu0mjf DMgv2X literal 0 HcmV?d00001 diff --git a/site/skin/images/external-link.gif b/site/skin/images/external-link.gif new file mode 100755 index 0000000000000000000000000000000000000000..ff2f7b2a0edcd149b45744fdcb0868e37143710c GIT binary patch literal 71 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 P00000NkvXXu0mjfVyU~g literal 0 HcmV?d00001 diff --git a/site/skin/images/hack.jpg b/site/skin/images/hack.jpg new file mode 100755 index 0000000000000000000000000000000000000000..f38d50fe4e87cb4ede05ce4b6f124460b77f2a0f GIT binary patch literal 743 zcmex=i3*BJ!6k`h{6D}T z$iX1OAi~Tj$iO7X$SlbC{|JKw10w@7BLfm(XJ%pJ0LrKcFfc&?GgOv|nURH6kWENf zkwJ-FL|MfMs7f5@Q$`g1tjr8-KnXQL1_q#~fqGzOGcpM(GO!prCNi@M1qv57PW)i> z{}uxePyv%5vmk>#!z=Hw)gfzchs_dwb)6~u-lc{J9p#OZ6SG*{l#7i&yEVyNe`52m z?8<(|$z{?4i%i3(tlGKv6RT2AO_XoH_ze@T4q^E^|1Do4E?duNoY48XDn;^jy+5zl z+XU5E*B@I8^sa2*)?&wgVr`M0ezaz8!s?*grt`V(_w>!37OKV~GNofv@IAJ)s`t@z z^FlA$8!_%?Z7SXJL&p2U66xZ5uJx0j=v`Qu{B@(m?4Vh@_!qo9xtn^QNZp*i{dALZZD-PQj)&8J`hMPbAhvS`-8>JA6F4^r=zKIWe^-BH${BtgXXyz|z4k0IlcQSn1w>fm t4@cY%T^+SFHFVX2^CbaS}9ZZyUVQ>#nGL-7*pWflJ-z4MzO#pq+?lJ%X literal 0 HcmV?d00001 diff --git a/site/skin/images/header_white_line.gif b/site/skin/images/header_white_line.gif new file mode 100755 index 0000000000000000000000000000000000000000..369cae8dcf2da7d30c4ed7a8781b6bdf95a022d6 GIT binary patch literal 37 pcmZ?wbh9u|6k%XwXkcLY|NsA?3y*XdfB+=Iz{JwhKa-Wg8UV|E3E%(# literal 0 HcmV?d00001 diff --git a/site/skin/images/info.png b/site/skin/images/info.png new file mode 100755 index 0000000000000000000000000000000000000000..2e53447e8c2446ea0f6a56fec811e1786e691d49 GIT binary patch literal 1320 zcmWlXZ&1?)7>7&1q8${icL>E5?6e0xt=eJLszo9c2$*4!0MS*JoAHQRSf*8T8ZdHE zdRib#rv*B$t7TU0vk_F6krFk# z{0M25qh^EI4M??m+775mn6kUQeL~QvCalpgYqHn@xlXRFsY7J;T8#q3zT}0 zu;LUag($-0k|C^~pi$aJ+k6t3L20L!v>^lo$Y9Rx2UH}^x-^6ZHrfE0PN-#QtCz1f z$hAb9uTRgoFxDjmDTUq~4U%GrF>-CTwtj@536oo*Mj+BAL(FDpH_5djlwFBglzL7_ zImJ4Y0yT+YMx>=BIuoEW@TH&(ra*%YrCmY|X|i|o6{wD~Tikw$3IUXOG{hP$UI}P` zNV`bOptuoZ-C~#(g27uJi_6d2y8*c#P~aNE3LEVTJtu+~HExxooWbm&tX?T%mZ4_8 znv4$qX=ww*Y5_<~btZ&z;;h@(_dw6OL7bDotl8-=iC<6|G$~}44$kAP9Ua1hVMbYI z(YHL_C!&vp+epy%d z_3j;s5joeyGfxrfn#PmK8C#pN@SD3&FD!}K(X#nWD%6oXH({C}Y6y*4m3X)(buAR@ z4_u-yOwl?l(jk_j&-{tbZdh$!_x1T+6Jg2bX;OMh!&bv=a;{VYmguFkd>YejL z(yTq&UT55&C3U5Wc1=z%)jo#Yy zen~|sWUbU>aWPdDk^bhLbiZ$$`@YGsl+Uv~3ilO$Jt!N&UyaY^nfEtyNxtf*>aZ0P zYs$CH`_7_B`7<&$#o^RQSmo zVQlJ$#Y0d3y_u4%5I*UAefd&)*3;{b6J4v+)5D0SPOme`?20|p-rCw|0gnzQ=TAF# z^l^V6aX8}eo%wKHvLh@tv_@JJd7i&)WJBOUUKy47jkq_-)i|*w;aVUrH|R!ZNY~pb U&-nRQwxE@~taLcd4Hh&10}nn9o^tnS&|T3i>qxFe$? f}PJadT6$68(tDnm{r-UW|L@jfU literal 0 HcmV?d00001 diff --git a/site/skin/images/label.gif b/site/skin/images/label.gif new file mode 100755 index 0000000000000000000000000000000000000000..c83a3893c5526efb52f2edab685a1b0d7a1ecc74 GIT binary patch literal 54 zcmZ?wbhEHbdhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~ fVqj#@VE_V<76vBXp8m=M4RQ+_jm%nu85yhr=NMS;ykzBV zGV@+Ib>8iG+0i+5o5%e;$DOmCbGDtGouBno)Pp@O`xkod^YDHAe&7q={KCBSjEXQs zia-R}v;dr7tR!PTU@gZjorczO*Y4(!3udEUXj^5nt6CcbI=M{9lA3*v!R*V{5Xk12*s*W`tyJQzcOyP zZ|4nGYCwl+^~R>oQ9yIziSOk@uI9c7MHdfo+O=dPhNjo`t2TAlmN1bw7PY!& zb8wiMUN#=~j?AJaqD?aaD8@$vs`?(gvBH&H+cp7{2^cJn$wdq^+uv$+z|MKKt+?hr z*QsL5i(y(cUzD}JiFa$qb^-fga2lYfPWKeWPkU;dXzH zDz+;0UGiO>WV7RjIU=PTtqnMrXIV?F-0jLxCcN%Rd*oPrek$=zU&fPf)RHo>wLjZ` v{OiZh;9_~M^1Bpx^As`Ho2BPVXIo0*@-_bK23aA9FY1)%eyY46N3#9^6k+17 literal 0 HcmV?d00001 diff --git a/site/skin/images/poddoc.png b/site/skin/images/poddoc.png new file mode 100755 index 0000000000000000000000000000000000000000..a393df7372349f6df300eacf8d62987dba6f85aa GIT binary patch literal 856 zcmV-e1E>6nP)004R> z004l5008;`004mK004C`008P>0026e000+ooVrmw00004XF*Lt006syVXTxM00006 zVoOIv0RI600RN!9r;`8x010qNS#tmY4#WTe4#WYKD-Ig~00O*8L_t(|+QpVTNE|^J z$A2fM1T`LdK8|#PiddK?TFD{e3)I2~C^izoQX5IcN=2)r5d^`Af`y%hg(!sB1jJZ~ zhhQQ2xbuN2jD|xCJ-y4!uDkAD*4y(U^S#%Bffg1Pd~Ubu+KBq}=IwO^pm2rcF!(l?9kaD>;J^+QI_c}?CwAUL!v{63b zMSwIAqZURm`P~-C@AoSl%Ul|ean#u3@mK?mz^4>(UJ5^_rrx+pOJh1dEH4pbk^qc| zxl{Vd?dDxqS8R>E@IiO~%8JU*q-C#{P-mxZ#<)zE2x%c6UoZ>}L4H2$?ZMa>l$5Az zCnqp40PXEiQ={%(Ux)d5xVqAT?1CXlpEWmw&j&3nP+JR&i!e6_d3i883OPBDoD7?r z(Ax`*jr!5wmzQj8Y$$vp9wq^w1`@Agd>pp7p{ECymW1(_Rc*9OkB?zu0%m5QzFt52 zIwONp5k!(jWwFu7;ZU_IFNgDUI6PF>PfsBw#e8aa7qYWWK9VNW%oiI-Qd5&^mWvCx zzE;=L)BgraO_f<|84UJ5lBVnKhSgPATT?+LwYI{+f%#Nf8EkDmS@Y~Q(i21YCNmR; zhoPb2F}ErzV0IP?3QYMH3+f~e}F{5Y&DV_64k;u-pUk+1@tdkX!Dz!8_URaM9J0C iRWA_nQh{&$5BdZ3oY`MtoEnh;0000 + + + + + + + + + + + + + + + + + + + + + + + + + + POD + + + diff --git a/site/skin/images/printer.gif b/site/skin/images/printer.gif new file mode 100755 index 0000000000000000000000000000000000000000..a8d0d419c905e4754d17c24314d8c1449388bfa3 GIT binary patch literal 603 zcmd6kzfTiU9KavaO05;|svuef&N~om0e_)AU1X6T8y!esYdVom<`NTSI5k=a3sciX zb73%18Em5_?_x-axdUs$VmXNZB}bC%VxwSp6_waJ)d|kVIc)zPRqeIZZsP!%PWP&!rJ{ccrcVef_824V*rcNe`YK8X6u^&TVfiYDOC!)l_wikn`gg#xkmuz4&!! zCzsZ~Q+eXo?}^E*8nm^kOS`apx&1SHP xOSk{*ch5;mUqxD8)P4*PsMYcJGhc`tpL?Kv*ou)#zg(Cser$hB&OAcs)<55`ex3jT literal 0 HcmV?d00001 diff --git a/site/skin/images/rc-b-l-15-1body-2menu-3menu.png b/site/skin/images/rc-b-l-15-1body-2menu-3menu.png new file mode 100755 index 0000000000000000000000000000000000000000..68c325f54ee2c67647ba2ba3ec5f716d1f6654fd GIT binary patch literal 377 zcmeAS@N?(olHy`uVBq!ia0vp^{2T>dW&dT*?4jeq@H7_k#R<&*a|9=ygN4hk$JH`e!HFi$yEIF&7qH6Rz_c@xfo?=cp4cP8z=gD z==_+&+SPilDWJ_i(;v4d^~a~T>WAms*Gn?o`lD)C`B3CE&~FT$ Lu6{1-oD!M6e>tvJ;=dD+a)i4z?|CbTOmpXuDA>L&bA*o^IC!qhL*s}=s82`x zLQQK9kIxI2896mFe^NfN@`Tx=D?DBdJq{~0R1ZxM$~nGZokFK|?O`EHjkR9g+(r>h i%JNef96ow*Ffbfy6O_xnP<{gFdO>_%)r2R1cVu#S$^yY zV4XR0hQyk$p@K~cjE;7BZ7lWDY+@V4;`G?KYen0hFhsNQm4&e}SXHw=;udI(2b#m+ M>FVdQ&MBb@0EbaOjsO4v literal 0 HcmV?d00001 diff --git a/site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png b/site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png new file mode 100755 index 0000000000000000000000000000000000000000..c793b1c69d4e15687c9d0eaf8c73e3b675300f00 GIT binary patch literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=g=CK)Uj~LMH3o);76yi2K%s^g z3=E|P3=FRl7#OT(FffQ0%-I!a1C(G%cl32+VA$AK^E+@dkk42gO>_%)r2R1cVuP$+u!MJ z_4W0}8yZ;d?WsHS;rV%ewgo!O90rXc3fv8>j!_d>4>TzlUtnYiwbOb2zy8=epfL=d Lu6{1-oD!M<*7`)X literal 0 HcmV?d00001 diff --git a/site/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png b/site/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png new file mode 100755 index 0000000000000000000000000000000000000000..5874e82a5d664599a32909ce2da078af78ac2c43 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=g=CK)Uj~LMH3o);76yi2K%s^g z3=E|P3=FRl7#OT(FffQ0%-I!a1C(G%cl32+VA$AK^E+@dkk42gO>_%)r2R1cVu;D-xFbI1by*&N>L#71B3DfS^|1(lxR+}IRbe=+i W#=>IPmotF|GI+ZBxvXO>_%)r2R1cVuP$+u!MJ z_4W0}8yZ;d?WsHS;rV%ewgo!O90rXc3fv8>j!_d>4>TzlUtnYiwbOb2zy8=epfL=d Lu6{1-oD!M<*7`)X literal 0 HcmV?d00001 diff --git a/site/skin/images/rc-t-r-15-1body-2menu-3menu.png b/site/skin/images/rc-t-r-15-1body-2menu-3menu.png new file mode 100755 index 0000000000000000000000000000000000000000..ffcf52b058e1f17a12bfcfcb3e725347a7506c89 GIT binary patch literal 419 zcmeAS@N?(olHy`uVBq!ia0vp^{2934jdaAI_&HJ8P)vyJon+NxyyOB%kN8x*zuC1dDR{kXRise z&8y~E_?3@Iy zZGZUSW;73LthZ#`-rp{>(gc3|ea?UQ^L2Siuis%w5)J{z9DjcQpa1ai@_e4s;OmBe ze*Bzma@K$usQQpW_Sw2irib@1a5Y!^$4y=*Db{g0{GGDDF~^UP? literal 0 HcmV?d00001 diff --git a/site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png b/site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png new file mode 100755 index 0000000000000000000000000000000000000000..6533eb61f59da53b53ddcd7e45f0b63f2682666b GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=g=CK)Uj~LMH3o);76yi2K%s^g z3=E|P3=FRl7#OT(FffQ0%-I!a1C(G%cl32+VA$AK^E+@dkk42gO>_%)r2R1cVuBP2tDy@A`+g>&r{V?XNoV;s1a84h4=s?1%Q(|1+rh^@UB5WAcxWe~niu boY7#o{7GKrXLra)ps5U=u6{1-oD!M<>wZkd literal 0 HcmV?d00001 diff --git a/site/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png b/site/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png new file mode 100755 index 0000000000000000000000000000000000000000..c0311de4b634a63748070b332b1dd9107281de22 GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=g=CK)Uj~LMH3o);76yi2K%s^g z3=E|P3=FRl7#OT(FffQ0%-I!a1C(G%cl32+VA$AK^E+@dkk42gO>_%)r2R1cVuh$9ARLQx2sLQQTIg1Iqtboo4kF!GmGPc_xtO4*59j3i`el}!%0A`@W~TXExS`tpgg%;OXk;vd$@?2>^L%PSpSa literal 0 HcmV?d00001 diff --git a/site/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png b/site/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png new file mode 100755 index 0000000000000000000000000000000000000000..6533eb61f59da53b53ddcd7e45f0b63f2682666b GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=g=CK)Uj~LMH3o);76yi2K%s^g z3=E|P3=FRl7#OT(FffQ0%-I!a1C(G%cl32+VA$AK^E+@dkk42gO>_%)r2R1cVuBP2tDy@A`+g>&r{V?XNoV;s1a84h4=s?1%Q(|1+rh^@UB5WAcxWe~niu boY7#o{7GKrXLra)ps5U=u6{1-oD!M<>wZkd literal 0 HcmV?d00001 diff --git a/site/skin/images/rc.svg.xslt b/site/skin/images/rc.svg.xslt new file mode 100755 index 00000000000..fe097eb8c00 --- /dev/null +++ b/site/skin/images/rc.svg.xslt @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + diff --git a/site/skin/images/remove.jpg b/site/skin/images/remove.jpg new file mode 100755 index 0000000000000000000000000000000000000000..8c9b9efa8fe95d823706ee9a211f34a0eb6f010a GIT binary patch literal 1251 zcmex=TL z>B-E7X2&P~a4`6jwh^=64%N$KvYWpfx`zxWxwdqUOnSC!Nz1SzY(ekLziD#x^ zN5c#+_UIeyY-pcs;P~|OA~k0Xi4!{~wTsAVnY=KnKKB0f`iUPuesXv@{Yci~8^Yz; ze$Gr6yrcD=n6CQspW#+>&)4KPoVTPS*P1y_xgl9G>4Qerv-iJzj6I!?I`hUW=Uv;# zHL>yT)$${4S$`XkoKG^9y{xuxQw?uJf!VPYKQ*7-)s9v(dui5j;p*Lw-?h_ZE}fNP znwi!fr^&uU)A`}8>{ko!=Ix#T_|WcYS)p$px382xAu?rN%}Uqp&Q)t>SDty!{&wjU zF$1}Yb2`GEzRw9aTyRJxLO(N-d%~h~3;r!CocN-C`qZPZEBp0d?V0X;_S@7qkG}EW zu$cJqO5oK~FE(#jvTvWQ_qU8sn~sKLX5RGeejKvAxN5rQtVLh$3bizMgenJ$X;1#o zkZV6ctbo!DryG5`U%cNA- z37SIO>Jn2uPEOf&tRRquW%=UskTnw*lL4j4_oQFx5`5PDln65ExUE?CQL56{W=O6>4%t1lHGeC6k3=o{392#=l uSM0X)>rLCYt$Mw3&7xT=7q(o#=zPoVy6suxF44RH-vj{rcK4+K literal 0 HcmV?d00001 diff --git a/site/skin/images/rss.png b/site/skin/images/rss.png new file mode 100755 index 0000000000000000000000000000000000000000..f0796ac886201eb43b7a15113e2deb1b32fa9a09 GIT binary patch literal 360 zcmV-u0hj)XP)1pTfh($;sL0vc}u{{{FPIw4gub**+Xunj;hMg-Rk@N{o&!^ z{r&#_{{B{et%#+@{r~@)vdh1}zle=^0GR*(m;g35HkdZcHkixXHq)$8FWQhbW?9;ba!ELWdKKV zVQ^?^V?%Flc4cyOWpXuLNbUdt06|GaK~#90Vz9#p80;8u1CXpOE?Whx%fLW2AK{k88_xIu00030{{sMfLr(Xb|5zme0000&bhz z5bnJPc@Iw>rR$Xk0NnAP0=%b=G`t?HCJ;1;sS0GUaR^Poy(d)4L1!Z`B|uSw*8!8D z1>h1*q8RGKdru$=?;A%ZB_OKlg75{_YH&hNW(a$3KZtet`*CCTW|RqnCt6&9fL-$C zDR`VAOJA7@%7*R5r%~t_!pzTQ{PyECD&+v42uz$ZeUl8ZOTM%Yg!+h+nIH~LchAyC zG1xhRv*%9Z$h&VKs1PWGgNRZBQXUX%?&{cdP2ocD!(ST!+#jwNkiW-tkatpx$iKuDWS zjlmkan~AW!xEI~IUYz>&BtH857{(?B(L3A$QGsv>7uHrX&|ttObr0cOZ8RGP9>iGh zW?Z>CgO?8P$BOj@EL+Aj1LI!1pvMp{xF|nlMi(MNrlpRA51c)0HD~J1>JbH7( z*fz2os)`p6?T2-jQQXvrT;4%gtC0&SgfvxylmLTh?0CT8?*3i4Z}>^vxCq=Vl_457 z8uA{>z{6wDAe+hI*zu$IVd@*KzOx_Q16hbz2<5t&szK8dNK^(d^O(B&9kQ7m9^1SR zf1R5}xjbKue%s33Sk|=)znq`Kn@3;8=%zjl6!U;Xl=3)o3uh}POm;hk;QLFTVS4T& zio@gBw(1E?U$};#5}??<0e3CmiTO$ylP^Du!bld&*B6kIP)Q#b9id!3)r>hIrOymP`xd*0hyA5F0Rtdmn&^ z(AIAF^ryEm`_E;F2oAh533QiH+|Y+yzAY7X^0y||7ta8M)C4T?H$3d~#Ec+Y!r@Q$ z;qn>6)bFP;zI6~?{q0bRQyfmEhD^j|AWeM?nw22KO4S2}k3K(J8&|GC zzL0}Mv$`ud-Gm^L?u5<0hT@~sizf;X5;RL-Q6**~3r$2Rwa|#lH|K-! zJXbqLQ6z+jtJ|p&kODTAfegZ0Su_KGoV_;b1KLAGIq$uZC+9sG5jkNsC3UKnRklpk za8aLUQc+eDGAE)?GAFDiY)(aeP~zi_yj$be_!rlyryjz7fr004R> z004l5008;`004mK004C`008P>0026e000+ooVrmw00004XF*Lt006O$eEU(800001 zb5ch_0Itp)=>Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01m_e01m_fl`9S#0007K zNklQ>j$aI!>~6BuS6Q;~j%&nubQBVJyz=J&@KuRzjD; zcW(vZmNxJrKpeyxg%ynaLZD)?XsFw9aUiSZ8VZG+fzrUYH*7w2ey^>)m&eCl6R*)C z%=R)sowX&(lcM0`^0IqGG2rt<`VS6F^(fg`42{LbhhyyM=(-V3aWNTYXHDf22mq(2 z!0IZnumH@>0oT`${)-DBowfmq$k1#2*6To_01OTSmzTiN5im0YjEwi0pxkefcYS?`FcOI) za+39RU|;~)-#0-7IU)dleBQ_~Gz2yi2!}nB!COS^Uf}Q$n3@725l=O*b0CUlauQfs zG1<4Y;LWU?LD?PHl9k7t-wA_?`Mj}fOG*Fq!Zx#ulu6&o$RJ{P>DS%_VhWrCUF3V*)!aYF% O0000 + + + + + + + + + + + + + + + + + + + + + + + + + + TXT + + + diff --git a/site/skin/images/update.jpg b/site/skin/images/update.jpg new file mode 100755 index 0000000000000000000000000000000000000000..beb9207336f508e1e60b2154a6292705a7317c03 GIT binary patch literal 990 zcmex=`WXCjGV$EqLPXcGp+%Z zNis4pF{2v5&dkcj0+dn`WB}@CL6QbCSy&m^1clgvCWsmRzs0}<)XOBuEXZKbu&nmZ zUEkd+zBN|q$1Ixqrz7BO-I}$>PfA|TKK6C0m9FK+cPkQQjN+DUeXu4u@MF*FfGpz| z8`AsaC+fJb;VhfwY3f*Z%PzR)$hD1?A!ldYs+8Y+P^~-c^*$2O#Z#!G>X}ouT=R2Pc+d@(I!`-o_U*_tEEUB#I-?h1ST9V+k zI{VU>v(|fR-Q8VoVYScfxqV08!yC;RNj^=v(@svZJL)?1=<1$Hzg3pkD(!u`W^Jmq zq~WGkfvK;05)NDre`1gmxMs`dZA!UZ7oHRysABC~;c?pY)vx`JQzm!&aUF{m4Rhs5 zdK>CJP0VJAle6=@^)ogG9&Fz#nj>qy%3IC8JJ*rb?aa5nealbC$aFi_cy83=n6g=U z_lkGjUv!q|+;`>nIhuN9+BOx>^4qS5`wNVpC^$^b3Q2I~6Fng)S{-w=EHJ+_>pw&4 z>sqT;#+&Tg{b{Q$r0 zcjPwoN^N?+#M#1Z;pwWy3EJV(Ic&E?RC2Z^U(MN|Em16H;~rq;EcQAajAv$N9{om-s!5r##+I#Y}qkqPB1#0`7CuktZhxU=!4ohn_gbm zlDj{ppYNW{A@7V3(=UI13-HQKP`M&)Y;@vdl5X=hrHIwv9t##XtHe!Kcxhr7`+BO# gv;PeKu`GXNFaKw_))oI_o&UPMIeaoE+5c|>0A~eb6#xJL literal 0 HcmV?d00001 diff --git a/site/skin/images/valid-html401.png b/site/skin/images/valid-html401.png new file mode 100755 index 0000000000000000000000000000000000000000..3855210c6c3c85c56f90221b3247fa664374b6bf GIT binary patch literal 2948 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 IbxsLQ074N#oB#j- literal 0 HcmV?d00001 diff --git a/site/skin/images/warning.png b/site/skin/images/warning.png new file mode 100755 index 0000000000000000000000000000000000000000..b81b2ce8a12f88ec3a4c64a910809e667cc20480 GIT binary patch literal 1215 zcmV;w1VH7dsKvk!Vn>-EJ6yV zwCFYvz63#Z5fw@Zda#RSA<;vFP*!L?BpDNvInA8C*8kSS-e=CJT~KEP!3B%8_kLL4 z@Bgjuzu3U_ajgzJvSY3teW9oSl{HhZWS{V|#1F14p?K^260|%Xb}o4LqmAX@ssdp0 zUE9>h(~J_78VifNmT%d7)c|bY(i;$zA5)*e$RT8h=H})-Up#tG+f@O;v?Wi93nmyj zfE~aIijlQ-%YLasU~${N`TCPAP68# zVDBJ4fl`8UjAi|~DI3QG0G;=3m#WP$%7iI_v4gR%0|-ONfyqJ0A>ahf1-x`%!=%a; z0odD%TTRM4)9Ojsg*+1b7c;cXY7<=ZmtPi&3{?$$ME(^f+FT2Hjew!v$jJCga`&kyke7*t94E7%E69^?x z@(}XKsSlfSw)ed?rQD@E5KerChbTW{IoGdV@d=F65Qb3%;nV>omx((Fd#DN;W1Hi} zwqFu}?OVD~eY8P+Qn#G4{-^Y;-RbWD04Glz2TU#yC#WjK()}9aVAq=~iyi-@6<;LY z+XkTJIUaN&*r)9#lwLeS=^1;Eb6>uNBZoi4p<^d7qYM;4P!fnLQ~^;y&7cYtB9!6~ zuL4-}{|-!=vrdMw$f%zBTKJ68lnXh;>e1nU!rD&5qNzYB5SVuaeL1(%za=ta?rF|O9j)JzSq8m0RY&`2UZo! z|L#EhoUJmbGnEn;*AowR&`emeUJobVhPbr@;jDY{`7eyKiH(Tss5u&@AqqPBtF~*j z>)%D@1aZ(Q3PtBuiino zSCl44DCYwxF1B9H>X|Sg3K0M4^eF)A&I360;~#y0X?{qUOU48h593svYn8J=)WDi< zN&*yOz$c}9Eu7Nlo*Mi9!MkxNQ@AS0uq@dhKq^O!~}xz;K@Xd7Y-~+5Tgkg z4;n8VKqrH)>yRyD!_v`xTg$fo_}cDk={CBt?%=_L7Y}CQKjF!DdgqtC!5i1Rxzm5QpK z2~!*=8j6+^RFjFz5M@|438BhMFucKv>1;3p-TwHTham%D8D%61LJ^iMt7uu;wz&}% zK~fJ;qBoRUaQh&XWhh(LZlSnqH_b3b)m(6g zK+=dNG@3;&+^-;m=LJ!M4B%C*Af?S^ax==QAzA<_v`7S4HpL}He-Nm8UeOD#i~wLVu%rwe1afI z+(Y0VFOHKq?)B^mK}2Y#{GWePpygL(#X+o$wPAbweFC$Gv2yh($4v7Cwy&zTbtKo@ zS6N-()=14cpC71f8JKBz_S+7fXusd+8r?r-Yq~s+)%9=Mo#%$$cR9~YzG`T@8>qGK z*j_hwKHy!W`Klw%?kC@KLIfOb?t4*F=a_#vd)D!`^$tBheQa@fZeX@^a;V|_ZNk1q z_HxHB+zX9YjJ3S(?HG%_>v&vs^W?>+HoR}+)0>Z%9+|NZ*9J$LdY=6#2)?P|(^nss We^=By_~!n}n&~UIh@aF1*7FC9)cB|X literal 0 HcmV?d00001 diff --git a/site/skin/menu.js b/site/skin/menu.js new file mode 100755 index 00000000000..1180b56a3ea --- /dev/null +++ b/site/skin/menu.js @@ -0,0 +1,50 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed 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. +*/ +/** + * This script, when included in a html file, can be used to make collapsible menus + * + * Typical usage: + * + */ + +if (document.getElementById){ + document.write('') +} + +function SwitchMenu(obj) +{ + if(document.getElementById) { + var el = document.getElementById(obj); + var title = document.getElementById(obj+'Title'); + + if(obj.indexOf("_selected_")==0&&el.style.display == ""){ + //nicolaken: doesn't work :-( + //title.style.backgroundImage = "url('images/chapter_open.gif')"; + el.style.display = "block"; + } + + if(el.style.display != "block"){ + //nicolaken: doesn't work :-( + //title.style.backgroundImage = 'url([url]images/chapter_open.gif[/url])'; + el.style.display = "block"; + }else{ + //nicolaken: doesn't work :-( + //title.style.backgroundImage = "url('images/chapter.gif')"; + el.style.display = "none"; + } + }// end - if(document.getElementById) +}//end - function SwitchMenu(obj) diff --git a/site/skin/note.txt b/site/skin/note.txt new file mode 100755 index 00000000000..d34c8db5ef4 --- /dev/null +++ b/site/skin/note.txt @@ -0,0 +1,50 @@ +Notes for developer: + +--Legend------------------- +TODO -> blocker +DONE -> blocker +ToDo -> enhancement bug +done -> enhancement bug + +--Issues------------------- +- the corner images should be rendered through svg with the header color. +-> DONE +-> ToDo: get rid of the images and use only divs! + +- the menu points should be displayed "better". +-> DONE +-- Use the krysalis-site menu approach for the overall menu display. +-> DONE +-- Use the old lenya innermenu approch to further enhance the menu . +-> DONE + +- the content area needs some attention. +-> DONE +-- introduce the heading scheme from krysalis () +-> DONE +-> ToDo: make box with round corners +-> done: make underlined with variable border height +-> ToDo: make underline with bottom round corner +-- introduce the toc for each html-page +-> DONE +-- introduce the external-link-images. +-> DONE + +- the publish note should be where now only a border is. +Like
+-> DONE +, but make it configurable. +-> DONE +- footer needs some attention +-> DONE +-- the footer do not have the color profile! Enable it! +-> DONE +-- the footer should as well contain a feedback link. +See http://issues.apache.org/eyebrowse/ReadMsg?listName=forrest-user@xml.apache.org&msgNo=71 +-> DONE + +- introduce credits alternativ location +-> DONE + +- border for published / breadtrail / menu /tab divs +-> ToDo \ No newline at end of file diff --git a/site/skin/print.css b/site/skin/print.css new file mode 100755 index 00000000000..2412f6b63c5 --- /dev/null +++ b/site/skin/print.css @@ -0,0 +1,54 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed 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. +*/ +body { + font-family: Georgia, Palatino, serif; + font-size: 12pt; + background: white; +} + +#tabs, +#menu, +#content .toc { + display: none; +} + +#content { + width: auto; + padding: 0; + float: none !important; + color: black; + background: transparent; +} + +a:link, a:visited { + color: #336699; + background: transparent; + text-decoration: underline; +} + +#top .logo { + padding: 0; + margin: 0 0 2em 0; +} + +#footer { + margin-top: 4em; +} + +acronym { + border: 0; +} \ No newline at end of file diff --git a/site/skin/profile.css b/site/skin/profile.css new file mode 100755 index 00000000000..5891188f619 --- /dev/null +++ b/site/skin/profile.css @@ -0,0 +1,156 @@ + + +/* ==================== aural ============================ */ + +@media aural { + h1, h2, h3, h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90 } + h1 { pitch: x-low; pitch-range: 90 } + h2 { pitch: x-low; pitch-range: 80 } + h3 { pitch: low; pitch-range: 70 } + h4 { pitch: medium; pitch-range: 60 } + h5 { pitch: medium; pitch-range: 50 } + h6 { pitch: medium; pitch-range: 40 } + li, dt, dd { pitch: medium; richness: 60 } + dt { stress: 80 } + pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 } + em { pitch: medium; pitch-range: 60; stress: 60; richness: 50 } + strong { pitch: medium; pitch-range: 60; stress: 90; richness: 90 } + dfn { pitch: high; pitch-range: 60; stress: 60 } + s, strike { richness: 0 } + i { pitch: medium; pitch-range: 60; stress: 60; richness: 50 } + b { pitch: medium; pitch-range: 60; stress: 90; richness: 90 } + u { richness: 0 } + + :link { voice-family: harry, male } + :visited { voice-family: betty, female } + :active { voice-family: betty, female; pitch-range: 80; pitch: x-high } +} + +a.external { + padding: 0 20px 0px 0px; + display:inline; + background-repeat: no-repeat; + background-position: center right; + background-image: url(images/external-link.gif); +} + +#top { background-color: #FFFFFF;} + +#top .header .current { background-color: #4C6C8F;} +#top .header .current a:link { color: #ffffff; } +#top .header .current a:visited { color: #ffffff; } +#top .header .current a:hover { color: #ffffff; } + +#tabs li { background-color: #E5E4D9 ;} +#tabs li a:link { color: #000000; } +#tabs li a:visited { color: #000000; } +#tabs li a:hover { color: #000000; } + +#level2tabs { background-color: #4C6C8F ;} +#level2tabs a:link { color: #ffffff; } +#level2tabs a:visited { color: #ffffff; } +#level2tabs a:hover { color: #ffffff; } + +.heading { background-color: #E5E4D9;} + +.boxed { background-color: #E5E4D9;} +.underlined_5 {border-bottom: solid 5px #E5E4D9;} +.underlined_10 {border-bottom: solid 10px #E5E4D9;} +table caption { +background-color: #E5E4D9; +color: #000000; +} + +#feedback { +color: #FFFFFF; +background: #4C6C8F; +text-align: center; +} +#feedback #feedbackto { +color: #FFFFFF; +} + +#publishedStrip { +color: #FFFFFF; +background: #4C6C8F; +} + +#publishedStrip { +color: #000000; +background: #E5E4D9; +} + +#menu .menupagetitle { background-color: #CFDCED} + +#menu { border-color: #999999;} +#menu .menupagetitle { border-color: #999999;} +#menu .menupageitemgroup { border-color: #999999;} + +#menu { background-color: #4C6C8F;} +#menu { color: #ffffff;} +#menu a:link { color: #ffffff;} +#menu a:visited { color: #ffffff;} +#menu a:hover { +background-color: #4C6C8F; +color: #ffffff;} + +#menu h1 { +color: #000000; +background-color: #cfdced; +} + +#top .searchbox { +background-color: #E5E4D9 ; +color: #000000; +} + +#menu .menupagetitle { color: #000000;} +#menu .menupageitemgroup { +background-color: #E5E4D9; +} +#menu .menupageitem { +color: #000000; +} +#menu .menupageitem a:link { color: #000000;} +#menu .menupageitem a:visited { color: #000000;} +#menu .menupageitem a:hover { +background-color: #E5E4D9; +color: #000000; +} + +body{ +background-color: #ffffff; +color: #000000; +} +a:link { color:#0000ff} +a:visited { color:#0000ff} +a:hover { color:#0000ff} + + +.ForrestTable { background-color: #ccc;} + +.ForrestTable td { background-color: #ffffff;} + +.highlight { background-color: #ffff00;} + +.fixme { border-color: #c60;} + +.note { border-color: #069;} + +.warning { border-color: #900;} + +.code { border-color: #a5b6c6;} + +#footer { background-color: #E5E4D9;} +/* extra-css */ + + p.quote { + margin-left: 2em; + padding: .5em; + background-color: #f0f0f0; + font-family: monospace; + } + + #footer a { color: #0F3660; } + #footer a:visited { color: #009999; } + \ No newline at end of file diff --git a/site/skin/profile.css.xslt b/site/skin/profile.css.xslt new file mode 100755 index 00000000000..e36da36bb26 --- /dev/null +++ b/site/skin/profile.css.xslt @@ -0,0 +1,208 @@ + + + + + + + + + + + + +#top { background-color: ;} + + + +#top .header .current { background-color: ;} +#top .header .current a:link { color: ; } +#top .header .current a:visited { color: ; } +#top .header .current a:hover { color: ; } + + + +#tabs li { background-color: ;} +#tabs li a:link { color: ; } +#tabs li a:visited { color: ; } +#tabs li a:hover { color: ; } + + + +#level2tabs { background-color: ;} +#level2tabs a:link { color: ; } +#level2tabs a:visited { color: ; } +#level2tabs a:hover { color: ; } + + + + + +.heading { background-color: ;} + + + +.boxed { background-color: ;} +.underlined_5 {border-bottom: solid 5px ;} +.underlined_10 {border-bottom: solid 10px ;} +table caption { +background-color: ; +color: ; +} + + +#feedback { +color: ; +background: ; +text-align: ; +} +#feedback #feedbackto { +color: ; +} + + + +#main .breadtrail { +background: ; +color: ; +} +#main .breadtrail a:link { color: ; } +#main .breadtrail a:visited { color: ; } +#main .breadtrail a:hover { color: ; } +#top .breadtrail { +background: ; +color: ; +} +#top .breadtrail a:link { color: ; } +#top .breadtrail a:visited { color: ; } +#top .breadtrail a:hover { color: ; } + + + +#publishedStrip { +color: ; +background: ; +} + + + +#publishedStrip { +color: ; +background: ; +} + + +#menu .menupagetitle { background-color: } + + + +#menu { border-color: ;} +#menu .menupagetitle { border-color: ;} +#menu .menupageitemgroup { border-color: ;} + + + +#menu { background-color: ;} +#menu { color: ;} +#menu a:link { color: ;} +#menu a:visited { color: ;} +#menu a:hover { +background-color: ; +color: ;} + + +#menu .menupagetitle { color: ;} +#menu .menupageitemgroup { +background-color: ; +} +#menu .menupageitem { +color: ; +} +#menu .menupageitem a:link { color: ;} +#menu .menupageitem a:visited { color: ;} +#menu .menupageitem a:hover { +background-color: ; +color: ; +} + + +#menu h1 { +color: ; +background-color: ; +} + + +#top .searchbox { +background-color: ; +color: ; +} + + + +body{ +background-color: ; +color: ; +} +a:link { color:} +a:visited { color:} +a:hover { color:} + + + + +#footer { background-color: ;} + + + + + +.highlight { background-color: ;} + + + +.fixme { border-color: ;} + + + +.note { border-color: ;} + + + +.warning { border-color: ;} + + + +.code { border-color: ;} + + + +.ForrestTable { background-color: ;} + + + +.ForrestTable td { background-color: ;} + + + + diff --git a/site/skin/screen.css b/site/skin/screen.css new file mode 100755 index 00000000000..96e71bed05c --- /dev/null +++ b/site/skin/screen.css @@ -0,0 +1,550 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed 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. +*/ +body { margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; } + +h1 { font-size : 160%; margin: 0px 0px 0px 0px; padding: 0px; } +h2 { font-size : 140%; margin: 0.9em 0px 0px 0px; padding: 0px; font-weight : bold;} +h3 { font-size : 130%; margin: 0.8em 0px 0px 0px; padding: 0px; font-weight : bold; } +.h3 { margin: 22px 0px 3px 0px; } +h4 { font-size : 120%; margin: 0.7em 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; } +.h4 { margin: 18px 0px 0px 0px; } +h4.faq { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; text-align: left; } +h5 { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; } + +/** +* table +*/ +table .title { background-color: #000000; } +.ForrestTable { + color: #ffffff; + background-color: #7099C5; + width: 100%; + font-size : 100%; + empty-cells: show; +} +table caption { + padding-left: 5px; + color: white; + text-align: left; + font-weight: bold; + background-color: #000000; +} +.ForrestTable td { + color: black; + background-color: #f0f0ff; +} +.ForrestTable th { text-align: center; } +/** + * Page Header + */ + +#top { + position: relative; + float: left; + width: 100%; + background: #294563; /* if you want a background in the header, put it here */ +} + +#top .breadtrail { + background: #CFDCED; + color: black; + border-bottom: solid 1px white; + padding: 3px 10px; + font-size: 75%; +} +#top .breadtrail a { color: black; } + +#top .header { + float: left; + width: 100%; + background: url("images/header_white_line.gif") repeat-x bottom; +} + +#top .grouplogo { + padding: 7px 0 10px 10px; + float: left; + text-align: left; +} +#top .projectlogo { + padding: 7px 0 10px 10px; + float: left; + width: 33%; + text-align: right; +} +#top .projectlogoA1 { + padding: 7px 0 10px 10px; + float: right; +} +html>body #top .searchbox { + bottom: 0px; +} +#top .searchbox { + position: absolute; + right: 10px; + height: 42px; + font-size: 70%; + white-space: nowrap; + text-align: right; + color: white; + background-color: #000000; + z-index:0; + background-image: url(images/rc-t-l-5-1header-2searchbox-3searchbox.png); + background-repeat: no-repeat; + background-position: top left; + bottom: -1px; /* compensate for IE rendering issue */ +} + +#top .searchbox form { + padding: 5px 10px; + margin: 0; +} +#top .searchbox p { + padding: 0 0 2px 0; + margin: 0; +} +#top .searchbox input { + font-size: 100%; +} + +#tabs { + clear: both; + padding-left: 10px; + margin: 0; + list-style: none; +} +/* background: #CFDCED url("images/tab-right.gif") no-repeat right top;*/ +#tabs li { + float: left; + background-image: url(images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png); + background-repeat: no-repeat; + background-position: top right; + background-color: #000000; + margin: 0 3px 0 0; + padding: 0; +} + +/*background: url("images/tab-left.gif") no-repeat left top;*/ +#tabs li a { + float: left; + display: block; + font-family: verdana, arial, sans-serif; + text-decoration: none; + color: black; + white-space: nowrap; + background-image: url(images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png); + background-repeat: no-repeat; + background-position: top left; + padding: 5px 15px 4px; + width: .1em; /* IE/Win fix */ +} + +#tabs > li a { width: auto; } /* Rest of IE/Win fix */ + +/* Commented Backslash Hack hides rule from IE5-Mac \*/ +#tabs a { float: none; } +/* End IE5-Mac hack */ + +#top .header .current { + background-color: #4C6C8F; + background-image: url(images/rc-t-r-5-1header-2tab-selected-3tab-selected.png); + background-repeat: no-repeat; + background-position: top right; +} +#top .header .current a { + font-weight: bold; + padding-bottom: 5px; + color: white; + background-image: url(images/rc-t-l-5-1header-2tab-selected-3tab-selected.png); + background-repeat: no-repeat; + background-position: top left; +} +#publishedStrip { + padding-right: 10px; + padding-left: 20px; + padding-top: 3px; + padding-bottom:3px; + color: #ffffff; + font-size : 60%; + font-weight: bold; + background-color: #4C6C8F; + text-align:right; +} + +#level2tabs { +margin: 0; +float:left; +position:relative; +} + +/* +* border-top: solid #4C6C8F 15px; +*/ +#main { + position: relative; + background: white; + clear:both; +} +#main .breadtrail { + clear:both; + position: relative; + background: #CFDCED; + color: black; + border-bottom: solid 1px black; + border-top: solid 1px black; + padding: 0px 180px; + font-size: 75%; + z-index:10; +} +/** +* Round corner +*/ +#roundtop { + background-image: url(images/rc-t-r-15-1body-2menu-3menu.png); + background-repeat: no-repeat; + background-position: top right; +} + +#roundbottom { + background-image: url(images/rc-b-r-15-1body-2menu-3menu.png); + background-repeat: no-repeat; + background-position: top right; +} + +img.corner { + width: 15px; + height: 15px; + border: none; + display: block !important; +} + +.roundtopsmall { + background-image: url(images/rc-t-r-5-1header-2searchbox-3searchbox.png); + background-repeat: no-repeat; + background-position: top right; +} + +#roundbottomsmall { + background-image: url(images/rc-b-r-5-1header-2tab-selected-3tab-selected.png); + background-repeat: no-repeat; + background-position: top right; +} + +img.cornersmall { + width: 5px; + height: 5px; + border: none; + display: block !important; +} +/** + * Side menu + */ +#menu a { font-weight: normal;} +#menu a:visited { font-weight: normal; } +#menu a:active { font-weight: normal; } +#menu a:hover { font-weight: normal; } + +#menuarea { width:10em;} +#menu { + position: relative; + float: left; + width: 160px; + padding-top: 0px; + top:-18px; + left:10px; + z-index: 20; + background-color: #f90; + font-size : 70%; +} + +.menutitle { + cursor:pointer; + padding: 3px 12px; + margin-left: 10px; + background-image: url('images/chapter.gif'); + background-repeat: no-repeat; + background-position: center left; + font-weight : bold; +} + +#menu .menuitemgroup { + margin: 0px 0px 6px 8px; + padding: 0px; + font-weight : bold; } + +#menu .selectedmenuitemgroup{ + margin: 0px 0px 6px 8px; + padding: 0px; + font-weight : bold; } + +#menu .menuitem { + padding: 0px 0px 2px 12px; + background-image: url('images/page.gif'); + background-repeat: no-repeat; + background-position: center left; + font-weight : normal; + margin-left: 10px; +} + +#menu .menupage { + margin: 5px 0px 5px 10px; + padding: 0px 3px 0px 12px; + background-image: url('images/current.gif'); + background-repeat: no-repeat; + background-position: top left; + font-style : normal; +} +#menu .menupagetitle { + padding: 0px 0px 0px 6px; + font-style : normal; + border-style: solid; + border-width: 1px; + margin-right: 10px; +} +#menu .menupageitemgroup { + padding: 3px 0px 4px 6px; + font-style : normal; + border-bottom: 1px solid ; + border-left: 1px solid ; + border-right: 1px solid ; + margin-right: 10px; +} +#menu .menupageitem { + font-style : normal; + font-weight : normal; + border-width: 0px; + font-size : 90%; +} +#menu #credit { + text-align: center; +} +#menu #credit2 { + text-align: center; + padding: 3px 3px 3px 3px; + background-color: #ffffff; +} +#menu .searchbox { + text-align: center; +} +#menu .searchbox form { + padding: 3px 3px; + margin: 0; +} +#menu .searchbox input { + font-size: 100%; +} + +#content { + padding: 20px 20px 20px 180px; + margin: 0; + font : small Verdana, Helvetica, sans-serif; + font-size : 80%; +} + +#content ul { + margin: 0; + padding: 0 25px; +} +#content li { + padding: 0 5px; +} +#feedback { + color: black; + background: #CFDCED; + text-align:center; + margin-top: 5px; +} +#feedback #feedbackto { + font-size: 90%; + color: black; +} +#footer { + clear: both; + position: relative; /* IE bugfix (http://www.dracos.co.uk/web/css/ie6floatbug/) */ + width: 100%; + background: #CFDCED; + border-top: solid 1px #4C6C8F; + color: black; +} +#footer .copyright { + position: relative; /* IE bugfix cont'd */ + padding: 5px; + margin: 0; + width: 45%; +} +#footer .lastmodified { + position: relative; /* IE bugfix cont'd */ + float: right; + width: 45%; + padding: 5px; + margin: 0; + text-align: right; +} +#footer a { color: white; } + +#footer #logos { + text-align: left; +} + + +/** + * Misc Styles + */ + +acronym { cursor: help; } +.boxed { background-color: #a5b6c6;} +.underlined_5 {border-bottom: solid 5px #4C6C8F;} +.underlined_10 {border-bottom: solid 10px #4C6C8F;} +/* ==================== snail trail ============================ */ + +.trail { + position: relative; /* IE bugfix cont'd */ + font-size: 70%; + text-align: right; + float: right; + margin: -10px 5px 0px 5px; + padding: 0; +} + +#motd-area { + position: relative; /* IE bugfix cont'd */ + float: right; + width: 35%; + background-color: #f0f0ff; + border-top: solid 1px #4C6C8F; + border-bottom: solid 1px #4C6C8F; + margin-bottom: 15px; + margin-left: 15px; + margin-right: 10%; + padding-bottom: 5px; + padding-top: 5px; +} + +#minitoc-area { + border-top: solid 1px #4C6C8F; + border-bottom: solid 1px #4C6C8F; + margin-bottom: 15px; + margin-left: 15px; + margin-right: 10%; + padding-bottom: 5px; + padding-top: 5px; +} +.minitoc { + list-style-image: url('images/current.gif'); + font-weight: normal; +} + +li p { + margin: 0; + padding: 0; +} + +.pdflink { + position: relative; /* IE bugfix cont'd */ + float: right; + margin: 0px 5px; + padding: 0; +} +.pdflink br { + margin-top: -10px; + padding-left: 1px; +} +.pdflink a { + display: block; + font-size: 70%; + text-align: center; + margin: 0; + padding: 0; +} + +.pdflink img { + display: block; + height: 16px; + width: 16px; +} +.xmllink { + position: relative; /* IE bugfix cont'd */ + float: right; + margin: 0px 5px; + padding: 0; +} +.xmllink br { + margin-top: -10px; + padding-left: 1px; +} +.xmllink a { + display: block; + font-size: 70%; + text-align: center; + margin: 0; + padding: 0; +} + +.xmllink img { + display: block; + height: 16px; + width: 16px; +} +.podlink { + position: relative; /* IE bugfix cont'd */ + float: right; + margin: 0px 5px; + padding: 0; +} +.podlink br { + margin-top: -10px; + padding-left: 1px; +} +.podlink a { + display: block; + font-size: 70%; + text-align: center; + margin: 0; + padding: 0; +} + +.podlink img { + display: block; + height: 16px; + width: 16px; +} + +.printlink { + float: right; +} +.printlink br { + margin-top: -10px; + padding-left: 1px; +} +.printlink a { + display: block; + font-size: 70%; + text-align: center; + margin: 0; + padding: 0; +} +.printlink img { + display: block; + height: 16px; + width: 16px; +} + +p.instruction { + display: list-item; + list-style-image: url('../images/instruction_arrow.png'); + list-style-position: outside; + margin-left: 2em; +} \ No newline at end of file diff --git a/site/skin/skinconf.xsl b/site/skin/skinconf.xsl new file mode 100755 index 00000000000..4a2164408cc --- /dev/null +++ b/site/skin/skinconf.xsl @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/tutorial.html b/site/tutorial.html new file mode 100755 index 00000000000..559d4216a8a --- /dev/null +++ b/site/tutorial.html @@ -0,0 +1,157 @@ + + + + + + + +Solr tutorial + + + + + + + + + +
+ +
+ + + + +
+
+
+
+
+ +
+
+ +   +
+ +
+ +

Solr tutorial

+
+ +
+ + + +

Requirements

+
+
    + +
  1. Java 1.5, from + Sun, + IBM, or + BEA. +
  2. + +
  3. A servlet container such as Apache's Tomcat +5.5.
  4. + +
  5. On Win32, cygwin, for +shell support. (If you plan to use Subversion on Win32, be sure to select the subversion package when you install, in the "Devel" category.)
  6. + +
+
+ + + + +
+
 
+
+ + + diff --git a/site/tutorial.pdf b/site/tutorial.pdf new file mode 100755 index 00000000000..191f3216b88 --- /dev/null +++ b/site/tutorial.pdf @@ -0,0 +1,222 @@ +%PDF-1.3 +%ª«¬­ +4 0 obj +<< /Type /Info +/Producer (FOP 0.20.5) >> +endobj +5 0 obj +<< /Length 358 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gaua8]i)a%%**QVKuS4"fM3-Y,N\.)#5&0/Tlo)EV/bh2E4e>VR]B_#!.1sMqY9;#/Mt(Hjrb&mTGtngZXt2c9E7:a!V9\L$]]L8J_n:K[^)Hn_4=QUfou5q\#ujF)16s`51:4%M0=Lo74@`tK$a1'B**^;/$htJYAN`&mtWES5k&!Li%b:(@%f28O[dMYd:7J@rG%@jesZK5bZGV[j+O;+`&o$\jOD)2B#elnj4FK9W!J9#3#j5q1XN?B[Kr@df@b,EUadcqS05[o8MJJQVT'_FiQ&@\SWE)`QR&;gS +endstream +endobj +6 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 5 0 R +/Annots 7 0 R +>> +endobj +7 0 obj +[ +8 0 R +] +endobj +8 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 102.0 559.666 176.66 547.666 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 9 0 R +/H /I +>> +endobj +10 0 obj +<< /Length 927 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gat%!?#SI?'Rf_Z5^QWa[1k;3r7Gh&eOnqX#8##qY@H7-G2HDV&8pnbBSE%Kf-:r0?"KqjB.TRf_m4YBEr=pSY#aGcSro`;^$=\SnM?LEG>dVhD<+$Vb<,2%Fr!XoDE-3ZCD&\X`5gU^Z#kgWJS'"+Q*hd+uI\0JbN\4H>F7uP>S#k*i?.@CbqLaq9-^Ai\GI<;]3RR^e$!\%,d`4>TZm)J3t^&A1U]E=p_@"SId84b^/VkE1kY@-J(*`bY1m3=eSKlVjT-18h5/#?Dk-+r`kGnW$3d(e4CsgM]iH_%u5_">T>F_IpuHbZp%r0BU@K46aOSf6SF-&E7B4PIdEnej&UW\rk/:nIUtsh`e%!]2RLV%Q<:[Lg$Z%W5B,&:*&'XnCq&&/a*6Vd+.E/W_tZm;e9UJcpj-f"g,g@JcL0jlm7[W$3_qmLC'2dVV4j87cPp.jRIQ`j&bG_hZhF'VqN.FugGc1-7-e@WSs@UobY*)l4@"7s`!6$U]'u/s93mLhE)oq\RcbLda9^=oYBlu8:Yte;CV;F`%R6Kp0k3a_m\c#u6jT8h8aU*.ir8.!H+.0Zi`J[o&iI'GZSXnjgVVcGPXm>oIo-g%7!h_SiLYA5-nJ;q6582O:%j6)H9VU#jsd1'^L4R&1-rc.e#cbgGkR)OR5Wq!rHCL5WaK906QaF3eM7mUUc`ZKA/$IOk\YidgGkV`+Ibr0~> +endstream +endobj +11 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 10 0 R +/Annots 12 0 R +>> +endobj +12 0 obj +[ +13 0 R +14 0 R +15 0 R +16 0 R +17 0 R +] +endobj +13 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 179.652 633.666 198.324 621.666 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://java.sun.com/j2se/downloads.html) +/S /URI >> +/H /I +>> +endobj +14 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 204.324 633.666 226.992 621.666 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://www-106.ibm.com/developerworks/java/jdk/) +/S /URI >> +/H /I +>> +endobj +15 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 245.988 633.666 269.988 621.666 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://www.bea.com/jrockit/) +/S /URI >> +/H /I +>> +endobj +16 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 286.776 620.466 323.436 608.466 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://jakarta.apache.org/tomcat/) +/S /URI >> +/H /I +>> +endobj +17 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 164.328 607.266 199.656 595.266 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://www.cygwin.com/) +/S /URI >> +/H /I +>> +endobj +19 0 obj +<< + /Title (\376\377\0\61\0\40\0\122\0\145\0\161\0\165\0\151\0\162\0\145\0\155\0\145\0\156\0\164\0\163) + /Parent 18 0 R + /A 9 0 R +>> endobj +20 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F3 +/BaseFont /Helvetica-Bold +/Encoding /WinAnsiEncoding >> +endobj +21 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F5 +/BaseFont /Times-Roman +/Encoding /WinAnsiEncoding >> +endobj +22 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F1 +/BaseFont /Helvetica +/Encoding /WinAnsiEncoding >> +endobj +23 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F2 +/BaseFont /Helvetica-Oblique +/Encoding /WinAnsiEncoding >> +endobj +24 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F7 +/BaseFont /Times-Bold +/Encoding /WinAnsiEncoding >> +endobj +1 0 obj +<< /Type /Pages +/Count 2 +/Kids [6 0 R 11 0 R ] >> +endobj +2 0 obj +<< /Type /Catalog +/Pages 1 0 R + /Outlines 18 0 R + /PageMode /UseOutlines + >> +endobj +3 0 obj +<< +/Font << /F3 20 0 R /F5 21 0 R /F1 22 0 R /F2 23 0 R /F7 24 0 R >> +/ProcSet [ /PDF /ImageC /Text ] >> +endobj +9 0 obj +<< +/S /GoTo +/D [11 0 R /XYZ 85.0 659.0 null] +>> +endobj +18 0 obj +<< + /First 19 0 R + /Last 19 0 R +>> endobj +xref +0 25 +0000000000 65535 f +0000003639 00000 n +0000003704 00000 n +0000003796 00000 n +0000000015 00000 n +0000000071 00000 n +0000000520 00000 n +0000000640 00000 n +0000000665 00000 n +0000003919 00000 n +0000000799 00000 n +0000001818 00000 n +0000001941 00000 n +0000001996 00000 n +0000002189 00000 n +0000002390 00000 n +0000002571 00000 n +0000002758 00000 n +0000003982 00000 n +0000002934 00000 n +0000003083 00000 n +0000003196 00000 n +0000003306 00000 n +0000003414 00000 n +0000003530 00000 n +trailer +<< +/Size 25 +/Root 2 0 R +/Info 4 0 R +>> +startxref +4033 +%%EOF diff --git a/site/version_control.html b/site/version_control.html new file mode 100755 index 00000000000..88622bf2255 --- /dev/null +++ b/site/version_control.html @@ -0,0 +1,191 @@ + + + + + + + +Solr Version Control System + + + + + + + + + +
+ +
+ + + + +
+
+
+
+
+ +
+
+ +   +
+ +
+ +

Solr Version Control System

+ + + + +

Overview

+
+

+ The Solr source code resides in the Apache Subversion (SVN) repository. + The command-line SVN client can be obtained here or as an optional package for cygwin. + The TortoiseSVN GUI client for Windows can be obtained here. There + are also SVN plugins available for older versions of Eclipse and + IntelliJ IDEA that don't have subversion support already included. +

+
+ + + +

Web Access (read-only)

+
+

+ The source code can be browsed via the Web at + http://svn.apache.org/viewcvs.cgi/incubator/solr/. + No SVN client software is required. +

+
+ + + +

Anonymous Access (read-only)

+
+

+ The SVN URL for anonymous users is + http://svn.apache.org/repos/asf/incubator/solr/. + Instructions for anonymous SVN access are + here. +

+
+ + + +

Committer Access (read-write)

+
+

+ The SVN URL for committers is + https://svn.apache.org/repos/asf/incubator/solr/. + Instructions for committer SVN access are + here. +

+
+ + +
+
 
+
+ + + diff --git a/site/version_control.pdf b/site/version_control.pdf new file mode 100755 index 00000000000..48a91dc2ab0 --- /dev/null +++ b/site/version_control.pdf @@ -0,0 +1,384 @@ +%PDF-1.3 +%ª«¬­ +4 0 obj +<< /Type /Info +/Producer (FOP 0.20.5) >> +endobj +5 0 obj +<< /Length 506 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gb!$C4`>s,&;GCX`JlRi[128.9VQ._;H6$Mcu^DK,Y3Gaj!Spl0LG>S^]Xpg68Im.)MYeFgQ-6TMNCh>_USOh^@bJ/Hf,f<)qUB_IJ6]\AZsXJ5`"10GdVN3/?%M5lWm9N+C?d@kr?$<,C6&Vj33hcNN^TcVg6SBf#0(?nn^)o:"?AYHVUEP!_^i6oLJh4+abI(a8%=[Zk6#6MaRA;VP)&k?]YLaLuJe80M65`kG#+PV77Kk5KQgn48]*TV[q,?Tj`FES^5-?#.l!;64niX\0+8*J`KWe0@!6Q)SJlPUR4LOZODgIL6@WaiZiUe_7l,pG,L:5XXGD@U)8Y48pB%nds[P:nPU(dPY!C3&;Ok]WSSn_Ff_kgEp2=_0lMCDiYuFT^Ar\A1a`~> +endstream +endobj +6 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 5 0 R +/Annots 7 0 R +>> +endobj +7 0 obj +[ +8 0 R +10 0 R +12 0 R +14 0 R +] +endobj +8 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 102.0 559.666 157.316 547.666 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 9 0 R +/H /I +>> +endobj +10 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 102.0 541.466 226.616 529.466 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 11 0 R +/H /I +>> +endobj +12 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 102.0 523.266 262.628 511.266 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 13 0 R +/H /I +>> +endobj +14 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 102.0 505.066 259.292 493.066 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 15 0 R +/H /I +>> +endobj +16 0 obj +<< /Length 1701 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gatm<9lo&I&A@C2i)]__L]@I)o]EZla-f]V7Z)8cH_;cZifkW$P*/<7^'fBuBorm*HSQ6B&FfD\ipC3K:\2^,I.CcV;:"tfS*7V=1&Y0W^.1`&-Gs2>I3]K`U)%aEJH(>QT5U*mbSDI^aC=_ljO8K3I;fMA$g+LH7Fi,;J:EMW>D3O0*AZN8^TSKf-9&Sj\bb=tAVW6+?B]l[r,Y;jQ+J,RUUHhej"t?gT[bbH$0.;uY!L@3E%?;,9k4[X<0EYHY4c"S^(&U*NNssnQVhWIim`?.0^A$X#kch0;/n%;B3Q-o(^EeOjY#4!)ZkjCOttT@3KdP,g8kT]Nj&nYs`E#f;N;((@>'B(FhKi[<,/!<828O/oQn4D'Il&JE:L*>FdQ%1!$RlP%BmNSqY4ldj;3/BH^Kc)MfPhN:MB,gS+Q0(c&n3g[UXJ)@47=*Ybj%qngE:;;n"`:h,5TfRirL4N!360(hAI#sEoL/3]n!PU,e^+gYH)]'`[=RQUc:Xp4q3b51UV;h:BcM!K!R[sc6=@;qX!9SO30r)`1Xs(E!oZ?2p@M6Q?Lk80+nA%XOCGd4Bq:k^j,-UCCKs1G^AMC']UKNMi8?f_mk%k(f0*AXc.h[[uc]1Ha_T>fTbSc@-?jY;+:q4.Q"Ef9Q^E7YghOW.MatC3$^3Nh,_[UZ9[p+8\%p=9T)iJQ(`u.p.&CbrB%kX,WX_9iZMnWdXkQ*=LJq2NYUKa2.kg9kng?HQ;m#?[j0-V1Nanp,UWlm\0:)?IpjR[=GjH!J`7hd$\sb?^dB[7DD8WT(M?Um";3%^)E\C6NtXWKV(k_/+&XOg]jI;@>CR_Do5&^S>_Qjds4h/IfbA>>2?U)^!T46^oJ1!#u=3mc,CZk+b>%B,Ibfrn.&T,.r=BCAmn18]n/U44K;X8b]kafEL-%V-Efu+]RVUi-RXImM73KF#H +endstream +endobj +17 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 16 0 R +/Annots 18 0 R +>> +endobj +18 0 obj +[ +19 0 R +20 0 R +21 0 R +22 0 R +23 0 R +24 0 R +25 0 R +26 0 R +27 0 R +28 0 R +29 0 R +] +endobj +19 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 300.612 629.666 389.604 617.666 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://subversion.tigris.org/) +/S /URI >> +/H /I +>> +endobj +20 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 224.976 616.466 245.628 604.466 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://subversion.tigris.org/project_packages.html) +/S /URI >> +/H /I +>> +endobj +21 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 390.588 616.466 425.916 604.466 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://www.cygwin.com/) +/S /URI >> +/H /I +>> +endobj +22 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 288.288 603.266 308.94 591.266 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://tortoisesvn.tigris.org/) +/S /URI >> +/H /I +>> +endobj +23 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 145.992 590.066 181.32 578.066 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://subclipse.tigris.org/) +/S /URI >> +/H /I +>> +endobj +24 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 204.648 590.066 269.64 578.066 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://svnup.tigris.org/) +/S /URI >> +/H /I +>> +endobj +25 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 90.0 524.532 324.312 512.532 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://svn.apache.org/viewcvs.cgi/incubator/solr/) +/S /URI >> +/H /I +>> +endobj +26 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 279.648 472.198 500.292 460.198 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://svn.apache.org/repos/asf/incubator/solr/) +/S /URI >> +/H /I +>> +endobj +27 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 303.288 458.998 323.94 446.998 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://www.apache.org/dev/version-control.html#anon-svn) +/S /URI >> +/H /I +>> +endobj +28 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 250.656 406.664 475.968 394.664 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (https://svn.apache.org/repos/asf/incubator/solr/) +/S /URI >> +/H /I +>> +endobj +29 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 237.624 393.464 258.276 381.464 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A << /URI (http://www.apache.org/dev/version-control.html#https-svn) +/S /URI >> +/H /I +>> +endobj +31 0 obj +<< + /Title (\376\377\0\61\0\40\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167) + /Parent 30 0 R + /Next 32 0 R + /A 9 0 R +>> endobj +32 0 obj +<< + /Title (\376\377\0\62\0\40\0\127\0\145\0\142\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\157\0\156\0\154\0\171\0\51) + /Parent 30 0 R + /Prev 31 0 R + /Next 33 0 R + /A 11 0 R +>> endobj +33 0 obj +<< + /Title (\376\377\0\63\0\40\0\101\0\156\0\157\0\156\0\171\0\155\0\157\0\165\0\163\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\157\0\156\0\154\0\171\0\51) + /Parent 30 0 R + /Prev 32 0 R + /Next 34 0 R + /A 13 0 R +>> endobj +34 0 obj +<< + /Title (\376\377\0\64\0\40\0\103\0\157\0\155\0\155\0\151\0\164\0\164\0\145\0\162\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\167\0\162\0\151\0\164\0\145\0\51) + /Parent 30 0 R + /Prev 33 0 R + /A 15 0 R +>> endobj +35 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F3 +/BaseFont /Helvetica-Bold +/Encoding /WinAnsiEncoding >> +endobj +36 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F5 +/BaseFont /Times-Roman +/Encoding /WinAnsiEncoding >> +endobj +37 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F1 +/BaseFont /Helvetica +/Encoding /WinAnsiEncoding >> +endobj +38 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F2 +/BaseFont /Helvetica-Oblique +/Encoding /WinAnsiEncoding >> +endobj +39 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F7 +/BaseFont /Times-Bold +/Encoding /WinAnsiEncoding >> +endobj +1 0 obj +<< /Type /Pages +/Count 2 +/Kids [6 0 R 17 0 R ] >> +endobj +2 0 obj +<< /Type /Catalog +/Pages 1 0 R + /Outlines 30 0 R + /PageMode /UseOutlines + >> +endobj +3 0 obj +<< +/Font << /F3 35 0 R /F5 36 0 R /F1 37 0 R /F2 38 0 R /F7 39 0 R >> +/ProcSet [ /PDF /ImageC /Text ] >> +endobj +9 0 obj +<< +/S /GoTo +/D [17 0 R /XYZ 85.0 659.0 null] +>> +endobj +11 0 obj +<< +/S /GoTo +/D [17 0 R /XYZ 85.0 567.066 null] +>> +endobj +13 0 obj +<< +/S /GoTo +/D [17 0 R /XYZ 85.0 501.532 null] +>> +endobj +15 0 obj +<< +/S /GoTo +/D [17 0 R /XYZ 85.0 435.998 null] +>> +endobj +30 0 obj +<< + /First 31 0 R + /Last 34 0 R +>> endobj +xref +0 40 +0000000000 65535 f +0000006977 00000 n +0000007042 00000 n +0000007134 00000 n +0000000015 00000 n +0000000071 00000 n +0000000668 00000 n +0000000788 00000 n +0000000834 00000 n +0000007257 00000 n +0000000969 00000 n +0000007320 00000 n +0000001106 00000 n +0000007386 00000 n +0000001243 00000 n +0000007452 00000 n +0000001380 00000 n +0000003174 00000 n +0000003297 00000 n +0000003394 00000 n +0000003577 00000 n +0000003781 00000 n +0000003957 00000 n +0000004140 00000 n +0000004321 00000 n +0000004498 00000 n +0000004698 00000 n +0000004899 00000 n +0000005107 00000 n +0000005309 00000 n +0000007518 00000 n +0000005519 00000 n +0000005658 00000 n +0000005891 00000 n +0000006160 00000 n +0000006421 00000 n +0000006534 00000 n +0000006644 00000 n +0000006752 00000 n +0000006868 00000 n +trailer +<< +/Size 40 +/Root 2 0 R +/Info 4 0 R +>> +startxref +7569 +%%EOF diff --git a/site/who.html b/site/who.html new file mode 100755 index 00000000000..a07383935db --- /dev/null +++ b/site/who.html @@ -0,0 +1,174 @@ + + + + + + + +Who We Are + + + + + + + + + +
+ +
+ + + + +
+
+
+
+
+ +
+
+ +   +
+ +
+ +

Who We Are

+ + + +

Solr Committers (in alphabetical order)

+
+
    + +
  • Bill Au
  • + +
  • Doug Cutting
  • + +
  • Otis Gospodnetić
  • + +
  • Erik Hatcher
  • + +
  • Chris Hostetter
  • + +
  • Yonik Seeley
  • + +
  • Yoav Shapira
  • + +
+
+ + + +

Incubation Mentors

+
+
    + +
  • Doug Cutting
  • + +
  • Erik Hatcher
  • + +
  • Ian Holsman
  • + +
+
+ + +
+
 
+
+ + + diff --git a/site/who.pdf b/site/who.pdf new file mode 100755 index 00000000000..ab61b7602b9 --- /dev/null +++ b/site/who.pdf @@ -0,0 +1,179 @@ +%PDF-1.3 +%ª«¬­ +4 0 obj +<< /Type /Info +/Producer (FOP 0.20.5) >> +endobj +5 0 obj +<< /Length 435 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gatm64`A1k'\r:1hAD!YreP&$$S#%)Ff;O_:cb!%O@UOlNbR$nho$XR=Qk8k`+Qi/cZct"9HN@*BSJ4^1;Ul382+in!kA799STl9_hdDaO?<5.Q^&H)!u9kq,$jK,PTVSbY5VI*"l4*=+YkR5jc"\=-`(qt@OG@2^'hcHL0-4/Zp3c;nZ8#,I]9V:OANKkd>PgPrYBd0Mj$pK[Y.Js]m_V"D)1N$3K[7rMTD +endstream +endobj +6 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 5 0 R +/Annots 7 0 R +>> +endobj +7 0 obj +[ +8 0 R +10 0 R +] +endobj +8 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 102.0 559.666 299.312 547.666 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 9 0 R +/H /I +>> +endobj +10 0 obj +<< /Type /Annot +/Subtype /Link +/Rect [ 102.0 541.466 204.32 529.466 ] +/C [ 0 0 0 ] +/Border [ 0 0 0 ] +/A 11 0 R +/H /I +>> +endobj +12 0 obj +<< /Length 786 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +GatU1>Ar4L'RnB3Yd>3kW,"K'@m<:]BI?Nd&?2\L*Wd/k/]>j>SbhejkL,_lN271#iL$/,IHUG?BkUl:+Pq`h,7MWNMUZ'($_rUAO#hRW!7U"jRDe!\s3qNJ.&?eGr`)*VZbdmHLbpZ>V]>HMqRB.t9RH'o;&,@>ic.Em(h,0-8]S[`N;neG:rsitHpDD:L[=[$:!6*3J`/:VlOe9,Dd!jt-,d\TXU"/GmutUqPe>e`K/Nc3:3=/L<8%Id#U8#29Ongr+k825'LMeaZ%UM%PJhM]frb.o')_9Ff1u[hj?prCW#m1=O9Q;pRW!gmYjP0l$('ZW4!KPM3gdFtXbb_J&~> +endstream +endobj +13 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 612 792 ] +/Resources 3 0 R +/Contents 12 0 R +>> +endobj +15 0 obj +<< + /Title (\376\377\0\61\0\40\0\123\0\157\0\154\0\162\0\40\0\103\0\157\0\155\0\155\0\151\0\164\0\164\0\145\0\162\0\163\0\40\0\50\0\151\0\156\0\40\0\141\0\154\0\160\0\150\0\141\0\142\0\145\0\164\0\151\0\143\0\141\0\154\0\40\0\157\0\162\0\144\0\145\0\162\0\51) + /Parent 14 0 R + /Next 16 0 R + /A 9 0 R +>> endobj +16 0 obj +<< + /Title (\376\377\0\62\0\40\0\111\0\156\0\143\0\165\0\142\0\141\0\164\0\151\0\157\0\156\0\40\0\115\0\145\0\156\0\164\0\157\0\162\0\163) + /Parent 14 0 R + /Prev 15 0 R + /A 11 0 R +>> endobj +17 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F3 +/BaseFont /Helvetica-Bold +/Encoding /WinAnsiEncoding >> +endobj +18 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F5 +/BaseFont /Times-Roman +/Encoding /WinAnsiEncoding >> +endobj +19 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F1 +/BaseFont /Helvetica +/Encoding /WinAnsiEncoding >> +endobj +20 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F2 +/BaseFont /Helvetica-Oblique +/Encoding /WinAnsiEncoding >> +endobj +21 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F7 +/BaseFont /Times-Bold +/Encoding /WinAnsiEncoding >> +endobj +1 0 obj +<< /Type /Pages +/Count 2 +/Kids [6 0 R 13 0 R ] >> +endobj +2 0 obj +<< /Type /Catalog +/Pages 1 0 R + /Outlines 14 0 R + /PageMode /UseOutlines + >> +endobj +3 0 obj +<< +/Font << /F3 17 0 R /F5 18 0 R /F1 19 0 R /F2 20 0 R /F7 21 0 R >> +/ProcSet [ /PDF /ImageC /Text ] >> +endobj +9 0 obj +<< +/S /GoTo +/D [13 0 R /XYZ 85.0 659.0 null] +>> +endobj +11 0 obj +<< +/S /GoTo +/D [13 0 R /XYZ 85.0 529.466 null] +>> +endobj +14 0 obj +<< + /First 15 0 R + /Last 16 0 R +>> endobj +xref +0 22 +0000000000 65535 f +0000003080 00000 n +0000003145 00000 n +0000003237 00000 n +0000000015 00000 n +0000000071 00000 n +0000000597 00000 n +0000000717 00000 n +0000000749 00000 n +0000003360 00000 n +0000000884 00000 n +0000003423 00000 n +0000001020 00000 n +0000001898 00000 n +0000003489 00000 n +0000002006 00000 n +0000002325 00000 n +0000002524 00000 n +0000002637 00000 n +0000002747 00000 n +0000002855 00000 n +0000002971 00000 n +trailer +<< +/Size 22 +/Root 2 0 R +/Info 4 0 R +>> +startxref +3540 +%%EOF diff --git a/src/site/forrest.properties b/src/site/forrest.properties new file mode 100755 index 00000000000..2ec09a11238 --- /dev/null +++ b/src/site/forrest.properties @@ -0,0 +1,129 @@ +# Copyright 2002-2005 The Apache Software Foundation or its licensors, +# as applicable. +# +# Licensed 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. + +############## +# Properties used by forrest.build.xml for building the website +# These are the defaults, un-comment them only if you need to change them. +############## + +# Prints out a summary of Forrest settings for this project +#forrest.echo=true + +# Project name (used to name .war file) +#project.name=my-project + +# Specifies name of Forrest skin to use +# See list at http://forrest.apache.org/docs/skins.html +#project.skin=pelt + +# Descriptors for plugins and skins +# comma separated list, file:// is supported +#forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml +#forrest.plugins.descriptors=http://forrest.apache.org/plugins/plugins.xml,http://forrest.apache.org/plugins/whiteboard-plugins.xml + +############## +# behavioural properties +#project.menu-scheme=tab_attributes +#project.menu-scheme=directories + +############## +# layout properties + +# Properties that can be set to override the default locations +# +# Parent properties must be set. This usually means uncommenting +# project.content-dir if any other property using it is uncommented + +#project.status=status.xml +#project.content-dir=src/documentation +#project.raw-content-dir=${project.content-dir}/content +#project.conf-dir=${project.content-dir}/conf +#project.sitemap-dir=${project.content-dir} +#project.xdocs-dir=${project.content-dir}/content/xdocs +#project.resources-dir=${project.content-dir}/resources +#project.stylesheets-dir=${project.resources-dir}/stylesheets +#project.images-dir=${project.resources-dir}/images +#project.schema-dir=${project.resources-dir}/schema +#project.skins-dir=${project.content-dir}/skins +#project.skinconf=${project.content-dir}/skinconf.xml +#project.lib-dir=${project.content-dir}/lib +#project.classes-dir=${project.content-dir}/classes +#project.translations-dir=${project.content-dir}/translations + +############## +# validation properties + +# This set of properties determine if validation is performed +# Values are inherited unless overridden. +# e.g. if forrest.validate=false then all others are false unless set to true. +#forrest.validate=true +#forrest.validate.xdocs=${forrest.validate} +#forrest.validate.skinconf=${forrest.validate} +#forrest.validate.sitemap=${forrest.validate} +#forrest.validate.stylesheets=${forrest.validate} +#forrest.validate.skins=${forrest.validate} +#forrest.validate.skins.stylesheets=${forrest.validate.skins} + +# *.failonerror=(true|false) - stop when an XML file is invalid +#forrest.validate.failonerror=true + +# *.excludes=(pattern) - comma-separated list of path patterns to not validate +# e.g. +#forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml +#forrest.validate.xdocs.excludes= + + +############## +# General Forrest properties + +# The URL to start crawling from +#project.start-uri=linkmap.html + +# Set logging level for messages printed to the console +# (DEBUG, INFO, WARN, ERROR, FATAL_ERROR) +#project.debuglevel=ERROR + +# Max memory to allocate to Java +#forrest.maxmemory=64m + +# Any other arguments to pass to the JVM. For example, to run on an X-less +# server, set to -Djava.awt.headless=true +#forrest.jvmargs= + +# The bugtracking URL - the issue number will be appended +#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id= +#project.bugtracking-url=http://issues.apache.org/jira/browse/ + +# The issues list as rss +#project.issues-rss-url= + +#I18n Property. Based on the locale request for the browser. +#If you want to use it for static site then modify the JVM system.language +# and run once per language +#project.i18n=true + +# The names of plugins that are required to build the project +# comma separated list (no spaces) +# You can request a specific version by appending "-VERSION" to the end of +# the plugin name. If you exclude a version number the latest released version +# will be used, however, be aware that this may be a development version. In +# a production environment it is recomended that you specify a known working +# version. +# Run "forrest available-plugins" for a list of plug-ins currently available +project.required.plugins=org.apache.forrest.plugin.output.pdf + +# Proxy configuration +# proxy.host= +# proxy.port= diff --git a/src/site/src/documentation/classes/CatalogManager.properties b/src/site/src/documentation/classes/CatalogManager.properties new file mode 100755 index 00000000000..af7b5ab3235 --- /dev/null +++ b/src/site/src/documentation/classes/CatalogManager.properties @@ -0,0 +1,57 @@ +# Copyright 2002-2005 The Apache Software Foundation or its licensors, +# as applicable. +# +# Licensed 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. + +#======================================================================= +# CatalogManager.properties for Catalog Entity Resolver. +# +# This is the default properties file for your project. +# This facilitates local configuration of application-specific catalogs. +# If you have defined any local catalogs, then they will be loaded +# before Forrest's core catalogs. +# +# See the Apache Forrest documentation: +# http://forrest.apache.org/docs/your-project.html +# http://forrest.apache.org/docs/validation.html + +# verbosity: +# The level of messages for status/debug (messages go to standard output). +# The setting here is for your own local catalogs. +# The verbosity of Forrest's core catalogs is controlled via +# main/webapp/WEB-INF/cocoon.xconf +# +# The following messages are provided ... +# 0 = none +# 1 = ? (... not sure yet) +# 2 = 1+, Loading catalog, Resolved public, Resolved system +# 3 = 2+, Catalog does not exist, resolvePublic, resolveSystem +# 10 = 3+, List all catalog entries when loading a catalog +# (Cocoon also logs the "Resolved public" messages.) +verbosity=1 + +# catalogs ... list of additional catalogs to load +# (Note that Apache Forrest will automatically load its own default catalog +# from main/webapp/resources/schema/catalog.xcat) +# Use either full pathnames or relative pathnames. +# pathname separator is always semi-colon (;) regardless of operating system +# directory separator is always slash (/) regardless of operating system +catalogs=../resources/schema/catalog.xcat + +# relative-catalogs +# If false, relative catalog URIs are made absolute with respect to the +# base URI of the CatalogManager.properties file. This setting only +# applies to catalog URIs obtained from the catalogs property in the +# CatalogManager.properties file +# Example: relative-catalogs=[yes|no] +relative-catalogs=no diff --git a/src/site/src/documentation/content/xdocs/images/favicon.ico b/src/site/src/documentation/content/xdocs/images/favicon.ico new file mode 100755 index 0000000000000000000000000000000000000000..8a77d4f647713645b824706a1db112100414558c GIT binary patch literal 1406 zcmeHHEtA495PgAu1xng9rCoXQ{sQg>iA2_7ZU%|OoT#isVv$H>Z6y+kMIw>hrobFO z;Y44u*|+)FY%)6w2ySr)mRliDII`y% zfSoFpxSo!Ed)_2ONza!CjuC0D6wxrG&`BLA-S<+W(1y{Msp$vW&)929xp7_L`9v9q zl#S#-4s-HdUQ~~mlZcOGgCH8QKYNQJAy_BRCuJ&c?RL=)T8&@)y%t*DmPlJJd)&WR MTm0C{`iFP^3#6v=p#T5? literal 0 HcmV?d00001 diff --git a/src/site/src/documentation/content/xdocs/images/solr.png b/src/site/src/documentation/content/xdocs/images/solr.png new file mode 100644 index 0000000000000000000000000000000000000000..0fe4e94cc3ceb77b3aa771c727534d715c5915f9 GIT binary patch literal 12005 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 + + + +
+ Welcome to Solr +
+ +
+ Introduction +

+ Solr is an open source search server based on the + Lucene Java search library. + It's normally run as a webapp in a servlet container + such as Tomcat. +

+
+ +
+ News + +
+ 17 January 2006: Solr Joins Apache Incubator +

Solr, a search server based on Lucene, has been accepted into the Apache Incubator. + Solr was originally developed by CNET Networks, and is widely used within CNET + to provide high relevancy search and faceted browsing capabilities. +

+
+ +
+ + +
diff --git a/src/site/src/documentation/content/xdocs/issue_tracking.xml b/src/site/src/documentation/content/xdocs/issue_tracking.xml new file mode 100755 index 00000000000..492c0167435 --- /dev/null +++ b/src/site/src/documentation/content/xdocs/issue_tracking.xml @@ -0,0 +1,20 @@ + + + + + + +
+ Solr Issue Tracking +
+ + +

+ Solr issues (bugs, as well as enhancement requests) are tracked in + JIRA here. + If you aren't sure whether something is a bug, post a question on the + Solr user mailing list. +

+ + +
diff --git a/src/site/src/documentation/content/xdocs/mailing_lists.xml b/src/site/src/documentation/content/xdocs/mailing_lists.xml new file mode 100755 index 00000000000..033435a92da --- /dev/null +++ b/src/site/src/documentation/content/xdocs/mailing_lists.xml @@ -0,0 +1,64 @@ + + + + + + +
+ Solr Mailing Lists +
+ + + +
+ Users + +

If you use Solr, please subscribe to the Solr user mailing list.

+ +

+ The Solr user mailing list is : + solr-user@lucene.apache.org. +

+ + In order to post to the list, it is necessary to first subscribe to it. +
+ +
+ Developers + +

If you'd like to contribute to Solr, please subscribe to the + Solr developer mailing list.

+ +

+ The Solr developer mailing list is : + solr-dev@lucene.apache.org. +

+ + In order to post to the list, it is necessary to first subscribe to it. +
+ +
+ Commits + +

If you'd like to see changes made in Solr's version control system + then subscribe to the Solr commit mailing list.

+ + +
+ + + +
diff --git a/src/site/src/documentation/content/xdocs/site.xml b/src/site/src/documentation/content/xdocs/site.xml new file mode 100755 index 00000000000..2a111bb5aaa --- /dev/null +++ b/src/site/src/documentation/content/xdocs/site.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/site/src/documentation/content/xdocs/tabs.xml b/src/site/src/documentation/content/xdocs/tabs.xml new file mode 100755 index 00000000000..0519559b0c2 --- /dev/null +++ b/src/site/src/documentation/content/xdocs/tabs.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + diff --git a/src/site/src/documentation/content/xdocs/tutorial.xml b/src/site/src/documentation/content/xdocs/tutorial.xml new file mode 100755 index 00000000000..fdfe1d6f171 --- /dev/null +++ b/src/site/src/documentation/content/xdocs/tutorial.xml @@ -0,0 +1,33 @@ + + + + + + +
+ Solr tutorial +
+ + + +
+ +Requirements +
    +
  1. Java 1.5, from + Sun, + IBM, or + BEA. +
  2. +
  3. A servlet container such as Apache's Tomcat +5.5.
  4. +
  5. On Win32, cygwin, for +shell support. (If you plan to use Subversion on Win32, be sure to select the subversion package when you install, in the "Devel" category.)
  6. +
+
+ + + + +
diff --git a/src/site/src/documentation/content/xdocs/version_control.xml b/src/site/src/documentation/content/xdocs/version_control.xml new file mode 100755 index 00000000000..ebece46618d --- /dev/null +++ b/src/site/src/documentation/content/xdocs/version_control.xml @@ -0,0 +1,55 @@ + + + + + + +
+ Solr Version Control System +
+ + + +
+ Overview +

+ The Solr source code resides in the Apache Subversion (SVN) repository. + The command-line SVN client can be obtained here or as an optional package for cygwin. + The TortoiseSVN GUI client for Windows can be obtained here. There + are also SVN plugins available for older versions of Eclipse and + IntelliJ IDEA that don't have subversion support already included. +

+
+ +
+ Web Access (read-only) +

+ The source code can be browsed via the Web at + http://svn.apache.org/viewcvs.cgi/incubator/solr/. + No SVN client software is required. +

+
+ +
+ Anonymous Access (read-only) +

+ The SVN URL for anonymous users is + http://svn.apache.org/repos/asf/incubator/solr/. + Instructions for anonymous SVN access are + here. +

+
+ +
+ Committer Access (read-write) +

+ The SVN URL for committers is + https://svn.apache.org/repos/asf/incubator/solr/. + Instructions for committer SVN access are + here. +

+
+ + + +
diff --git a/src/site/src/documentation/content/xdocs/who.xml b/src/site/src/documentation/content/xdocs/who.xml new file mode 100755 index 00000000000..5dd4134372d --- /dev/null +++ b/src/site/src/documentation/content/xdocs/who.xml @@ -0,0 +1,36 @@ + + + + + + +
+ Who We Are +
+ + +
+Solr Committers (in alphabetical order) +
    +
  • Bill Au
  • +
  • Doug Cutting
  • +
  • Otis Gospodnetić
  • +
  • Erik Hatcher
  • +
  • Chris Hostetter
  • +
  • Yonik Seeley
  • +
  • Yoav Shapira
  • +
+
+ +
+Incubation Mentors +
    +
  • Doug Cutting
  • +
  • Erik Hatcher
  • +
  • Ian Holsman
  • +
+
+ + +
diff --git a/src/site/src/documentation/sitemap.xmap b/src/site/src/documentation/sitemap.xmap new file mode 100755 index 00000000000..f32221a4be4 --- /dev/null +++ b/src/site/src/documentation/sitemap.xmap @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/site/src/documentation/skinconf.xml b/src/site/src/documentation/skinconf.xml new file mode 100755 index 00000000000..06c92bd32e2 --- /dev/null +++ b/src/site/src/documentation/skinconf.xml @@ -0,0 +1,440 @@ + + + + + + + + + + + + true + + false + + true + + true + + + true + + + true + + + true + + + false + ... + + + true + + + Solr + Solr Description + http://incubator.apache.org/solr/ + images/solr.png + + + + Apache Incubator + Apache Incubator + http://incubator.apache.org/ + http://incubator.apache.org/images/apache-incubator-logo.png + + + + + + + + images/favicon.ico + + + 2006 + The Apache Software Foundation. + http://www.apache.org/licenses/ + + + + + + + + + + + + + + + + + + + + + + + + p.quote { + margin-left: 2em; + padding: .5em; + background-color: #f0f0f0; + font-family: monospace; + } + + #footer a { color: #0F3660; } + #footer a:visited { color: #009999; } + + + + + + + + + + + + + + + + + + + + + + + + Page 1 + + + + 1in + 1in + 1.25in + 1in + + + + false + + + false + + + + + + Built with Apache Forrest + http://forrest.apache.org/ + images/built-with-forrest-button.png + 88 + 31 + + + + + +