refdb-cvs Mailing List for RefDB (Page 59)
Status: Beta
Brought to you by:
mhoenicka
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(88) |
Feb
(50) |
Mar
(36) |
Apr
(9) |
May
(30) |
Jun
(30) |
Jul
(22) |
Aug
(16) |
Sep
(42) |
Oct
(18) |
Nov
(29) |
Dec
(23) |
2005 |
Jan
(18) |
Feb
(28) |
Mar
(21) |
Apr
(35) |
May
(62) |
Jun
(22) |
Jul
(5) |
Aug
(40) |
Sep
(98) |
Oct
(81) |
Nov
(51) |
Dec
(62) |
2006 |
Jan
(46) |
Feb
(36) |
Mar
(8) |
Apr
(16) |
May
(14) |
Jun
(16) |
Jul
(47) |
Aug
(60) |
Sep
(34) |
Oct
(16) |
Nov
(46) |
Dec
(11) |
2007 |
Jan
(16) |
Feb
(13) |
Mar
(58) |
Apr
(32) |
May
(4) |
Jun
(8) |
Jul
(31) |
Aug
(46) |
Sep
(22) |
Oct
(30) |
Nov
(58) |
Dec
(15) |
2008 |
Jan
(8) |
Feb
(8) |
Mar
(2) |
Apr
(6) |
May
(3) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
(6) |
Nov
(3) |
Dec
(5) |
2009 |
Jan
(1) |
Feb
(20) |
Mar
(8) |
Apr
(5) |
May
(8) |
Jun
(3) |
Jul
(6) |
Aug
(4) |
Sep
(7) |
Oct
(8) |
Nov
(2) |
Dec
(1) |
2010 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2011 |
Jan
(5) |
Feb
(5) |
Mar
(13) |
Apr
(3) |
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(5) |
Nov
|
Dec
(3) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(13) |
2014 |
Jan
(2) |
Feb
(2) |
Mar
(2) |
Apr
(4) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(6) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2022 |
Jan
(9) |
Feb
(16) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Markus H. <mho...@us...> - 2005-01-07 13:26:18
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1513 Modified Files: Tag: Release_0_9_5_stable bib2ris.c Log Message: fixed list separator bug Index: bib2ris.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/bib2ris.c,v retrieving revision 1.13 retrieving revision 1.13.2.1 diff -u -U2 -r1.13 -r1.13.2.1 --- bib2ris.c 13 Dec 2002 20:34:29 -0000 1.13 +++ bib2ris.c 7 Jan 2005 13:26:06 -0000 1.13.2.1 @@ -1525,8 +1525,8 @@ } - token = strtok(kwlist, listsep); + token = strtok(kwlist, my_listsep); while (token) { printf("KW - %s\n", stripwhite(token, 0, 0)); - token = strtok(NULL, listsep); + token = strtok(NULL, my_listsep); } } |
From: Markus H. <mho...@us...> - 2004-12-24 15:31:37
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21815 Modified Files: Makefile Log Message: added images Index: Makefile =================================================================== RCS file: /cvsroot/refdb/homepage/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -U2 -r1.1.1.1 -r1.2 --- Makefile 13 Dec 2004 21:19:19 -0000 1.1.1.1 +++ Makefile 24 Dec 2004 15:31:28 -0000 1.2 @@ -2,5 +2,5 @@ # These files are to be installed -objects = doc.html download.html examples.html features.html index.html status.html sysreq.html refdbn.css refdbprint.css bookback1.jpg books.jpg docbook-ay.pdf docbook-n.pdf logo.jpg tei-ay.pdf tei-n.pdf +objects = doc.html download.html examples.html features.html index.html status.html sysreq.html refdbn.css refdbprint.css bookback1.jpg books.jpg docbook-ay.pdf docbook-n.pdf logo.jpg tei-ay.pdf tei-n.pdf refdbinput.png refdbinput-small.png refdboutput.png refdboutput-small.png install: |
From: Markus H. <mho...@us...> - 2004-12-24 15:31:20
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21702 Modified Files: refdbn.css Log Message: added legend style Index: refdbn.css =================================================================== RCS file: /cvsroot/refdb/homepage/refdbn.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -U2 -r1.1.1.1 -r1.2 --- refdbn.css 13 Dec 2004 21:19:33 -0000 1.1.1.1 +++ refdbn.css 24 Dec 2004 15:31:10 -0000 1.2 @@ -1,2 +1,4 @@ +/* stylesheet for refdb.sourceforge.net */ +/* $Id$ */ /* general properties. we set the left margin here to work around a bug in IE6 */ body { @@ -199,3 +201,8 @@ background-color: #dfdfdf; padding: 10px; -} \ No newline at end of file +} +p.legend { + font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; + font-size: small; + margin-left: 20px; +} |
From: Markus H. <mho...@us...> - 2004-12-24 15:27:32
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20645 Modified Files: features.html Log Message: added images Index: features.html =================================================================== RCS file: /cvsroot/refdb/homepage/features.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -U2 -r1.1.1.1 -r1.2 --- features.html 13 Dec 2004 21:19:31 -0000 1.1.1.1 +++ features.html 24 Dec 2004 15:27:18 -0000 1.2 @@ -169,4 +169,6 @@ <li>The query language is fairly simple yet powerful. You can use booleans to combine queries on any combination of fields. You can use brackets to group queries. You can use Unix-style regular expressions to formulate advanced queries.</li> </ul> + <p class="legend"><a href="refdbinput.png"><img alt="RefDB input schema" src="refdbinput-small.png"/></a></p> + <p class="legend"><strong>Fig. 1:</strong> RefDB data input. Click on the image to see a <a href="refdbinput.png">larger version</a>.</p> <h2 id="bibliographies">Bibliographies</h2> @@ -177,4 +179,6 @@ <li>Sophisticated shell scripts and makefiles take care of the document transformations. The whole process is transparent to the user as all he needs to do is e.g. type <code>make pdf</code> to turn his document into a PDF file with formatted citations and bibliographies.</li> </ul> + <p class="legend"><a href="refdboutput.png"><img alt="RefDB bibliography output" src="refdboutput-small.png"/></a></p> + <p class="legend"><strong>Fig. 2:</strong> RefDB bibliography output. The example shows the processing of an XML document to printable output. <code>runbib</code> and <code>refdbxml</code> are shell scripts that can be invoked separately. However, it is more convenient to use the <code>refdbnd</code>-created Makefile which processes your document with a single command. Click on the image to see a <a href="refdboutput.png">larger version</a>.</p> |
From: Markus H. <mho...@us...> - 2004-12-24 15:27:05
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20424 Added Files: refdbinput.png refdbinput-small.png refdboutput.png refdboutput-small.png Log Message: initial version --- NEW FILE --- PNG òÝÕ%äõAÑÕ>I.dÀzT*¶§¾}*oLjâÄhØHÆ0Æ5É0ZHGøñ:ýSÆÌôºÜ2ÖÇBCCoݺբE={VªTéóÏ?OII!â_Z5¨¼·mÛöÔ©Sìê éÌ0(ñÙÎWcâFrJH6&z&MØGÍoøï¤u¾^##z«SgÆÿr·ð>u¹TÖyå ü¼¼¼<R4oÞüܹsú:lh;T§¿ êׯåÊrRã°W³-){ììèô(¿lóKÊ ðb]W.÷Z(¼òÓIÃkb"ì7ª:k A«Ôed¸!cèV-ÔÒëÔ_¦hâÞU6¢Ë?b#SÆóÆJSé£L'?ºË³'Í] §ûtéºæ8X´ZF Ôì>Hwôñwpv¡Gý¶Á§ÇÀ²ü\G/Õ¯c¸ï;w¦»%%%ýõ9D²xê|§tØÚÉ9zÇ9 cõpu/´À<pà uíkÕªUçÎkÞ¼9Ô§LBò¯+SAmOI1±. ¤Ãd£?vÛh'Ã/ÎÃ×é¯^¢Mâ'FÞÖÓ¥K<<<6lxåÊF³îo¾9dÈéÓ§·mÛö«¯¾¤'ê36 ´fM ÛÛãúG±+Qò¹×Bá7ÄÁîÔÓβ¯m1ºU=n$³d<ÉÀËÅ ¶1EÚ_¦é2 EUÍ6ò@ÆóÆh¥}ÇIÆÐ*@îÉ^ÑÉ!ðá³è®õ4`~ãÉ 6)e££#ܼ¼ÿVõ10Pà°¼:û®]»ÊÊÊ Ä>|xff¦=Ê·l0cÕöaysëÖ-â°RźÈõE,£¤@@ÞX3ÌþI"ÔKJVÆþäæ|QLÞ°F}]¥Z×ÂÕµ¤¸ØÝÓóxn.ÏH·ÕéòÃQqR)*ÉoÍgÀ$? ÚùúÒQñîÑ Zu,ØÃ5qàs°»%)½{Xàï7¼T#Hn+â7dfÂäp$+8øßSÎH³k©?Ï3¢¢¼1u.ê*ÓÔ#åg4]å £GWâ~°|Bxa<oÚÖ±c_¶v/2{жCÅÂxÞp2Ñu÷1ñ1:×÷Ò^cM&ØW¦È3¾ vÞØoﯱ»!qqÆ,´ÀR·p6J#`¾Eûùù%&&þvCºhvüý÷ßõë×/(( >`%d®²+Ã7Rö7`1ÙÙÙOWWW%/¼ð5e{ÉmØò믿Z1%ú°¼á)W²ª0v7 óF¾`ÞÈ;ÊÛú È«ÕI°¼Ù½{s¯^¯è<ö8Dfýä ÀÎ09s¿öúß½{wtëÖ²'ÍziÓå È ê±bJ`wyq7(¨µÓb»Ëb1û÷ï<xÛ_Õ{É´*OÕÓä1ýä £É}È0c»ÊÅy#_7&¼_4í53Y`p òB>c×ö'ó[>=¡¼¼¹}ûv*UØÛwß}wá 'N;w.äYQQQrrr àù£Ó´jÕÊyOÌAyyCî8{[ȦümfݺuiøxõT-:G jCª±KAúzÔÂÃ(1oGôôôÌËË-)å²³³¯^½Ú´iSvH¹B Õ¹ºvîÜ0eÊÌÌÌvíÚiÏ¿,JͶmÕ_°'¹![NÆ 2n[¶l9zôhpX&cåæ= ¤¼±Ø*p|.d®%åÅzVdÒ £¤¼±77²²-éH]eä}y#_0oäæ|qáw'"s°HCÁ Ù `ÐlD0h6"g½GDYaNgZm8s«T*sS¤X»D+bItTÒ1³£dØïÌ~°m£<{î¹Ó§Os<ÙKÎ#Rf£<´mÁê¥e»ÙyÚù¯åÊ&©[mÆÞë$È×lÈÊÇl)¸xîÎ'#«oâU¬eàÁ1à^.#8ëúó§lm qoÐ<pÔÇË$ey9w> ³}À4±B}VöòôOò ,õ?þ|³fÍ8ç6mÚüI0´´4âØ¡BÇ-3pôô&6£}F%Ó ebJ%FQQÛxFEÝÄÀ0òóóîß¿ON\ºt) ØfÆÊ¼Åh(ÚÉ:$¢¬/ØlèSNWV`{.[¶ãÃ|¯}¢>°Mb?ôïßóæÍä å)l###Ï=˰f-¢~ýúmݺv.\øÞ{ïYòùv öFII¶gbb"ÐEåkìÒ ìSÀèãÄloýúõÚ1_³Ñîn¼½½srrhÒ?ÔDI oÛ]gT §-üþýû ødÔùÀ¶¿üòK --mùòå111ìº1¸é@uröUªÿ-.+>`9åÁÌy¤tk¡è5ù4nÍ@+?ù¥Æ&}}ÿ»Ùáë¬ æQ}}¬S@0Ù}\R6a 4 å#±,2[º¶>Ï鵨1òòòtÆ@Í0zÞ°Q5kvþüù§¯ÎëçÛUEµ¥jýu'hån mxðÚõ.n0°;ÐlþF&¬4yÙ(8Y<ÁlD©Z묡ãhãѯë}^LßJ¾ñf}v%Ö84ûé R:ûKdµ1¹WMgOø°ÇtµÀ¥j Z$Ö<OBE3±Û&>ûsÆöw\ì,pssz2lóòòÜÝÝ333}}}Iß§§çôéÓ'M$iR¥ª¤=|ø|øúÚk¯A#§råʤ$ÈÉÉyöÙg¯_¿?ÛÅÅÅèã(´ QghÖ6iÒäÏ?ÿÜ¿Í5k×®ýXDæÚ:¿Ðc00 Ý{ Æðþ²M,$1öS²nݺ/ÒïZ###SRÔù±cÇB5j$''Í·"мysÒO 1JLüµGðÅûÍlÛØ `-`9ümÑXXÚOt )S$¦¿JøÇÕ5°Q¤TÛAÜoEÅXØÙf±÷5ôDD& {aa¡««ë¥KyæÄÄÄ r ¬sçÎ4hÐúõë-6CEêÕठ) ÀfÖ´ÄÁù ¶5Ñ'DB¡ó ÊñÈMý,EáØ ÛºïÞ½[¹revöìÙÈÈH>Ñ+2ÖbÂOHII " ÖÍÆ¢°*U"»<mÆÂðlÌf414I{üØ2³ Zò(¿È^Ú0h6bh6¢¡¼)YeB{áÐlD0h6"4 ×·AÁ Ú `ÐlD0h6"4 ÍAf A³AÁ Ù `ÐlD0ÎìÄ~0gXs\\IAE R©Ì9[I33:¥ ®ÙÄÑÆ±Ì̲Á.UÃòh4 çz{{gggÃÍÍíæÍþþþpÖÃ!__ß;wvèÐÁÕÕµ°°°R¥Jééé»»{AAè?ÄÙH=¢y%_~ù ÖöÙn`àÀ÷îÝÇÊ+¿üòKp4jÔÑt``3~~~æ!´Øï0=zÔ¸qcpÍlÚ´ lܰK_Ī bQ®\¹¢ÓMhݺ5y GApjÖ¬ùàÁ ^fCÌÚÇÇ'++KPì¤%h(é(¤[S(ï|þ/¾ø"q\»vÇ&$$d¤rH¥RíÛ·¸i §C-ÆvêÔ)Ñ_µ!é¦O|¯^½@aÉ!òÊ tÔôJ8ºk×.r ß;wîþÛCg©ªíImÏéâ" F,§¨¨Z][¶lñòò¢o¦H¥z'9¤L* 'BCM_äq#cº£]9#¬móöÛonVBKë£>bÚ¤KqqñèÑ£¡=* $/¤ÀºØº©]OW ]lûAÂËlè#¾dÉâª×" ì >|Cãöá°*.w®ZV VÔ½n=ÿpÎõhÚ²8-Å%$xcD q3¼Û½µcµo¡æ§ç°¥"A@±1¬ A«ÙFÉ"Ó.Jµe¿£»¾µ ÆÖóD:øÛ ¹d|Êù&É7äää5Ìyit8(£Î"âFfÞ3ùlêLaV,gFjûÃÊÍÍ }øð!üºÏ>ûìÈ#ôóC»E§Íªê`c+7xJÙJHQQÑ3~ùåóçÏçååyxx´hÑÂÍÍM6Ó¦McöÎ;ïL<Ô¬YÎ5jÔ¤IV¯^ýÖ[oÁc×¶m[ÝX±ù+0awlåÇ~¼¼¼JJJÈ4+V¬¸uëÉS:Tj¶^KïW3ø~AñµGùÁ>Ä3·¸úôlò+}üØIóÁÑÃñÊãfÓ¼ysö®««ëîÝ»ÁfÀÀfÍ×Eááá 6¤ó¡àè½{÷¶lÙBÌiÙ²ef2ΩS§1Ìm31ià1qõ¼ÿ´Ú{ö믿nݺ¸eb3ROÛÇs>>°Øº»Àõôrq"ÚTñ«»þä?mgnnaC9l½KæCKLLdô£½êÒ¥<j/_æ"°Ç¤Y4àþýû38DDv=\mÉfu ¯&ªVjËN?Dü¡ÚL}|}}=zD>&@-{ôè!âEAt ÔýicDL {Oçj¦µdiwiÛ6U?hIy·ÁfÍG¤ÝUãïïIÏ¢§¦§§'%%Õ[WûÒ*U£¾½OÍv/Ôrl£Zfÿo³´Ó ~öìÙfÞmíÉøªU«F>d¢§Ü¿ßÓÓ3??]%Öb }k·óªxº#»¸´}fÓóÀäáj4}úì*MÐÈB5ãÈf3qâĺuëÂ#õüóÏSOíñäÉxðàÑ8F¨,ÎéRÿøãöíÛ3 TÙó-jÆñ-à÷j¶Äf6ü{·äñã×êV&v&gü/V]LÌkY»O %þnr¯ØbæÇéÓ§333yæ²²²äääÔÔÔ;29|ÉsÛ²eË'Oð¡¡¡ü#Ï« B¡ JJJÍ1H°øfCǰW$e»W_}uݺuõë×7<2Å´iùKC(ð$С$ÔDÑ;ígYYS^a#ËÀ<<<^~ùåÍ73¥þvïÞ-i%QøItá4pܽ{LÍ5/^¼6¿]èô&mß[x¨?~¼uëÖîîîÙÙÙ*êÊ+õêÕ# ÂÚµkûõë·hÑ¢É'[,I ¢C"næ]xZ]ßéüÈ2í©*id k ÀÍ 6à C»ÂhÃ ÙØì×2+?5±`ujÖô¼v-Ý+À ðÍÆ¦P«þ:ØÑPjøfck¤U)&´ ÙØ ðè÷2q ´^ Ù `ÐlD0h6"4 ÍF,¶²ÅV>T´¡Lj44 ÍÆB]®ÙÃÃ.xfZVA44 ¡ÏYëz2å|³Ý§NjÑ¢E&M:tèàããGïÝ»¸ÿ~ö³(G344ôøñãÕ«Wg4©"#©éO8|ø°Ó'h6sîÜ9£n`âÄðN<¹¤¤ÄÅÅåîÝ»ð ÍÀ¡Q£Fãe]ÜÝÝCBBÀñÏ?ÿ%·jÕ*66¶Gä'X;uf#!D7oNÅA8vìuÿþûïôt ))âEÐqhPiÒðBQW¯^%ºu릥¥8q"?ÁVA³Q6ÄZ¤Cå`<ÈfciÄmyÑ6dG°¶ýȧqe-Ðl,ÊÙ³gÍcÍåöíÛ³ÝêÔ©OzzºÛ¾}ûºuë4h`8Zëf}V$ô'Ì1cÒ¤I«W¯1bè´h6%228H[íîØ±#lKKKá&u×®]ÉQ£6caþµk×N:ÕlA³±<ê {ºIO®l+B6ðÌÍAf A³AÁ ÙH{4¤XrÒQ~mÌòf# ¶ñp°±½_dh6"4 ÍF4,6 ¨T*ØÒì-[ÆÆÆZ5E"-(6b@fÞLPÙ³goÞ¼_¸"JÅA$gòäÉÏ?ÿ|ÇÁ=vìØo¾ù ²vH}þv@y P #G´mÛ¶}ûöüñ¶ÆOjjª»»{PPy;0}úôO>ùOXXXffæ£G*T¨àïï¯ïô'N´nÝü;F6 ö[d6DZÀÅî/9wî\DD @|nܸî-Zääädgg³_ °OONN&ÅÅÅÿ,kb ò´ÍÆ`ç?æÍÿ²²2êØ°aCï×4úäøb÷8>^ôX-}¾°AD"4h`·/i8`ËAÛDû <ýOÛ)ï"]L®3B% ¹b£ôÐtí±RSS{õêÀ) õùèÒ¥KRRR=þùç²²²?þÆÝºu»xñ"%JµwïÞ;6lÌ1®®®õë׿téjÒ¤ÉÎ;«W¯>þ|gbbâêÕ«¿úê+rîo¼±fÍØ®]»ý1Æ'_{í5ðÌÈÈ`4_ wïÞ~Ë»$0§çææzyyÍ5kòäÉÞFó¡e£D5¬>BÄLªU«väÈ???þÀ A`[³fM(ú+V¬îéÓ§S;H>}ÚÑÑ{С÷Þ{a}±ÿþ õ̹þ9ñiذáܹsAlò&ÔÇÌVFó²âY´h;1 o;wvssàèÚµ+ñçw`ëé驻ѱe uûàÁþ D=Ai °v2;88ׯ_g'C¥R±_Ò>|8°aÃNÿÓ`üFÈ[6TÃVO¿ýöT(~ÿýw¸GÐJmÙ²%oܸ1 Ö¤I;vÔ¨Qr÷Í7ß»ÿÍ7ßtèÐÎå\î³Ï>#TPâ³bÅ T `b#îDÄqrr:zô(ÏÀFëµ:_û ¤¤DPxy"²Øhßew2Ñ2a ;w 5jÔG}JCüAihP#h@ÓdéÒ¥... éo¼ñÏøñãÙ1?~¼M6TÌÈÔÎÀ_~YµjU*?bÃÄàìa ¦!¦Øèk:u 55¶S§NåøÇ¬Y³ÈîܹscÚ´i°½rå ;òÖ[ë3m1# V b;ÄÅÅÅËà«r*bíTÈh1ÅÆ4è×EV\Ì)_Ïß!"gPl@WK³®ÆPØÉp/ ×ëDD¶+6 M'úÊëxÕ AE?OÿzrΡm«|ºB¤>iÐh'|¢ä "7°eÃά<ygÿ¸ýñ*3WyF´¹>(ºÚ²_¯&:zx¹7hòzj+öå|òíUðÿ¾?pÜõn¥)A'*MúÚ£I§`Î%î¯0lbÉÝÔô¹«.ØÂ9ܯYøOÇóNr«ó¬ÍCì¾5A Ll ̵ùa]:[ì"Þ3²½zѶák98;7ºx£§wÇïÎyø\ﯪ¾)ìzwèóºoM)ËËÉ;ëàê¦}4ì»ý fÞí{]Ô¢úϧ¤´o,ܸQ©Tâ>\Ñ»MÄ2À$nøÉlÙðÊn(ÁÙzCÝ 4ìN~ úåÔêÕ«ÁÁØç©ÁËË| fp¯]»®G9»Èïß¿©%ñ¬_¿^Ðab@r4Î9f| Ó%$l! &ÇÃÿ\öè$55*CÑî?þ¨_¿þÍ7«U«¦¯e ?ÏUd=&þÂòS³uîÞÍ+ªäé ºëOþ38ì%#¿(ÈÃUz~Q°+ëöË sÙÄ &D(¢µl( ݺu£»o¼ñÆ-ê±UPôC¹ïááAüAhhjÐU%:T·n]Ú=ìIéüùólÐö.'rØ6iÒÄEktLg;S¥éù-¾ü¨JK@.Ce3ëm÷îÝ÷ïßß AÓ+·*T&=èF¢õ^ùýïÝåÖòñÐ>úüî'úFì¹qìn½Þ=,</ôâßíêC¢:í:¯}"bEÌ3uÞå8|}} H¸{÷®Î£'N¤î¤¤$ήvä5$£ð¯§3OçNii©¶ç={ÄJ¢h >¤RÑö»!r´OsØ0.{z6Õ>z¾lûÕ?êyAã¹ U²KÚCÒáX[ö}»ÖÂü³þª±<ôe'4û*Uª¤³ÖåêêºwïÞ-[Bäçç÷éÓçï¿ÿ¾uëjf+Wè #q(rÊ6-Là0Á{IÄ!éËDj´{Õ·iÇéj9sæîÝ»?Þ©S§×_}ÄÅÅÅ;v¤áAröíÛÇîÎ"î!Cp¢=}úôÈö±<ÚW±ÜÜ\¸VBBBûöí?üðÃçÞðU©"8>Fç£$2Âz}e¾ð°Û1Ü3ãCD@°ØHÔE«hÈ'8Ò Q#1Ë|*|0Ø~mCêT¢P²÷ÝwàX»v-h³³ó#GôEXTT¤4n<==É0BTTuC~åääx{{]Wq×°gÏA;vÌÒhkCZ<y¶Vñ>Êa#ÙtVó±'A{ú²ES¼.¾ìRµ ¢#Ã\À> l1,-hÇ×ÀÁ8Î C®®®Ú*Ub+ §K¬¬íoà*!!!6l0Ü#§Ý|¡#ö-µ¬ßfþ» q1§(/}x~êÏòÌpòz¢4wn\ù çQöîOFO^èè®c<bü®Ô&b§ AßêWX ôËñ_ÕáìÄauÈܺu«J*W®\ñõõ%> = @¡¡¡äÕ«WñpJFFFpð/¼5jô÷ßÇþÉÙ%aÞ}÷ÝS§N>}Z4SÉ!»b mʨãWÒPRRRráyþùç;UîÝ»Ã.HzËX»us×ga;7º64b´P¥aÓ{Ϫì«~ë{ªo·SßA 7NøÜ¾MÜ\àϲiG !G±¡ìß¿¿EdPGnnn```AA(v!tùòeС7o´Ðo`ËÙÆ¿hÑ"íH4Sr>½XùÌi<Í|hæ¤ÊêܹsÑÌWäîîþÃ?$$$T®\r ªuêÔù÷ßÀÿ1:!Jkæã¢³r%jü+{r'é"à'ëÂFbC$¡^½z 6C÷¸qã.]:fÌPF3s°¿¿ZµhNqqqéÝ»7( £ZµjÄ¡½Ì× Ý¦KI ±QÌ83¡Á¶&é!"?3?tà'ëÂAvb£³_eº[½zõ8% 55Uß®ö ý Áç{4b_¿îDDYX_lôa9Óxç+ÎÐEÛaûXóI)G¼Zt¬¹+×^¨WóWõâÙE×ÿÉÿë( PiÊgQÊ¿e îÏF¹Õnȹ:Õ6°¶±° BÏÆÅýö\ÈWlkãß8 77Çô.¾}Cݲ©^( m£ä<pwÖ{ª6Di¨Ý[ò §-QpÈÁÕ SyÏÁÅsuÎ&`cAQb"R²Ã666ZµÒ^ò¶¯½öÚÚµkÁѲeËýû÷{yy¿¯¯ï_~9|øpwwwm+ çúûûæååÝ?þxýúõ.]ªW¯Þ«¯¾:sæLóG}´yóæ¿þú«N:ôt8ñûï¿;wîµk×,}_DEÖb£ÌrxµêZóK|s½;þÄL( æø°_FÇ'¨giiiß¾}ÝÜÔ5Âgç§ ÕÅ¿ÿþû³fÍÊÍÍÇên[·.[¶ÌÕÕ¶ãÆ£1oß¾ÿ?þؾ}{¦¼r÷î]ñeQØê Pw ©GÄ Êíé¶ô5l ¸9>¶úB[¹Nî¯ K.qüGk`0[D®(Cläܱfc/rD DÿÙÂ(q8> /,6'9(e>:0.~#4NIWÓ±Àâf¢8PlcU8ÅBóÙtîÜùàÁäí}Ó¦MÏ?﨡L;$HMMuww "á;Öºukp¸ººãÀ:uÒ39sæìîÛ·NTݺuÛµkܾ}{ß¾}Ù£Z©ïØ'ò(+-ßÌÕ. EQÇE ®êaø7Þê¶[2{z «è .È<ý¢ä½ ]©3---**y ¢¢"â`äÄܦÍt®ÎÆG´%¤ZA¤@¾bÃÆÂoJôÑê}zYɤõjývåæ{/^QO9CgH£åþõA-ªÿ|øDiu[uøÜ¿ëXIû7ǽ8|¢GÓ:PúðEMüÑÕ>iêïhRp|8帾1FÇè»P=x^âÅ_$>´¥ZA¤@bÃX°âidzrôqYÆ+MY{©cûh ]°%ëu>ݤÏPiʤîukíù* Si41?vòdÊJ3O£ÓP»1¢KøO'òή:ç'rȽAs8 Á)U7+BËzÚpa÷\ÕØ§íé\)Ô·ç«Lù$ 4<¯ºxq°'ª¡1רª~£àÝîz¨ê×ô¥YæÃ±+'6qDìÝ~úéõ×_í«¯¾Ê>JضmÛK/½åççG|îß¿oør¤ÈVÐEHCÄÞPØ JõöÐYmÔé´ÌàìÈ@bxùò墢¢K.UªôäåS^ä(.\ظq£öôGgÏ7nÜÉO½iÃÄè¼.bíÍ1ÿM¾K?1CÄ(RlÜÜ\Pââb² ìBå i²8::ëååEFç<i4X" å ¢8PlAÉQØXrê|a ":Êľ°v dL¼¥îäÊÁRZADrPlAÉA±AA$ÅAQ**±ç£ÃäÉ@±AÀö+ç¾óªCÇÍÎ&sÆÿ:M¬>yÒÑÉéÑÃ6oÇ®®n¹Aé«VÌ=)/I u$+Ë?'Dc2µ?£Þ6hYMUD|÷ùçE µ}vÑ=ÄVê/=åìBâãïdçNð9U¾4é5t(8@lÒð9KÎPî$ò U¨7¸ Ø àaFQ¬¬þÏ>û[jª«+´B\ÝÝÁ³¥fK(+-uÔÌÿÍh2¤t¦½C|Î-ð[øËLðªcéZI« O$&ÈÁ{ÕA±A@l~>qxûúÒãdaáG C»päøð<KrPÙ¸WTÉÓu×ügp4ót«$#¿(ÈÃszz~Q°ë3?º4¨ÝµHÂ;ÅAÏ+¿ÿ½£[£ÜÒZ>ÚGß}áDß=7,J»õZz÷°@ð¼Ð?êìLÎè½->éÕh˦±/PlD@,ÕÆî ;Ú§9l==j=ß? ¶ýjÃõ¼ ñq"úÄQòa"(6¢Þ0Ð(ÍcQq#G,Oa¬3_xØíг¸ r3£D.(6¢Hè¸ó£úÁì(ÄfJå`xõ?þØÑ¾}s. Ø î'÷EGwǯ¿Þ`·K ~={÷ì9ÄÁ~öÕ3gd888:´M[)4L¼ý ö`±=úsâ µ{¸qscËKìÀkÖ¦n¢Ý»¿ þvÌgÎÂ6,¬m¸:8 mAÿ½%Áà¼1âì¶mÛþÀ1`ÀöHüÑ AÄ"&>ã^±\ô«°¡7>àXàh4Q |,YÝ.%åÚ/<¾wo;%-ê b&(6"_´Û4*U4l?ûlÂéÓ×||üq±Âî=êÅJJJ`;cƤ×_Y¹rY&çÊÄü-Ú6jÔv££kÁöÁ{U«:ÞºUƽ4ê b(6¢ÂÃݺtéùÝw[ÁݦMç +vëÖ¿uëQÎÑço-úõýàÏ¢£kìØq¬víúnnîwÁ!/\¸ -+6s®®nÜàÔé Ø à´]>úh6ü±}ÎM1pâêêJwçÎ]t78¸2;±}è+±(6¢<nÞLÙµkÓãZ¶¬w´dÑ¢ûô4xp×M&'ÿ{öllÏ/GF'&ÞãU}ß¾øôô;ëÖ9r<;«üÄN@±AåÑ»w«sçn*ÄË/¿[PØöéÓ&!á8þ[ûÜ3g®ÃÖß?ð»ïþòËN<ú 'Q °°@g àfÌÁBbÿþýþ9?løûÓ&N8jÔ(???jïÞ½{ÀÜØ-[êa½´a S«VÊkÔ#GfÎÉÚNNNëׯgm$ Ö Gi¬¡¡!JJ×@6 Ë*nêr¹·¯Ê-© L¿IÃÇÖy sVâô¨v¸7¸µÛoÇîöo^~ÉìçOSn)ûÅ$S36Yåê¬ñèÛÎNZ5Ëaät~ ?|i?hqY§Ô°¶z)-ñv×ún¢3NyÔ6quòà ªI£è6ÌÐÂʺEÇ;½³Åå{Ò q[¨ ŲeËÈïêÎ;mÛ¶MHH3fÌÔ©Sڹ쿻¹DûÐ \ب¥I± XØpÜÝÝãââªU«Ö´iÓ7onذ¡@«Çö¤h¡á¼ ´:°bëúõëÞÞÞ½{÷^½zµ&Ã9~~~ñññ¿ýö[çÎéíóçÏ=<<6mº{÷nn+Ö¨Qcüøñ ¯_¿^³f 5XtèÐáøñã·nݲ··)n²U¿~}GGÇóçÏ*UÝvËÉÉéÅìliÒ¬Y³'N:tº½¬¬,##£ììlcã·Øô¶nݺ.\°¶¶ÖêME ±=³R+pØ ØèÓ§ÏÕ«WÝÜܪU«×pJ¥¹hïééIÁPµjÕ£GRPfPZÌ76QQQ/_¾¤-~ZZZlllóæÍYB¥KvìØ±L2¬i×®ÝÍ7¬¬êÕ«·gÏîÂÏÄÄDîìê *<xðàÍ7¦¦¦Ô'ÈêÁ¯[·»71CÁ3räHsssI:El$ñ!5Sé ¥z ;vì[·RRRÔ®õ Ô)ö°uéÒ 2¦mÛ¶ÔÅUݺuxàÀÊEjó;yóæMà )lØÝ<ÅOaÃ/é'¥tDNVäÕ)Í^©R%ú;X½z5ý¸ÃÂÂnß¾MtíÚuûöí4~mô÷ÄÝ OÉ 6z¿²D4),åïnÔöxJÈQÝ*m>Ií +Òëñ½+ý~Wæ&~ûäAnv6k;~=ÇÐÜ% ßÛ'÷³î« 4uËww+¿dw!>Ðär¹ÖûÄq ¶oÝÈȨS§N;wîT;AQöæ+ÍW¿~ýB÷öÁþóá\¸Km´BÃIYÃ?âbaaÁÐúÑ£G®®®ÜØâ}ü4AepI£´ ä~µ²¡íENNN-ú÷ï¿~ýz¬S^¼½½õ¸y¢Aä7 VÖÈV®k>}®ÂüùóÇËîééI¯O<yùò%µ5k¥åué(Ð^[N?ÎxS¸dbûÓ 1#hv£þùçÖÖÖ¿ýö~Åзoß°°°.8;;Óð#Flܸ199¹W¯^¡¡¡wïÞµµµMKKóòò¢Ðºví¹¹ùãÇëÔ©Ó®];þRØ·cÖs@@ ²íBÏ8FÒ´6´MiÒ¤É AV®T³£iðàÁà +W®Û¸|þùçÕ«W¯\¹ò³gÏlllâââLMM-,,h23gÎdffnڴ볤±³³={öüAÉÁ¦?qâÄ7o¨ÀR}«Ôù¤IN<I߬=<< úIÙÖ»ØH©Ãí:ÓÙ¡MRÛF_5øÃéêææF¿¾¹sçÒÛúclMAbº^Z׺Ƴ·¿¬SaÏí§Á5]ì9ߣË%ÍÍñÉimÊÛ×Ýzæï>«l<y¡GÃ÷½ÊXWµ³è|ðâÊÕ³se3bn/kæÉuþ®¸Á4½ÒÂ8{öì¹bÅ µaÓªU+þ[/ É'SÒL:uÚ´il¸ÒÁ__ß¼xõêUWWW 0þÀÆçóß9mæ(i({._¾L9ôÇBÿ)øÄ¼ÛÈÆÊWá [oõ M©êË<¦Ïs,ÕTRE»nÝ:þp*(¹ò·jÕª)))ª³pÑâ§ù^G!.Õ±ÂmÁUÖ,jZÍÒØhn㪵~?}¹WCr,ÈGuÆ.\íÝ'»¼{ªµQÊ5?}¥WÃÊRD¥¿}w5?l@ï´pÌkÓæ#--ÍÚÚºýä¯ZµjO<qrr¢ÅeeeQÔ¨sÚÀEDDÆÆÆªN©ØÌi´Õæ¶òº´þ ùLÀ½Uj\½z?Ùùóçó_ÜÆùùÙY¨äõaGnòûT æÃýx½¼¼TÔ:u*Ü©PrPÓËãÝTT±µ Ô ¤á^;»;°±k[Ö ×©¾îôOiFIËÅ@q¸¨«cTßBÑè¼g eÀ7ÀÑ@Øh?cxÎßí«r½!u¤« ÃræÌCB ¥«YíÂ? ÓÛÛ{óæÍ]»v eCh V¯^ßa>}öìÙDpWÉÞ_(ºª&O|ïÞ½Û·oË xë)¹üScbÔó©åL;¤±¤AY#í`Á ÅË<¹®Xê o¤NóÔáv ËT®JærÊ%%M¿~ýfýú57ÁøñãÏ9ìææ¦v¡JK¡!«W¯>zôh®Eã2¦ Øþ4®)zêp]!fÄa£ZO>Ö-ò¦Øø`êж¾A jÙ²%òÁûÏÞ¿ßÅÅ ^·oßnffÆÕ"Tè°k¯_¿ngg§¶¥¥¬Zµ^oÞ¼Ù¢Eʳ¼^èáãR:Eï Ä£Àa§(ª%ôk¨1ç þ*ñT дW¯^¥KipÎKPPÐ3øC.#«U«)íÛ·?wî8ÿÒf¥¥° :99:u*>>þÚµk ø Ê!-üKÿ¶ÅPÁÂF´;=ÒðVÐó'¤ ï¶ðiVnZ!7C¢Í|TÅU-ª©£áÁcÇ988dee)]ÌËxʤþýû+ ¤: G&Mø³Sü°v>K¡b¨R¥Jù\HÀQMÙKZ©öìFÓÓ¿M{·«¸*Tß«º¦ùݲYRF¦rU27Úr'¯¿K{¼¥¥ðÇ?=âòI }ºvcùçY÷ï#G¦(ÂFÒ¸gwºþ´9-ê¥o{CÚºï»7¤Ûãg"\z÷¸¿«U9ø&>Ù³*5̪y©.Këë_ÒúÐ{.rê@º6EËí4qu§Ô ¤á^ÄÆj4¤üâݬá0j¦Ú%mK4ÝÜ P °EòfÿÝg¯*MÌJ {#o TýÈtñÀl¹\çÔä.ldï¿¿yó%Ú§OLL¬X±"÷]âòF ú%ÊÉ'ß¿¿lÙ²ìm¯^½?~ûöí-[²9räòåËzù}qºVvdðNõË´t-]mÓÉ¿>m¬4YXÇzV&Fݪ8ºÎÍõg§wwkÿÇ +½RC5ipäOaÃp7Û¨S§Î¥KXãâÅ ÎÎÿ<,Eß~ûí_~IîV©©©999ü·ì2ÅpþÛ"byÃRA[ÃU3f×®]eÊáñ÷÷§"5)é]q@ß!F0|øpjëiÿÃÞÜ5TFVØS±qN º)~CBØÎÃMË[ÞýlM _½}xÇuþVS7n¸ëܬý2ùÞgö}FÚ â,¹YoéþæÖU«f9}3_ )¶ÚvèM «æç5Mjè6Û½¨q«cÍÿ,j§7v(WiëYj䤥bt¬ÿï*ݳW@C\1zôèeË1bþüùÜ@~ÃÞÞ>))qqqwïÞµ²²Úµk×àÁmmm¯^½jii©¶g¥ÆË/ëÔ©Cí/ÚÙÙq=?~ü·k×ÍS»ví,Z´hàÀºý©hxÃFBììo}\ÃRÞÔyêJþq¶?íÁðNoßsÿîÁnl,{¥,1²-ÍïK3¾ºv>qöèìI¥û*Õm.?@ ôÝwßíÛ·/--ÍÓÓS)38>d ʤõë×W©RåÉ']ºtÉÈÈ8}ú´ÛÓ§OùÓ7jÔèàÁ[·644LOOÿè£hx©R¥N8A©C B¬g3gÎdffnÚ´I¦¸ñ-[üýýmll6ð»Êû¯²¶Òüß*á5¯^¯â¯Z[E ³¢}8Q@ØRLL®g?k>8ï@»*UªÝ¦M¨¨(ªQnܸAUN>Oçö¯ÆÅÅQuïåå¥4««kA<4ÄÁÁAóUê¥pöìY ³b°§ZaÃ~¯ð[·níСÛï©zÂÒîuÕ_M@@ìÒ>GËb´KlWtêѶmÛzôèQþ'18uêk'''O8ÑÆÆFÃyó9°×²eKöÔGwww®`ª^½: *$þÄuëÖåwµzõêÏ?ÿ¼ BÔ¤62Er$$$8;;ç*ä5,ß³;F_Uh,% })â*±â¦KbYÖÐ×Cooשּׁ¬ììl33³sçÎÑ[>bÄ+WÎ={Ì1ôÖÏϾBþöÛo;w¦¤½ÿuÓ\ô?jffæ òù6 [[[þvc¹ÕGвÒÖFé-÷,`î¹õäêÕ«jg9þ<ø ±LØ'''ÖàâÊråÊQ¥¹jÕ*µ³L0aÁãÆc{W4iÒ¨Q£Ö[Ó«¿¿ÑWË¡ë® )I#Sìøöôô´··õê5è-Nßì(¾úê+ ú½Ó(ú²jÕªGe°¿ccã#GÓ·QÔ: ¹¡Cê{J É «.ÀHÕ(¨´<yòôéÓf9sfdddzz:¥¤ì;ÂÉ'µ{ÁÛúóK-§YqεkרoÜ@//¯Eqß1O8ADîÝ»+;xñb])?+è{-JÉ ÅCJJJíÚµW¬XÁ ¼qã©©éåËi¤6l233MLL¨}éÒ%6T,Ò+õ¦ºàYH!V{p¬|¥«ð0\¸+ØoÉgç8ý®¹Sz Ð×ÕièwפI:uêlݺ5 66¶nݺ<pàÀ7o6lHa£t íïöU¥òøÎ=zlݺµ@³ä¶:ûZ ý¢O>ÕðÆ!WjÞ3 ¶*::ºI&2Å9ëÜ4´½ßô7jÔþèÑ#WWWâlHhhhûöíU{¦¤ùóÏ?[·n¶ZâwEI³k×®Î;ÓAAAü»¸*õ *õÏnëßÝ5òíÃÛj'(\yÏÞéÓ§4hÀÚ6l`Ê®¤hܸ1=ükJ° ¨AÚIXX÷Ýüíß¿åM`` ÂíOSê ½{÷^¸p?PóÜXq#þ¼a{Ï4 éÍ7E\Ï'e |ph2í~¢"Òd ü¤ýó¤,ó 63òíÜ¥ $FH 6óçïË víºqóf¼Ò¨ääÓ§ÿ<qâ µ³³³þéùÍW&õéØqàO?}IUÑàÁþeËÛ³gÍ'|Æý»ïVõU§Ù³·vîìqàÀ}2kÖZÖîÝ732Òþ÷¿OÏ}W09sD¦¨(]¨ø vNN6+q¾ùfiÓ¦Ö3gnbÒìÍÙÌ»³fMßÀ@ר¨ÔÜ\VñloݺfÊW®Ä3ïøñ4; 9{6õ¯vé¬ú~~¬;y2êý gnĨ¶Wø¬ÐîRø2pmü¶à ¢ÂAØ ²²²¢´HMM¥!6mÚ±cGýúõ׬YóÙg üs+h®dáî?>99ÙÚÚúÑ£Ge˽}ûvÅ)¥ØØY³fQÞXXXPÝsøðaÕE¯\©û°A °µ]»v) éªÀÚf¼ÎIÀÚÏ=ã] À½å:¡p¢×ZµjuíÞCØ Â D(Ðå8 L .=¥FJÊzíÞ}À¼y«uð¹ dBØ ÷ ððCtV¦Ò Ô9@1°I¢/¼>>>ÕªUûå_,,,ØÀììl###6RAi¸Úé)9¸³cºlÙ²òåË?|øÞþúë¯ðõõ¡·aaaß|óÍÔ©Si2eÊ$%%ÉÞ[:u.]ºÄñññj×)¥ûÉ/X°`Ì1²ÿV¥üFé· Õ ¢AØTQlxyyÕ[÷Ö[îîîôÚºukÚ<±Òð¼¦)¶n64ü¶qܶ^/^3yòäÃ{{{sKJþ&Rí:°eß GEÑ£G³Úøñã<ظqcn2¥ßH¤^¯_¿^¹re65êðü§§J RDí6pì-%Í×0¯eܱcGþù/¾`üñGú úé§ëü3R°i3fLTTÔÑ£G'Nxá ¼sû^òïþýûsæÌ ½qã½-W®ûÆ×<yRéX&Ë*ÉìííSRRöíÛ7tèP.lȰaèÄܸq#bî· óÕí@Ø´Í5¶éüñáÃóÎ}/ÎkzÎíÛ·©ªR¥ Kúö]¿~ýÔÔÔøøø Í7«]¤¤¤ºuë²½RAC[ÆÇ翬î×_urr¢õ;wd¼Ú´iÓ(løSòúYW(2 H¿X :?\éY£R¥JÏ?çÆ.]m ÕYd/éTqsýý÷ßj¥ØÖXá³¢@3êüýÞ¬"ñ7@{Ë~h(+VüóÙÙOÿ[ TÇèà·pëÖ-¸¸8SSSÔI¢ °âiîܹ´£ ÐåËicDß]]] ¦4êð7n°¹ìííi3W¿~}ú*Í¥ÍmiGÃ333MLLdÛÕh+lüØÕ? 6(ªVKo«U«öäÉ'''ú*elüÏ_¾ÒpâµßÑ£GkÔ¨ÁÞÒåøøxv·ú~-Sì=³²²ªX±bhh(}×ÖÛ=ü¨² yoÐ O111ì»p·nÝèõO>qvvf£"##¨A9¡4\¦¸Óßß_ö~&ûï]¹¸öǼaÃR¥J±·çÏgw êÓyÊòç¾¹}ÝÀÔÌ¢¯ýÀ±ôqòanPÛ J^kgâêî4q!7$=úÐãɾÚY'ÿÌ¢ènÿæ6TíÿíÆõ.¿d·Òð´ÈýüÎîxj?·êVÚSªGæX~Ñ.îmÊoYîôÍüBt ÙÏ*õðæÎ_' .Õó·ß©öoשoÖ§â/G-qöhvZI¹&.nµå¶úZX}p^ÛÀü·6í{>[6MV´Âm Aì oxz`` HUiÐŲa++¿6 7íØ¡Ä¿*ûÅ$· ÑyNd`X >Ê9û?$'-åNÏ÷^úà¼)¶ÚvèͽM ÝfÕ$PyuLLs23-,5\|Î ÔN£I;wÞ³gOQ®Êçîܹ3(((¯»xñb³fÍ^¾|©4ÛñãÇ]]]½J`_ÐårâZÛh«jPÒ w µºom1P µ¿]þ¶àðáÃÞÞÞÔ ò¦lÙ²+V¬à &MPUÞ²eK6äÀûöíSêmÒ¤I4U#QQQçÎ311Q qãÆW®\¡µiÓ[h»ví|}}¹SÚ¸U¢RäâÅ·nÝrwwgC¨]¥JÖ[GDDhøI©°°0ªòåsZtllìþùÃ?ÐGHOO¯Q£½uqqÉg^ã¾¾ó+Nñ.uÔÞ Ú¡ê*AÉ!íÂæ²ª¨±³³ûYAu¼ú£ 4jE ªÓ÷Rà)]ºô ü×?Õfæ+ä?e{ < ±Ç÷õõݺukß¾}CCC©Ø RGµÃCR 3xðàuëÖ±Q ¢!ÔØ»w¯ÒÎÜüV·nÝ/ÚÛÛïܹ³CTÛxzzÒ¢ÍÌÌùPØ TxzzRÉ¡¶CªIN8ñçRýãííÍnûDe /èÒþÝni²~>6 G¨8eüãP8! cVá~D:uÞ¹P?ô9Påþýû¹uêÔtW7ÈåÏØà¯ª hß¾=SèØ±ãÔ©SoܸAeªiÒ¤ jN<éííM ÷mÛV´·;w¶iÓ}ËÜþ×_EGGÓ[L°aíÚµ=JY¶EûréÒ%¶Á¶mÛ;D¿ÿR FÁfÏ=vvvy(Q¼{÷\ZZ9Ê/¿{÷n¡á1)L6- ÀÒÒ]ÄgÌá+E2éïÝ»Û9}2§O¦R®\9f¨×¯_¯W¯7B)?Ø lÏ:räS` [`]¹r )PÂa ZµÛ[ãÆÙòÒ¥KGEccã>}ú¬^½ÚÕÕ'ÿ´;1ByÛ}î¹¹9SHMM¥WMMÍ.T¨Páëׯ]»v=xð _JJ Eª§¥Bºÿ> ·[·nÍ`*ù|>¥î #·;w)PìáÖÇÆÆý¬ ·l aaaL¤¡³=Ö¯W¯ÞÅ©púôi&8±mèëë³åñãÇ3 ·oßRý$áÀ¾¾¾T8þ<Sãîî.ÏàÝ®]»ºuëvèÐ!'3IE5T/ÚØÞÞû(Ê~ÎÎÎÉÉÉv(nQbaæjØÙ\uîææÉÌPÕ[WÎñül ïV!ç¡èÉ,8SF¥¨G°ÉÌ̼}û6E*÷ë×Oþ«T©B)hÓ¦MQQQ6nÜH!³ÔÕÕuË-¦Nºxñâ5kn D1cÆ#G¼ÿZÎ3µ VÚ£Gôôô[¤Ó"jP¹råcÇQW®\qtt96Ê0/_nÞ¼ùÉ'é¹,OHçÎk×®M:t(¥©·oßR¹zõêÝ»wG° 4ÒÐ?Ó?´mM»ê»6ÖÔ7H|çýY¦Ý¸5ÍmW Fþ-²ûl 6Çhµ·°mö-òxüÔßfn ò»yÃõj¹¾]|d¤g&¼~;¦[¹à¿¸)縳Øù¡úçjÚ Dtñ¹³be}L,·ò 0Øà¡%EB¦4õô¹ ì´oôröPNVÖÇÿ=ôÿç~ß"Y[Â]bÔÂ/)hªPÏqâ'÷7ñd»=BhqÛ¹¤Í¦Ó罹^?¬me£mm«WÍ ß¶¦<«ó[ú öýê¼üb5i£ºûÛ ã⢫+ò-FÌËú<-õÚÙ¬|½õø>=kZ,Ç-Í{0}`Úk9é:vM»²ë²GüIAS¹Ó8v!×µø¦R6Ê ló÷±FÒb.þH§¢]¾¢¡gûÐX±=î&m÷u OÆ':º%«×-Õo¿UWn²Kö¼Ü&3þ¥ØÕ¥(Ó5 ¢Ã¦¤¤¤¥K.^¼¸qãÆ´tÒ¤IÓ¦Msppضmŧf[P£°G1wA§Wê¡sçÎwîÜñóûûùô´*L<yÊ)ÕªUÛ±c3Ì=û_úRé#ÏÃà¹(xð t2!jì6P(Ø<³'ãÿ Ñyør`jllüâÅfÍÑ×jÅô¥¸wïýºm:zôè%K\»v² wµµ5ýÆÈÕvÿù.àì%(è<©Ê7z)Ú úÐbÑ·þK*ýâÑ+dü*Y6+oÖʦT¶ØÎÎb÷ãw=*ÿ`v<Jàû8X±ow=~×ÞÞ)ÿy?>¶K]SÝÕf\ÿ÷¬r ì=0]ÅJÐÒÒ.¥ \\BTTt>»bb 2©ú/p<Z@¬68RÔ=Õp1»x[øë#È$v¾%WYE´Ü¬îääDë}}}yr<"Y¦´´´[·nM2%<<¼bÅb`ÀÈÎÎ;v,+Uª$Ú`úôéãÆ«ZµêöíÛÝÜÜnܸÁ}3OÖ¯ó¶/Ë-£D£¼DëöéÓGÎ`~OþûõÏUVÉÿ56 F;ê¢ Õ¹èH¢sÒKÞè×êåË×9 (STTèõúãfÄ=J>0íÖµt»Ê¦Ýÿ}b±ÙëÀ¶/kèèêÕ¨kÖw4¿UWf{"YRÐTvØ \×âJ ÷4¶ÌêûXOi1$Åkhëh¯hèÙÆ>4VúÞ1ýà<4P"6Õ¨K¤Åy¨í² (Õ8 \[æþKC+SMYgªR¡3¯Ú:Ó!² ÎÎ;Û´ùûöwBb§ÒLþÙÐHh]J/[·öðð>|ø¨Q£²²²¨.¸»»ÂÈUPÿ*ÖB5û%ýÈÎ{#[)çßç¿x¿Æó?á¤gå2c.ÿýåíåPFhÑ«Orèó¤îå6´ÉíZ :thãÆÇ»`Áy6ñÏ×Amf \$g0Ii§´ÎB·J<7iÝJZ·ª©Á®Æá¶d^ÛØKêÐÆ¨äêÜ\cé Á#i!«|=j1d.[ùæùËßÛl8QpÔe t !úõðx©WOØ0ßzÁvírØ&O¤¬h1t¶Pãô'wu+Táö©WÛïÝQßÍ;'õëÇÁÌä¶Ý軹CKXXñÛô¤W^NöÄ7i7¯~=¹¯ìò}r~´ 6vÒ¦ød6Õ`ºXIII!!!Ê ¢nérÎ8ü| 6 ÆÌµkô}øþý;/wreãââèËI_ï¿þúëܹs?~¤3f䪫ÂLݰ³E)áxT£^è¿óæÍ£ÂòåËé¿mô}¡ÿÒÛ &Ì;Ç%666/_¾ä®»dÉ#GRaôèÑTêþkMÿÙæ¦î·^;wî¼ÿ~î*uêÔÐÕÕå 6,¡ sTLQBßÄk×®ÑR ½³±±Û)X[[3æRÚ#G0oÛ¶m+T`:wîS`Ω`ÅÆÆæq7 ÷0 ÑÑ.]ºÌ=[þ;ÑáfÍ9³cÇoÞ¼¡6lxûöíjÕªÑÒ=zìÚµËÁÁáÆt`ĮթS§¯_¿R rww§6;vìÈßîAB×þ!Àm öJS¡Ê 6!t¾(~i:u*×à ްaÃ'OÊ-ëçç7qâDCCúuëþøñ£F7nÜÐÒÒÊÈȨ]»öÝ»wK(qíÚ5*³p+©C'`$&&Î9óàÁïÞ½³³³4hÐ#ØÞÞ¿?~üø¿þú+--ÍËËkÉ%rYÎÕ È9ª={ö¬X±"66> ''§#G2åý÷ü9? Ày#ÒæSeâMñÌ6Û·oïÝ»7Opw2Ê*Ó§O÷Ê)))5kÖ¼uëYhhh«V(Û888ܼySWWûvBzìv6mJ-©rÌ1k×®¥°nݺТùóç3wf§ðpàÀÚûüMy6!su)$êÔ©SÞÞÞÔöýÎ;´³[·îСu~îܹ æç£ Mppp;dßFFFQaåÊ!xÿ<'¸Ù:S8þ<ÓæìÙ³¬äÜÌÕ¥4*???¦Á¥K®.^¼hnnN¦sçÎïÞ½ËÏG >>>ûöí;yòd.]è««ë+W>þ\¥JwïÞ+W.""¢VZ6mºpáÂ[·ôôô¨Á·oߨðüùs*.]ZzòiæÌC¥§§ç¡C(K´iÓFþ1Ë\=Ö[çëëK 9r9YÄ>Òª > úA Oá·IH>¼"¦ [óa£¸¬¢¡)ZgèÕöËÁ&ûí9%âxâÂæ&Ûî¸yqÝJQÂÂJh(;%9Îϵ¡;2×M>ÂoÕ}ûõÄ^÷ÂÃÑÖÉNKe <TS|¦k $i1$ÅSÑ._6'tÖ»¢Ð@Û}èñânÉêuKõÅoÕUhŲKö¼Ü&3þ¥èê ;bÉ*µè'o=¸· é+êV®n³ùÌþY® sÀÍNÝð0{£Üëi ¿½8 4lØpß¾}ZµjÓ¸qãôôôcÇQPáÖ?~¼eËM4aO3㢴síÚµ'<xÚ´i>45ýùðàà`ê§Y³f´VéÒ¥ÙöÙÙÙ[·¦>WZE«Hs´Ëz^1@ ÷ÆeÎÎÎÜ·B V Hêg°ØnYîîîYYYÜ4·oßÎð $\#Äi 5kضÐù~üA?ÜÊBÍüüèGú;L?R(p[ ?yKsàyÒúFU¸5C"Väës+ÃâÞw?uwWSGæ-{¡h^xîµÉö&¿²5[ijåÄÔp'±/ I_Q,LÚ ÆdÔ'è¤ 6ØÜ433cݺ³lª!^^"#¿¹»+~xxbFFzLÌ 'þ÷äÉíW¯¿}Gõ>$È¿Ñüt2lX«ìì¬%K²©ÔÛD(> Þ:;;{ùò0öÈ'¸eñâ=ºÃÉïz¦]æ¾-SÆ'ÓàVÒ§D¦xØ,$äS9dH3RPÐq&Õ05Qâã_4jd"º ¥`#vÓ%JhoßÅ×;GãlÜØÊÖÖöMø6mÚÔ'û.çî 6Ø,\¸ÏßßkäÈv7^`ã C³×ýÓ1:{ÝË®]ËéuÖ¬|¾S4)gggkjjþgè%´üÈüþ=µdI}¶2·Y¹òh¯^uo³yó%6ä$$¼ìÕË¥_¿Ý»gj,ùkÀÓ¦õ^ºô».u>v¬/õ¿lÙ*ÿ)dq^VÖ±õ¼Ó\s®];½gOPJÊ#G¶¹¹5ïÝ{,·ÁêÕ§z÷®C, RG§$[ãÆ !Cuè0³ã6Áûy Oðð*Å?33K_ßAôC[lÔÈäðá-l°¡uBFF:3e$ÿ¾çm÷ 6ÊÛÖÇ»hÑ¢J*8q¢VZgα³³sÝ9sæPquu ¥ÜB)% @OOoà ¿ýöÛlãÆ{h¿>|ø@×®]ûæÍÌ¢ÒëúõEçA= $ThÑ¢ÅÃåYI¯W¯^urrâÖ7l(ç0s8¥Jzòä½½}£FÎ;Gíüùó´Í5ËÛà 999[wZ¿~%oßRØòéëFD<¤05íÛw«_ßËÛ»ÖÍ ÒW|ñâYZZÚ«WÏi]}} *ÓOÏjN¸aiiżmÔ¨ùÙ³w\]íïÝûÏ ùáCbtôµk»ºz¬_¿*[¶ì0}úÈ)SY[½e˪ÿýoÐ*UÙ·o{Ç=455¹õÒ×õðp7ou³fm)Ï:6sæÐÐó2WlÑÂ¥S§^ 4¶³«èèXÏ7¾{7633YzôèÕ-éíÝÏ7¡u#"Nýï2'ª C(cÂÌÆÆïý=×Ã9§u>õ|üqíês>×çº}>ö~ss ækÆ¢þô¨ÙLÓܹsG¶+W®46Nàú ã=¾¾¾ {1 øï«Mþ]ÕÊ*Mð36µy#¥ZYÅòDÕ:¬ )#Ø --- NEW FILE --- PNG O8±}ûv&yôèQ:Îápø|~_Ë;i;HÃèÿ bmmÕj³²²L&Élll1bDDDDuuu}}½-@@ÃápØéÁ>ÓGxxøÝ»w-,,,,,²²²Øl¶µµ5ÇKMM¥P(§¢¢ÍfK¥ÒÜÜܾwõ6///ôâå_ B_yå ÛÔüo áMxÓèú1ÇÓh´¾D¢Iê1n&:doo HXXµµõo¿ý6{öl@ðÖ[o B++«~óÍ7©©©|òI~~þ!C å &L¨©©a±XS§Nõòòª®®n½@Õ`ÇÔà¹lr¿cøðá>>>999³gÏ6lNÿꫯêëë}||ØlöªU«¦N*¢££ÑES§N2eCqqñÿþ÷¿Ç÷¦´]ÛP(¶ï¿¿É|rf¾Ê;ëmúAÞ}÷ÝÛO>ùþ>±råJ41 àóÏ?_¶l¥¥% ,X°lÙ²ÄÄÄûÕ¬·é%-êÒ¹©©@ ¬_¿~Ä t¼BNQÇz4Û¤s¦o(F"ÉÒÒÒz\-@&ƦWwIm<==ÑWWWWWW jÝÛC<±$õ¼ÓL&{øða/ÈÑzª#7}øJ¢©b{¤4 \ÛäÑ«tµÕìéàñh ÁÒ¦Ý µÕez äìAZÁåÿ°}ñ;ëñr¬·Á0Næ6½Éô5D¢ÀµéÎe]} ÙÓ_×PKv÷Qågk*A«ÑªrÓ©>Áªl¥êÉ#½RAvóFwÊnÇ1XTß->×3]Ü-a ºWÛ)4ÍÁÁ¡[/Á`´?H;tèk6[ÑräçW¯\ù=z]C¥rpª )Ê!XÚ(Þ¡z zâá<«IÖö ¢Õ"dªâq2uX¨VT®ÌJ¥ø«r3ô2 Ú!B¿Wº8<<¼+ƹ·nÝê^ýâââ¸Ï[#C84 ¾#'¯J>7µ`Ç¿½¶z½S¯Ih:¤}÷Ýw$éÕW_e³Ù ^äÚâñFûiÍ3p8Üo¼ºvíÚ5kÖÈd²Ï?ÿÜÎή'Õt~Þ·w(ë|Y ÇùY0vs l[·cO/Èf>:Y¨¨¨X°`Ág}¶råʲ²².¦¦¦H$ B1räÈÊÊÊñãÇ8qB(®_¿~îܹ ÞÞÞ¿þú«½½=ÁÈËË»uëÖøñã5MjjjffæÓj±hVÕ¦ÿ6MyìÞըδ Êˤ;úÞ¦#Ï.ñ¯&_GPÞ `Á?à68p ©©iÖ¬Y=5kP(|Õæòå˳©M·L¦bðµK&ȵúÙåkKeÊÜFEFfÃæ ¥#LÂá¦%ét² @påÊG¡P zwÁ;&ýHúgö6»wïîM9PßÐO£P4-Û·ðÁÒnÖP ìç´;U?lXòÞæNów*zäÈÔ½uÇÔ××äÏâ T .]ºÔ&ºÚõëëëO$ü¬{äC1°HÏ\Ò|(×åÙa3_p* 9yh58hë FåDëRi-$QëôÃ0ÆÊWXß©jL®°É&%Àù¨VêÊ¢:2(/:Z,þóLµñöö^¼¸#µAQReeMöö>ß&±© ²Ý&[¶²²Z»víæÍÝÜÜ***,Y²cÇ©S§ÞºuK$]»vmîܹdz³³+))¹}û6Ïïøx7Ë_3÷Í"ïáï@Ôð¹]J ª [vg¿äCÓooݺõóÏ?ÏÊÊ2eJttôÖ[}||ZöIºN}}½+ þpAíMáÿ£çrf&rs?~|çQIBéÜl¦×¸ûGF¾ÔÅ}§¾ÂÊÊêãí{ÿïès2yÊv K0 ËÜ;wîôÚ×ÛÕÖø÷$úUgQÂpª®IªI BVk0P7#T*õç>|øðéÓ§Çó<»ê 5j¥¥åíÛ·W¯^(èÄ&`íôøB.ÿñÇB¡pݺu E^^^O¤mßÎÍäl1Ïæ1ÇMͨ©ØöÝêO?n×¹^üꫯ*ÊwÞyçàÁÑÑѧN G¼ÕjõÔ©SïÞ½kmmmcc#ÑÌ/¾øbAA>999..ÇD">ïååµk×.¥Rùã?:::"¯.zholØaôSö6>>ÑÿûßÝî;v: }ôevÙÍ©ÌNC¤¦¤ËÔ0¤ ׬Yúö>vìØW_}õôñ¯w"n_ÄÑc²ñ,. ÅÊÊ*###??_«Õ:uÊÉÉÉßß_,={¶¡¡aÅ·oßúï Ó§/"?¼oßV½ïÛÓó£Qçgã2¼9yò³¬b;iòþYPPÐsIºBZZÚ)]óãÑwñP´^¯/))±±±IHHP©TçÏÿà?~³víÚââbÄb5»hQþ1®Ì}5rlnΣâë=ÃNà4$z¬Á~C©2(ë ¸½ý3³lUm@`®gèС)))¨±æúõëO8Q[[;mÚ4H¤V«?~Õrp¢õhµÎ Vçæë+®ª²wqQ+19{O#´¦¦¤ü·'¿ ¢XÔÑc(5÷Ö±o¾ÿçü# eÄ`sSQTô×Ù³OÒÒÊòóOÅÇ++¯<yíäI2 '<|øðÖ-ZÝæNÛS_mQ«T%kúÎJaËéXg õ}ǽIoHIL4¡sS{náòù!ä Âbb<üýs=rôðp6¬¢¨ :9y¶¾E¿úü]UóêÅCÍßB¯©Êàc(s(Àj¥. Ô rYE<`ÛTa¸Fü£ 3[uëm{¹\V[[Õ'¢ô9I@7iý nÐÃ^,#Ï7~âc´¢ÚÂJo÷(}Ë` )ëÅòàGU$ä9mï2mÕs>@ÙóñÇVôì9Ôzõq\Q50Ôp|SóuMMMä¼y-öÚmÀlÒ <ã«MU[bbb\nªÚVÛk11ýeËC" Âd2Ôj5Ëmjj¢Ó{ð°TVVöÉ×@èQAøà£ÃÓb<Mbÿ8N¿k×.2<aÂ.p¹\777¡P¸ñïH«ÕÊårNG§Ó5 BilläñxuuuÉd* ÖkGFFFEEõÚëL6HTXXXØÛÛóx¼;wîlÞ¼J¥®_¿¾õ/k\\F;sæÌÆoܸA¡Pjjj¢££wíÚS\\<ÓNØ¾Í âêÕ«£FR(üþûï?þø#Ǧ¦& ¦6Ï#-:Ó>1© `s£ÁzABeuõ6mj¹%·T¥ªA%"ÓÑëòòòùóM&Ü SA½{[ß«<;}êFÕÿ,ÚeJ/Ø Ãh0µ¬`¾Ì¦6F© Ñ`j3XÁü¤Lm+ØÜÆ`ÐêÒÒ{Çÿ¬j|`T©ôd§êÒ¬Ï ÎÁÔf°ñçóo$¯xu··¿Q³Æ<úù³8·ÈÐß|ÃL² °AÚ "ýî]M^õ?÷ôôi7öÙ±u½½ý·~¾KW "ìLm¿ïÙ÷Þ{+Ï;x±¾¾65õn}}mB¤½ML¼øàAZ*.Îò$³ººâÁ;*2##¦¦ ¦6 K;»5öýs'µ5ª äñê5»1 éÚNèLqîÿ:g&Y!ØÜf°S3#ÚV°=K3©Í`ëmÌ6·1·ÿø£w^äʶ°è äæææö¼Á!Cô¼¾S³ñÛo=`yJJJÔ+Aü.$$¼Óóz$$,2]hÞ¾S³`ooßn0ÓÒÔÔcîw´Â$-:Ð[ý°YÁæ6½ÄãÇO:ÕõüéééSòóó¹=zuI E¶+W®ôæ{û ¬·1#ÇsrrJKKsvvþõ×__}õÕ~øÁÙÙY"´¤ÌÌÌ' BD»ÿþØØØÓ§O»¸¸TTT,^¼811±´´ôîÝ»óçÏòä³³ó¤ImmÉ¢7rss?>jÔ¨Í7oÚ´Çã<y2((mW/ÈÐ'`jcFîÝ»çâârñâE©TÁãñ¾ÿþ{©TÐ:}Ñ¢Eû÷ïËå-úñÇËÊʶoßnmmzóæÍàà`±XÌd2ÑR]PÞèm²²²LfTTÔÃkkk-,,Zß2ô Ú.ëììlooïìì¬R©Z®[§ÛÚÚâñxJuäÈ1cÆÅbWWW&YUUÅd2@«Õ^¹r%00°¨¨-Õîë´-1Ù¨F DR'yø|¾J¥ÊÌÌLOOß±cÇúõëÝÝÝÄbñ1cL%I?S3²nÝ: ½^/ ÑÅYV^K¥RÔ;sFFT*ýã?Læó;:Ù-Ÿ6ó´Ît¯ x<í6M([õ6½»»ût:ÍJ¥L&ÓÞÞÞÒÒR*êõz la4Ú`` 6H3%%+7m2÷[%½ÂfZì]]MÒ"{7·WÒç`jcÖüøc_`b&¿ùf_ÐÀiF© Ñ`4Ó Hjbb_K1ðð@¤«ÄE3ÁÀ0la4Ú`` ¦6F© Ñ`ja4Ú`` ¦6F© Ñ`ja4ÿíi8ñì§ --- NEW FILE --- PNG &MZA)!ÔPIRÿïÝaÙ½²{·»·{÷~{öÝÛÙw¾ÓvÆ£¤¤N'÷%lF¿o3 \#Vÿ_¯âQ&mÛP.m"m:+N«ÓQ ݨEÓ ½ü-9Z±bųgÏ8q¢GöKtÕªUoܸA!j|(6äñ·Û·oÃö©§²áQêuPâx̶7oÞ³ë¦ò´è¸èU«¬ã' Ýa6&s6vG0T1yýúõ$ûòã°´1³ËÍ "l6£ÓqªP&#×VÂ0ÈÓ o-162Ç!Fc.¨W±ØÂ¾6{DV4òæ©.m,TdÎô}êÒ±£¯sòäÉl¨öAiÃ~Ü´"###''§Zµjà O<==ÝÃëVâø@ò(sÏr Æ´1ùÍÛܹsçÏO|ïÈÿv{O6mÞ¼y4*R¶|]Ë-xhÍScÚv]ÓÇà KPY¾xñ"ûPHHȽ{÷,_?ÃâñÔ¬¡&êʲ Õ¥á*G{àI¾¾¾æ´ÊjÂp éd.aÌ!¼WHºª.m4Rr¼3¤9Ssìq^BºT,ài#ÉI-c.SâbnueYsh&mh0~8TQfðo-RÕ56aÛKÀNØBõ«B ñúÂûÀbÑP£Ö1Ù6P÷¡¯ôQ-?12²÷÷u Ä4¶ô{Â9¥ýçq£a?Ö E»Q/J§ ÿ;#GDGG/_þ¯¿þÝ?ÿü³Gö7³_½zµzõê 6È÷îÝ+Õ_P¥ÓÿO6mN:EÑ3ì²"®^Ç]è¶Ý¸pL&Ü, aä\å8Loȧ<d[¦LÌÌLÈøÏTàÒ£¹ÊqLÚÐÇD>è¹ÿ>c±&bîäÊvE®Z4PN³0$ <}ѱ%¬îRlí¹%y÷Ýw»a{ZHÆrÚr-^F ɳê¢gÎÕÖ0»³¯¿ÿ±ÂÂO^{mJé+¢ I¢¡fÍ%ö+yäZ`=&Õhã8k¦>¢2®ÑøþåûZÔhëe%5ß2&uÅYQ¢¦ú¶P¢~¹¢zOCh£îéHÓ?ð°gêsqº2f <6ø<ms?0g±pÈ5gó°H!sÉó(m@±ÉóµqȽ±úX@¬(<JÎi:îÒ¥Küì³Ïâââúyé¥.ý"°iÓ¦ì¯ÎòÁì½Çw ¸RBBnÔè»Äh©Ö¸qã#F$%%mÙ²|233ß|óMpôéÓ§°°Ðòb+WNIyô}Ó|N&úÒÍö¬·F`Jîo¼1xðà 60s?ÒYÉ^qáä± 3ë{¢GQQ}¬äÐ믿þóÏ?¹¹¹]½z5!!¡wïÞøi©"Kë{²¿ Oö3#àpwwm #²ß¦K"O»+I½|J|²ê@Ýð«XÓT =u2ÚØU"L$ ¼$õR§9W¡M¡T+ãÃaWì.¤)+ÌÂZó̦W~~¾¨+r"y¸ì-ñïóû©i-":U.g96 WådØ_åd!½fÓ¿:ÕÅÄ9¤ì¯ÝÙþ<ÝÔÊ+ãÝ /µ¹üfûX(&Àõ,®Lb.C³ÇÖI?Ø;óÓßþGâúÓë³HñÄ}ÜE+_)7iíåÙ/¸étÕÿï#ÓúׯTNlùÅLÚilW =ôRw¯É Ø_¾ñKó&Ëþþþlm%£Ú´a?ëàà`þ|óõõݱcÇèÑ£cbbÖ®]{øðá={ö@°5k^¾|ÙêEÓx{Ê4¶ª4m8Ìèòòò:wî|éÒ%pÏ=P¸råÕsù5³ô¼`OR¡°ãß½-S¥Lc«úÒÆr; -[ aÒd`'dÚúÒFÅXSèK ìýs´¨Êò}âÿÕDÜ»ndt¯ZÀËÝíké}Ây§>ƦMðï¿ÿ|õúõëÕªUcıS¤@>Ã.ð¸9¢=qÊæ[}öY~îÊÏZ1mQ¡M!©ÈIö`GËýÓæ1l+sÎb' ©»uêÍξ¿aîº5kV9>> ƦãZ$ÿQrÐlK¨Ô .gå¶ G³ª÷÷ÊÎõf¿òb7ñ³à"Û_r,Ä`ç&£;¡ñHÈ´iÓæÎûÊ+¯°_0bBÔÝÜÜl¾ 4°Æ¸à%YóàïéN^rã© ßA$Á~úê999N°sçÎØx§!@½zAç 0)ty)C9a6üWlçÌÃy¡9µXÇ*- ÑÌà¬Í#êAÙØÑ Î½j£1ÃÏÔP:McÙ¤%íæÛLq ãf¬y´(ðÑxíb»ÙÓ·Çëíß¿5¢^¥Â"?wØûWÂê.õm¾(¨ÛÍs¶PB#Àf`Kl 6Rh» iìW_'ÌJsèfÏuıHÖ G½35i`6h0kÑ\ý [__ßääÕÂ[·n±¯%è) H³ËÖj<«- 4ÎRúzóÍ7gÎIxîÝ»·K.4ü¡C@.\¸Ð±cǼ¼¼7nÐÀ¸û 0ÈûÑM ®ÝËë¾õdâжÄdÿ[®ÜyûÈ¥¼ò*»ýÅÙä ¬µ³®ÝÏ#«ÏÞÛ° ÿbÎÌ5@±Låp!ÁàLJñØ8+'wÁæÂ°ÝuêÔa4± ÂËúPaJ³ü~5BàG=ù/||}sOwêɶQRãT¸Í<¢²½£êQ®ûBGÏÚÔ *À.u÷rýúõË/ß¿ÿرcßÿýªU«Å°<<< áÜ2eÊÜ»wÞÞÞ7nÜ2.w÷î]eþüùK.c¨\¹òСCÏ9fãããñ5çH ðmâáu+q</gåÖð%î¡»Îüн ÈXÁE§®OnZÍæÛpwwbª§§§å`d`$ÿã¦ÚB³AL÷Ú`ÙfR²Çfãâ`3ðöoÞ¼¹_¿~ÔØæñ!,ÇkÕª¬sÓ¡Ù \èÒ~¸A>°0Üä@2NíκÁfø'JÄh«®bÉÿÕO'L^DNÂX¯^½ðyþùçúé'Ú«»fÍØùæo¸dÉéÓ§7nÅÚ+¤9G âX222ÊM,_¾`üñC*[ºG>|¸_NN ØclÇ㮬MJ ¯2¨aÙ¾ðåîÇtk2ófÀÊ?É`;± íÛ·7±W=)-Í0¬²éõÓfcX~;jÑraåühÁl¶§3£9yG ÐÏ'8nD9øf HYçD¦¯; #5¶mã\¿Ö ݽ9o's!ùy±üIYU G¼©§?6*JT4fiqQQz½=_Áë 9#®²ðµÆrÝ4~?&dÓ]!êà{µ¡-iö_ A®ÙDF\AA\ 21'O777¸Ip;§Ó®#rãÌfcuîYûСC°¥/=ÄXÄgø jU¤½ÓáéuL¬5=osäÎÅpf³b-Ò¢/Yµc:5U±yáì¾ÈX°Iî±W1xÃöíÛשS§ÜÜÜððpâIÝÿý7Ô V¬X1aÂÀÀ@²ø{|||óæÍ¾öÍ(&Å;oÓ¦··7%Õ!\Ål c,Ë é<<<®]+ a}§ ÙH ²æ@ll¬EÇbÙD,,Êf Ä /¹Wü/fâô«#F@È5:´ù°`36¿¶ y3À6NiÝõ·Ë:Ö}²JШ=7¦ÙcïFV£ÙEþî.¥þtáöå¬\ðT+ë¬34¿ïv âûÅCسgO×®]é.Ç6È®·Mý¼â·òt{Ô±«oó >ã÷ÝÁµBáW Ú¾};q:¶¯ÇÍ7Ù!É«Ll¾Öyyyì£b¥¦Y³f°mÔ¨¹öEkÖ¬yöìY°¨K UDÒVë!XjjjHH çZà¹çcJ-ÔÌßßnnnÅÅÅPäaÇÏ÷AIj6P90aòö:=8³²²xïÞ½°J±?üðý÷ß÷Þ|óMFL×ßöh-«L2À|±¡fÓ«W/¦ôå¦o-TN`¹>ñº9 &D fÔälèߤñs.Ä¿.ê"BÍ <ïE$6 oäÆÉÂU¹¹¹à ??B°¢k×®±}/_>vìX²¼!½¨¹áúM7Õ¸41Û1Öè.g1F(%r¶?ýôVP»Ù0æ_bªÄ<=Ê>JmÆÂ!ØØX{nC*pÍ ¡³Aµf ¢Ñ¤ÙØ¿DýÊlØ#éªÈb6¤Ön²£Ã~pt)âpdT|¿gE 4q,² ílA§D.µqúØ|ÁéK!ÔläVm½Uð4ÄÎEväa:RMýMÄ"Ô?/!Ø`38K¦ÖEDa°I@4mÆÂbXÓ`Ùû E,¾¾¾¹¹¹öÇ£$|©©ûÃáÄ¡m9ÁRsóC}½ènÃ}¾5ËÈ96ª µ#G´iÓmHà¾ÿ¾¿¿?SÚ϶1¶O@@ kÉS¤°WP+ÀîæÁö×Ë©Å^/]1» hk'ÛP½iÓÀþë"E´ÙìÝ»8þþûïvíÚM2åàÁ°Æ&D9qâûÄÄÄĺu릤¤xxxÞ¾}Û µ@MZ¦Ú¶::ényÏíQ¾8ðóp'w;°f(õô÷t¯åéË Nh³yòÉ'ÙêqàÀN ²&Q ªwß}wÖ¬Y¯¾úêÒ¥KÙÀ.qedd/_)]Ò¬Eݾ}®E È TÍ=zl"DÛ×÷ѧo@4AÀ[L§R7ÕºXZ2e²³³ãHÖ; ?~üÌ3,X³fMtttëÖGÍYîB¨úùçãײ$À¤I®^½ºiÓ&`Þ¼y^^^ùùù'OCk ,B^^··÷y6®P.\¸`Ò &6fP®\¹û÷ï[-Z<yÜááádÄ+WÂÑ÷ßÜdË|y1wî\Ø^¿~x.Z´ ¨d÷îݰýå_((A±®O×hí¼Ñøé©ÆÝªÝmIiQª|sèæöpÈ×ÃíÚðöcvÍA³Q)¾¾¾ ¢»¯¼òÊ[·&O5¨={öøøøpÂׯ_?!!AK[Ð8t*ý~£.ëX÷É*A£öD læf¶!Ë8ÿwEá1k4ÂQ$°ÆXá+ÂmÍßú/~p+O·ÇÆì¸c(yÚ(y'ÍÆÚÓ]Æ7ªBÝT=©^AZ%cpåC4D¥H«¢ÒiE³AÌ"v>Ç¿ïv ï~Ô:SÕegÉc9Å%LãõG_n6¹i5Øýò\òæ3g3Cwù¡{#Ûn@àÀV«3]J "§?û|ë?®¥]¶ÍXÀf!ôë×oË-t(8²²²õz=ìÎ2BÃÑ;wîT¨P4ÜË Â *¿FWèlsÌ6LDF±)[¶ld¤át26ï½÷Þ#þD[ÀfaÓóÛ Â ³´1;d®äÉaÁÁ.õìÙS¾¦y4ÄÚ4P~LmtVÿH\`]{(óléz$DeÏd6×ìþùçç{ÎæëZ Øl¿Ñ¶«³±ùþD HSHõðps+X1íùɧ>Þ~³2 që«UZÌÞ£ÐÍ%*ffuå-zlvÿðãxbÙÌXXáUcxO$ýÒéQ UÓf¹mÛ£KÂR\uaa-#è-Q«åH¹§Á^á\ b iR,è(е4euNÚl@ɧaC ±`6ÁA\Wkm3Øx©a,« ZâÄØl3ÕBZ\©~éõzÛ. jX e3кÍv ÎåDÑ Ù h3ò}6¸2B>ÑAµAÑxàjuG§ÓÅb* mî8±ÑAÙA±AAdÅAADvPlÔ^Òõ&UÖD¨-Q´þ<W ¦Ó<îÚµË6ÿ´´4¦T½""" ³óöö&Ê+G/çååõÔSOýøãìØà,+æää@ ÒeáZ.Ëüùó4h0zôè âCÑäÉkÕªõÖ[oÁî²eËÞ3/,,tÈ #L ØhæÍC}bß¾}öø@i²yóæï¿ÿ~Ð A°¹!dQQQ6miÙ¾};ÿ¬ÜÜÜ×^{mÅ'NS~úé'OOÏË×r5/_îãã3v¬a1*Ðlò-ZOõôéÓ4ç;î~DPl4mÜ2m±Ç:Ö¯_ϾÐ"#æSÇ#Äý¼þµ,Ç]`pUä*çÊ7Â+ÖÖ^öRôùùù]¿~½jÕªëa²98(6N¨ngåû¨ùcáòÃWs,¨ðÇãÅÆÙHIIiÒ¤IÏ=Éî¦MFpîÜ9(MÓñð6lØÎ;O:EF tïÞ}ÿþý'N²vqqqãÆoܸ#GÞ¿ÿ' <óÀÀ@ìàA4 ¢.@f@]£](å¡öà¼"9(6 JÃ+aaÕ.üªS§§¼WÇ ºDjPlµ@aU8Z¶8~<iË¢¢û¿ÿ8oÞJÆ(Eì ûhýúåbc¯ïÚµIµjÕ4èÉÏ?ÿ±¸¸höìiùÓ§Ï©\¹Ê ë {ãFÒo¿m3æµvíêÄÆ^Sþÿ"Kb£v çè{¶Ò°iÞ¼UÃÁgÏ_? sôÀóeÊíßÿ fÍ*Çǧ|öÙºÐPèâ_ýÄÿÏ?qëÖ ¦{ R5<yrZµÞzë-¬-! Ø êòúg}vëÖ7¾wïñùõ×_A<<<æÌÃLU*DNNδiÓ-ZlÆ*:Zµ"G¡f¢²lÙ²¨¨(¨<±£S ¶Ó§OËýÄ5A±ATGF{ôèÑÄa® 2×qC'--}tºK#ׯ_¯ZµªÝ· Pl§ETTä»APlAÙ±$6qqqÝ ÊvE¯×Û?pk6ã-)1ÿEÇE+°r^giN«AìÅQ;jÐAìÅQ/t=Yõοz òb¨öÊiòaa¦gA$ÅÑØ F-b£×ëå666Vh Ò"«ÌPiAAYq¤Ø¹3ª#ÝJÏòɰ Ysì¡öh«Ë¬G!28FlØ2£ Ú·eøÉϧa9 6Di¥8Jy{^ü¡RyÝÁÂbÃ?üçi~·MyѰö Ó³Zù#ÚSÿ:¾$ºôF§ÃÊ ¢6= 5_~ùåÒ¥K S¦L!Çìß¿¿S§NÇgJ×mZ¸pá¨Q£/_¾uëVüÿ÷Ç£G÷ìÙîââb777s~~þ»ï¾ þ ÄV^Ï.QÒCûû·myÆs{T3þÑFQX3~Ô( 'K2áe.âî;$¼ÿß7þãúuO//¨ xùøg;ãP\Täf,1ƪQ 9K=Àm<®7n¥ã@3Þ>|ñ»Ä[}"*ðO£ÃvÙ{óîê. bGô_ P" ó´¡fÃ-ÐÀëJ¨¢áááO>ù$c\Év´lÙº;Ç!C¨=ÚµkWv'q+£4£j6DoÇ0$+ÑloÍß¹¹ÄQ&0<xt4/8øy%ÇGàYê¯7ùmkÃÏܤÅQáæèn ÿËÃÚI{XÆaÍh$ßOyd{ÐsìD9®ÈNdìØÇ÷DÍ¢ ZÇñ}6Tu"j¸ s ( [fLAQ-² »Ï_ÂÀæ ø¢.§Ýºu[¾|9»aðõõ NKKc{^ºt ÄÍ5c¬ý!aATôbãããóàÁ[·nU¬XíkHHdýúõûí·ßÀ±iÓ¦òþÖ[£LMÔÓµk×½{÷Bk×®A-áÉ'dLå°³fÍzï½÷¼½½©U;pà@Àؼaû!÷¹sçNØN8úm&MØ»üCN<&#héÅ&//8HVNý+T¨@ùùùÄáææF¥á×Wènaa!çBD6àà±ÍàÇ`òr 4ô(»m bHDþcAÄ 26£+¡oß¾ìBSN/..æÕâ¨i_ü§ZbN¥,\ÎÜ) ´à #á2s¢~?U#À'>Ͱ|@³ e.gåýþtÓúåüÞ8taaû:àùÚÁÄ%ên¿>æ¯'ÃÊ}×½ûÒê ò¨¢ÏfuúÄ¡ÿå8l3ò B×HÕ´ô*S@ßÿkËÐÎgTXlc(ÍÓ¿íGjåohÊ림Ø}-ÔAåQ ØPÎ<ߺçÖøÜ¢â¯lÀ?ó´¡fãKv»þvòjV.¨K ÿûÏ/ïTÜ3_ѲÆö¤ôè} ]ªq1 * Â8@l ¯g·¤±ÔB}½NnÅÌ> ¢ryX;qÒ( l£ªW¸Y+3* pLÍè #Ï84s Ò 8 5£Ñ|_Ç #GwË-ccca·{÷î;wî`ÁÁÁt.ú-[¶Ðxj×®]PP0zôèÌÌÌ7¡¬¬¬²e˾þúëÚmîÓ4kGüàVnº'«¶«osO÷AµBÇï?OÏO~È#"A®Ôõ:ó<WQ² ( ÕØÒ°w#""òòò¼½½Ù§äççS7gÁ+pØ¥víÚEiiikª"6mRäææÞ¿¿S§N 4½{÷þñÇíÿw6ôx«%»ÐÉuúØÏ }´'ß3Ô×RO¾Ò`· ¨ÙÅê¡¡¡;w&»Pÿ¨VSºP(Í!C6oÞüý÷ß4h ¾¾¾.]²gFFFóæÍïÝ»·oß>þQPOOO¨ÍÝðWiܱcÇöíÛmþSJvwËíBgÉ9z£¢þ.ÚÄkÒR²J3SéfÌ`pDvxø¢1ÕTìbµ º[¾|ùëׯ³¬_¿ºax˱pAAAìõz9G7¾¹xl@¦ªd²æÅúØI¯#sÎB?ÈUFrÄVÝÄÌ@]ØeF[¦W2Ù5ôSªOx píÚµ&M?~îܹÔ_áàcyXÁÉ'¡c5(¬.cL³Ë¦íí×üÆýOáãèǦ+wúV¯0õð¥OÛÕ¶ùñÔ¬ÙªZ>òçãç¶Hwª7 FÈà?OoìÕdÌ_ ïEV¯ìçõÓÅÔõ*qÎí½-~{T³_.¥ö2aÿyvHËY<%¹³¬pò/!ËEÛ|6 $Ü)¡êâLSÓ <ªR Ä&""¶óæÍ#bcYFõý÷ßõÕWÃ'>¤3NÙ´iÓèÑ£Î;çïïOÒ¨þûï?4üÏ?ÿ@ Ý»wAJJJÀÅÅÅ7¾qãÆ%KFiîêEÆD5+ïí ?«¿î¶Ç+MªZ9l×YÐpxöázÏk:ÆAi`ûeú°=~MB2_l@i¦¾X;ÐÏËMg9¤»é#Ø8¹ïÅ!2ãÜÕQä(7ô=ºÌÞÞÞYYYkÖ¬áÛ>ú(Ó{ô¡\¹rªÒÎ;ÁáææÛ 62d$ÿ¨Îj »2A¨^ÖÇr`¢4LiO¸ÉIÓà2{ûµ0ϼ¶µD\N£âܱg8\oý¨3::ÚªÞ@-ÄÇçaL $44èTS8á¡Î§wýúõIüuêÔ¡èïß¿Ûììl???ÛÜÕ×-8¹ÉíjR<ÅÁ÷ ØÌ}¥'óxw}¥JØ»Ä}ûöm~H~Pq±pt þ²}Ýò2ã`µF1ÚÌÝ|ôaxÿoíÿâ6ì[ÇîÜàt5¶ÀNW9:ºåæa0ö¢Ë{qkh éÅÆðÄWËX|µrÕDrhå«5ÎÇö×z\®>sñHÏñ_ûÝ>Æ~òç©·Æ=y¸¹¬xØ©4yíçC;@l?»X~òºE/Z¾ ?/õ¯b5D@=]¹ÑzµeÆ9àgåjW2¿óý© GcÈnýúõ×®]Û¦Mùÿ=H "trn¶ãÏ<¾¸¬·a>>>}ûö ãÜ!×µmÛ¶^^§aíӧϰaÃöíÛºb!éÓ§?óÌ3cÇ}õÕWÓÓÓùg]¿~}Þ¼y F&o©gÏS¦L£dZ{þ( "1cBzêÔ)NhÎ1.ïýÔSO]ºt 2îÄÄÄâââÅCñÿÚµk½zõ:{ö,%½^¿cÇ®]»5jâÄÝCaÿܹspª[¶l:Ä¢EHgÎzÀ§~JÎ1bĺuë`ûí·ß É©/^¼HuüÁ}èÐ!ê9gÎrèO>±pþüyÆ8Õ,;=[¶lû(ûê}ö'BÑ(6ÄT«V ìåÊè¼ð°Y³&dâ*T ¯¼òÊÒ¥KM.c5ª:uêÄÇÇKõ7)zï¡ruµvíÚe5Ô?=ß¹ g=O;b÷§3W'(6dð3JN?$u5B]¾|$¤I&¤=ÝyNzÒÐ{þ¡¡¡à¸zõ*Y1ÖÞ}÷Ýþùßÿ%k&ÁÍ6*L´w½|ßìÙ³·nÝzðàÁnݺ >üå_&il]»vep<yt*gêÑ -«AnRýÓ·¸(6qwwß¿¿ÀÀVsäÔÔT»ïè!6mZ¼x1(Á7ß|Ó¥Kða¨æááAn ÅÄÄÀî¾}û`ÄØÍ5cÔÔòfÛPà g½Õºb Zÿ;¥Yxt£*«áËLi--gÄÅÅõìÙê:éééD8xðà 60Æïȧcæd¦%A±AÈÚøà4íu}/þÏнOõ`uúô([@iÞ8taaû:ÇS b£ÿå8xfäÐAhAÞ$*>ÁoÆÂñ£U½þÑøZRùðÃß{ï=ºÛ½{÷]»vݽ{1´,**b:±cÇÞ½{`_}õÕK/½Ä<^â0 úõ×_ÁݲeËcÇ5jÔèìÙ³Jü7©A±AD9Oj6&:ù©ü0¥òðvóÚß&ræùÖ=·ÆçýdÆMX5íÎgÓÊ ?ZåIððð pØÐCQ?ÈçÌà(((Ð]"¯½öÚ%KÒ°O!¢4ÀñãÇÉ)p 777ÍÕÂQl±ÔÉè§6 ü/kG±ëüúG%?/Zw õõ:9¸ WçGÛ¬Bêi!Z$Åj TB¦Mf!$[$&44455µK.ýõWß¾}ûí7¦Toºuë¶{÷nØõóómdd$Ôdý/2b uÞ0DÀkØs¾YÁä·VqXy×®]lÿØØXË·¤Z4)6*§Inõü{îݨ¥rìàêI2'@{b㽬"/)aæèfÌ@#²å G~ÒÒÒêׯߦMßÿ1VGÖ¯_?jÔ(½^Oç[Z½zõ¤I:vìÃBFçÓ;þ|ddä§~Ú A^½zÍ?ÿW^aJL:õ7ÞøøãÉà±Í;êC´9N+Ò´'6 ò!JCBB²²²Ê-K²þààà2h õ±Ixx8Dâæævÿþýììlp¨ãIt¦¥K.\¸ÐËË6¾iEiA{hß¾ýÖ[û/¾8pà+WúôéC|,X Òz+;6êÇO/w{þÝÄ?õÓ!e ¥©Î9w7]áéYæ®E?éúBËÚ¶Ý0hËÙñP²rw FìxkuѶw6æ,-$XÿfÕù"4½WóyZãnÎrÖf.ɰFgrïu: âÜ)ÀbußÕpxµ%6A,¼ÛµSoàíaâ¦Ñßüµq\p¼ô;׻5ïê¢!æ) -¢Ô 4$}6¿"z<%?0Ûº9ÁÈ.ÛHØhÄÉ ð< -SÛÓD£±ybR¼ÇFEÉz#"Ä&66V§×»oÛ$A;+3A>ÇAÉò7Q&&W³±¬7-.¢3ÔPò Ê!½l ¤ôP,,:Tc¿q2×i¢Ñ@oâ&rÛ6!þÛ+Á¬ïÂ"¢ED½!Ö3¥&[³±ÏPo± ¨"3r÷Ó°±} ªÀñ7?~üç^µjÕ7oÂîÚµk_|ñÅ-[ÆÆÆÂn÷îÝwîÜ9uêÔ3fÀ)ÁÁÁéééL©°5iÒäôéÓÄñï¿ÿ¼W)ú-Z4yòdæñ:(»NÃyæ¹] ²ñÄO4mÚôòåË5jÔm·nÝ Ã"ÙÇß\ø½{÷2Æü#44Ä]1\æÿÏÞÀEQþ ÂÆd©ü^úñãÇ}}}µéi,Ê9dkþzº L¢ï9 lJFaÇåG¡Ñb°_²(gOq ¼ç ã©§··÷½{÷¼¼¼¦L2}úô.]º<}ú499ÙÍͶ¡S§N}ñâÅòåË=<<þ÷¿ÿ%&&>yò¤M6111zYs1\Æ)Rc÷<##ÃÖÖöøñãÖÖÖ¨@6&eîܹ´Õ£MÒ3ghóDûÈUªT2dB7åñ/^dSÙÛÛÓÏ××v®¹gigeeEÛJÚêÑøgÏ.]Z&¿]¾ÂFºð³1Ê'~ ãeòØAAAû÷ï¯]»6¤ÝçS§N±»ÝзL~ô¬\¹rÕªU§½o£½H1À{Nu¤LÈ»z ab7bDÿÅ×RcÛ¶ lÌO?m¢Ç+W2èqذ>²&[&Sº¹ÙõëWN¾K ]Zµj§0 6 .4,E.^¼X·nÝ[·îٳ˸¸¸°°0£®# ¼F aâBróæM ;vìP£®¾¡] À¢è9®Å³²²gBñCy¶d!~8 dBØ j svDä õ·ìÔ n`Ƭl¢ÈAÞHý~f j_33ä HÿMPPСC½F 3NØÐ;e°¤QX.òFHnoª%DHmǸCº%Mbbbpp°>ש0F"]P}ò§/õ²¡ÐlñçFI#è® û` ÄãéÓ§cÆ1ð·q*í·'zà7J2ürvD@Ô¶lÙ²oß¾¹sçFDDPHð+ k 5kFÝj׮ݱcGªx7nL#i=úøøÐHÖ³lٲƿô¹{üé_ÚÔþü¯ÌáõÞÙy7ªk )i=°g¹¤¹ôðÙ©ûÛVµo{ôrïÀ«èÑ$áÚýú6vÖ~;ºû}ßìg¹«Òoôvá÷ä/«`#iR£å®oìÑÔîMÌÿ»oÂ"D9|6PÜ(}ñÅl«÷ñÇóÃ<mâÄ#F ¢öæÍû÷ïÏ=Ûºuk#¬÷:lÏÖ|×¢VÙRs=}Ö%é@cD¨ø½ëðí'Î}л<{¤Mi.uÖ%íp¸¿ ¹½UéegolÌÈæ÷4 úú^¿téûÏ5~÷]s##cXûö÷nßþdÎîCÐC;w »qãØ.]ÊÛÛ?º_&¿ÚðpªReûõë§ÿÃl¤H(@£äpwÜëô^ÉyÞ..írV´!{*Î+°þçÿy¶í{ù2l¶[g<z¾í½Þ vèúî9»÷ÆeÁÞ«9áUòeËÔ=µgÏ3g²¶³³óÊ+Y[I#3JeCÛþÄ¥¬%kX¼Ý'µ-m¡<º©gc)iØ`¾Æ´¨¶¶qW¯¯XñöÕ«_DFRØ\8qâÓN¶feѳ+fÏÞ´lYÄÇuèÀúyùrúG%nÞ¼!=)c>lصJTa£li°7kl̸.ߥøp÷5!>ì8÷¹ú+ûÑ%yQËBhWxA 8Â&*ñüª6uØ Q^@qL6íóÏ?WùT6m<زeK6¸téÒ¨¨(®Z!6ü¢OA|¸ïºwºÕpZwéNZÝÚ±þÌ»!Uí7¦^îØtcêÉMv]¿ÿGÇú{òèqù%ïÚÛ»º»ÏZ·î3¬]»ûÙÙÜN,Ë¡Ø`íÖô8}Õª¿öîÚ®]ìéÓÔyáÎZNeØW¦»/eÑ2ÞV¾k:+dªWþæßg}6zôèÙ³gwîÜyûöí2yCùoú&$$´k×nÖ¬Y4sçÎS§NhhhRRëpèС ¼¼<j>|80°`«èããóË/¿4mÚÔËËË0¯Âøçl8Tâôo#Tnj·¦ÿ¨Áò=vvwTèÆömù=HñMm?¿üüûwîëÖ-íàAjÄþ±±³Ó0@gÎP#ãìYLþÑ,t*©ø¥M Áh¯¥·Ò§hÍÅ;ý¼*wªþæ3óë Û¼]\E Ö GáYsss~OJ×ZqÂFáHhöyÿþûô hÛ6æÀV,Ú½;ºuëÕÇQûXRÒßûÝw¹/_*LX7 ¦ lß j9$ø;ÚúÆ}ö:ï§Öµ*+Æg#G[_¹Ë÷9È»ÏzôlÛ{ ¨ýc+¯>»Ïì»ñ`ipmC¯4@ f°Ñp$MPpR,kÈäeËv_ßÕÛûAvö¢]»hLÍúõ¿Ù²%¢fÍì7¦¯\IA#¬dòêÜ%Ußmßþ®ÃO²A-§Z%GÞ5ü'kËão/YT~¶vÅr}ÔÍö×}¯) !°Ðw¤ËQ7Àq3 ³g/y{-h¢6Ó§O>|8"ü¢Y³fqò)]½z5Óºuë½{÷RÕ±cÇFFFj3mTTT=ÔUEîîî¬]µjU g){¦M6ôíå ÷Þ{Æ;w®J*Cáw[¸páñãÇeò yöì;·DÙ£2H´é þ (|}}i«U«ïææ¦aÚô Æ®dS M + 3íNÆhÙ §v ¿øÐS£ÿ¼øM³ÔøôÐÅé·V²Éxô<®cýÚËñ â a (k ½ËMÄ BÞÁ,zÊÁü%Ñ/[XäÈn¹{E ¡°á7ÞË ¼08 vz$ èaeÒ*køèoÐ,_yñ*nØ i@ºLª¸AÞ¸7l4` ¦<Ó¼ ôHñ@ñCfÍeff*÷gQÁ ±% 72==ÝÃõ-,þÝ)vppPÎ#G*UÊ£+W®téÒÿüó{ªø_©ábÆð×õû½ÌØC%N¯ÎÔPNR£¼5ýG Jî±³»#×{Ϲ@Ì I&yyyQư´=ztݺuÏ?Oà c}®]»6gÎøøxªK,Xªy£FJJJÚ¿ÿÄO8Qè:P=zôO>ecvìØA5Vq^Á¾/îaEæ«]®á Ë'4½.-7^PÌзÿ^7eì[ÌbMzésq¨Ûhë`6X¢¨\=ÃÜÖ «oð±-f fLü_ð¦8#a£7ÚoF Kbø.=Ën5ôþð_ 6ÚCÌ9²[®Æ^ÿ0PØDDDìܹóÙ³güÜ÷i4|={üøq__µ_ÙÓï½ Ó¦MûòË/7n|ðàA¼j¾öÕþW»à¼ÐÝyîõ²w?økONîëÎßú#óîæPů7¦ýSÏÁF¦EOÍ¢ÉC Ú|²jÕª.\;wnZµ¨ÁÜÎÎnöìÙÛ¶m+S¦~b}öÙg[·n}üø±WÙ²eiÌ AîÞ½[®\96S§N}ñâÅòåË=<<222t{-ܱ²ø°´)ï[«òФô¥ÁÞÊ=c/g÷¨áôfÝf,kå=#5 Ö´+/3Wõf4Ûz¼{ãøk÷×ø(?»ôì¾µ\Z»V8~7Ga}¨ljXÉ6ªN ©ºø)÷lìT>_Íí^~:GÏJn\/ ÆjÖ¬¹t©'çΫR¥Ê!CTN5oÞ¼{÷îYZZ={¶bÅ4fß¾}4Èu°¶¶¶²²¢¸Ò9iø_yǦÌGÞßÚáFá 4ägù¡¶©Ýé?jê¢âÖLºüÊógNYBî嶨¥°Ðr¥-8çf®Üsû{ 4¿4 ÏÁ?wRðÏ}ËØ+a°IMÕñ0<Õ:·oßvvv¦BGùPõêÕ<ضmÛ¤¤$777ªøI#{{ &PóäÉÝÖ@êPÖ@b(n6:tÐСråÊìhÛªU«úôéçüèÔ©=Ëøç~9ÂÝRúþýûìnÓ f°°°â¼1FÚù ©ÉÝfFeÕ«WsOݹsß§|ùòüYi¸A±^Qo¾¢w8[PáHÏÙ!¿/(|Ó¾d¿¸a¬O¹ü¿û¼x¥üs_k+æ÷Û¸_Iü"ltÁÿ2¼ä"«f$ñ4þ-Ѹ¶îÈ ÅÑkÙóT(kYxW]q¥Mg£¶AØèÿexã®3Ƥ)QMÉAØ6Ü ETî÷ ¢ÝÊCã;ÍÙÂÙ~屫î<zÆ#ãíò2*6%£ç²Ý*gËk"ßý ±'5þyú²â¨\ÕòÏvÖÔp²µÎÎyÖµûc2 ny6 #W,I:Ç5o~Qy¢ ¹qP;Ö¸ýèéîs7¸?4X¹|Yå 9»F¾Wgj¬6ë`\8 ,I3 *·ãÿ, eÿn<ç r-Üxu þµ]*9c8 \Í?_ö¶ÔàJ~MÓ¸qãjìÚµKåFÉ V¯^=33Saª;wîT®\uà/ÈÜܬZµê7h$e;¿ ëÈVU9ÈQAØQ08ðáÃôøÓO?snNNN={öTYT««ëÑ£G={¶fÍ6ÝB¬[·.::zÉ%CÙ°a±µµ=~ü¸¥¥¥µµ5®³÷ $þÙ¦3g&&&>yò¤M6111Å_g}DÒ0,o½ð£arÚôÔæøÕ«W¯½Fÿjܸ1 "gTQØ,^¼û.Â}¸ÎêPØP±kN>-°¡*A¤)(/d²V®k_Weúëo=}É¡J9«Ík»Vd<ë`³+Ü×\×û~ÓlQÜ Â@o¨INNàÆõ\NµjÕâããÙEÞRÇåS³M©Fø)w8Ñ3À×37/?éÖ?-]*pz®>|©w aÖ°( h¸J{ÇyyylÐÛÛu¶±±á²Ò²ªB ¬F+ö*ßãÜ×׿Øy7ªk )i=°ñ ïcis³.ûì±»9¡Õ»¦ @P cøvvvb» ³5¢¸¸87¡¡¡lLÙ²eêæÍW¯^åYÃ8äÊ-Z°ß´¥ÊFïë/4 nX !l\nêqAúU1é½Q7uó''§ììlC.±$6 óæÞ¨ì6*QÃÂÜìu^A»V({cN®k¬|÷Æ2õ7¿1ù«øÔ ù¼Zü± ¯ u§mþu˵ $õ iÅÜuEÞ²[®Zv¤ívJX ë"+êa4 Å ÃJDÐXÌ×yczºb6²¢MáÅ9oñ9Ð7¿Èÿ²ôxû&C]Ã52.(´¸áüÛíVQ °bbbh÷íÍ9öho¾nݺ´k5xð`Úé_¶líѼÂ1fÍý:n ´bÅ*UªÌ5và6mÚD¥ÿôÓO¿ùæ*Ehj~ýúÑ#ÍG³Ó5ß}÷]¡"}öñðð ½R??¿Þ½{Ï?Ò¤Iº½PQBå1Ó[·~ùòåªU«8}úô Oѽ{÷ªW¯Þ¨Q£'N°i£¢¢èqéÒ¥ óÄ ×ý?^å>6ýuÿ¾}û,--©A»T]ܹsÿþûïéñàÁVVV2ù>·OóÌ©¹téBTº 2oÞ<z<}ú4í2R#((èìÙ³eËýú믩§ï@?þøãG}Ô¡Cj+Wªå§O²Oú|º»»'&&®]»vÿþý]»vm×®BO|Ø säÈ "&--½¼¼&LÀä8òa DFF.[¶LÆûª4wZsnþqqqÜ Ç±cÇììì ]ܸqãæÎ«ðìüùóGùüùó-Z¤¤¤ð 777/ì=0:ÚÓ{csjH⣠ìÙ+W®DGG<ëÕ«÷Ùg9sfúôéÿûßÿþøãü²Úeôññ©T©Ò[· íO9òñÇoÙ² Ò£G3f/_^Å]ºtöiîÓO?¥½LÚÿ/GÎ5kܸqÔ³K.7nÜ ¶lÙòÔ©SuëÖ5Æ ¢cs>ê 6 sÖ0íοývæù󧬬ZRåååSèT}-]:Vïòåô/WªäتO(zd^¹1{ö¤v?~ãí]wÂÁÁí5¼'\m ã5O»fMLß¾ÑÜàºu?½ÿ~ÏB'tu}ç»ïVòòèÑ?õë;gd<¥v÷îýÛ¶ ëСs¡¯ º ®Q tðàA g\]]©bSÑ«vttT× #¹¢èG9uÓÚÙÙ;wNÃÌÕIZZL^¹M0AûU MeÌÝ-¿&9þ|@åª¢Ú Ëe*WR¡ÚA Bþf¢øFKJ>NÇü?{wVSúÇü¶/E)T-D ²ïKÉ}û¾'=»1±þÖì"Ê¥}'L*eW)ÔÿçqæÌݺսuïíûy<÷yï{Þósn©÷Û{ êÁþùçÕ«Wß¼yS¶lYggç!CØÙÙIXåÝ»w7nÜ8tèÐÙ³gÎO#III;wîIIIÑÒÒ²²²êÔ©¯¯¯ºº:-ýôéÓýû÷÷ìÙIë9sfæÌ_¿~¥¥+Vlß¾ý#h-¶7ììl¦¬Â-`#9ÕÐ/ò{½Í¼ô82éºÚ$GËTÿìãç qQÉï>}ùV«¼þl+o#îZLÁïÄ-¦ÀíÿÞ»LZ7&å}Ö·ÜÚFúëUe}þ:äúó»o3u4ÔW2ãZݾ¼>Ûç.ÎKã]zõáCÎW]nÖ¦³«ik¨Kî3ßÃW½o\ U?ØHóDOÓ~ó²çÖ9w߯P[y81½Ï©Û¡-·ì_7 ÃÏÞkR¹üµÙ÷Ùò«ÌNNÜE+³zñéó6ήö^½ÝËMrâ0c|@!Èïô³ÁwS5)©Û¨áç Æóõë×ääd///á¥K.¥`Ã9þ<÷?¥S¸+5Õ6É#Áöjö?Iû÷˵Dn¥ãCÏÒ74ûÏÌ£M³©1r?;3E3/?fß¶«Z»´ZYÝWY9ùö `ݬY3§ï¤IjjjgX;sæÔÔóç`Þ·/ ÿ*66ã,qnÖ,+#ãØ®1£IÇ÷íc.ä^¾4,l®¿Ð·._Þ¾d^2mûô9°iM:;¯]Óü1ËÕ»^½çö7î§ õ ¾-ê$úãÇâùô©`¯ÊF½jÒê9ß]¾´±íOÙm'r°è]£RY-)ï'^x¸É˾©!wÝ<Q?m½Ïê~âæ¼Õ[W1¦Ç¿~éß6;c4¶icYV<ñâMàÕ'ammËé廢8' [ÒØ¦e0'¿ö4¼½£4+é ÎÙ\ׯP/¾GCö¯µ)ýÙ¾kuî ®VØ §ª 6 ::²³£=püøC¼½ç6k&²sê¡Åöíß¼©gföjêT2e¸K) ÕݰÚwqÙß³g cã÷ÙÙÝ»7$<¼ÇÞ½W¯.ïÃW*lJ_µ¿zõjz7nl»U 8! 6ô6 Y3]MÍñnnl.'%±Í®Á]ËHO¯½}û5´, P$lQ¤IþøÑ³jUZ²ð¦ÛïÜI©æÙÄìNE}ý¡ÎÎÝk×6Z´¨_XXÒäÉ2>ZÕ¥¬Á&33³AwîÜakÚL2eùòåAAAsçÎeÊyyy={öÜ»w/·¦¦fDDÈùn%[622zûö-Û¦W¯^Ôç·oߨ5kÖ3YËÏÏoÿþýÜ-Ò;wNGGí°jÕªÏ?ç¶¡4i7Õ0e¹© &¬ZµJ__ÿÍ7Ô!3Ã,¢ÏªVZÙÙÙ´·YYYãÇ_¹reNNÎÆ544FÍS< *d70q vvv4®¥xСCnݺÑÿìÙ³ìuç<þm£££ êÕ«ÇTJÛ·o0` ÿ LV²wÊ÷n¼ì%ãRb7ñåËȲµµ}üø1bbb5jôõëW--õ ýÑ1©Ç·^ÊO új¨@©&²³S%~%ñ¶0:×ÍÅeï}ç»ÅNG¯Gwu6ÑûgÝî6¦M+wØuy{ÉÇ ]äcmâi^Îë`ü^nô̱õ¯¼úÐþÈõ¼¼¼ù v¨Çv+¼¢÷ÁøÛü%`¯·Á¤ ùNÚ(EªÇ$Ä ¤$ R . ëÖýxzz^¸p)0`Û¶m";vKÞuuõãÇÓRÊ ëëëKoË+Ç®uãÆI&]¼xQOOÏÏÏoÙ²eeÊ)ÜRÎÎÎ'NصkWïÞ½i[T¼ wiP¾`ÁÝ»w?~üXGGÇÑÑqèСäqfJ0ÞN;2ù&¡CKMM8q")00(ÄÆÆr[¶lÙ>^uuuçóaÞû|´µµéÛ¯J*?ÿü³@°a¥¥¥Í5 ãÆÙ ==¾Ê/^¼`kFù믿òÄÏÂqk¤<ú§ï"kkkúnß¹sg>}ÆË/2eÊ1cÖ¬Y#r WWW0(Kôï߯ñ<ø·OQÉBÈÖ¯_èÐ!ùÅÄÄx{{ÿùç4 òññIJJ244lÚ´)EÜ:uêHîýÒèêêRmÓ¦Í-[,--%´ÔÒÒ211¡Á|ó·¤=3fíLß¾}é+B}RË+² >}:uêÔ Î5ËÛÛ;,,ÌÂÂ]Zèc?þúõëyüÙNÉ- »â »·<OÜZ29G®päÄ}+øØ·Cø¤ìGú/M!¾úúúøÄ-]Ç'nEx>òQ§òÆ ºÃ ®¢e'ùæ4ô¿×»ÑÌK#Þj¨«Mr´á`AõÏ>~^üîÓoµÊëÏv±ò¶0â®ÅüNÜb Üàqï]&ò>ë[nm#ýõª²>rýùÝ·:ê+Îqn_^_¸[aWÌ÷@¶ WWWÊ6(TôïßÁ<fë(¶nݺ/ ríÃ|/?þ#GÒÓÓ©%í$í*µ§U§NêÔ¨Q^6mÚ4tèP¶Ã#GRÁÁÁ´ <FIFÜ Å0ê¿]»v´(®¨««S]ºt¡PDRMTÃû1]³zõê"}îò¤ìýQ(8C_!ÓÓ¶RkKãöU+¢·.V&»¦öùoùóA ·<ÀÎ}ú0µkuiº-ô îîîwîÜÑ×קµk×Òëùóçutt¨ðô[¿páÓ3%( 6YYYÔÕR°yýú5Ó ½^¾|Yà:éÓ§sÍ3g´µµ©D{ï>ìÛ·ÏÒÒ¶NÁºÊÎÎNNN¦îÝ»å ZLczûèÑ# oå¤?LùQÒÃ+°W½¨CGDY ëïWzÔx3-æQÄ7©Y9ÚæåÛ»ËwÝ_ÙÝ}áêöÅ÷ÙßríÊLâ\cSAW«yxüý·:êÔÛl«þ?¦b¸ç±ev%¬(Óê}M G¹-eÊ4¬gjâââØ¥VVVwïÞ¥°ÑªU+¦&::^«U«Æ¼Zµ* ôoÞ¼)<ÐWSSËËËûôé@·,&Õp1©Fmèþýûì¦EbR ¯ OÆ´°° ¸2vìØÉ'ïØ±cà ¦¦¦¿üòË)S¨æÔ©S+W®41ùþ§_Ê]£(çHÙ¹<°CíRuÞ!üÙ DÒ0 ÷ fª§½¤±-¯qaÖeTæÏÂ-×Õ*¨·|W lÃR`ænN(ºfÍQªiÔ¨ô['sçÎ3gN\\\BBÂ7"##oß¾½eË 6Â4nÜøÎ;'Od-Jå6mÚ4hнm4Õ8;;SâMÅ7nÜÈÐÐPÿÙ;¤K.ÏÏ)6â ¿¶Ýó¾Ï\cc[Nb=Ënükl$?±ym·}W2²óþ»èaFâíSNGÓݬÜ,çjn'廢îlép.ù]ǣׯ§¢¯X½ eg8Wëo÷9qbÓ>>HJ~÷2#[[]½F9½nÖ&OüݹmD>zetô}=íóÝ\·T¼úô×ÛIi¤éi_ÏëàµÄ ; C¶a©l°155}õêÕÊ+þâÅ®#F¬^½ºeË¡¡¡!¦M¶nÝ:[[Û ´¤E¹åÁ5k~¿$""^çÍçççwëÖ={2ÍÒÒÒLLL4iå:uêüùç®®®W¯^íÛ·/Õ3F}¦Ý{üøñúõë;¦££³oß>Z}úôéÅlÄMÚBÓcì@A Õ qøEÇf?NDUá4 c½ëø¹Xì«ÌØß¹o~ÙÅ>KûåXü¹)ï2slLG6«5¾y]q{»!êÎ3·¦~(¯¯íac6«}ýV¦múlüßÕG+ÚYãÇÓð¾ææº/>x51OCÛCswõ´.CwD=ó©K=«-ýíºúxÎÁ«ï²²»;[ÿæßT[Sr` q Åí '[Öü¾®¿x#Ü2ÌÕYÝ»þ÷ëú¨¬®¦&²[=-Mö-Pԡ׬/_¥>( N?DÞRùÛ¯ÃÖ½ÓaÍñÇißïÖ´yÜlçªÓ5¾¿FÅ?íèXõÐè¶L e´åý;;>x[ÔáÏ÷lUè}&Ûyo^wæ+ÌS¡cá(A° tûéÓ§þyÏ=IIIæææþþþsæÌÑÕÕ-Ð>pw ##cäÈûöí£N:tè°dÉêVÊmQ=Õ>|øýû÷öööS§Níׯï¿É=Þ-Z0¹N\' VVVT611îóòåË5bÚ°Î?_¯^½íkÆ.]bßRÀ8wî4Û¢fNNN 4à6رc¿¿¿ð#N ;w.SÎÎÎnܸq||<»ÔÎÎîl?l>| BË-'OÜ¡CÜÜ\·lÙ2xð`îи?--m@ãæt&e/^p;a.ñóóÛ·o½=~üx6mETn×®hé={?BÊ'rQjjªÈúÿ¢°ÁVr¿jåÊ»{÷®LöEÈú|·eff,rÀw·: >>>×®]£2,&Õ<y²U«VT8tèPçÎ {Û¹sgÇÙ·ß¾}ãñ§"""þú미¸ïÏõüé§`à ¥ D £GR¢mѱ\¼xm°}ûv:*¤§§3³ãǧQþîÝ»¬¬(óP¡AA.++ÊÔÀÒÒr×®]ù¾<°~ýúW®\)} íÝ»wxx8í'3IE5× Å<ob ¥ÈÈHæVu<þ ß:Ämóûï¿;:: ¬xüøñ*UªP JIIÑÑÑùòåKçÎ-,,hu¦Û7<yR½zu¦ÊèZ´hAHBÏ IF4;¥T#?ôÙ²³77 ~c&Ûðø9² ¦zÚKÛò¬ÉçÑáÖ S_©üù¬@l !"+éõÛ·ok׮ݴi 4={Î5ËÀÀi>cÆ¿þú+++ËÛÛ{ùòå²ùø@< ·QroU7*°s§NjÕªìììnݺEõ:tèÖµ<{ö,nZ(B$%%±ÁÉü>hÐ |mÚ´¡\qðàÁ!C;¢ÅÓ§O©e½zõnܸ¦Ó¬Y3%óæÍ¹o"+wìØÑ¿*PÏW®\ þòÌ¢EfÎIK)8pVïܹ³¼>PøÁ /oãpµ¿ u¨½c«ðøÀÕ[YÓPðø×Óbë¤@, t'9ZN¸ðº\ßÒÒ@©?ÑÉ©ExüO- µ53³£^¾Ûù Eàiů©áowÕ¶àæ¼¢ì-sÑxI¹)\¼xÑØØ .\¨X±" ??¿ÔÔTnc UªT¡B ØÊÝ»wëêê0 S³ÿþ2eÊÐ[ 6ô611©¿~ýzhhè²eË&NÈíöÞ½{Òïð Â>¶~þüùl(Þ0o£¢¢Ê-K 3gÎ0Çò` ´ÑÂíä¥G;Ô®foKuuu¦ ÍÍK*W®,\I©F`uJ5";´µµ}üø{ÌiÔ¨Ñׯ_µ´´xôíÛ7¦Ål=ê¼ =C¡!Ø W;v,Ê>4l ´pe¾5¦ðksæÌììì+µ´´&ñÜ[##£-|÷dÁ 6ð G@ ï®æNÖP6 f" EíÚµc M4aÛÉ'Oèå奣£M©©©*UâqÒT¾Ä] ÃîöåË6lXÐÕEÌ\ wödÁ Ø- úÉïà \MA'mÌ\O?s¥ìÖÒÈà^Ò¬.¡CEìÛ¼jÓ¿¢ïdA» çI ¯`S¸I.î¹ «þ¢2©'ïSÑdmþßÞå(CíìÉe¸ôq.16Ñ"Úòê9JðS/ÂãáùQ××´B --- NEW FILE --- PNG <xýئWιræÌðÔõâ5¿í.D4ûÙg.¥'^o6½:i¹¹_½ÿþ0Ôíé*øVëÚµk(d;l¥^o6};iXìpô<¡,;ôZ0´ë~¼~lãÈÀÛo¿-Ëùí·ßöJÉËËsF)ÓSï¾ûî>jòpò ôzý¬Y³Í¨x}'_Fü7o^÷Gäºo: é;ëv^_@>ÊòÃ- ÒçÂç`ÔXÀbáH¶+?ùäMMMÏ<ó³ 8×Í®]»^~ùåsçÎuuu]¸p!$$$""âÀ.\`±X³gÏÞ¶m[cccaa!DjooÿßÿþwôèÑ®®®Ó§O §OäMÈh³ÛÔ¨7c2àðMÀâªykkë5k¸\n|||BBkÊ Ì9%Ð__ß={ö¨T*V«ÓéLæ±cÇkÁðõ×_ÇÅÅ577D:n4¥R©@ 9s¦j`1ÝOÒÅåE¦qAó¢¢¢1cÆDEEI$×4A¯omdÅV«ÁØl6ÅbívûóÏ?Á`D0eÊ ÓðúÖf$ ×)»¯;;åZÅO<óúõk11 l6Çß_ ©5àOÂ?9Uð;*Dq3^o6#¤µ*MÕñ¶ãíö:mÝao8RäêYص*áúeØâô©Pû×ÍÈimDdÑ5Õ5 Åsx½Ù®_¿¾wï^H4cÆo¿ýD"-_¾üàÁÑ3É"^o6÷½PPP ·oßþ÷¿ÿ½¡¡a×®]R©´;Ã_|!ËFãúõëüñGN×ÞÞõ믿5Ëå ùûûßÇ[@qt&Í=ÅÇÇïÝ»×n·c±XVÛË7@KKKbbâùóçVkeeåîÝ»ëëëÏ;7nÜ8LväÈHt¿GqÔlÜZÞ±cßã?þþûï¯_¿>55Õ`0¬[·®®® Åý fãN®t^KKù} Ãáh4:>xngpÝl.^¼è>çíX£5a1Aò²Q½EóÖgÿüû/\®z$£×h?Y²xfKñ»þ>Â=q¾ËÖþGá·ÿÝQë·`Á°iøð°uëÖuëÖÕÔÔ$$$ô¡¤¤Ù å,®Íéï¾ùO@k¶Êf> (ÕÄtòª¶QlZMª7¸)ÄfPZ´FÃ&â¥zS»ÞÄgþÐuñâÅ &¸\ûåüº]_Z;A¼íz£âq: âZÕÓ\[+mnÞþáVå×Ý»>>ÿûáØääׯõzÁÐë«ð{4âÎR!b@«ÖÁ¦nî,©YDü8>K&tÌt2dSwW¶bSYD< ríÚ5V+JZZZ8N'$©³³³³³³µµU¯×Ûl¶¿ÇÅNO9ÅWg±&ñ £É ¦£sncñâÅN§¿ñÆx<~ùòåt:}Á&L&K$2üÖ[oçÞîRðG×Ç6O¾µêÓïý5ÚÅá06éÖ' »ßZÜ¡ Z]Xì>-Ua Ǫ=¤Ï½@ÆÄ(®áõf3!ѨÃ@+4¥ù:U¤Fëë\70ü5>@xÐlöïßï9á}IOO÷E_aÁf91JJJP³A<e6---\îðÅ:b2ÃV ûOw*JdÛ\}}½Û £ jmJ¥¬¾Þ¤T º¦æÃ/¿#|µaôsº 7ÐQø$¿zïú@g6ÿ^[û{m-æDds8Q¡¨¯vzFÿ ¦¤¤û|óìYóMññ뺺-¥(.Þ:i³¥ÇÆ~uù²ÁôÀyÃAñ4| SRaaNêßlr9oá®Ý¼y¨Ú9FöóÏ»PjD"d0æåv}P¼ Â簾¦ÂÂÂ-[¶|ùåeeeóçϯ¨¨¨¨¨ÅþþþW®\ Âèèh©TZ]]Á`;::BCCìv»ÝnOIIY²dÉc=ÖÚÚÚÜÜî×0x¾{w¹,ÊHf´P(¤Ó1u¸¢â!.¤ÓG å=zϵkQ<^ûÞçÌæ³Ï>+**Z½zuppð7²²²RRRjjjÞ}÷Ý3gÎ|òÉ'd29**Ãᤥ¥eddüúë¯cÆa³ÙHbrr²Á``³ÙÛ·ookkþBÃÀÔ©SO8±zõê '±?ûì³+Vtg¨¨¨Ø²eKzzzPPPJJSwâÌD."ïmÿîÞJ3@0sæQXX 2uêÔ©S§>|øÄ ¿ýö[[[Û£>zèС}ûö±X¬Ç{ì·ß~3fÌ¡C:::d2ÙܹsóóóËËË322Ö¬YÃáî2%% ÉdÎ=[«Õ666J$ÐÐÐE)Êääd' 44áCOà¨Ù¤¦¦9sF"Ì;÷Ì32lÉ%;vìHMMÅb±±±± ÊÃPÇ6?ɺdÌ»%) ÷ô^û×el@б±dW£X¡ ôú.ÿߦMñ\¤Èw°H^kíë9×7)à x-®{åüº°p2Çôf?îAo±un î¾èÉD!kãxÑÿ»xÚ`éç[¯Àu³¹TS&d5i 2µToº,í²ÙaGyK½Ú Õò¥]/¶wé,Ö±Ek,k®ÈÔHXÞ"8»Üu((Ãfs©©i Mv¼Q!Ó+ÚD#K/ïÔ 2)m~E¦®SêÔµA *4 :!àÓ'º\/ Ê}gHë6©©O6«Õ/ßöhp¨¢¢Û7B7ãG%.åó)èZ'ã7ØÁèëç¿©«ë 1c.eâÙtj£±J%s$sª3·±ÆU¼:?Bn£Ô¹"ªx·?+ @cû£!M=Cfc´Z/´×0¹&.3Ò¡ ?äj´"¾2Ý®Õ*ÈÍ)ѨÍN¦v --ZÔâ!84RææÅ É8Äln¨£PwãA²A¦ Ùn·;i¡´´´´´4$$$)) Iikk»|ù²V«åóù'O>}ú´B¡9sf¿* û çþ%®ï»Û$}zòÚ±²Æ;ÛJ¥Ñh<þü¦Ml6L&Óét6m*(( ººº4ÍÖ[Ä~ɯ¦lÈÙp¬¨¼í®ð¨û÷ïOLLܾ}»Éd:rä\._¿~ýüa2ÚÚÚ:tüøqH´mÛ6 µZ-Jõóóc³ÙB¡P(ùóçÀªU«d2Ù¶mÛ6nÜhµZ"R©H$A÷{ #Úl~yuzßDÓ&éY-^¼zzöÙg gØ$[ÏnX¿]²~±©ÇöMG¢µ±Ùl §+]×v'èÓtwÎKÚò{ihÄív/:EwwTdãMGq B$àÐÉåGͦï+2 ªRé¤zs,V®Ô¥ XÛË[f¹L"¾T¡epçÛUOùu,*Õd³W)uálê¥vDfR5 êµãxACè´Ùttt¬^½ú_ÿúLÞ»woFF ¯7Yx¬ÑlÅã°ÀÔÿüq½·ÙzÒ¹åNÒG>DXþH@\J×Ú5¤_Ö¾LcR¬!õnï3cÊxtM>Ïx8^3Ë«nÿáRUëµuG )ÜÔ("w¶ºFÂÇùs>9Q̦«¤ª?Ö¦ßJZÚ\k°Ûí×[;§Fì¾T¥7Y¸õóÇ÷¸3Ô©H/Ø«/`Q½âß!J âB|8G@ÍfRSSW®ÚÂâ½ÉÍÍ #»?.\¸p yyy8nÂ ÈÆ¿+WL¦Õ«W$Íf#É ´æ`Á6mJKKC®< eÖ¬Y¯¿þz§Yý<)ÿÂÂB em.ö¡õ câ f3¿= Ðá`æÜÊ â¹t*;MmÓ|) (Dy gß÷Ö._¾ìçç'ÎÞÙÙÉf³U*}ç@Auu5ÃáôãnÄN 8Lz¸0=ï f)\û'Ch-ve>úF§K&+µÚUéB6óö6íkr- BV;mÚ´]»vnܸñ¹ç;vìØW_}óÒK/íÙ³çÔ©So¾ù¦'Nd 3iîeXnÛÅJ*Âcìkû*4FKIÄ7j×ÚX /++Åk×®<yrttôçþæo;w® 22R¡P:uÏç'%%éõú·ß~ ðóóºqãF\\\ll¬Ùlö÷÷wç=ÜÆSf£ÐO\oòðKq ¢ÑhBnn.Nï»=|èxÊlbDhñ ÑbMaÞùÓ§¾µù2ϳrj|b ·ûµÙW 3#ý~{³C]X/kèÔ.H`ãTy3 u½B Dè5÷Ï è$B_z(åj½b4WÒ3%Áϯ¸æAØÃï,Wë£yìp~^ßðððâãÇ3 Á_Âìÿwª¾«ÓÆ¡ãvìvø£¨+CÐ{´c0>öX÷ÇÊÊÊÅ,ªÿÎ):ºóúuÛÀ hèPå6µ <9îú}ðõ¡P(ö¿Q _GÔ ... [truncated message content] |
From: Markus H. <mho...@us...> - 2004-12-17 22:17:26
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23732 Modified Files: doc.html examples.html Log Message: fixed xhtml errors Index: doc.html =================================================================== RCS file: /cvsroot/refdb/homepage/doc.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -U2 -r1.2 -r1.3 --- doc.html 14 Dec 2004 20:30:50 -0000 1.2 +++ doc.html 17 Dec 2004 22:17:14 -0000 1.3 @@ -127,4 +127,7 @@ </tr> <tr> + <td class="localnav"><a href="#risx">The risx.dtd reference</a></td> + </tr> + <tr> <td class="localnav"><a href="#dtd">The DTD files</a></td> </tr> @@ -165,5 +168,5 @@ </ul> - <h2 id="dtd">risx.dtd reference</h2> + <h2 id="risx">risx.dtd reference</h2> <p>The <code>risx.dtd</code> reference explains how to use this XML DTD to author RIS-style bibliographic records.</p> <ul> Index: examples.html =================================================================== RCS file: /cvsroot/refdb/homepage/examples.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -U2 -r1.2 -r1.3 --- examples.html 14 Dec 2004 19:55:18 -0000 1.2 +++ examples.html 17 Dec 2004 22:17:14 -0000 1.3 @@ -236,5 +236,5 @@ that textual citations also work.</para> </chapter> -&bibliography; +&bibliography; </book> </pre> |
From: Markus H. <mho...@us...> - 2004-12-15 01:16:22
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4929 Modified Files: Tag: Release_0_9_5_stable risxhandler.c noteshandler.c Log Message: fixed unterminated ivonv output Index: risxhandler.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/risxhandler.c,v retrieving revision 1.28.2.3 retrieving revision 1.28.2.4 diff -u -U2 -r1.28.2.3 -r1.28.2.4 --- risxhandler.c 11 Dec 2004 00:05:27 -0000 1.28.2.3 +++ risxhandler.c 15 Dec 2004 01:16:12 -0000 1.28.2.4 @@ -652,5 +652,5 @@ /* with the encodings supported by our database engines, the converted string can't be longer than the input string */ - outlength = inlength; + outlength = inlength + 1; if ((my_elvalue = (char*)malloc(outlength)) == NULL) { @@ -700,6 +700,7 @@ free((ptr_ardata->ptr_first)->ptr_elvalue); } + *my_elvalue = '\0'; /* terminate converted string */ (ptr_ardata->ptr_first)->ptr_elvalue = my_elvalue_start; - (ptr_ardata->ptr_first)->n_elvalue_len = outlength; + (ptr_ardata->ptr_first)->n_elvalue_len = strlen((ptr_ardata->ptr_first)->ptr_elvalue); } /* else: no conversion required */ Index: noteshandler.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/noteshandler.c,v retrieving revision 1.18.2.2 retrieving revision 1.18.2.3 diff -u -U2 -r1.18.2.2 -r1.18.2.3 --- noteshandler.c 25 Oct 2004 21:16:32 -0000 1.18.2.2 +++ noteshandler.c 15 Dec 2004 01:16:12 -0000 1.18.2.3 @@ -644,5 +644,5 @@ /* with the encodings supported by our database engines, the converted string can't be longer than the input string */ - outlength = inlength; + outlength = inlength + 1; if ((my_elvalue = (char*)malloc(outlength)) == NULL) { @@ -692,6 +692,8 @@ free((ptr_andata->ptr_first)->ptr_elvalue); } + + *my_elvalue = '\0'; /* terminate converted string */ (ptr_andata->ptr_first)->ptr_elvalue = my_elvalue_start; - (ptr_andata->ptr_first)->n_elvalue_len = outlength; + (ptr_andata->ptr_first)->n_elvalue_len = strlen((ptr_andata->ptr_first)->ptr_elvalue); } /* else: no conversion required */ |
From: Markus H. <mho...@us...> - 2004-12-14 20:31:00
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31771 Modified Files: doc.html Log Message: use pdf docs directly instead of archives Index: doc.html =================================================================== RCS file: /cvsroot/refdb/homepage/doc.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -U2 -r1.1.1.1 -r1.2 --- doc.html 13 Dec 2004 21:19:21 -0000 1.1.1.1 +++ doc.html 14 Dec 2004 20:30:50 -0000 1.2 @@ -137,5 +137,5 @@ <ul> <li><strong><a href="manual/book1.html">HTML</a> for online reading</strong></li> - <li><a href="manual/refdb-manual-pdf.tar.gz">PDF</a> (tar.gz archive)</li> + <li><a href="manual/refdb-manual.pdf">PDF</a></li> <li><a href="manual/refdb-manual-html.tar.gz">HTML</a> (tar.gz archive)</li> <li><a href="manual/refdb-manual-ps.tar.gz">PostScript</a> (tar.gz archive)</li> @@ -150,5 +150,5 @@ <ul> <li><strong><a href="tutorial/book1.html">HTML</a> for online reading</strong></li> - <li><a href="tutorial/refdbtutorial-pdf.tar.gz">PDF</a> (tar.gz archive)</li> + <li><a href="tutorial/refdbtutorial.pdf">PDF</a></li> <li><a href="tutorial/refdbtutorial-html.tar.gz">HTML</a> (tar.gz archive)</li> <li><a href="tutorial/refdbtutorial-ps.tar.gz">PostScript</a> (tar.gz archive)</li> |
From: Markus H. <mho...@us...> - 2004-12-14 19:55:30
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23024 Modified Files: examples.html Log Message: fixed xml vs. xsl typos Index: examples.html =================================================================== RCS file: /cvsroot/refdb/homepage/examples.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -U2 -r1.1.1.1 -r1.2 --- examples.html 13 Dec 2004 21:19:26 -0000 1.1.1.1 +++ examples.html 14 Dec 2004 19:55:18 -0000 1.2 @@ -241,5 +241,5 @@ <h2 id="out">Generated output</h2> - <p>RefDB provides custom driver files for the stock DocBook (DSSSL and XML) and TEI (XML) stylesheets. These driver files provide the extended formatting capabilities for citations and bibliographies and allow to create output suitable for submission to scientific journals and publishers. Depending on the input file format, the output formats are HTML, XHTML, PDF, Postscript, and RTF. If you use the refdbnd tool, all you need to do to create the bibliography and transform your document is to type something like "make pdf".</p> + <p>RefDB provides custom driver files for the stock DocBook (DSSSL and XSL) and TEI (XSL) stylesheets. These driver files provide the extended formatting capabilities for citations and bibliographies and allow to create output suitable for submission to scientific journals and publishers. Depending on the input file format, the output formats are HTML, XHTML, PDF, Postscript, and RTF. If you use the refdbnd tool, all you need to do to create the bibliography and transform your document is to type something like "make pdf".</p> <p>The following PDF documents were created using data and documents similar to the ones shown above. Each source document was transformed using two different citation and bibliography styles. Please compare the citations in the text as well as the bibliographic listings at the end of each document.</p> <ul> |
From: Markus H. <mho...@us...> - 2004-12-13 21:25:07
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30307 Added Files: bookback1.jpg books.jpg docbook-ay.pdf docbook-n.pdf logo.jpg tei-ay.pdf tei-n.pdf Log Message: initial version --- NEW FILE --- ÿØÿà $.' ",#(7),01444'9=82<.342ÿÛ ÔÙLÉv0â ù}F#¸¢ b ïP,¡$eOSaÖýp/ 6CÆÇóÄ9QE`(\jÕ ÃËBSdu÷IP $5üCóÞØe²ÔQÀÕ±Vå~>côÅ{ª}Óÿ äþCÓ-@¦¦Ì·PG¯ýqR´Z¦hÀ nXQiøqQ!ÞGü"ótÛl>réÜ Ò4°2Dñòû;Ó®-fÔMÅ£}øôÁ¡Ý.CÄÄ ¾R×&cËÖÅ©ei26´qDq¿Çmðhû¡#©HTm@"mo¿>XñÇ ; #ß¼Æ×´tÀrí>ëx£a¿¦Ë©§I**)3e{H½¾#L!Mi> ¶ÄÇÙ?\iPvL$K'ä`p¶¸Y«ëSºjøV ÉÏç;pÀÙCUï@2>_!,]ÞÓlM¯ç8+m@SrA[Äð|">8¤ V¥ àBû<xqÇÃ[ EB¬A¦n:õ>xºR¶y.-ÜNÆÃá>@}GÂÄffcÂÑÃoÛ j£1P%¤ØqÅüL4«Ây|"EØõJJ®èâC1Lý~8 l)©ju@ ü|§ÎU槦Ën3(jüGH_í7¾æ~;G\ÕD0¡Á¬5jäXt¶!Mª #7»±ùØâªbÌÓªÆÊ.@ákßòâUsQZu°V/<`-N¥v'Y Óñ7øb¿PÚÙA_ ÆÑÂ÷ùï ôÃªÉØé0ò ¯}0²¢wëËùÃ4uþH¹ uáiùáÔKlOÇ °õ"0×R\i!V&Düd~ûà.ÉRjJÅX&zos\^U]¯¤?#ÄN{b¬´Aáb*#"FZ( d±3µ§ÊxõÃBË5B $ÀÕfoõ8µYZòC©QØc¿<± hfvÒR"Ì8ïÇð ©Mj¨¢gLûÛ@7',0*S@4ipfíÚܶ8-JiI`Ü17´òNp»·z)`¤ìqÇm÷ùbê£hZê6#Vúw¼. BN%´ù_a<'ØøÔî鲫cý²Mů1J¨ ¤¬ÌN007¨ÓVWÔ¤QùoÓóÀ*3j¬ ûÓÂÛ¦¯\uþÊåif»/4+PïÔ gQr`q<ÀåË.Ùµc7tæeí©FÀ3×§Ïu &ÛAûØcÑ[³iR£IZèT@â<óÀ«e¨@Té¶0#¦2ùÿ ê,78^~Îúëì·kPÖßD¥æÑ¿½¿ïËöcg² µ34;ªLB7EÁ¹ñãÎpû¡j`*eTo½ô ýp@E\¿ÕDSm°ëÇÖ04¯ÜÍV W2$ ¦ÑkáEq)M)bÑ˧aê©@Ý1ÒuI6¼wÛr5Ö}BfD¼OÃ~<05@¨K@qAnÇ!Ïi*¹p|<_{ßhß LÓð .&o¼ôÁêSÓu¦Ä3Á$X|§ëÏoé¹1 ¤|Ϧ^<"¡åõÅmö¶ß<0@5o· àbÞX¨eA¨Õmöå*è©M*®K"à¼øýpCËΦPÎÌiL1Ð=ÖÅEÉfp|!@R@/Âßs@Ì Õ¦N²h,¤Aò=prL°$,XpÇÖØ Ó¨+w<[î9YxÛ¨-2ÇL²äm¾ ¬A6ÚEù_ëÖ£Tn\j#ïé¬@þÂo;Ç»` :²ÅÄ^'ϱÒ\·:¡¡TLFó7ÛãL8'ûäqÞ{ O¼Éç'RÕ]P÷=1Wê¬<VÞeêWBiE-Z Ø{}p겨w!JÛZÂøüÇ3Ô¹¢N^50WH$í¾Üü°OÄ_Æ´¢ê1Ñ<¿CGDà§sUÐê*E +rAëÃÿ «K²2OQØ "N×~×§&븦fæ^F¢Y- ÌÈßË b7ø~ñÁáI½d®µ*Æd}º×Bµzz´¤A:f¦øÀöеÈJ¡ÔôGQÝvø¿ANÀ Ð@RX^ÖÛîøÀöÔ£ömc¾R¬É[oempIã¤*Ôzzö°A¸áÐb ¶¡¦Í ì¾bÜÒ1UpAch<÷¶,k¤¬ÎéüþøycT¾F:ÂÀ$,xG\_½s¬S§NgaÒ'dÑI5«*F¡y¼ùDá¦Òj6;/ºlAç~a + .;Ç`ÁC=íùýNÏv¨ògÝ27á#Ï Ä*ÓZàTfçQ6åÐcê¤êËF°[ûÜüOKù` 2û¤[¡¿åÔÔÈuÄúÛ8ù©:Ml½Ìíü0Fé±c* ¹qúãç:»µ*y8¾ü £Ó¥H+ uü`¹±ÄÆß^¬[URÄ809ÿ °Ñy¬¦Y|$Iå®e ¦¥Yl$ñòáðÃUR¢Sj«ã¦D³ 8òMFZI#b>âØÒnÀíÂÂLLÌE¹bavîd0nxG £º~Çmg+2) Ô ZAq÷Ópo"Äú|pþc±³ZóJ§Næ&ܶÏ^ìb@`"ÿ Q$°ãϾös6 ôÙjVr@%j»ß¯,a{Z¦³ieÅd$±7'ÊóòÇFµiÉ5ÓQ1åänxç}¶~÷° ´_0È÷l`ü>¸ÓJºó²ä#)ìuA$n ?_\|X@Hd B"ÜýqY!tÀ áÒ~úcà.P PxIbtøA¾\ñLa*Ì<×iº}ñÅá¡&ãýxüg P)`á ®JGÄùm?S(Xwu¢ cQ¤Z<fxFß{cÍ:¼ Ä3\Í¿Yüñé^Ê1_f²¥WÂCmão¹Æ]^¬ «)o8ùíÏùz"mê¦hä3S@ciÞü¹á×{9¥ ÒA#Ïncù:ºs§GvVÌ7°'Øq8çk8µëÙUÂéÔRàè'å×ös$)vJÖz`¨Å¤ò´oç»U*&QZ%Zjjb ¸dzzcSÙþõ;,ÔVUÉ68©â ÚUJ~ eÉ<}yF&`Ö¦ÚCS¨TéG·Ffå6PJèt- Ü\ <OLVªTþjP´Á m<ý~XF+Àvz¬Îã¢xÆçYôÀëUÁV¤#¶Ú#ç-,Å@¬µDÉË ®TæÃï|U¨Ô*B˹Õ%§ìüð¥<G¥¡\ð¼Ïà í5=]R³U]+P¦7'Ôòüñçõ52 Æçn<±·JÉõ< H# ·ô¶;Ïÿ X9 3¿×vxÿ i¥äHɵýÎ ´(²ºÕü Á0¦Ãáóé5xj>#?>òÆgkSï+vhÚ`L0{ùaÿ t1&5Äø# «MÎGüB7ÂT ÀRºNEÏ÷Óß·ø% Êâ¸m34µàuüñ®_0ôØCHÚßO5Ç-ͳ¸ùð±ÕÜÝÂè¹ØßËï ÔÔÐtCXI¾ÇöÂòÙªÌJÑy"À!ñá°¢T©©H ·V6"drõÁza¶;"ä1 p°1Rõ`É"FðÆØë#Iêü>]i±÷tÄÞÝMü¾8¨ÉåèÑïß+E©1 Fùbwáo;Oh2GdT`²Ê«@1¨nþGIrIW-¡½Ù:V9÷Moo J$$òûü±éÊ¡>ËåéT,æóq¨íËkL³¤À3~ OÄ[ä7Ç û5zËvy@¢ÁYü°º_E,ðT©X&=wÞØV ïs+KSa¨DÜ7Ûd,ïÞÑ¢C ǯXåÂ`aZB£ÔÀ'PuBî8ðåm!lòÓJ0\#0*Zd>Wc={%D÷ÙAD^?eæÚe¯¦´¨K #û~ÕìÂR¢ÓÒ uÜjÕP-UÖÚÁæÆà7ùá*¥ÿ ! Vc`Ñç°ù8¶^ZK+I0>"Zûéù{ÂTR¢t)!¶«Ý}o>wÅòN(Óp`叟>6ùabÊÄÔ,·;ÎÛrÀ MM5¦Í"Ä@8<vùãê&·aJLé6/Ê×ÄÖZN LÉfgîÉ(9/·_ÓªL¶1&o¿^\k½/ñîÅÔÄ(«:µXõ<ÏïvR¥jâeh²·ºÌ}oê#vå&=±ÙJÅ:¬6.XèkøiÑ. H³²~¿\Uâ#Û¨¹ ~2¿ t-ßY2]öjÑÍvVs¯R` À0Ú ¶« c¦6òûê1÷g'þµÚºìªð>X%JT¥é¢f÷ãxøâÔü-«UêRI'¦/j!5JÓ`äLð®º42ã0¢²Ã*³Äß|gyV>aÐõ ³i ]`OÓU ITI+"ld@ÛôÂzÔÕZvG¦Ô¨©?Ûóà 4àÎÚ®6 ÿ ²áü·øc+¶ÉªÌâ]P²G2>¿4{:«/cåÉèmpÄõôùã^^Yå<$!ï®À7 6ߦíËPO+EÔW̵ãûÜxdº«)Õ/»ÒzýôÆv»§Ú9\É:PxÅGíkpÄ©¬´ ©Mb%`¨;p¾9[B}¤¹}TVc¨3¶4{(SNΦê6%àH?¦3³ùºdõ]Ugs0OÃí^Ť³(øH$+°ìO\2¢29ªÊ¢A%Có?|±NíÆ]Jô/¯®Ô7KýÀɸXqÅB9m0<DröÂØdÖ´TÈËt 1MSîiÜð2<º[ðìÙ®õÌéXHvȾ^§võV *BéùHáÌuáóÕZî5i }âv¸µD¬®Ë7hNâæñóë NaηÍâÒAëÌmÌ/K¼k¤0;ziÂ2ý³Ijvd=D`ÏT)e:GAñ.÷ÕD*- kF\D[x¯?0ûM¾ìº1¤/¸ØñÚUÖ¢¤VHã~ôùbý3¼UêV%Kj¯}*w×Ù^Ôíc!¡©§iÒzáQV´S¨X5§qÀ{9.ÔívR¥Émóþmº3¾íÀ˫ԫáËf¾C{)¯ÏäÆfT Úê+)¤e»'Ó>bWjêS)²F̪ ô-K¹ªE!5ÆÆÀÛ|Nõ³ìªµ©æuBT·5¡µ"TLî qÆú!MKï±YÚ>S8[+l¸Z4ÓL1IXvâåæs5)fôé"©¨úT06Hw¾j¸)Ú¦®f»TÊÑ ÁÄÁ,cõùùãg³Õ[±²àjPhi#÷,`*)ög3Yõþ]x07òÇGÙ½á츨 ¶5ÆO,ò¾"3*)©Dm?ϨøÖµ)5*eM¸<ÌmÓ=Þ¯-Cá¸ôò¸·LulÈï©:C>XézfËQukhK j8þ8R ®ÝÕg©Qá Xx6[2käJ¬Aq"bÓÓl!fÿ aâ.8Æo1LÍ%vsªÊXí<xFÿ <d!qs±å¶9[B}¢jÓÈ"0RÀ $ßcNXØìÒiöM&*v#{}¢8·Lsý¤s=Ãw¡i²l± m|oös'øU btĬ"-|1D ¬EE*²e=z~§(³Ï;/ÆÆ:[¦±bA(DøEÁ'§©õ§t½Ùpi50&Ü&x·\"Ø«°ÄCI1q§äp¶j°eÒî8%EüâÃöHÐYÍ£ãa'ëstIËèpîX\ &:AM'~qxSwÊ®¢ø~˯©F½¸g Ù¹kéMâ¾[?OOdæm©E3áë~½7fÿ vher@eï]Qª2RY:G'a¶$Ï#SZ(i` ; ï8cêT(ÕZmZ¹ò?{aJý¥ÊÐ¥¨ºB 9[Ü}9ùaº}Ý[+I7ÓïN×UP¬/¨ÃÏ\#Ûd&_*à@$ ATÖ6¿q8]òUjæJ `xé`ÜþÔB FV:I%ÖA<~½|±´ìtªÕYApÉ yÆø=åZÔ> Å´Úç7åéÈcáWª¡É:\ÈÚ7ôé2Ì öÃjÈ Ã PVü¶É½_Á1#Ãpå÷çS$µiÐÐEàÕO©Åjª¤é B±Ò ÙN«mmøaB?zÊQ/&ÈÒ¨õÀ3 »H&_Â-¿¹òë×Òup 1o¾Þ?%u<2ÓQ>îäpGÓ¦ EUÑ{xoÇç[تÄé2ÄGÙÀj2³@m&,bDÇ\¨:ØjÌ%§Ï OQÈþîAP'çáèï$ªdùÉüð¥t®¥L+ k ¡%FP\¼ê0#ÚìòH®4ê°?HÃÄä¥aN3 ´ÍÍͧ÷á× å )åÎG<OjöÌ«@±J¡>#t"ÛOÇÙÒJ¬Lk`o>,¶ê:S¤?tåÿ e^¢7"<ãçåe=:"$á1m¶úüð\ЪuiH I'NÐ?(ú㣥Ã;ʽ ÿ >= o7;t<ð*±j̵é= ùBnmEÀ÷HV7¿Ý·ÅcÅHU²ªJ9zªKÇ÷L6|ñzurËUj¤MGÿ ¦@ZjgÖþ1ÿ @Øqã=p¿efêæ(÷õïP à-¸ÜØyãH «ýÒ@óp7Ø^0 a{RÌ=Ì¡Bó§AÈ<yШIrA+ªñ÷ðǤ{Xt{;y¼¡Ó1>5áöqçU©\Èy[7épùæN¤4êX½§ç¾;ßcY²*A @¼ZòO,pÌ@Ú|ìæØïýJÉÙýý¢¨°-;1&)¾Ø:¼öék×P ,\ÿ tÚ¢5^è4³ÒýüøîSQ[9LÚØÌõÛc v^W7B§Jµ1×®YmaµÇ3±çæ*µ:¡°ÀÏçåìz¶Õ«ä2ʦüE9 }7ÜÇ?1lÅF\«TP¢løAé¾ÙaþÀù`!Äý#Ó®4ª½7W,¥®?¶n#oC¿é¿ ײ¤÷eMEFÜ|¹tÆ7`2ÿ ͦ¹c¬¤êÒ¦ð7ûa^ÄÝmP¥Jí¼ùífªwy*/#Ì@µ¾Á±OaeÁX,`q&ñçp¾SgyäbKÈ ç[ý§'Ãú¦°xM¯óüð×Ä Ç³:]²*|dWÕ¨Ïü,dqØ4Åf%fT:é0-mü¿\S/¬1.'n@ü¹ñ1U×3Rtþ¦ =ùQE%|N¥ª±?¬GA}¶×â´JßáÈâ¤/z ·þØU~ÅD´+Æ úìpßk¢¢h §¼P7iä-Âùz(eZ¥bHR©3«©Þ&ß:Xð6H¥mÕ2)jÙªày5ùÊ@ ÓmæDãûòÂÔëåÚªÕ¦JÓÚBDÈãåvÄæ3-Îå©S£V¡upÌ Ù*-JãU«iÒ¬ì$Â,3 D"ã=>VpfHÛxvà>sÇ¢{$v¦©û ~Øó´ªèÊ]cB-~?gìÇx}ÉYDCiê1ØWêxÖֳܬª¼Ì_ü$Õê¡Hñ7÷¶øtøiº±´DON»|öÂËQêHÓÄL¬Áý¿\sUbOµ@J%A¼í1~Q¾ ØÔìäª ± Vp%[pÇcÄq¼+ª¸,@Y AøFAQ©V7&üvúmo<]i¨±P$ÉyǦQNÑúuV¦OÞvÒ$t}ìô¤t]LÄ2qlì¾F¨[C1¶· ?s{>ýçdQeP[Ì üFؼS1VòÔ&6þ¬H,)bu6â8Ûª«jM!$c y[ݰ"^ @p4ÉÓ½úúbU8Rð BèOÊpå=.<KEÁ¸ß_|+M5ø ;r;DùáRÄ:ªít8¬yFKUê{`µ.c.¬EV$k[éö0R¤êÔ˦3DÆÄeDÇõ ð466ße+Ó55º :ÕH:`yu;òª%ÌÔ&A xÌýxÆ+\ç)¾%9#¨>¼æg(µÃi]-¤Ã®ÑðÇ7¶þí²GgÄÖ.IfG#l$½JMdÆí¦wìÖï$`8!ϤÐtêñPØ^µøârͤEJeJ3<©iè~¸ÒÍ?ûR"48¤Ðw2Jýôgd®ôêº+OújI"L<yüzá¼ãÅQîÓú;ÄGÌqXýjo0µD®Ë¦tÈXâdá%˽Zõ jÕê%Bºh* ¶·ÛóÁª¸PÊPPÃ+(0o÷Vg1¤¸Snî|"G_Æ|4iÓ©VZpÓáQ÷·Ý°ÂÁ¨G( ZEçñD³W}h¢ Þ#ã ñwj&\TjQ,ÉÇ#oã¾ÍRDílñ¸u§¯MúnQfz¬ Ô± ©" úcÙêª{{< +*@´¡Á¡ÒUñR&ÀË)ÛGv ´)(¢òl©ëR"$ÉHúÛ:µE4ìD_(§ãUõ©°ê÷<vôÅ*9eSP° Ìt÷Ó>â¹a¥¸ßûüðád'»¬-¿íW¯iv6øL~x0L"×#>¸b;ü¶¡¦]á>cñ8Ú}Qìê*+$3k<~XVz¨X¸_ù¼o÷ðÁÒZ T¨N£ªÂÛIµ±öU»ÌËxÅ+Â6õ}yg v]<Ä;¹rÄ ØuÇF3SYÞnbmhÌF=Ùjü%N\[ÄÆG>Xó´ QµÃ¹ o´Çß×o²Z ½Ûj 1gfÍC+¥ *lLÜ@;ñÁ}E=Ibmk}¾§§Äò˯£ÀÚ$<gkËìÐ+ÙuCTð)+ôúõÁ²;Q^A§3#éÓV§¥ë\ØÀ:oÃõç<zÄ4ÉþÓ'Ï©Âuõ¤Ó+rHciáò?àEÓ PðDé¿>{oüTÐuz۳˩KB4¶Zn^ÛÀGçÊ1ØPâÒBk^ÿ ¢@Pà`H ÌNß<?ÙèMq/0vÿ ÎxMBI"Ä9éóÃÀb&`ZmÆÃ h%A u36¿0x+¨Õª¾ÿ r{JÝIðÖ@ÜÇqû¶5 f&ö<v¿aûQU±j25ì~Ï\m=Dî(¡ÒÁEú?ixeì 5 b(÷òò±ëÏ©ý§ÍpÊPt6ò8ÚïPPÔê`#há}·Ûlr¹Ó\·µÕ+¥½Ë±73ä0a<WóéP3PûIÙ§ëå× §½[Ȧ&ÜM¾ï ×Ú¼TÖ[PV¤Ä~Q¨Æ6ô+` Ìõçûbé! À®mËï®Åk Xj*<L&ò<ñ\fbYÞòHù úÆ Ö`±"l«ÄǦË1Ôâ H60ÇÊý1Ïí¯ù}ÛR ïfgpoñÂóF¤Ê*=àÅÌÜs3Û¹éA ¨WHwXüãè$¼<Éf2UwQÞ U]GW?L6Ê*Õ¦Z#,·<d°æ,R£uU¥Nxfb1Lã:vc@ T@í©ÁHqaúuéTÒ% ªÊγ 0÷e]ö?O>xs"u\Àg´ÊÐ/¾ØÎnøPÎ jjB-Hyéðq£,HUM5JoíYØÅºL8W~Ö£¿³¹MB@JĨLðy¢ÒÁ¸Xxor<ñê>Öêÿ ¬ºJO xÛ:ÊT×@.¡jjñËvv±í±XñSoí$yO^8X¸uÕòÔ¢M lÄêo÷8SðYNôÊÒW7JÉ Ç¯3B^.ÚÉ$L?\eÖªigÙ³4ÓSß÷Ôν 90òÆQ?>8U)öNÕWÒôÃB4ÈùùùaR 3ÙY&˽Q\5J¢ªÛ±<ÂÜ<ðèì<@Jf ¤ÉÆM öÆ^RµjÝØØª³fKA,«"|öäqªÙÕ?¨ð;ñYEÛ×|<E;³© _Þ$دS¾4Ez¢| õQjÕ\ßÊ7á_iiÓ¨bQË$ @üú~xo#¦®YÂvñû<ð½àõJ¢ $xL¶ØÏÌûÌÙPdå)¬«ûqÆÓ,ººÓ!Øfk´Ï§Ã-Ûý¢æ|zKMιóÅÿ pOçäxSTª«)´H'hÞ(ÛåD}¬p}¯¤é²]ÎÞ!hßìcÍt1MJ<&~ë°Ç¥û^5û-AU)v"G}üqæµÔu@ÍïXñçöqÑÕrf5Kü`ôõúc[ÙæqíQ®ºªÇP2o{ðü\f.¦½iÛÃìaþÁ}» ï¥ôB´ N 'ãéáiÒOm*ËB±mÓóÂÀòv9uRª¬t¡'Jo·2zñpºÐd5V¨+6µHP~"wá ónÓeEÍÿ øÂGÃÚϯOhéÿ dÜp±çÊ~cíåz`TÊÐT}!õ]ùÈ$rÆ}L¶g!Íf©'ËÔ=åU¨Å ÀO)øm×íÔLçâ³õ HÉe7 Åã§,g?kgëTñöewÉRÏ ù zs<O+áLÇmçÝMìÖxÜ ¢d`¹^×ÌÔ¤)ÔìÀHÒ¨Q ¹zñÃØì«°Ö¤4;bð=6ùõÆghè±ÙQÏTh¸'\îK(ÊUSp>Ç%Qó=¢Ê%tE R Ï»¹ø//©cË_4¦¡m£_!!·\LO_.gÌÞ𺰷¼xíË1Ò È`GKï¶0¿eÏ«Ú0£/`£¼ïa$jc0çgÖ¨v+¤¥á¦&Eu?ö2er±&j¶ñ|0~ÏZF-A¼B`¼n:n9ôÄqW8l *ën$ÄrßjwÑv±¥R¢ðuG¥þxß$Ó¤¤ ,°md\þØq©¦). SÔ ùRR*T#Ad&A:|æ`s?,2´F"îdK\)én¿,TM¬ßj}Íe6#ZxýúcÍKÓeÀîLô¹>¦=qé~× ÿ £{UDðõûÛ0Ë¥^9Hë;Dä¾ lb YÒ¯0ì@]ͽzúâ¿ænÉZç1©þ n#X:¹ <$±áiÆ>vªSö#IF]ÈÑ¿¾¿§×ÿ öekGð<ãéÔÜ£ºö¹½Î2À_ 62ÂvÇFt¸3°pÎoµs̨£ÍWª|t'ôÂzȰÃÝ[|½1®3BTHpO3Ëo»bãú´Ô´ Nss·Ó®GÞG§þíèò\3R!Õ-ùØýWÄu EVà¨Æ!ónÿ ~wû¾(¿îmÿ ê Q°,wëÓöÇÚ±£1Ê,1þðþoôÅè{§þÿ --- NEW FILE --- ÿØÿà ÿÄ O6G×{PÑRAqD°Næêw¯Y^+ÍùÞ<úvE¥vºaGLHҤ̷ç·"!õÆyÖ¼³¢:´©)Se.°Ê£Ù^'Ý$ªL¸Ì3%× Xè@Ómâ;ïd)¤Ò GîÄ --- NEW FILE --- %PDF-1.3 %ª«¬ 4 0 obj << /Type /Info /Producer (FOP 0.20.5) >> endobj 5 0 obj << /Length 150 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Garg^iR2p+<\Q;VZ`l,a#YF&3cneK(8`hd)8EVa-0E=F,"[aM54_%,@"Z$Mg4\H/]KofPnBT8\71`%N6"^N?oF.f0,:g,(m1FX\-5J8JM+JTQLVBiRZ"B?]n5IiU02%M)RWt=:0jVku>!+ZT`(B~> endstream endobj 6 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 5 0 R >> endobj 7 0 obj << /Length 178 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Garg^iR2p+<\QAX1JnELj"aG%k;$!j!('$V6R)[r!sN`J$U#^Z6\UV,KkQI=e2.sh9a+fIF)sK;$St-RNMOdoSBUp'U;VYB8ed,FeD_)TJX$)ndbN>7TO=ifL_lCn#Zi1f3f#X?L3f^(-=F7_OB%OFON&$VjV3<Ld*+o((md8`lqT0%~> endstream endobj 8 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 7 0 R >> endobj 9 0 obj << /Length 71 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Garg^iGoCd.c`?]8EV`b1=.gR0K1`91K?+0ZOMGdU/Zh'Y!=Te%#&:?HH*JE!<E/X&V'~> endstream endobj 10 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 9 0 R >> endobj 11 0 obj << /Length 352 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Gb"/f4_qqh&;GE-MAr+[W_P`LnX>OLV*dJSPn'sZM]oN5gP#S(9!O#tONqQ*G^3&Sha>:ETTs)tG:B3DEXB0b!^7HQn/m7E>_(BCcU`VhiAIn9qpm@W7N00#K`jtOr[QN:1Uq&\([qY&hFB(]iDY-p+VeQJd'VkIE/]53>aZBO3#,k6_EB@\.8ls4s+QO_i,4_4M9o-V$OoJ8*<1D#CH#>_40LlX7gDI?j?qHUI2GE<dW^Wa.FK<-O68H/l?Vun?0OE%'Ls,A;"]IEM"&jEL_M;d[F$6A3QYoDg"6!mgY9bnXXKi*$W!=GP!-(84`/]ee$FH-Rt\<f,,g`i).ck9k*\I']m5)~> endstream endobj 12 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 11 0 R /Annots 13 0 R >> endobj 13 0 obj [ 14 0 R 16 0 R 18 0 R ] endobj 14 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 655.001 149.98 645.001 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 15 0 R /H /I >> endobj 16 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 644.001 225.55 634.001 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 17 0 R /H /I >> endobj 18 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 633.001 178.59 623.001 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 19 0 R /H /I >> endobj 20 0 obj << /Length 566 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Gatn#6#V?/'Z]ZiMB;FuV19sU)RmVi-/6j!98j+/,)o-uQFVG@<Eae#GhBj"R.l)YYC4/McoLd=:E^&h4I_%\(7pRF*^RO>&Mss$O5a;oj(O>6%P7p(Oqh]NL1l;)ZgO>+ip.N=fCtBbP_e?*PA+KpBZUcP1^Zg+'/[d!f'ZYB+EL5Ij\2sZYoFDDJ_(j&Wam4f,+AtFKuDU/MmH"l+?oH`35CWKmRD!+Y.3-*ZmgM)44o[rdMd*/57%AiK,'<TDMkeu":^Zn;U*+(XF8=Ep`Nb.YsQM@__kAn+Zf9,0[uR@X[r&R.k^+oJt-:7$<1ZFN@!>g>]peT[0#>n\oi0smP0^^[;u.4X.%U"V<U1X732Ut?Ls,tcL<g0PI'4;>bK`>7Bt"J1F@9AqH<p)7Hmn/@fXIpc6u^pp@U0*Xs9!F>8.^S#cR[^o\^1DM0g_a;ED[g1'sU/\u.:jW/RVA?C+Xb0M>uATe`nM+RV&V/W99$fcl=e9RIYQl[#A`hV;1<gGC,.po'+!*D(tmn(jJ^lU$"YKfA>o0g\+SH2SKPfA8HVp]l-%67M~> endstream endobj 21 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 20 0 R /Annots 22 0 R >> endobj 22 0 obj [ 23 0 R ] endobj 23 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 660.009 148.33 650.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A << /URI (http://refdb.sourceforge.net) /S /URI >> /H /I >> endobj 24 0 obj << /Length 2063 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Gb"/)9lK&M&A@7.kZ.r0Wg#op&pigq[O;LD:fK[j9b48!XbA0h=-euG^V2I9aEa#\RqCX8INZ^Ch@i'5$ti$s.^,n2YJ88T<6%Fi7Ff!X(&`TD6u)QkU/`,4-ni_&f;kj]O+(6Eg!mX=)(q[cl"Us"Kdu\-Oi0H_WP<A!VYR"$hfU_qh2_0\p=oOWoP7G)0Weh&-#/lg>(p6JOrfHBf5\)GBaN=eh&d@`P;nC7.+]YHh87quhL;k=G7BSih?pd\LUJ8XnaT5]<2o6HnhN8/@1`lSD&UcAHeTU>W]T1Zk)V70`h@[-BSQd=*da%<lT<HUi\\9@h2_9Br\3aM,PuB@Y@T'[lMCM*r(=qB[+MhQAr$Up;[f%]@Q8"X6#;F@4]?$10=!BfT&;G=MBT&M(4X=M^C!%rVrBCC<Mmq!`Z(s\Auk9^%03Yj$"ju_[Yg3RMK+?]4KIgZA/->!(!EfnB3K>s79L7^.53(?X!s`<1:P>6D>/bF>/^;*2musALr!=C`lhrE5e0S(cXl*r\bqH&2pLj=DXUumAcusV/AP>MJs,HncbmJGp]MmF<<@&BQ6j,eCg">+9"i:gc:/!]M@>Y&13dUgZAf9AK$utq&0\k`fEO,T$"h%e?ZO4X73Ok#eKurBg(8dL6\JDX_D[bf8[T^HTe=+6n75d@#Z4QbN!5Bbp*-,YaWW$+YM32&ERLEm:?<3c"bfmGe9V;+??rqb@BEW&>-DPG?:B@YPUr0sBdm2M;G'K_7Jr-F'=sU[[Hk>H.A:>b\:/7KrKZ<:/B_Oh"p^48T7.6?'<gT^]%_-);bFYf4RX4bi9_I:L\FN/'Cqc%MZ:?9bi6j#VNG.tdZY+?$r')SBH$5(dic^YK.GG/b9i\%As5NN9h%>HP!`!eoLnB>SBbi:AqA7l+0,t\qDd[N<`tqc$6.oL"JLQ^f+5M*bH.3#fYNpos%mY\:W?*l!h)5si#FTWS9E\6\pZ6qTc`]3JMub,Un@9s#!qVt<up-J>p_41m`2qE?)X+fInp"/]_iT-^Xg@qO-$=dcDNU:iPN^qHJ;4')13&,+Mbi;"B[dBG^=:V_E3hZD\"-Z_8-9,At7,m`BJ:A31VLQ_oabMLE)jN?TC?t]ZP=6QS-qtprQ:$9m/k14!\=Ao@RA[S*^%UVh&A+6L#4m>Fu0mI6,9/5EI%&r_dm2W4L+AWOi=ls4_1RX?=2;bbcbu3s-GtOg:,M'Ib615S8XfM&<EM=Zs4qr.7>,.n0ZH&/!s)MWt<F?V(SsYipn+OCnpa,HZ!7I.LU"GZnd:\(;)cjLrR']5H!`]uI@%h4WT)Qt:J/U?,D!!,kE8pF9eADFh//.fT&dLV1&f?d<ahSa!HXad^KR8TiG-]RJ`HjKGPid[U/CL8V%+@qm*'RtpsFhU//'N#K]Zh9CCpZhS^uD]eHF"'qY:'CSCXGT/Q8f+/nB]C9eKLQKD[(s25m+1lKT&b@;V=?1EUO78W%9;2+A/Xm)0,RbiQ1;[if!T.YOXMok6>*@92*nuTh/`\9=%9Q)Q7+iHE*-+pY/NIa>N`BKI*6T;aYhM,TZ'c36EK5]-ju?Gb*!><HERe=o/2h&_2DuTI`D-7qCoZ#WCd,1qUd]`1:,;Eo8dW[G7MsZ[OdiLVO$c-++l'dr$u6^+\"K\X<l"C%l+1^f>R;//!MFO=-2n8e9/e*IDU!L_<(]*mZo'$,XIs@:]s%.EeM70m]"tOT2[J,[/YA@Ibh@1KT9gF8]<5e=QgNF3ACmu"q7M*p-&6l$?gdk<.`tkoBeq&lK]-j%%V$-fms6)1,_?Vt)$*;SUso_0CmG>OF[ETQY5c\4(ihH^o)DD^7@L'NrC*F?Q0g.o[XA=Q)BRCTGVJS'LeZ%)n2gj6Xf"agmq'Bs%i`ID26uCJ)V^2:JqflT1`.cuJ3YiV4;[Qf$8&1:8m]M1QehlCoHqk\2^(e3OtjXqCbN(gDgm;e5^F(ektTg-2kdQ13W+J$nNR+^Y!kZ09(9Rq5*Da\X,H`EIp;&J/"K@of1&f)1c3UlM]XTY=7_"=Z#^;4ZcgEh2Xs^WZ2afgaGbTL'8]3s~> endstream endobj 25 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 24 0 R /Annots 26 0 R >> endobj 26 0 obj [ 27 0 R 29 0 R 30 0 R 32 0 R 34 0 R 35 0 R 36 0 R 37 0 R 38 0 R 39 0 R 40 0 R 42 0 R 44 0 R ] endobj 27 0 obj << /Type /Annot /Subtype /Link /Rect [ 188.978 671.009 306.308 661.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 29 0 obj << /Type /Annot /Subtype /Link /Rect [ 228.07 617.009 534.82 607.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 30 0 obj << /Type /Annot /Subtype /Link /Rect [ 181.242 563.009 282.892 553.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 31 0 R /H /I >> endobj 32 0 obj << /Type /Annot /Subtype /Link /Rect [ 395.702 563.009 452.912 553.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 33 0 R /H /I >> endobj 34 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 509.009 205.67 499.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 35 0 obj << /Type /Annot /Subtype /Link /Rect [ 281.06 509.009 307.72 499.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 36 0 obj << /Type /Annot /Subtype /Link /Rect [ 255.45 455.009 536.37 445.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 37 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 444.009 143.33 434.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 38 0 obj << /Type /Annot /Subtype /Link /Rect [ 273.472 401.009 537.172 391.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 39 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 390.009 160.55 380.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 40 0 obj << /Type /Annot /Subtype /Link /Rect [ 254.544 347.009 315.094 337.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 41 0 R /H /I >> endobj 42 0 obj << /Type /Annot /Subtype /Link /Rect [ 263.9 293.009 377.21 283.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 43 0 R /H /I >> endobj 44 0 obj << /Type /Annot /Subtype /Link /Rect [ 203.15 239.009 283.7 229.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 45 0 R /H /I >> endobj 46 0 obj << /Length 1341 /Filter [ /ASCII85Decode /FlateDecode ] >> stream GasIggMZ%0&:O:Sk\8WL@Tli+$;`8d-bDZ^9bT1g78jo-6sIT-Um@a<FhbX8=UrK4db6@E1H0>6F/ZFaB_j`.r/`0qi%.nRf3+.sa+_:k`'/13=d"qN(d!Z(q/cJL<_P<;Yp3o@a"^.!2k;th)d]!Yk:^If"jnO7F28ArmG`A>$d<3+n`"X0kYs%B.90:g[umCc5JEjsE4NEm-/IWUIR5B&<L-7k0Ilp@#:[O*VH=Q"/u-L'*D`NjP6\6!Jhf]p1fl[m^MCt<djGq#'"e-8*m'p7NUN@5i0hQ&kf\HD\0j3`?0Y2_,^_X6[a68B$s0aCM!qn2naJgHh]<KU5Y>YqZ%XC>DOtLsk"NO/q44rhC$5,J>`rSISeJ`-.oe<`P]QC5WNS0lCJc%j-*k'M(7uHX]Zpk[VD?36mZ@)X:$$[STC9?T'(<?X?0uuArT)f5ojXokAhmTmf<ln9e?H+4+V`:Gh9[#qR4ABejFk^ha]Q9\Y$)XXbbVQqi(Ru<@Z-2%",,e?X5R[b;>s%>]bi@4j#o3O#hI6,6;L6p7IH'C`"h?r;/HM5)o;$t$g0Qtos(XY-U+!'9+QKhh%N)0]`u+DQt<!B?LN-"6M<@mO#9hj.a=sTAqMkUbm$^$[EH33bDd6$fVQSM["Y*!5ISuJ2[/'!?'dRRMg)U%mBSX=U>3,/p92;WGTNV.[\YF3WD9>>=uA?N/#CjV87n_Fcl:M<_4TBpd&&'g;113RAi0OWkJ)[V(a_QFU!pCL"AFQV"Z)Y8Q4(McWo&0tE/*gi"/eFRpX1l]`bN+lESZfT:0]:A*@4gf"t=UG<D=Elg>ZiElc057Hc0"baHj1kW`%j@B_[6eKMVA=;q%'b;$A4r-LGNI'=NnP.p+EmmZMb7'fee\1C\EHpXIjoYn;RP;i(p+,h34Qj8rJVarIE`.r9*;WY5t=Fg@jC:'?G_'em``<CJNd0UY=OVXRJG;mYSM*`FT$?8ki$>,JT%[`JZS&[4ZIr5X3E+]I+EGd:c++J1p5Rai.c<7m#%XdB1E;M3kOnl>.`O#MtO(\mN:R!`9uCb`Y$dEcc&@VFR3._T[*$eUboKmpeM3S?pj24#2aH@A;?Ki6nAgJ*kh@TalMO62E\QNqfM2#Y*laJ_%e4,CaoZ4EHIaE&Z(K#u_:pEjdVOtlfVptnXO,B'OKgIM$%Wk#rFe%gSaqmZKgnaVfaY-Kj[Y"pUS^^ZO7'pfmY*auLKSN&q-f?P'0q9IATpC0j[.Vh&(!)HBb^7I)?/PIUj[&PNg=+-m&`TYA9laR<;LE;;BYZn`Dd`bjRIN+h0%LqBt2]/pVD(T]/^nZGH5-fU+nR#RG_Q<~> endstream endobj 47 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 46 0 R /Annots 48 0 R >> endobj 48 0 obj [ 49 0 R 50 0 R ] endobj 49 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 564.009 454.02 554.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A << /URI (http://sourceforge.net/mailarchive/forum.php?thread_id=4144839&forum_id=1798) /S /URI >> /H /I >> endobj 50 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 447.009 285.57 437.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A << /URI (http://docbook.org/tdg/en/html/appa.html) /S /URI >> /H /I >> endobj 51 0 obj << /Type /Font /Subtype /Type1 /Name /F3 /BaseFont /Helvetica-Bold /Encoding /WinAnsiEncoding >> endobj 52 0 obj << /Type /Font /Subtype /Type1 /Name /F1 /BaseFont /Helvetica /Encoding /WinAnsiEncoding >> endobj 53 0 obj << /Type /Font /Subtype /Type1 /Name /F5 /BaseFont /Times-Roman /Encoding /WinAnsiEncoding >> endobj 1 0 obj << /Type /Pages /Count 7 /Kids [6 0 R 8 0 R 10 0 R 12 0 R 21 0 R 25 0 R 47 0 R ] >> endobj 2 0 obj << /Type /Catalog /Pages 1 0 R >> endobj 3 0 obj << /Font << /F3 51 0 R /F1 52 0 R /F5 53 0 R >> /ProcSet [ /PDF /ImageC /Text ] >> endobj 15 0 obj << /S /GoTo /D [21 0 R /XYZ 115.0 725.0 null] >> endobj 17 0 obj << /S /GoTo /D [25 0 R /XYZ 115.0 725.0 null] >> endobj 19 0 obj << /S /GoTo /D [47 0 R /XYZ 115.0 725.0 null] >> endobj 28 0 obj << /S /GoTo /D [47 0 R /XYZ 115.0 581.009 null] >> endobj 31 0 obj << /S /GoTo /D [47 0 R /XYZ 115.0 549.009 null] >> endobj 33 0 obj << /S /GoTo /D [47 0 R /XYZ 115.0 496.009 null] >> endobj 41 0 obj << /S /GoTo /D [47 0 R /XYZ 115.0 677.009 null] >> endobj 43 0 obj << /S /GoTo /D [47 0 R /XYZ 115.0 464.009 null] >> endobj 45 0 obj << /S /GoTo /D [47 0 R /XYZ 115.0 656.009 null] >> endobj xref 0 54 0000000000 65535 f 0000009580 00000 n 0000009679 00000 n 0000009729 00000 n 0000000015 00000 n 0000000071 00000 n 0000000312 00000 n 0000000418 00000 n 0000000687 00000 n 0000000793 00000 n 0000000954 00000 n 0000001061 00000 n 0000001505 00000 n 0000001628 00000 n 0000001669 00000 n 0000009830 00000 n 0000001805 00000 n 0000009895 00000 n 0000001941 00000 n 0000009960 00000 n 0000002077 00000 n 0000002735 00000 n 0000002858 00000 n 0000002885 00000 n 0000003064 00000 n 0000005220 00000 n 0000005343 00000 n 0000005454 00000 n 0000010025 00000 n 0000005593 00000 n 0000005730 00000 n 0000010092 00000 n 0000005869 00000 n 0000010159 00000 n 0000006008 00000 n 0000006144 00000 n 0000006281 00000 n 0000006418 00000 n 0000006554 00000 n 0000006693 00000 n 0000006829 00000 n 0000010226 00000 n 0000006968 00000 n 0000010293 00000 n 0000007104 00000 n 0000010360 00000 n 0000007240 00000 n 0000008674 00000 n 0000008797 00000 n 0000008831 00000 n 0000009058 00000 n 0000009249 00000 n 0000009362 00000 n 0000009470 00000 n trailer << /Size 54 /Root 2 0 R /Info 4 0 R >> startxref 10427 %%EOF --- NEW FILE --- %PDF-1.3 %ª«¬ 4 0 obj << /Type /Info /Producer (FOP 0.20.5) >> endobj 5 0 obj << /Length 150 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Garg^iR2p+<\Q;VZ`l,a#YF&3cneK(8`hd)8EVa-0E=F,"[aM54_%,@"Z$Mg4\H/]KofPnBT8\71`%N6"^N?oF.f0,:g,(m1FX\-5J8JM+JTQLVBiRZ"B?]n5IiU02%M)RWt=:0jVku>!+ZT`(B~> endstream endobj 6 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 5 0 R >> endobj 7 0 obj << /Length 178 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Garg^iR2p+<\QAX1JnELj"aG%k;$!j!('$V6R)[r!sN`J$U#^Z6\UV,KkQI=e2.sh9a+fIF)sK;$St-RNMOdoSBUp'U;VYB8ed,FeD_)TJX$)ndbN>7TO=ifL_lCn#Zi1f3f#X?L3f^(-=F7_OB%OFON&$VjV3<Ld*+o((md8`lqT0%~> endstream endobj 8 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 7 0 R >> endobj 9 0 obj << /Length 71 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Garg^iGoCd.c`?]8EV`b1=.gR0K1`91K?+0ZOMGdU/Zh'Y!=Te%#&:?HH*JE!<E/X&V'~> endstream endobj 10 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 9 0 R >> endobj 11 0 obj << /Length 352 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Gb"/f4_qqh&;GE-MAr+[W_P`LnX>OLV*dJSPn'sZM]oN5gP#S(9!O#tONqQ*G^3&Sha>:ETTs)tG:B3DEXB0b!^7HQn/m7E>_(BCcU`VhiAIn9qpm@W7N00#K`jtOr[QN:1Uq&\([qY&hFB(]iDY-p+VeQJd'VkIE/]53>aZBO3#,k6_EB@\.8ls4s+QO_i,4_4M9o-V$OoJ8*<1D#CH#>_40LlX7gDI?j?qHUI2GE<dW^Wa.FK<-O68H/l?Vun?0OE%'Ls,A;"]IEM"&jEL_M;d[F$6A3QYoDg"6!mgY9bnXXKi*$W!=GP!-(84`/]ee$FH-Rt\<f,,g`i).ck9k*\I']m5)~> endstream endobj 12 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 11 0 R /Annots 13 0 R >> endobj 13 0 obj [ 14 0 R 16 0 R 18 0 R ] endobj 14 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 655.001 149.98 645.001 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 15 0 R /H /I >> endobj 16 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 644.001 225.55 634.001 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 17 0 R /H /I >> endobj 18 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 633.001 178.59 623.001 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 19 0 R /H /I >> endobj 20 0 obj << /Length 566 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Gatn#6#V?/'Z]ZiMB;FuV19sU)RmVi-/6j!98j+/,)o-uQFVG@<Eae#GhBj"R.l)YYC4/McoLd=:E^&h4I_%\(7pRF*^RO>&Mss$O5a;oj(O>6%P7p(Oqh]NL1l;)ZgO>+ip.N=fCtBbP_e?*PA+KpBZUcP1^Zg+'/[d!f'ZYB+EL5Ij\2sZYoFDDJ_(j&Wam4f,+AtFKuDU/MmH"l+?oH`35CWKmRD!+Y.3-*ZmgM)44o[rdMd*/57%AiK,'<TDMkeu":^Zn;U*+(XF8=Ep`Nb.YsQM@__kAn+Zf9,0[uR@X[r&R.k^+oJt-:7$<1ZFN@!>g>]peT[0#>n\oi0smP0^^[;u.4X.%U"V<U1X732Ut?Ls,tcL<g0PI'4;>bK`>7Bt"J1F@9AqH<p)7Hmn/@fXIpc6u^pp@U0*Xs9!F>8.^S#cR[^o\^1DM0g_a;ED[g1'sU/\u.:jW/RVA?C+Xb0M>uATe`nM+RV&V/W99$fcl=e9RIYQl[#A`hV;1<gGC,.po'+!*D(tmn(jJ^lU$"YKfA>o0g\+SH2SKPfA8HVp]l-%67M~> endstream endobj 21 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 20 0 R /Annots 22 0 R >> endobj 22 0 obj [ 23 0 R ] endobj 23 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 660.009 148.33 650.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A << /URI (http://refdb.sourceforge.net) /S /URI >> /H /I >> endobj 24 0 obj << /Length 1715 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Gb"/)9lK&M&A@sBkZ.q%<)VVbDQuW-TSK8QeNKjk[MIki?<Ka@s*\J';"H*W:,[(#BPZZamu\s[NG$<=PBY"*],s?mM#8e3^#HprH%.HRVn*u;V1Gh_,g6-39"j6+qec0-VVJX\F6D?aC$OlLaqJ]mI2DouSgp)+5*\q@m>,$!D;!KPGI[6npPPS(5@REhDTC$1l[]O@7$9sP:31HLf[P]*6F$(`Di&WdVHmDneP`U=m_%"h94-ml;o&MG&,#0cj]8n"qUEf/f2NiQF]1H=>U/r@q$8L[\BVaeG:e9h*8CE(G1df*-tl\cX6)8lpJDo!/e01J<_BCicq5H#V%?!laL4ukA-2h-&0XpW>:G4n$K2'<EhgsMrJ`GUKe!KU>gBgQS8UiU^(l@ZMOI*^jWp"@6rK4:;NOGl8L0"HUrJ7e]N;[,-Tob>$4EWIO4dI?9/3'!gU<uJAd3"1RBG]?6`93oJ:_>K`F(F@_4#?EJn=*`n;;g/7rTCR()''>(iunu>maVV8jT]X4bD=I`_qW!;@&C!Z;CtT2.Bc=4G)=<'I#pP@4R&YOK+8Cmda&1i]NPE>sF&C)c[]Pg%8Uo!qDNA;Tq@MBgSk3FK2KPhX3ZpqrQ#'j`7ira6oKi1^BRQF+V\aF3ph3A'fM(&_dNG.KBH7-__"FrHqG*<.`9M9-3%t6qC440WQDUWZo`g,"/HP7TDS&Li$/^#]9aELlbTIU<@UDMA$:/8a1OPQ03GTaq9pb$+@-I`b%Vh4<[.fE)rhi,#u-^]Y5m6*8tg.R'/.49Q!>i,WEL1bQsjXIfIZ=]rh/&3=Yr**WZ[u2GII8Fo,=?VV7MoY7AaWX'N>k3S5d1.s/BP><lJMO*#"G!T!\3bk>EI4e(T](W_pScZCc_fg/G_5aTeb=$s;EpQWgUF,"OY[IVBC!*lWoaONo8?EJnAC*d-C>-9@3N)^H6<Fk.?H6&@86DU9jIH.LKs2*ZP?K:U(:.;^baf0ci@>If=e#%>[f$GZ9G.BE""-!jeZedK5ZedKZc$DT^RrqogD:X&OB\"Pk36aM/2;ja:enG8r_.LA.TNU_<KkrA00f5J"Sk0F,G7\_i&8.gN+t7&t'V9*Y[Sh>Q[fIpGL_R`"6m6YPQd=`7PhjX,bNECMVR,IH$g"@OR<P[L:PZ9R[m*rr!3&sFTN7J#*j^0)>,sbn:I&+;4TTnI2utC53JTN;2;j`_hIm&$_;hXFi-=SXq-$egX]@+,C7%N#>.n1A@2?SN<l5&$Tc^=i]$]$R]1s+-Y4_j\@d^8Z_nOpT/^'n`>HbLiIC2c($^GD[qU1/Sf!jgsf!e0)qXufOPiisiD*W@L[t0&B+ZVg_ClsIW^(ol?72i.0OhOYf62m/o<S=`M'7K^0T#%j(8uUO%?#?WbgR)jdi=>#&XC;*CRCZBj[*97IP:,)+'+K5]-`O3k[C)4P)H0k$;d5;\>>&_W6n6:,>ErNtdND2#<I22JK/A$EPm24bWR;oM:T`M1fNb838f/re0X+_mDJ)VLIHuiiSLnj!o5#tK/_SG@Cb2,/fu*Dt%%SsNI%H>RcBdth4PM**St1*$9O:3`2d/cY4aPBVL(cr#4D3[:N/NH:dI)'&&=>"pnmW!^OQUr\@LHEq?@S42?VBB`e3iI"rb$_7H=&3edQ`'MTh(s-h%KChlE$lR4tM.c]IUu8PLCTgk2t@DL+;Qb3:uV<MeLf60;!i3$3~> endstream endobj 25 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 24 0 R /Annots 26 0 R >> endobj 26 0 obj [ 27 0 R 29 0 R 30 0 R 32 0 R 34 0 R 35 0 R 36 0 R 37 0 R 38 0 R 40 0 R 42 0 R ] endobj 27 0 obj << /Type /Annot /Subtype /Link /Rect [ 188.906 671.009 200.566 661.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 29 0 obj << /Type /Annot /Subtype /Link /Rect [ 234.38 628.009 254.37 618.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 30 0 obj << /Type /Annot /Subtype /Link /Rect [ 181.45 585.009 193.11 575.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 31 0 R /H /I >> endobj 32 0 obj << /Type /Annot /Subtype /Link /Rect [ 304.52 585.009 316.18 575.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 33 0 R /H /I >> endobj 34 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 531.009 205.67 521.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 35 0 obj << /Type /Annot /Subtype /Link /Rect [ 291.06 531.009 302.72 521.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 36 0 obj << /Type /Annot /Subtype /Link /Rect [ 260.19 477.009 280.18 467.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 37 0 obj << /Type /Annot /Subtype /Link /Rect [ 265.804 423.009 285.794 413.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 38 0 obj << /Type /Annot /Subtype /Link /Rect [ 268.068 369.009 279.728 359.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 39 0 R /H /I >> endobj 40 0 obj << /Type /Annot /Subtype /Link /Rect [ 268.88 315.009 280.54 305.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 41 0 R /H /I >> endobj 42 0 obj << /Type /Annot /Subtype /Link /Rect [ 204.25 261.009 215.91 251.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 43 0 R /H /I >> endobj 44 0 obj << /Length 1093 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Gat=*D/\/g%/ui*iD6ocBOjc%r%_Xsd]?`:-,!QQ@0;hST\)jfba*:T]d!4::X2TZ[n^gC!u0`^nf^_"PcbfcpXXO"##XGCMfm?e2Eg8Kq?NQ&!RD(H(^)g?(5;@^s1m2Z0p/\k1IPXWilI#[Va'9S2/p8kMhu$j%eR-#juW#te,Vdb!=[uj&HiOFC%2,HRj?*YBn3ajU`q\59I`dPYBC,==LQC:niVC^32Z6j4Rl/@XK&^I?+6'+9%[=I%0M2^DF&PC<KcmEbggB4J8M`C?Y,,BoP^>8_[tkLO8mku)F+s*h9gU\U7ipSLr99Rr@q5H>l:6!q#^!"Q";*"Q74&.Ya(gpB:HQ8(`/JC\@$0k)9[;nA-SITl9dju_FI&6VB,'\8p4Q<oNY5e2E9;m"O6+i$8;MPCfbYFK0)P&AQgqQ.XBT.dtY&>&IEt0[<YW&/o39W_H.d[-L`&*J&CDuf\J7-1OadO!s6l!cgcMNP!2`q*85NJ=IRk=Orf1bXh@b?$?"o2pgC-ElTF>pWNZh8rmYO$M3P!FPa;+mE+>a@$gkh-1jcb2[1i%4?1%n_#iN5["bZ;22i&Qio!ms94OG%7(8EQ#+r%k2di^ECfK/d`T',uVI$@-6#KTYAd"p;Ui;qsu^0!Kc#U$XJ`lsl?CT^9FYHOc"@HFbW[A?R-O<q#uCsEgD%g)gdiN+'ukF2^R^O'TZO).8.8oA4s>sB;I-=VE#(Rg\Y&aqg)E^H5BF1t%K$prU,oWdO-1]EXrl`[YZV'?u`+SOQ#Xjk?g#cUI)Yf#ul$7rUVrf)5t^]Y.Ka<MkIY)mdOBeW#&*lVuVYq-52Sf#`PpU2=g0n/)bor>^UCR4/#4r)P5=!]nK<T4k1\ggXH2#A0S]@*h0NQ[!E<CQ?(m?W?9e]ee3QYt<k`rn<j(E#$G85t!3^h%(C8S)%cASRXjf>WWH[g%AF=apX:?jrA"H+h@G@dkgp]"g!);_),>%8heFK.@$eZD>pD]JKnG*pfJ333_k#kTS:mU**VLX9P37mEMC"cf*9ZpC/h[`52>YVcSa9leZ!^lbuLarL!.;m@K)gkA+<eH;8B;A0V!XcXT/S~> endstream endobj 45 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 612 792 ] /Resources 3 0 R /Contents 44 0 R /Annots 46 0 R >> endobj 46 0 obj [ 47 0 R 48 0 R ] endobj 47 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 660.009 454.02 650.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A << /URI (http://sourceforge.net/mailarchive/forum.php?thread_id=4144839&forum_id=1798) /S /URI >> /H /I >> endobj 48 0 obj << /Type /Annot /Subtype /Link /Rect [ 120.0 501.009 285.57 491.009 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A << /URI (http://docbook.org/tdg/en/html/appa.html) /S /URI >> /H /I >> endobj 49 0 obj << /Type /Font /Subtype /Type1 /Name /F3 /BaseFont /Helvetica-Bold /Encoding /WinAnsiEncoding >> endobj 50 0 obj << /Type /Font /Subtype /Type1 /Name /F1 /BaseFont /Helvetica /Encoding /WinAnsiEncoding >> endobj 51 0 obj << /Type /Font /Subtype /Type1 /Name /F7 /BaseFont /Times-Bold /Encoding /WinAnsiEncoding >> endobj 52 0 obj << /Type /Font /Subtype /Type1 /Name /F6 /BaseFont /Times-Italic /Encoding /WinAnsiEncoding >> endobj 53 0 obj << /Type /Font /Subtype /Type1 /Name /F5 /BaseFont /Times-Roman /Encoding /WinAnsiEncoding >> endobj 1 0 obj << /Type /Pages /Count 7 /Kids [6 0 R 8 0 R 10 0 R 12 0 R 21 0 R 25 0 R 45 0 R ] >> endobj 2 0 obj << /Type /Catalog /Pages 1 0 R >> endobj 3 0 obj << /Font << /F3 49 0 R /F1 50 0 R /F7 51 0 R /F6 52 0 R /F5 53 0 R >> /ProcSet [ /PDF /ImageC /Text ] >> endobj 15 0 obj << /S /GoTo /D [21 0 R /XYZ 115.0 725.0 null] >> endobj 17 0 obj << /S /GoTo /D [25 0 R /XYZ 115.0 725.0 null] >> endobj 19 0 obj << /S /GoTo /D [45 0 R /XYZ 115.0 725.0 null] >> endobj 28 0 obj << /S /GoTo /D [45 0 R /XYZ 115.0 677.009 null] >> endobj 31 0 obj << /S /GoTo /D [45 0 R /XYZ 115.0 581.009 null] >> endobj 33 0 obj << /S /GoTo /D [45 0 R /XYZ 115.0 560.009 null] >> endobj 39 0 obj << /S /GoTo /D [45 0 R /XYZ 115.0 539.009 null] >> endobj 41 0 obj << /S /GoTo /D [45 0 R /XYZ 115.0 518.009 null] >> endobj 43 0 obj << /S /GoTo /D [45 0 R /XYZ 115.0 486.009 null] >> endobj xref 0 54 0000000000 65535 f 0000008916 00000 n 0000009015 00000 n 0000009065 00000 n 0000000015 00000 n 0000000071 00000 n 0000000312 00000 n 0000000418 00000 n 0000000687 00000 n 0000000793 00000 n 0000000954 00000 n 0000001061 00000 n 0000001505 00000 n 0000001628 00000 n 0000001669 00000 n 0000009188 00000 n 0000001805 00000 n 0000009253 00000 n 0000001941 00000 n 0000009318 00000 n 0000002077 00000 n 0000002735 00000 n 0000002858 00000 n 0000002885 00000 n 0000003064 00000 n 0000004872 00000 n 0000004995 00000 n 0000005092 00000 n 0000009383 00000 n 0000005231 00000 n 0000005368 00000 n 0000009450 00000 n 0000005505 00000 n 0000009517 00000 n 0000005642 00000 n 0000005778 00000 n 0000005915 00000 n 0000006052 00000 n 0000006191 00000 n 0000009584 00000 n 0000006330 00000 n 0000009651 00000 n 0000006467 00000 n 0000009718 00000 n 0000006604 00000 n 0000007790 00000 n 0000007913 00000 n 0000007947 00000 n 0000008174 00000 n 0000008365 00000 n 0000008478 00000 n 0000008586 00000 n 0000008695 00000 n 0000008806 00000 n trailer << /Size 54 /Root 2 0 R /Info 4 0 R >> startxref 9785 %%EOF --- NEW FILE --- ÿØÿà %# , #&')*)-0-(0%()(ÿÛ (((((((((((((((((((((((((((((((((((((((((((((((((((ÿÀ ¾Å®s²àÒG·Y4;Qoª£¼ÜO©¡D7¡»ß}hè.#ü«¦vÂ*#Aõ®ªµ%> LªiöÍCÍ »A#2ÞYõàÛ\íf¢e%MÎzúNT<½Ç]ͧÕí],þ¿ræ+Øè©nº~ìóÇ,0ukIhi>¼¹VÜåZ¦$¬®ÐæWYi«é kfnKÕ§¼R¹+Éò²¢Ù pd¹Í Õ2ñR5î d°QH²wFJ*çRï6°Vºk«©iÃG4úHåíZë>ýh«ñÃ5MUßÐÕ@ZÐsÞFB\Ú½eï-t' ¿tõK|ntc8YÕ:~VÀ>å̱¾º:1é¡Tíæñººhè5#C*0×ãìWM-LuFàA\ͼú<iû¤W VpÓU8µÀr xçíå2Ùía-M#)k$.#ÀI=GqZW¥ZÏÀÎI):sÝí¢-yê.sXbÀ, ¹* ,måqÁ=pºÊ§z Iæ¹r\#2Æ?ĺ0u%Ê©®ËOÎâ4 ëRVÝëóØPÚ;x£B>§ñ[8-SDy[ß½M6ÞÛELáN¾¤ú6ýËµÖøÂ°Øñ~eAl¼ÝmuuRµÍæ÷1ÃÔU¦uLWHøeí</fzÉE·áG¹Ï¸cÜT2ÕstZw|O×c¼¾õÓ^1©U´¿éáðúµpÜZ¦r§kêïn¿s¡Ad"õJe£ÎêBÌ^qõ¡D@>wÏfôê7BÞ)_Ë YhÜÝu¥©V,´m§aRKñÃcx¿¯÷üÄ_OMÃ|¤¡ðÊÒ×4ô ®ºQQº¾ ½È £}7#TGQOd·Ú¬o9Î3Ò8ßb ¾¾ßîÒ]õ½ÈÉQ){Zþ9èÏFRë ?tÚp;.3Hò]û¥<Ø}#ò+£¶ÆK^©µSÖA {^9Õ®ïÒ$à¯OfBWÑ;¦ÜÚ¸»(»8#hIå=¯jmÓiDï ïMY$nÁá?%ôõ?bèkm² 8À .%ò tÞ;÷lÀÜ>0 ¨Ì}geæ%µYFIYìU&GvôµÓ3RLÖ¶¡£ qÎ7÷Wäͨî{a' º6HéÛ'gS>^oÿ ¡Þ¥ ÕÓÅpcßM[á2DÐxÛàBUN2Ù.¨²´¥úónzy#ÐCr çO*í4W¨µMEÔó±±UñÉ®>9}3ntmÃH_iæïqu4.$Òc8Wäñß-2AYdF¹¯*w¡¬ÊÌ ¶SQW2ZÚÈcãà:âº.¢{mªëg§§¦crù%pk@ô¹ÏVì $#Sj¦¼\A±êÏ0±-;g ?îW+L<Fï-a=ÙæJ*mÝ2ÒÅ·£õÑÕ¿àË|mÓ1¶º@C§?0t°ß$n ÌÀofïrY(ØÁKENÊZHmákG©a뽬½M%Ku=ÞñÝINüFF0r3Þ©ü[÷"Ú¤sÇò°}W®ÁÛÕ¬õ.v¯Úqo©¡¸Öq4ò ZfÓÓç<,VfÓ±[ai-JkWæZ1V",Õ³kM¤³JCCb9'»å8° o]"ÕpßÕI>kg´À{ÚùþCܵGyµyp0ÔÑÁû:f~9Sz=³cÙ --- NEW FILE --- %PDF-1.3 %ª«¬ 4 0 obj << /Type /Info /Producer (FOP 0.20.5) >> endobj 5 0 obj << /Length 196 /Filter [ /ASCII85Decode /FlateDecode ] >> stream GaqcoYmu@N&4HEmMCG7Wgt`VR8r8pKBs'6m#_W71JH,?rW+`Wl]\/k"PYUU@(7])jCDDP'.mg-NjG/j&bo5"WA%2QKkR\u$1rtf[c5Y!P1iN#2f#uF!5KYbSA%1F)Bocha45@f!8AY22_^AOpCJu'PIkY?`Ca%ek-'@Q[A2*sD$h;H*l<I@ks*h,@H3&<:1P,~> endstream endobj 6 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 598 842 ] /Resources 3 0 R /Contents 5 0 R >> endobj 7 0 obj << /Length 91 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Garg^iR2p+<%p/U1Je?Kj"aG%k;$!j!('$V$]padWJ-qSJYb\(Y!TKbAu;FlX?q^ZWY.Z$;`tL51_m/:>Q@Bh''9~> endstream endobj 8 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 598 842 ] /Resources 3 0 R /Contents 7 0 R >> endobj 9 0 obj << /Length 2311 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Gb"/)hf##S&:VC/K"'Hs6XbNLPc(BMIjp]3"K@[O5*.jr6g!=DEOrZ0I5tn_B*PT1Mkr81XZU./O(!6FR%9]amu)#PrD0]Y-a)WCf*fq#Yj`[:s5uI9pK['#2c[SUD4JAdI.uFlgW=p1?V0T77Q_+"ic!Q13aWZrS]L=aq+btK3fRG4iB,`(gmpOQJg>@]kA8["pR@oFLcOP_nZjb;Y#l:@hj*j>K&+!\OM1LU^n6ss$,"Jg&pP)$llA:+qso/82BUY#]=tss6\EBVb=%P[LU(-Zd&V!QYrDR+$fCR2==:di1^It=?_sol&lUg(KHE5[kM>.l`J_qm5d.INhA4]r?^s3u[Ejj_WAJT.UCr0+[48eoWUl"WY5$KY)SQE9gZ%8-C^5;+fnRM9r.`JOnR].G=a0eWB&@J"CmD#7D@"eSZ=r^`o!;Kj`Y#2qPR<T'%BWNad)C_o;p*0>1e+=cP;NH<'G=Fq`2F@oWtaQPcR$<CB5DkM"?IeAOA\,YUGP]if4*A\a!B4\Jgj8:.8$+-Q5EMe\84:B<1Ie.PpZbE5a[&1P?",-?5/LkR(l,.q&t4kD#>$0d1jK'4:.!7,h4Ad6QNrLlJ>&]`8<GAK%;G9jdU,+Lh59$7k=#q%CKO'qI(L5Xm3fBC(L.pc=psh-KaU[eT]2J<H.b[7GtIcbIfF=gC*#*k64rM+rCd%3S?*E$q:>3K@+4j+rGlI6Xq'oi5tmUO4',k_)smGIuhU@:7Uir@`[#T6Vf'rH91T9dtn*$-d4`E^"5ek4Io'&[rA(!1BpJR1)O`m.p#l5!D%'Y1R\@H/Rcj\7+m=77PfG/QXLd56.u;s*t-G.Dg=hF=HVmg/)g,O=2L>O,r"8B0K*6o:Y#q:,ik>PVSbm25<7_#YJThY7^uTUEsXf&W[f7$0U;kC`puC1B,lL(,=Fe)r%TT^Qdh'bHRS3LdADe=ZpNkH@QLc?55Pq=j&t,AQN-;qq'!fF/b/\HE%QfQ/Oiu9G[*m02YN*87l-S2RCBj-WOIg\Je<nlL#-Sj[b2!ZN46U/(/(sW`H$1BJ099I0gI%K(_EJDB`_eI#r&"YN/]1ZABb,'":3EYYgERbB`^9SF%PEP@OH&=`WCT_(AKB,bgVbh('L4E+rQD^)SS]\!P7QWGuYS2'-4q'K$2oCh-CTcqZ(Y!c*P:Cl,ta3q6o=a?_..X=1e.LOq^03cfT;70P),lr5a;P)::qY"M9=As2ZVCd+J+>5$9\Wr"9;+9>JP#!Kg^jcM1YBDL&\=#nrW74]OP@<B=P.4Cu4(AA+[;dpKb%W!Xc8Gd.m\cc9iI6!uJmU=s)2ZktP-ZRkCE@PV#jNk1l2h)b!AlA`E2.LHG^+56Zm]8"\+Bl@7.=I,Xkrs@ja@E>`'<k.hj,sF(oY^j&^'QNbO,I&i_87F_+G_aD(XNP-7gM*r%lS_lu)p^aK9ts6<)%.p[97^l6&M"P,Th>JqmL06/1150$!RW>"SFO/Nl,:R1A-.?]$"JE.;>.p[cWItq.FmT-#mP$)iK2q%1Ql[d8di=WRb.2HC6\Q*j1K:+oiiVBI>/02c&gn,R@RtZ5h';bR9C"BX2C%8\d2ocRV2\AP52[>8G,p;ot\0)..TppXrn2rH/3VelFq#h'gufj.+YBBcZ+>:F9F!o+i/aF1;'(bN9DUXGub&Y2]4RgX:V[FKoFYajV!Z=g_$VSs!_&51fsq<UCC7QqUgFcQ[IUsFo3bN?1=2T*S0FQP.3/]fXMGU%-9=IMo0G%D]s5]e$^cn'be>Cqk7omgJ,!rqF-,RJ("H/o2;)KjJBY[]G(p1;],,='P/4%K.3_l<XHsPN.mN9p.*W!<jj9[[,nBs/]0>]b@T`08"$jJD>%fabePeG=ZF+H88K<&,T`oDN!863Rp.=)c)n_%MFg7QoT5un1iEjKC^rN]GqF#5(!Easq@t<kC\I.9oIdRh`tPU$EOda&W\3!58Pag6fe_)j:pUTe`nNt8&e-XOn*$%::d+JD^U.(B!ro6$H:kA?WO]t9s3S#J?94'1;.A7,LClH7LR<H7ORGX?itR-;po.#!"JKJJW6'FfP'Cct7(+QO$R7%))b\g%3uN0NM)ZE%2Al7hp^8Ri:YuULYBI^i:HK]MUE-QFRfaL]b^m+ZE^1HkLTtMQK5<nbgM2HjHl:dM5%2Vj7S#r9&!kQuf.j\CNiC]S9KfqHWS)Df/ZrSuIN;@JY@HkFF\FBiA*VHa9[0bNT!7;o,K)-IrD-2_SJUts0QoT4Juo4N?ITYJDi<pF1t51,a4KFUZZGo*H[5Q#GlODfQdc?q=jt@JIfTY&!S@~> endstream endobj 10 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 598 842 ] /Resources 3 0 R /Contents 9 0 R /Annots 11 0 R >> endobj 11 0 obj [ 12 0 R 13 0 R 15 0 R 16 0 R 17 0 R 19 0 R 21 0 R 22 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 29 0 R 31 0 R ] endobj 12 0 obj << /Type /Annot /Subtype /Link /Rect [ 101.256 693.431 129.586 683.431 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A << /URI (http://refdb.sourceforge.net) /S /URI >> /H /I >> endobj 13 0 obj << /Type /Annot /Subtype /Link /Rect [ 152.722 611.973 270.052 601.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 15 0 obj << /Type /Annot /Subtype /Link /Rect [ 227.8 567.973 438.18 557.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 16 0 obj << /Type /Annot /Subtype /Link /Rect [ 80.0 556.973 173.87 546.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 17 0 obj << /Type /Annot /Subtype /Link /Rect [ 155.33 512.973 256.98 502.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 18 0 R /H /I >> endobj 19 0 obj << /Type /Annot /Subtype /Link /Rect [ 380.01 512.973 437.22 502.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 20 0 R /H /I >> endobj 21 0 obj << /Type /Annot /Subtype /Link /Rect [ 90.0 457.973 175.67 447.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 22 0 obj << /Type /Annot /Subtype /Link /Rect [ 249.85 457.973 276.51 447.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 23 0 obj << /Type /Annot /Subtype /Link /Rect [ 233.7 413.973 444.08 403.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 24 0 obj << /Type /Annot /Subtype /Link /Rect [ 80.0 402.973 173.87 392.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 25 0 obj << /Type /Annot /Subtype /Link /Rect [ 237.34 358.973 447.72 348.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 26 0 obj << /Type /Annot /Subtype /Link /Rect [ 80.0 347.973 173.87 337.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 27 0 obj << /Type /Annot /Subtype /Link /Rect [ 226.884 303.973 287.434 293.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 28 0 R /H /I >> endobj 29 0 obj << /Type /Annot /Subtype /Link /Rect [ 230.624 259.973 343.934 249.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 30 0 R /H /I >> endobj 31 0 obj << /Type /Annot /Subtype /Link /Rect [ 170.5 215.973 251.05 205.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 32 0 R /H /I >> endobj 33 0 obj << /Length 1246 /Filter [ /ASCII85Decode /FlateDecode ] >> stream GatU2hf%L6&:X(TOf)J7Jb&sF8YsmndWR-EHI\>3hW["j9O`gcNZC,TC%e_pLP0sddX+!!RJCGWiu*nBkB_Pbht`T(+NI[S/f\YViED9@]2ha:Za#E.5IB"@p"*Ts"YWeOjMOW+jS>'hYf)c'^,Nhj/n;c5!1/C1;o&tIZV0V&CVB(FE2P[&h*GW_tVc+0RDDcA+b71'oL+_'C/<2<_BY70=n7fJESciS%gcc)3taP`-Sn/i76d3D0u3[6;FCbCJIH6JEFK'/]A_II#7D[Q)@`s"'BWe]AK)Ba[+^@"[q:o>ED+qKq<`)V765gqCq")IB.h4nBt\j:1]+[ee1a(^+m3c5IkP!-u'TtKEtl?M.t_Isu:*B24&mREd//&+^#pLejC*67A1:K5I$Us9o@SV<pgif,"7?lI7L.t)2pMR[%rOh;,:*Xeh#q2"UOLe-;ZB@RVaeEH+_kk_<)KcUh7*<aChan>J=;0o,*]dV%Lk.e&g&&ETMYCm^N_##ubd1SSiV,"qT4i($IMa_4LD?IckGTaf8X+1)Sjc<-ugWra8N\/`'O^HAIOm@(*PU/#bKVV^J<=TJ8cZ0HD\ImjG9hV71186$U+pj<dJMs)Y1YRD["Ra=OBoMZEK<8T-k"9*E)lKIf_jG\G-2PdF3o$sKGE<USV6VW+c:&m$Z4h7S&1>Uq2)Sh\-1mJT)D+jO-.s*"8:olOB`-W'SP4WTpuuIm!-]1_]u_BcXsddJJcPm"h\9EJf>+U?FY-uL>WnKBBK#FAarJXX<f!@j_,_8c(fN&->fb\cS&+Qc^Ce0"'#]8C>F[4+$+@D2/^SKGJ\R'^+-'tMNmUsin<)THV4PlM5[mb6:[!H_d1*<e978g7b7'`P'TCF@b^i.1_-2+L\%m@9A)5(.5kbq12<p%)::b]9SMD:MH;.aQi1n*8d42_`8Z#(8E7HjSrRSVj<V$[8`NH?3$d?eOc.[,97L\H#E*KdD58PQRZO@Xq_[Gq#^8lQ5X:n6i4O\4Wf9pfjX/\+mV^[_X-!'LS"+?LfL3'7Kpm?B6BeR<udtnCa)>UI)e+d*H_T75.*e>Pm6/ih+0*LH)ch[U2I=D=`rde3HB(alUO7)]d]\A-hQ[&J)SiUm1b@]?M\ea;aarpA$f'*s6*T^8H(AY0t,JZ7gCsoe!<qOGK)(W]NW]1,q>-q;B[gBMWPqj:k)+Kn@"L@LOpWq4[#GN<5R</4bl:^I.0<N$*45?tlrWW2CQ&P~> endstream endobj 34 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 598 842 ] /Resources 3 0 R /Contents 33 0 R /Annots 35 0 R >> endobj 35 0 obj [ 36 0 R 37 0 R ] endobj 36 0 obj << /Type /Annot /Subtype /Link /Rect [ 80.0 637.889 414.02 627.889 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A << /URI (http://sourceforge.net/mailarchive/forum.php?thread_id=4144839&forum_id=1798) /S /URI >> /H /I >> endobj 37 0 obj << /Type /Annot /Subtype /Link /Rect [ 80.0 544.889 245.57 534.889 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A << /URI (http://docbook.org/tdg/en/html/appa.html) /S /URI >> /H /I >> endobj 38 0 obj << /Type /Font /Subtype /Type1 /Name /F1 /BaseFont /Helvetica /Encoding /WinAnsiEncoding >> endobj 39 0 obj << /Type /Font /Subtype /Type1 /Name /F8 /BaseFont /Times-BoldItalic /Encoding /WinAnsiEncoding >> endobj 40 0 obj << /Type /Font /Subtype /Type1 /Name /F7 /BaseFont /Times-Bold /Encoding /WinAnsiEncoding >> endobj 41 0 obj << /Type /Font /Subtype /Type1 /Name /F5 /BaseFont /Times-Roman /Encoding /WinAnsiEncoding >> endobj 1 0 obj << /Type /Pages /Count 4 /Kids [6 0 R 8 0 R 10 0 R 34 0 R ] >> endobj 2 0 obj << /Type /Catalog /Pages 1 0 R >> endobj 3 0 obj << /Font << /F1 38 0 R /F8 39 0 R /F7 40 0 R /F5 41 0 R >> /ProcSet [ /PDF /ImageC /Text ] >> endobj 14 0 obj << /S /GoTo /D [34 0 R /XYZ 75.0 665.889 null] >> endobj 18 0 obj << /S /GoTo /D [34 0 R /XYZ 75.0 628.889 null] >> endobj 20 0 obj << /S /GoTo /D [34 0 R /XYZ 75.0 576.889 null] >> endobj 28 0 obj << /S /GoTo /D [34 0 R /XYZ 75.0 743.889 null] >> endobj 30 0 obj << /S /GoTo /D [34 0 R /XYZ 75.0 561.889 null] >> endobj 32 0 obj << /S /GoTo /D [34 0 R /XYZ 75.0 728.889 null] >> endobj xref 0 42 0000000000 65535 f 0000007850 00000 n 0000007928 00000 n 0000007978 00000 n 0000000015 00000 n 0000000071 00000 n 0000000358 00000 n 0000000464 00000 n 0000000645 00000 n 0000000751 00000 n 0000003154 00000 n 0000003276 00000 n 0000003401 00000 n 0000003583 00000 n 0000008090 00000 n 0000003722 00000 n 0000003858 00000 n 0000003993 00000 n 0000008156 00000 n 0000004130 00000 n 0000008222 00000 n 0000004267 00000 n 0000004402 00000 n 0000004539 00000 n 0000004675 00000 n 0000004810 00000 n 0000004947 00000 n 0000005082 00000 n 0000008288 00000 n 0000005221 00000 n 0000008354 00000 n 0000005360 00000 n 0000008420 00000 n 0000005496 00000 n 0000006835 00000 n 0000006958 00000 n 0000006992 00000 n 0000007218 00000 n 0000007408 00000 n 0000007516 00000 n 0000007631 00000 n 0000007740 00000 n trailer << /Size 42 /Root 2 0 R /Info 4 0 R >> startxref 8486 %%EOF --- NEW FILE --- %PDF-1.3 %ª«¬ 4 0 obj << /Type /Info /Producer (FOP 0.20.5) >> endobj 5 0 obj << /Length 196 /Filter [ /ASCII85Decode /FlateDecode ] >> stream GaqcoYmu@N&4HEmMCG7Wgt`VR8r8pKBs'6m#_W71JH,?rW+`Wl]\/k"PYUU@(7])jCDDP'.mg-NjG/j&bo5"WA%2QKkR\u$1rtf[c5Y!P1iN#2f#uF!5KYbSA%1F)Bocha45@f!8AY22_^AOpCJu'PIkY?`Ca%ek-'@Q[A2*sD$h;H*l<I@ks*h,@H3&<:1P,~> endstream endobj 6 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 598 842 ] /Resources 3 0 R /Contents 5 0 R >> endobj 7 0 obj << /Length 91 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Garg^iR2p+<%p/U1Je?Kj"aG%k;$!j!('$V$]padWJ-qSJYb\(Y!TKbAu;FlX?q^ZWY.Z$;`tL51_m/:>Q@Bh''9~> endstream endobj 8 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 598 842 ] /Resources 3 0 R /Contents 7 0 R >> endobj 9 0 obj << /Length 2555 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Gb"/)D/\/e&H88.Thh-[1lA4J8fBAlCX]BNg*(58Cqqe7WhVsKCt"[2V>9kLGt6^g;Ndn/YRG4J'_a_c8DYk(i2=QNiGn.>bR_AGHnXtAp4O7SJ&2S)c_Wu)Gpp=7l2<UUrkA,n=1mlaam:CPHQ3R.T=!-o3Nqd.M'iB!Rr!jkT)(4XDi2-Zm!At7QM?:q4&bb<Z<DCh>a;C9hH"2hSIr-_1oh"9?!S$jT)VLBO4UQ@*#1sH:1BiD_ZtG<]N[5XU+P!ioj%sR)S90bP-hl:\f*Xn0D=8sB)cR@"G*2fXRDP?N_<0$\KBnN/A/]PLqP>-mG;c.:CB5bIEL\s;k5!nh=l)6cZUdlH0/a/,m<>_=jo6C<A'*nWXg*nm1#<7lM\/*[Co:A7ImasA0Z;GRW[Ad3rY](G3^`LAYIU"TiEnPg7+FV0PTB#+k;uY;3q*a<=0=mR$O.<VQV0]PqjpK"/HVD<[ktc'I'Rlie!6Qpu*H`4Db-;P6jc/)>QjqkJg^7)s(1_H9a/1M'PNH1Wg=t$56JLa*/82$UNm2!<WnqI_3(H'?3Zh1*2A*7->*".ps$oJ;g@-k0d+@e<O!fYoh-pAdIk,Ue^ZnC0Ar3eVA1U?8,jFFQLf*Rla8[OSC#[geo*0IM;oNBP^APFJ5,BAPZsuFJ%)$eqEI'"$5ishRNIFV/UXbn!&`i]313R&m.O88J+[eM.g?<5<F$_nsJ/Hb*AKqYgTMTP#YUEWj%Xd=QrdeaXaG4<`hA\YgTMTE_p0jYH[b'nq7U\LlB.J-%seOA`G.SW>T+C!J5\$f_>U]<>iRU+3P*PS.%ao&;1qBpKmED$.=o/n2XLeN10'0V&3i^^CJB:0/6Zs>](?`"!n!dT"Df1H$^+5R0sI769/I@l'QFoKRjFU1SJna.(Rskd-FTaC3#M2H=N(kd@-aNp;K1-(:=Q>3cQ#(7(<h)]SUrD+B]$BKOs$i(Rr?S4bcVf_.#tO0V>Q.ZoOnObkX5Z9hC_7$(*Yo>+d7NCqU*+2$72<eO;Mkp"k>8%6]eG'&T+oY0lJbhPIUH[lPb\h1)q[?*:f>jl7^`a["SH+#'.qJ&'iOrts#JCjFB/OUO.?E*=C+:6\Fl^JTnt1*Pm-'65XlOE$Ei\RIPtW*UUml3/rO?6C<=$hKp00rl+fa(MD3[U>W3UEJ;[qhd[DJ-LWX5]_)Vcj7)\/N[/:oMm0k/HAuL1jf\X"P`]/[MutN+2-_AeMDAPZTchmNW.A3j/`3U)T4'd;*Fr&5$q9n4ufH+EW^Qgg88\Um[C)_>-$5U".=GBl5$H35J03(\uX#7U#&1AN-.k!qhAD#@\X37WV4afBG/BH?;;9r=L&#C"C)f.V]6+)5S.lWo74`mMI[B>fMXN@!Y,JC35?m!!)^N40)/OdNdTQD-`iH7K:`I[IP\=!+CG3T"9fcQ'6&K#`W7^e=DhunaY63b6&pK>Es2@iP4,sBl%k-C%Xb`rOhh4Ia?dXsP^UW0+6MTnJ<XSmONWpSkAQ2bkC-so\K@70\K;d;@Q:`)1#S#0`XC`@_nM#1$8$uaHl?e*$-*Es/gEa+hD/V45id:-7M?48RV9u]U(M.7AOdEtX%9[f5RX3=q&Y>f=Rq+W!d5V)'H-<P6s*uS4u%I#agNfWT-3'7;%DlcFR#S?e3t-B#k#=caV#0Ho&6+cG;&oibBP@)'p,W"NWA/i')[1g%)8D:1N>X7#'0q\@flgGY<\j_3O^n40nHA\[l.Z)@_s!s4S?W)-)iPQcbm\hO<K@qL,d\A#Zj+INJ>B%Q@ufGloX<<UG;'h>f&X(S1p=h*pZ*R9#CVK5s'tW60gtiRQ"a0+(^kq-RhD/M6#oVZS'jkin2t.c$[@=T?cN]SQt_Eo$M4lE9qFHZ?L:KH5!ckD'60oE-c@'E6GC'7D[S]2\Pr<>rN*3d(<DIVkXA(1V*,9'pC@<&X=l0X$no7>1LqagdZ/83U;/U9AOYDd,oX"a)MQY]cKb&CQP+QOefJkfj9^bMe`=%A>nqdfJ>?XPHPiBb4l!KBG-<6d!ddU>:@R)$O'M8L2t0M:1p!,=TXR@`/boX!bZ<T#]'c%G<>Lu,TF4&$_N0a*=-[Ii0t4*@2qJ^K3oIPdD7KY,LQ^*XpHeT$-5RLCoJ:[RK,XB!&g8G,#&%RHn<nE38$H]4CNdp(dHi)iV^=XV^<T(ILmbYH$&4F9q:WiWq/E"=*(gi=3[VSl^&nap(sDRU#-0FO86,i-;I[<H,A.JIDXRb9@iiZ(']?(&<EqF&kTF]?+9h$n.9d;F4FSrri55nQY!KOgNhWQ;]YSuG3Q3roab?a<or#lc.VirLuU&/^X6m[6DSlb3E^i7Y`nI'aE%pe<mT\_,1!:_W``Vn0)N9\_LF?)W"e#'(j@h'oLmq<(Q2!h264RFrpd5]EE+TZc+J5Qf>DK6E^ouVQE,r68q%d/VTg2do,f$s;'>(N5jXB&Z-JD's.t3C?Z-jjn6]/nSV[4>XD-k+NCWVKe?E:IPe#h/=a3S)L:r4o?Tb$=?\n^=_=%?Q%O/p8KKEas`6UaYCAPd/^[,]\Qi~> endstream endobj 10 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 598 842 ] /Resources 3 0 R /Contents 9 0 R /Annots 11 0 R >> endobj 11 0 obj [ 12 0 R 13 0 R 15 0 R 16 0 R 18 0 R 20 0 R 21 0 R 22 0 R 23 0 R 24 0 R 26 0 R 28 0 R 30 0 R ] endobj 12 0 obj << /Type /Annot /Subtype /Link /Rect [ 101.256 693.431 129.586 683.431 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A << /URI (http://refdb.sourceforge.net) /S /URI >> /H /I >> endobj 13 0 obj << /Type /Annot /Subtype /Link /Rect [ 153.234 611.973 164.894 601.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 15 0 obj << /Type /Annot /Subtype /Link /Rect [ 200.89 567.973 220.88 557.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 16 0 obj << /Type /Annot /Subtype /Link /Rect [ 152.882 523.973 164.542 513.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 17 0 R /H /I >> endobj 18 0 obj << /Type /Annot /Subtype /Link /Rect [ 278.458 523.973 290.118 513.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 19 0 R /H /I >> endobj 20 0 obj << /Type /Annot /Subtype /Link /Rect [ 90.0 479.973 175.67 469.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 21 0 obj << /Type /Annot /Subtype /Link /Rect [ 249.38 479.973 261.04 469.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 22 0 obj << /Type /Annot /Subtype /Link /Rect [ 221.93 435.973 241.92 425.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 23 0 obj << /Type /Annot /Subtype /Link /Rect [ 250.78 391.973 270.77 381.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 14 0 R /H /I >> endobj 24 0 obj << /Type /Annot /Subtype /Link /Rect [ 229.272 347.973 240.932 337.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 25 0 R /H /I >> endobj 26 0 obj << /Type /Annot /Subtype /Link /Rect [ 229.832 303.973 241.492 293.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 27 0 R /H /I >> endobj 28 0 obj << /Type /Annot /Subtype /Link /Rect [ 177.74 259.973 189.4 249.973 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A 29 0 R /H /I >> endobj 30 0 obj << /Type /Annot /Subtype /Link /Rect [ 80.0 163.515 414.02 153.515 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A << /URI (http://sourceforge.net/mailarchive/forum.php?thread_id=4144839&forum_id=1798) /S /URI >> /H /I >> endobj 31 0 obj << /Length 741 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Gat$u9on!^&A@ZcE[s]=fM:EOHNUir7:D+?XBMUf+V6;/F_m;',5UVpY^l,V7]JG0H$M3lo.ln/e?_Ab(4lNid;'7rgE*Y.rBjW4@(q6noKk(NXIjnG%'1$N#RDT,f]k-Bhl93WM2?Z^_\PL9?A[/7QYk;!B2UDsRt6W;g8a/&rCKDHGZ-80.um%jo:h>Ke?@f8eQ1JGom](@=MLqN<r57er`m*U;$_R,2sm#aQX"QM:%N;O_NUf5WZ4G)/)Rtt,NuNK:0i/TYE,qa7MlBo>f$>W:$O%H"Y+<(32a<Ea4e/3B4p5/[S);fN>M=d(l"Rk@H7I8235"%WY2Kd01lt^V>RHd@kB4uA]fZWP,^Oe]2gp%!Q^MSXSVYLRFZd.2/#G18Q!XDjS/!cU#rn0\+L-G7#)3WLVS&WEh=kJ;O(T]p&&;Smi$t-7L:f-)+U/g+_9E+_Tqo=/YK(lmf3%"f?>P0n5r5$b[a^q);udtKP$4CbVCUW1uTHL^I]*@ARCZ#T($3e_P_U5\Y>T%II?9QF2j1uV;4s>n&f\N@,%[91]n+r^9u.+CK"[1b)G)sI\2/Ql#%Zb<J?#oh=6+e4k`aJN((iXcV0WCZmdm+<2LT4WQNdKIo$+PeFO&MJLQEPbA,;T7cEt"cr"3Xk*fN\ldb4=K;!ltF>IYhGZnnd40$-&hWEPc^^-[.&Rs*l,ne,um6di6M=(n+mfgL^B+977k%861fH`RK]mkT>LG8~> endstream endobj 32 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 598 842 ] /Resources 3 0 R /Contents 31 0 R /Annots 33 0 R >> endobj 33 0 obj [ 34 0 R ] endobj 34 0 obj << /Type /Annot /Subtype /Link /Rect [ 80.0 655.889 245.57 645.889 ] /C [ 0 0 0 ] /Border [ 0 0 0 ] /A << /URI (http://docbook.org/tdg/en/html/appa.html) /S /URI >> /H /I >> endobj 35 0 obj << /Type /Font /Subtype /Type1 /Name /F1 /BaseFont /Helvetica /Encoding /WinAnsiEncoding >> endobj 36 0 obj << /Type /Font /Subtype /Type1 /Name /F8 /BaseFont /Times-BoldItalic /Encoding /WinAnsiEncoding >> endobj 37 0 obj << /Type /Font /Subtype /Type1 /Name /F7 /BaseFont /Times-Bold /Encoding /WinAnsiEncoding >> endobj 38 0 obj << /Type /Font /Subtype /Type1 /Name /F6 /BaseFont /Times-Italic /Encoding /WinAnsiEncoding >> endobj 39 0 obj << /Type /Font /Subtype /Type1 /Name /F5 /BaseFont /Times-Roman /Encoding /WinAnsiEncoding >> endobj 1 0 obj << /Type /Pages /Count 4 /Kids [6 0 R 8 0 R 10 0 R 32 0 R ] >> endobj 2 0 obj << /Type /Catalog /Pages 1 0 R >> endobj 3 0 obj << /Font << /F1 35 0 R /F8 36 0 R /F7 37 0 R /F6 38 0 R /F5 39 0 R >> /ProcSet [ /PDF /ImageC /Text ] >> endobj 14 0 obj << /S /GoTo /D [10 0 R /XYZ 75.0 180.515 null] >> endobj 17 0 obj << /S /GoTo /D [32 0 R /XYZ 75.0 717.889 null] >> endobj 19 0 obj << /S /GoTo /D [32 0 R /XYZ 75.0 702.889 null] >> endobj 25 0 obj << /S /GoTo /D [32 0 R /XYZ 75.0 687.889 null] >> endobj 27 0 obj << /S /GoTo /D [32 0 R /XYZ 75.0 672.889 null] >> endobj 29 0 obj << /S /GoTo /D [32 0 R /XYZ 75.0 646.889 null] >> endobj xref 0 40 0000000000 65535 f 0000007279 00000 n 0000007357 00000 n 0000007407 00000 n 0000000015 00000 n 0000000071 00000 n 0000000358 00000 n 0000000464 00000 n 0000000645 00000 n 0000000751 00000 n 0000003398 00000 n 0000003520 00000 n 0000003631 00000 n 0000003813 00000 n 0000007530 00000 n 0000003952 00000 n 0000004089 00000 n 0000007596 00000 n 0000004228 00000 n 0000007662 00000 n 0000004367 00000 n 0000004502 00000 n 0000004639 00000 n 0000004776 00000 n 0000004913 00000 n 0000007728 00000 n 0000005052 00000 n 0000007794 00000 n 0000005191 00000 n 0000007860 00000 n 0000005327 00000 n 0000005553 00000 n 0000006386 00000 n 0000006509 00000 n 0000006536 00000 n 0000006726 00000 n 0000006834 00000 n 0000006949 00000 n 0000007058 00000 n 0000007169 00000 n trailer << /Size 40 /Root 2 0 R /Info 4 0 R >> startxref 7926 %%EOF |
From: Markus H. <mho...@us...> - 2004-12-13 21:19:52
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29116 Log Message: initial import Status: Vendor Tag: vendor Release Tags: start N homepage/Makefile N homepage/doc.html N homepage/download.html N homepage/examples.html N homepage/features.html N homepage/index.html N homepage/refdbn.css N homepage/refdbprint.css N homepage/status.html N homepage/sysreq.html No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources |
From: Markus H. <mho...@us...> - 2004-12-13 21:14:08
|
Update of /cvsroot/refdb/refdb/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28026 Modified Files: Tag: Release_0_9_5_stable refdb-manual-configopts.sgml Log Message: fixed attributes Index: refdb-manual-configopts.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-configopts.sgml,v retrieving revision 1.4.2.3 retrieving revision 1.4.2.4 diff -u -U2 -r1.4.2.3 -r1.4.2.4 --- refdb-manual-configopts.sgml 13 Dec 2004 20:24:08 -0000 1.4.2.3 +++ refdb-manual-configopts.sgml 13 Dec 2004 21:13:58 -0000 1.4.2.4 @@ -66,5 +66,5 @@ <para>Specify the full path to the root directory of the TEI XSL stylesheets.</para> <note> - <para>The <ulink url="http://www.tei-c.org/Stylesheets/teixsl.html">TEI Consortium</ulink> ships two archives <filename moreinfo="none">P4/teixsl-fo.zip</filename> and <filename moreinfo="none">P4/teixsl-html.zip</filename>. The corresponding archives for the upcoming TEI P5 release are <filename moreinfo="none">P5/teixsl-fo.zip</filename> and <filename moreinfo="none">P5/teixsl-html.zip</filename>. &appname; expects the contents of these archives in two subdirectories <filename moreinfo="directory">P4</filename> and <filename moreinfo="directory">P5</filename> of the TEI XSL stylesheet root directory. If you e.g. use the TEI XSL stylesheet root directory <filename class="directory" moreinfo="none">/usr/local/share/xsl/tei</filename>, unpack <filename moreinfo="none">P4/teixsl-fo.zip</filename> in <filename class="directory" moreinfo="none">/usr/local/share/xsl/tei/P4</filename>, and the expected subdirectories <filename class="directory">fo</filename>, <filename class="directory">html</filename>, and <filename class="directory">common</filename> will be created therein.</para> + <para>The <ulink url="http://www.tei-c.org/Stylesheets/teixsl.html">TEI Consortium</ulink> ships two archives <filename moreinfo="none">P4/teixsl-fo.zip</filename> and <filename moreinfo="none">P4/teixsl-html.zip</filename>. The corresponding archives for the upcoming TEI P5 release are <filename moreinfo="none">P5/teixsl-fo.zip</filename> and <filename moreinfo="none">P5/teixsl-html.zip</filename>. &appname; expects the contents of these archives in two subdirectories <filename class="directory">P4</filename> and <filename class="directory">P5</filename> of the TEI XSL stylesheet root directory. If you e.g. use the TEI XSL stylesheet root directory <filename class="directory" moreinfo="none">/usr/local/share/xsl/tei</filename>, unpack <filename class="directory">P4/teixsl-fo.zip</filename> in <filename class="directory" moreinfo="none">/usr/local/share/xsl/tei/P4</filename>, and the expected subdirectories <filename class="directory">fo</filename>, <filename class="directory">html</filename>, and <filename class="directory">common</filename> will be created therein.</para> </note> </listitem> |
From: Markus H. <mho...@us...> - 2004-12-13 20:24:20
|
Update of /cvsroot/refdb/refdb/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15783/doc Modified Files: Tag: Release_0_9_5_stable refdb-manual-chapter11.sgml refdb-manual-chapter14.sgml refdb-manual-chapter3.sgml refdb-manual-chapter5.sgml refdb-manual-chapter6.sgml refdb-manual-chapter8.sgml refdb-manual-configopts.sgml refdb-manual.sgml Log Message: updated for 0.9.5 Index: refdb-manual-chapter11.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-chapter11.sgml,v retrieving revision 1.14 retrieving revision 1.14.2.1 diff -u -U2 -r1.14 -r1.14.2.1 --- refdb-manual-chapter11.sgml 17 Feb 2004 22:14:40 -0000 1.14 +++ refdb-manual-chapter11.sgml 13 Dec 2004 20:24:07 -0000 1.14.2.1 @@ -754,5 +754,5 @@ </listitem> <listitem> - <para>Both references and datasets require a unique alphanumeric key. With a few limitations this is an arbitrary string consisting of letters (at least one) and optional digits. If you do not specify a citation key, &appname; will create one automatically. In the case of references, the publication year is appended to the last name of the first author. If this string is not unique, a sequential suffix starting at "a" through "z", then "aa" and so forth, is tested until a unique string is found. The same algorithm is used for extended note keys, but instead of an author name the user name serves as the base.</para> + <para>Both references and extended notes require a unique alphanumeric key. With a few limitations this is an arbitrary string consisting of letters (at least one) and optional digits. If you do not specify a citation key, &appname; will create one automatically. In the case of references, the publication year is appended to the last name of the first author. If this string is not unique, a sequential suffix starting at "a" through "z", then "aa" and so forth, is tested until a unique string is found. The same algorithm is used for extended note keys, but instead of an author name the user name serves as the base.</para> </listitem> <listitem> Index: refdb-manual-chapter14.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-chapter14.sgml,v retrieving revision 1.9.2.2 retrieving revision 1.9.2.3 diff -u -U2 -r1.9.2.2 -r1.9.2.3 --- refdb-manual-chapter14.sgml 25 Nov 2004 21:28:41 -0000 1.9.2.2 +++ refdb-manual-chapter14.sgml 13 Dec 2004 20:24:07 -0000 1.9.2.3 @@ -61,6 +61,7 @@ <arg choice="opt" rep="norepeat">-G <replaceable>css-file</replaceable></arg> <arg>-h</arg> - <arg rep="repeat">-i <replaceable>includevar</replaceable></arg> + <arg rep="repeat">-i <replaceable>server-ip</replaceable></arg> <arg choice="opt" rep="norepeat">-I</arg> + <arg rep="repeat">-m <replaceable>includevar</replaceable></arg> <arg choice="opt" rep="norepeat">-N <replaceable>number</replaceable></arg> <arg>-S <replaceable>style</replaceable></arg> @@ -97,7 +98,7 @@ </varlistentry> <varlistentry> - <term>-i <replaceable>includevar</replaceable></term> + <term>-i <replaceable>server-ip</replaceable></term> <listitem> - <para>Specify variable names to include marked sections in the source document.</para> + <para>Set the server IP address or hostname.</para> </listitem> </varlistentry> @@ -109,4 +110,10 @@ </varlistentry> <varlistentry> + <term>-m <replaceable>includevar</replaceable></term> + <listitem> + <para>Specify variable names to include marked sections in the source document.</para> + </listitem> + </varlistentry> + <varlistentry> <term>-N <replaceable>number</replaceable></term> <listitem> Index: refdb-manual-chapter3.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-chapter3.sgml,v retrieving revision 1.12.2.1 retrieving revision 1.12.2.2 diff -u -U2 -r1.12.2.1 -r1.12.2.2 --- refdb-manual-chapter3.sgml 14 Nov 2004 16:04:49 -0000 1.12.2.1 +++ refdb-manual-chapter3.sgml 13 Dec 2004 20:24:07 -0000 1.12.2.2 @@ -44,5 +44,5 @@ <para>Cygwin currently does not support named pipes/FIFOs. &appname;d uses these to implement a child->parent messaging after the application server has forked. On Cygwin, this messaging is emulated with a temporary file. This is a bit slower (and a lot kludgier and error-prone) than a named pipe and almost certainly is a security hole.</para> <note> - <para>As of this writing, support for named pipes appears to be implemented as an experimental feature in Cygwin. </para> + <para>As of this writing, support for named pipes appears to be implemented as an experimental feature in Cygwin. It does not work as expected yet, so as of this writing &appname; still emulates named pipes on Cygwin.</para> </note> </listitem> @@ -51,4 +51,7 @@ </listitem> <listitem> + <para>The Cygwin port of SQLite has a problem working with absolute paths. The safest way is to start &appname;d from the root directory (the start script &appname;ctl does this by default) and use a relative path to the database directory (i.e. leave away the leading slash).</para> + </listitem> + <listitem> <para>As the Cygwin library has to translate all calls to Unix system functions to native Windows function calls, there is a small performance penalty in comparison to native Windows or Linux/Unix applications. My general impression however is that this does not affect the overall performance as most time seems to be spent inside the database server. You may gain some milliseconds by running the application server on a Linux/Unix box, though.</para> </listitem> Index: refdb-manual-chapter5.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-chapter5.sgml,v retrieving revision 1.24.2.3 retrieving revision 1.24.2.4 diff -u -U2 -r1.24.2.3 -r1.24.2.4 --- refdb-manual-chapter5.sgml 27 Nov 2004 23:11:16 -0000 1.24.2.3 +++ refdb-manual-chapter5.sgml 13 Dec 2004 20:24:07 -0000 1.24.2.4 @@ -437,7 +437,9 @@ <para>Check out the latest &appname; sources with this command:</para> <screen format="linespecific"><prompt moreinfo="none">$~/build </prompt><userinput moreinfo="none">cvs -d :pserver:ano...@cv...:/cvsroot/refdb -z3 checkout refdb</userinput></screen> - <para>Other interesting modules are <filename>perlmod</filename> (the Perl modules and the Perl client library) and <filename>elisp</filename> (the Emacs support files).</para> + <para>This will retrieve the HEAD code which is pretty much experimental and unlikely to work at the moment. The more usable stable branch, which receives most of the current development work, can be retrieved with this command:</para> + <screen format="linespecific"><prompt moreinfo="none">$~/build </prompt><userinput moreinfo="none">cvs -d :pserver:ano...@cv...:/cvsroot/refdb -z3 checkout -r Release_0_9_5_stable refdb</userinput></screen> + <para>Other interesting modules to check out are <filename>perlmod</filename> (the Perl modules and the Perl client library), <filename moreinfo="none">makestyle</filename> (the Perl script to write bibliography styles from scratch), and <filename>elisp</filename> (the Emacs support files).</para> <para>If you are interested in a particular release or branch, use a command along the lines of this example instead:</para> - <screen format="linespecific"><prompt moreinfo="none">$~/build </prompt><userinput moreinfo="none">cvs -d :pserver:ano...@cv...:/cvsroot/refdb -z3 checkout -r Release_0_9_1 refdb</userinput></screen> + <screen format="linespecific"><prompt moreinfo="none">$~/build </prompt><userinput moreinfo="none">cvs -d :pserver:ano...@cv...:/cvsroot/refdb -z3 checkout -r Release_0_9_4 refdb</userinput></screen> </step> <step performance="required"> @@ -488,5 +490,5 @@ <procedure> <step performance="required"> - <para>Review the parameters in the script <filename moreinfo="none">&appname;</filename> in the <filename class="directory" moreinfo="none">scripts</filename> directory of the source distribution (this file is not automatically installed). Set the value of the script variable <varname>BSDSTYLE</varname> to "YES" (the sole purpose of this variable is to make the boot message blend in seamlessly). If necessary, change the paths and names to your needs and adapt the following steps.</para> + <para>Review the parameters in the script <filename moreinfo="none">&appname;</filename> in the <filename class="directory" moreinfo="none">scripts</filename> directory of the source distribution (this file is not automatically installed). Set the value of the script variable <varname>BSDSTYLE</varname> to "YES" (the sole purpose of this variable is to make the boot message blend in seamlessly, if you happen to care for aesthetics). If necessary, change the paths and names to your needs and adapt the following steps.</para> </step> <step performance="required"> @@ -523,6 +525,5 @@ <para>The BSD version of <command moreinfo="none">make</command> cannot handle the autotools-generated Makefiles correctly. Use gmake instead, and set CFLAGS=-I/usr/local/include during the configuration step. The full configure command, using the default installation paths for the accessory files and programs, looks like this:</para> <screen format="linespecific"><prompt moreinfo="none">#~ </prompt><userinput moreinfo="none">CFLAGS=-I/usr/local/include ./configure --with-expat-lib=/usr/local/lib \ ---with-docbook-xsl=/usr/local/share/xsl/docbook --with-classpath-root=/usr/local/share/java/classes \ ---with-refdb-url=http://localhost/refdb</userinput></screen> +--with-classpath-root=/usr/local/share/java/classes --with-refdb-url=http://localhost/refdb</userinput></screen> <para>The shared data end up in <filename class="directory" moreinfo="none">/usr/local/share/refdb</filename>, the configuration files will be in <filename class="directory" moreinfo="none">/usr/local/etc/&appname;</filename>.</para> </sect3> @@ -554,10 +555,10 @@ <itemizedlist> <listitem> - <para><ulink url="http://www.cygwin.com">Cygwin toolkit</ulink>, DLL version 1.5.0 or later (the current "stable" version 1.3.22 does not work with the Cygwin port of PostgreSQL). The Cygwin distribution uses individual packages for the various parts. In addition to what is installed automatically (the base distribution), please make sure to select the following packages: libxml2, libxslt, expat, Perl, and a full TeX installation if you wish to create Postscript or PDF files.</para> + <para><ulink url="http://www.cygwin.com">Cygwin toolkit</ulink>, DLL version 1.5.0 or later (the current version as of this writing, 1.5.12, has serious problems with PostgreSQL, though). The Cygwin distribution uses individual packages for the various parts. In addition to what is installed automatically (the base distribution), please make sure to select the following packages: libxml2, libxslt, expat, Perl, and a full TeX installation if you wish to create Postscript or PDF files.</para> </listitem> <listitem> <para>A SQL database engine. Currently you can choose between <ulink url="http://www.mysql.com">MySQL</ulink> (version 3.23 or later) and <ulink url="http://www.postgresql.org">PostgreSQL</ulink> (version 7.1 or later). The database server does not have to physically run on the box(es) where you plan to install &appname;, it is sufficient if it is accessible through the network.</para> - <para>Cygwin offers a prepackaged version of PostgreSQL (7.3.3 as of this writing) which is probably the most convenient way to run a database server on your Cygwin box. Please follow the instructions in the readme shipped with the package to install and initialize the database server. It is crucial that you install and run the separately available cygipc package, available only <ulink url="http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/index.hml">here</ulink>.</para> - <para>Other database engines are not supported yet on the Windows platform.</para> + <para>Cygwin offers a prepackaged version of PostgreSQL (7.3.3 as of this writing) which used to be the most convenient way to run a database server on your Cygwin box, but as stated above it may be broke when you try. Please follow the instructions in the readme shipped with the package to install and initialize the database server. It is crucial that you install and run the separately available cygipc package, available only <ulink url="http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/index.hml">here</ulink>.</para> + <para>SQLite is not available as a package, but current versions build straight out of the tarball and run with one minor annoyance (absolute paths to database files don't work). MySQL is currently not officially supported on this platform, but you may still get it to work.</para> </listitem> <listitem> @@ -574,5 +575,5 @@ <itemizedlist> <listitem> - <para>The <ulink url="http://sourceforge.net/projects/libdbi">libdbi library</ulink> and headers, along with the <ulink url="http://sourceforge.net/projects/libdbi-drivers">libdbi-drivers</ulink> package. Please follow the Cygwin-specific instructions that accompany both packages to build and install the software. Currently only MySQL and PostgreSQL are supported on Cygwin. The mSQL driver might work too, but is untested. Prebuilt binaries for both libdbi and libdbi-drivers are available <ulink url="http://libdbi.sourceforge.net/downloads/">here</ulink>.</para> + <para>The <ulink url="http://sourceforge.net/projects/libdbi">libdbi library</ulink> and headers, along with the <ulink url="http://sourceforge.net/projects/libdbi-drivers">libdbi-drivers</ulink> package. Please follow the Cygwin-specific instructions that accompany both packages to build and install the software. Prebuilt binaries for both libdbi and libdbi-drivers are available <ulink url="http://libdbi.sourceforge.net/downloads/">here</ulink>.</para> </listitem> <listitem> @@ -605,5 +606,7 @@ &configopts; <para>Finally, run <command>./configure</command> with any options that you need. If you build in a separate directory, use the relative path to <filename>configure</filename> in the source directory. A complete set of options might look like this if you use PostgreSQL:</para> - <screen format="linespecific"><prompt moreinfo="none">$~ </prompt><userinput moreinfo="none">./configure --with-refdb-url=http://yourbox.com/refdb --with-db-server=pgsql --with-var-dir=/var/run --with-log-dir=/var/log --with-libdbi-dir=/uar/local/lib --with-docbook-xsl=/usr/local/share/sgml/stylesheets/docbook --with-tei-xsl=/usr/local/share/xsl/tei</userinput></screen> + <screen format="linespecific"><prompt moreinfo="none">$~ </prompt><userinput moreinfo="none">./configure --with-refdb-url=http://yourbox.com/refdb --with-db-server=pgsql --with-var-dir=/var/run \ +--with-log-dir=/var/log --with-libdbi-dir=/uar/local/lib --with-docbook-xsl=/usr/local/share/sgml/stylesheets/docbook \ +--with-tei-xsl=/usr/local/share/xsl/tei</userinput></screen> </step> <step performance="required"> @@ -774,5 +777,5 @@ <term>Initialized libdbi, but no drivers were found!</term> <listitem> - <para>The libdbi library was not able to locate or properly load at least one database driver. Please check the libdbi installation and make sure you've installed at least one database driver. Remember that on most systems the libdbi-drivers package is distributed separately from the libdbi package which contains only the framework, but no drivers.</para> + <para>The libdbi library was not able to locate or properly load at least one database driver. Please check the libdbi installation and make sure you've installed at least one database driver. Remember that on most systems the libdbi-drivers package is distributed separately from the libdbi package which contains only the framework, but no drivers. This error also occurs if you install driver versions which are too old for the libdbi framework.</para> </listitem> </varlistentry> Index: refdb-manual-chapter6.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-chapter6.sgml,v retrieving revision 1.17.2.2 retrieving revision 1.17.2.3 diff -u -U2 -r1.17.2.2 -r1.17.2.3 --- refdb-manual-chapter6.sgml 27 Nov 2004 23:11:17 -0000 1.17.2.2 +++ refdb-manual-chapter6.sgml 13 Dec 2004 20:24:08 -0000 1.17.2.3 @@ -127,4 +127,7 @@ </note> <para>For embedded database engines, this option sets the directory which contains the database files. The default is <filename class="directory" moreinfo="none">/usr/local/share/&appname;/db</filename>.</para> + <note id="note-sqlite-abspath"> + <para>SQLite on Cygwin has a bug which prevents the use of absolute paths. Use a relative path instead by leaving out the leading slash. This assumes that &appname;d is started from the root directory. The start script &appname;ctl does this automatically.</para> + </note> </listitem> </varlistentry> @@ -274,5 +277,5 @@ <entry>dbpath</entry> <entry>/usr/local/share/refdb/db</entry> - <entry>The directory that contains the database files of an embedded database engine.</entry> + <entry>The directory that contains the database files of an embedded database engine. Leave out the leading slash if you use SQLite on Cygwin (see note <link linkend="note-sqlite-abspath">above</link>).</entry> </row> <row> @@ -327,4 +330,9 @@ </row> <row> + <entry>in_encoding</entry> + <entry>ISO-8859-1</entry> + <entry>Specify the default character encoding for RIS data being added to databases.</entry> + </row> + <row> <entry>dbi_driverdir</entry> <entry>(none)</entry> Index: refdb-manual-chapter8.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-chapter8.sgml,v retrieving revision 1.13.2.2 retrieving revision 1.13.2.3 diff -u -U2 -r1.13.2.2 -r1.13.2.3 --- refdb-manual-chapter8.sgml 25 Nov 2004 21:28:42 -0000 1.13.2.2 +++ refdb-manual-chapter8.sgml 13 Dec 2004 20:24:08 -0000 1.13.2.3 @@ -436,8 +436,8 @@ <sect1 id="sect1-backup-data"> <title>Backup your data</title> - <para>If your database crashes for whatever reasons, the first question you'll hear is: "You got a backup, don't you?". At this point in your life you shouldn't even think about <emphasis>not</emphasis> having a backup.</para> + <para>If your database crashes for whatever reasons, the first question you'll hear is: "You've got a backup, don't you?". At this point in your life you shouldn't even think about <emphasis>not</emphasis> having a backup.</para> <para>There's basically two ways to create a backup of your reference data: Use a risx dump or use a SQL dump. The risx dump is slower but it would allow you to transfer the data to a &appname; installation using a different database server. The SQL dump is faster but you're tied to the database server you're using. If you use SQLite as your database backend, you may simply grab copies of the database files. Each database is stored in one file. This file holds all required information and is platform-independent, so it is suitable for backup purposes.</para> <warning> - <para>Backups are useful only if you create them regularly. You should work out a schedule based on how often the contents of the database change. Think about setting up a <command moreinfo="none">cron</command> job for a nightly or weekly snapshot.</para> + <para>Backups are useful only if you create them regularly. You should work out a schedule based on how often the contents of the database change. Think about setting up a <command moreinfo="none">cron</command> job for nightly or weekly snapshots.</para> </warning> <sect2> Index: refdb-manual-configopts.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-configopts.sgml,v retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -u -U2 -r1.4.2.2 -r1.4.2.3 --- refdb-manual-configopts.sgml 25 Nov 2004 21:28:42 -0000 1.4.2.2 +++ refdb-manual-configopts.sgml 13 Dec 2004 20:24:08 -0000 1.4.2.3 @@ -66,5 +66,5 @@ <para>Specify the full path to the root directory of the TEI XSL stylesheets.</para> <note> - <para>The <ulink url="http://www.tei-c.org/Stylesheets/teixsl.html">TEI Consortium</ulink> ships two archives <filename moreinfo="none">P4/teixsl-fo.zip</filename> and <filename moreinfo="none">P4/teixsl-html.zip</filename>. The corresponding archives for the upcoming TEI P5 release are <filename moreinfo="none">P5/teixsl-fo.zip</filename> and <filename moreinfo="none">P5/teixsl-html.zip</filename>. &appname; expects the contents of these archives in two subdirectories of the TEI XSL stylesheet root directory. If you e.g. unpack the archives in the TEI XSL stylesheet root directory <filename class="directory" moreinfo="none">/usr/local/share/xsl/tei/P4</filename>, the expected subdirectories <filename class="directory">fo</filename>, <filename class="directory">html</filename>, and <filename class="directory">common</filename> will be created.</para> + <para>The <ulink url="http://www.tei-c.org/Stylesheets/teixsl.html">TEI Consortium</ulink> ships two archives <filename moreinfo="none">P4/teixsl-fo.zip</filename> and <filename moreinfo="none">P4/teixsl-html.zip</filename>. The corresponding archives for the upcoming TEI P5 release are <filename moreinfo="none">P5/teixsl-fo.zip</filename> and <filename moreinfo="none">P5/teixsl-html.zip</filename>. &appname; expects the contents of these archives in two subdirectories <filename moreinfo="directory">P4</filename> and <filename moreinfo="directory">P5</filename> of the TEI XSL stylesheet root directory. If you e.g. use the TEI XSL stylesheet root directory <filename class="directory" moreinfo="none">/usr/local/share/xsl/tei</filename>, unpack <filename moreinfo="none">P4/teixsl-fo.zip</filename> in <filename class="directory" moreinfo="none">/usr/local/share/xsl/tei/P4</filename>, and the expected subdirectories <filename class="directory">fo</filename>, <filename class="directory">html</filename>, and <filename class="directory">common</filename> will be created therein.</para> </note> </listitem> Index: refdb-manual.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual.sgml,v retrieving revision 1.16.2.1 retrieving revision 1.16.2.2 diff -u -U2 -r1.16.2.1 -r1.16.2.2 --- refdb-manual.sgml 14 Nov 2004 16:04:51 -0000 1.16.2.1 +++ refdb-manual.sgml 13 Dec 2004 20:24:08 -0000 1.16.2.2 @@ -42,5 +42,5 @@ <revision> <revnumber>1.19</revnumber> - <date>2004-11-14</date> + <date>2004-12-12</date> </revision> <revision> @@ -125,6 +125,6 @@ <title>Preface</title> <sect1> - <title>What is &appname; good for?</title> - <para><application>&appname;</application> is a free and portable reference database and bibliography application that serves a similar purpose for SGML, XML, and LaTeX documents like <ulink url="http://www.refman.com">Reference Manager</ulink> or <ulink url="http://www.endnote.com">EndNote</ulink> do for word processor documents. The bibliography part is something like bibtex for markup languages. &appname; consists of an application server which interacts with a relational database on the server side and a variety of clients on the workstation side. These clients perform the common tasks of a reference database, like adding and searching entries, as well as generating bibliographies.</para> + <title>&appname; in a nutshell</title> + <para><application>&appname;</application> is a free and portable reference and notes database as well as a bibliography application that serves a similar purpose for SGML, XML, and LaTeX documents like <ulink url="http://www.refman.com">Reference Manager</ulink> or <ulink url="http://www.endnote.com">EndNote</ulink> do for word processor documents. The bibliography part is something like bibtex for markup languages. &appname; consists of an application server which interacts with a relational database on the server side and a variety of clients on the workstation side. These clients perform the common tasks of a reference database, like adding and searching entries, as well as generating bibliographies.</para> </sect1> <sect1> |
From: Markus H. <mho...@us...> - 2004-12-13 20:24:17
|
Update of /cvsroot/refdb/refdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15783 Modified Files: Tag: Release_0_9_5_stable AUTHORS NEWS README UPGRADING Log Message: updated for 0.9.5 Index: AUTHORS =================================================================== RCS file: /cvsroot/refdb/refdb/AUTHORS,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -u -U2 -r1.4.2.1 -r1.4.2.2 --- AUTHORS 14 Nov 2004 15:43:55 -0000 1.4.2.1 +++ AUTHORS 13 Dec 2004 20:24:06 -0000 1.4.2.2 @@ -17,17 +17,25 @@ David Nebauer <davidnebauer at swtch.com.au> +The refdbxml config file was also his brainchild. Plus, he kept on +bugging until the bibliography output was more or less correct. + _____________________________________ Contributors (in alphabetical order): Alan Anderson <alan at rushmore.com>: citations.xsl DocBook code -Marc Herbert <marc.herbert at free.fr>: testing and bugfixing, risx indentation -Marco Kuhlmann <mk at debian.org>: Build system fixes, first shot at Debianization + +Marc Herbert <marc.herbert at free.fr>: testing and bugfixing, risx + indentation + +Marco Kuhlmann <mk at debian.org>: Build system fixes, first shot at + Debianization __________________ Honorable mentions -Bruce D'Arcus <bdarcus at fastmail.fm>: ssh access to an OSX box, constant thoughtful input, MODS and RelaxNG evangelist +Bruce D'Arcus <bdarcus at fastmail.fm>: ssh access to an OSX box, + constant thoughtful input, MODS and RelaxNG evangelist -(c) Markus Hoenicka 2003 +(c) Markus Hoenicka 2003-2004 Index: NEWS =================================================================== RCS file: /cvsroot/refdb/refdb/NEWS,v retrieving revision 1.19 retrieving revision 1.19.2.1 diff -u -U2 -r1.19 -r1.19.2.1 --- NEWS 17 Feb 2004 22:20:23 -0000 1.19 +++ NEWS 13 Dec 2004 20:24:06 -0000 1.19.2.1 @@ -5,4 +5,89 @@ ______________________________ +Version 0.9.5 (December 2004) + +Bugfixes: + +- a boatload of bibliography formatting bugs was fixed + +- sync'ed defaults in citestylex.dtd and refdbd to avoid segfaults + +- fixed a bug in the inline citation string spec which caused possible + duplicate IDs + +- refdb.css is now usable also for xhtml output + +- refdbnd-generated Makefiles now properly remove .aux and .fo files + +- fixed some bugs in publication year input and output + +- fixed entity replacement in SGML/XML output + +- do not allow XML reserved chars and colons in citation keys + +- separate primary and secondary publication year logically to prevent + unwanted side effects + +- fixed LOCK issue for MySQL 4.0.2 and later + +- fixed memory management in refdbxp to make it a gazillion times + faster + +- getref -s switch now overrides the fields variable as expected + +- formatting of day output in bibliographies was fixed + +- med2ris.pl now handles the updated Pubmed output correctly + +- fixed unique suffix behaviour (if two or more works share the + identical authorlist and pubyear, all receive a suffix) + + +Improvements: + +- added a new config file refdbxmlrc to handle the configuration of + XML tools + +- XSLT driver files were updated to match the current versions of the + original stylesheets + +- pass through the -h command line option to the individual commands + in refdbc and refdba to allow command-specific help in batch mode + +- added database typing for future support of additional database + types + +- refdbnd and runbib now support character encodings + +- added an option to refdb-bug to protect passwords + +- added support for the YMD date format + +- added support for the ICAPS title and journalname formatting + +- refdbib now reports the number and IDs of cited works which are not + in the database + +- added a new pseudo target TA to the getref query language to search + for a phrase in all title levels + +- citestylex now supports the bibliography formatting in terms of + indentation and font size + +- runbib now creates css stylesheets for the bibliography formatting + which can be used either stand-alone or be included into a driver file + +- runbib now accepts a switch to set the server IP + +- refdbd now always reports the database name if it can't connect to + the database engine + +- XSLT stylesheets can now be referenced via a XML catalog, obviating + the need for configure-time decisions if catalog support is available + +- adapted the directory hierarchy expectations for TEI XSLT files to + support both P4 and the upcoming P5 versions + +______________________________ Version 0.9.4 (February 2004) Index: README =================================================================== RCS file: /cvsroot/refdb/refdb/README,v retrieving revision 1.16 retrieving revision 1.16.2.1 diff -u -U2 -r1.16 -r1.16.2.1 --- README 17 Feb 2004 22:20:23 -0000 1.16 +++ README 13 Dec 2004 20:24:06 -0000 1.16.2.1 @@ -43,4 +43,41 @@ ****************************** _______ +V 0.9.5 + +The system database uses a different layout compared +to previous versions. If you upgrade, make sure to create a new system +database using the supplied dump files. + +Running older and newer versions of RefDB in parallel now works a +little different. By default, the system database is always called +"refdb" but you can change this with the --with-main-db configure +switch. + +The TEI stylesheets as supplied by www.tei-c.org now use a different +directory layout than in the past. RefDB now assumes this new layout +which looks like this: + +value of --with-tei-xsl|generated by unpacking stylesheets +|______________________|_________| +/usr/local/share/xsl/tei/P4/fo + /html + /common + + +The default FO processor used to be PassiveTeX. Due to ongoing +incompatibilities of this tool with recent DocBook stylesheets I've +switched to FOP as the default processor. Please edit refdbxmlrc +accordingly if you want to keep PassiveTeX as your processor of +choice. + +The in-text citation format had to be changed in order to avoid +ambiguities. The refdbxp tool was adapted accordingly. Documents using +the short citation style are not affected by this change. + +runbib now uses the new -m option to set one or more include variables +for marked sections. The previously used -i option now sets the server +IP or hostname, just as in most other tools. + +_______ V 0.9.4 Index: UPGRADING =================================================================== RCS file: /cvsroot/refdb/refdb/UPGRADING,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -u -U2 -r1.7 -r1.7.2.1 --- UPGRADING 6 Jan 2004 18:07:30 -0000 1.7 +++ UPGRADING 13 Dec 2004 20:24:06 -0000 1.7.2.1 @@ -9,4 +9,5 @@ databases: +0.9.4 -> 0.9.5 0.9.3 -> 0.9.4 0.9/0.9.1/0.9.2 -> 0.9.3 @@ -18,4 +19,62 @@ +Migrating your existing RefDB installation from 0.9.4 to 0.9.5 +============================================================== + +__________ +Background + +The extended bibliography formatting capabilities necessitated another +change in the system database schema. Upgrading requires you to +generate a new system database "refdb". + +The in-text citation format had to be changed in order to avoid +ambiguities. This affects only documents that use the long citation +style. + + +_________ +Procedure + +- While still running your existing installation, use the refdba + command getstyle to retrieve existing styles: + "getstyle -o stylename.xml stylename" + (you may skip this step if you have the XML files for all your + styles) + +- stop refdbd + +- Use the command-line client of your database to remove your existing + system database "refdb". + +- Follow the instructions to generate the system database "refdb". + +- Now install 0.9.5. Make sure to restart refdbd. + +- Add your styles using the refdba command addstyle: + "addstyle stylename.xml" + + NB Existing styles will import ok even if they use the older DTD + from version 0.9.4. There is no need to rewrite the XML style files + unless you want to use the new features. + +- If you're using MySQL as your database engine, you also have to + migrate your reference databases. To this end, run the following + command on each of your reference databases: + + mysql -p dbname < scripts/migrate_mysql_0.9.5 + + (use -u admin_name if you do not have admin permissions by default) + +- If you maintain your documents using the short citation style, + e.g. by using refdbnd-generated Makefiles, the new in-text citation + format will automatically be applied the next time the document is + edited and re-processed. If in doubt, run "make clean" before + transforming the document again. If you maintain your documents + using the long citation format, you'll have to fix the citations by + inserting a dash before the format specifier. For example, the + old-style "ID442Y" has to be changed to "ID442-Y". + + Migrating your existing RefDB installation from 0.9.3 to 0.9.4 =============================================================== |
From: Markus H. <mho...@us...> - 2004-12-13 19:55:34
|
Update of /cvsroot/refdb/refdb/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8750/scripts Modified Files: Tag: Release_0_9_5_stable runbib.in Log Message: new option to specify marked section; new option to set server IP address Index: runbib.in =================================================================== RCS file: /cvsroot/refdb/refdb/scripts/runbib.in,v retrieving revision 1.14.2.4 retrieving revision 1.14.2.5 diff -u -U2 -r1.14.2.4 -r1.14.2.5 --- runbib.in 25 Sep 2004 21:21:01 -0000 1.14.2.4 +++ runbib.in 13 Dec 2004 19:55:22 -0000 1.14.2.5 @@ -57,4 +57,7 @@ includearg="" +# the server IP address is passed to refdbib +iparg="" + # functions fixdoctype () @@ -137,5 +140,5 @@ # read the command line options -while getopts ":d:E:G:hi:IN:p:S:t:u:w:" opt; do +while getopts ":d:E:G:hi:Im:N:p:S:t:u:w:" opt; do case $opt in d ) databaseopt="-d "$OPTARG;; @@ -143,11 +146,12 @@ G ) cssfile=$OPTARG;; h ) echo "creates refdb bibliography from a SGML, XML, or Latex document" - echo 'usage: runbib [-d database] [-E encoding] [-G cssfile] [-h] [-i includevar] [-I] [-N number] [-S style] [-t type] [-u username] [-w password] file1 [file2...]' + echo 'usage: runbib [-d database] [-E encoding] [-G cssfile] [-h] [-i server-ip] [-I] [-m includevar] [-N number] [-S style] [-t type] [-u username] [-w password] file1 [file2...]' echo "Options: -d select default database" echo " -E set output character encoding" echo " -G set the path or URL of a CSS file for (x)html output" echo " -h print this help and exit" - echo " -i specify variable to include marked sections" + echo " -i set server IP address" echo " -I skip ID extraction (provide your own IDs)" + echo " -m specify variable to include marked sections" echo " -N set start of reference numbering" echo " -S select bibliography style" @@ -156,6 +160,7 @@ echo " -w set password" exit 0 ;; - i ) includearg=$includearg" -i "$OPTARG;; + i ) iparg=" -i "$OPTARG;; I ) skip_id="t";; + m ) includearg=$includearg" -i "$OPTARG;; N ) startnumber=$OPTARG;; p ) portarg=" -p $OPTARG";; @@ -164,5 +169,5 @@ u ) username=$OPTARG;; w ) passwd=$OPTARG;; - \? ) echo 'usage: runbib [-d database] [-G cssfile] [-h] [-i includevar] [-I] [-N number] [-S style] [-t type] [-u username] [-w password] file1 [file2...]' + \? ) echo 'usage: runbib [-d database] [-G cssfile] [-h] [-i server-ip] [-I] [-i includevar] [-N number] [-S style] [-t type] [-u username] [-w password] file1 [file2...]' echo 'type runbib -h to invoke help' exit 1;; @@ -224,5 +229,5 @@ # the bibliography file and the style specification file - $myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg -S $style -D "." -t db31 $basename.id.xml > $basename.bib.sgml + $myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg $iparg -S $style -D "." -t db31 $basename.id.xml > $basename.bib.sgml if [ $? -ne 0 ]; then # move the output to error files so we can use the script @@ -248,5 +253,5 @@ fi - $myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg -S $style -D "." -t db31x $basename.id.xml > $basename.bib.xml + $myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg $iparg -S $style -D "." -t db31x $basename.id.xml > $basename.bib.xml if [ $? -ne 0 ]; then # move the output to error files so we can use the script @@ -273,5 +278,5 @@ fi - $myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg -S $style -D "." -t teix $basename.id.xml > $basename.bib.xml + $myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg $iparg -S $style -D "." -t teix $basename.id.xml > $basename.bib.xml if [ $? -ne 0 ]; then # move the output to error files so we can use the script @@ -306,5 +311,5 @@ fi - $mysort $filename | $myuniq | $myrefdbib $databaseopt $encodingopt $useropt $passwdopt -S $style -t bibtex > $basename.bib + $mysort $filename | $myuniq | $myrefdbib $databaseopt $encodingopt $useropt $passwdopt $iparg -S $style -t bibtex > $basename.bib if [ $? -ne 0 ]; then exit 1 |
From: Markus H. <mho...@us...> - 2004-12-12 21:23:34
|
Update of /cvsroot/refdb/refdb/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17238/examples Modified Files: Tag: Release_0_9_5_stable dbtest.sgml dbxtest.xml teitest.xml Log Message: use new citation format Index: dbtest.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/examples/dbtest.sgml,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -U2 -r1.2 -r1.2.2.1 --- dbtest.sgml 13 Dec 2002 21:04:59 -0000 1.2 +++ dbtest.sgml 12 Dec 2004 21:23:22 -0000 1.2.2.1 @@ -6,8 +6,8 @@ <chapter> <title>Some example citations</title> - <para>This is a citation <citation role="REFDB"><xref linkend="ID2X"></citation>.</para> - <para>This is a multiple citation <citation role="REFDB"><xref endterm="IM0" linkend="ID2" role="MULTIXREF"><xref linkend="ID2S"><xref linkend="ID14X"><xref linkend="ID5X"></citation>.</para> - <para>This is a book <citation role="REFDB"><xref linkend="ID11X"></citation> and this is a book chapter <citation role="REFDB"><xref linkend="ID12X"></citation>.</para> - <para><citation role="REFDB"><xref linkend="ID2Q"></citation> reported recently <citation role="REFDB"><xref linkend="ID2Y"></citation>, that textual citations also work.</para> + <para>This is a citation <citation role="REFDB"><xref linkend="ID2-X"></citation>.</para> + <para>This is a multiple citation <citation role="REFDB"><xref endterm="IM0" linkend="ID2" role="MULTIXREF"><xref linkend="ID2-S"><xref linkend="ID14-X"><xref linkend="ID5-X"></citation>.</para> + <para>This is a book <citation role="REFDB"><xref linkend="ID11-X"></citation> and this is a book chapter <citation role="REFDB"><xref linkend="ID12-X"></citation>.</para> + <para><citation role="REFDB"><xref linkend="ID2-Q"></citation> reported recently <citation role="REFDB"><xref linkend="ID2-Y"></citation>, that textual citations also work.</para> </chapter> &bibliography; Index: dbxtest.xml =================================================================== RCS file: /cvsroot/refdb/refdb/examples/dbxtest.xml,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -U2 -r1.2 -r1.2.2.1 --- dbxtest.xml 13 Dec 2002 21:05:01 -0000 1.2 +++ dbxtest.xml 12 Dec 2004 21:23:22 -0000 1.2.2.1 @@ -8,8 +8,8 @@ <chapter> <title>Some example citations</title> - <para>This is a citation <citation role="REFDB"><xref linkend="ID2X"/></citation>.</para> - <para>This is a multiple citation <citation role="REFDB"><xref endterm="IM0" linkend="ID2" role="MULTIXREF"/><xref linkend="ID2S"/><xref linkend="ID14X"/><xref linkend="ID5X"/></citation>.</para> - <para>This is a book <citation role="REFDB"><xref linkend="ID11X"/></citation> and this is a book chapter <citation role="REFDB"><xref linkend="ID12X"/></citation>.</para> - <para><citation role="REFDB"><xref linkend="ID2Q"/></citation> reported recently <citation role="REFDB"><xref linkend="ID2Y"/></citation>, that textual citations also work.</para> + <para>This is a citation <citation role="REFDB"><xref linkend="ID2-X"></citation>.</para> + <para>This is a multiple citation <citation role="REFDB"><xref endterm="IM0" linkend="ID2" role="MULTIXREF"><xref linkend="ID2-S"><xref linkend="ID14-X"><xref linkend="ID5-X"></citation>.</para> + <para>This is a book <citation role="REFDB"><xref linkend="ID11-X"></citation> and this is a book chapter <citation role="REFDB"><xref linkend="ID12-X"></citation>.</para> + <para><citation role="REFDB"><xref linkend="ID2-Q"></citation> reported recently <citation role="REFDB"><xref linkend="ID2-Y"></citation>, that textual citations also work.</para> </chapter> &bibliography; Index: teitest.xml =================================================================== RCS file: /cvsroot/refdb/refdb/examples/teitest.xml,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -U2 -r1.2 -r1.2.2.1 --- teitest.xml 13 Dec 2002 21:05:04 -0000 1.2 +++ teitest.xml 12 Dec 2004 21:23:22 -0000 1.2.2.1 @@ -34,11 +34,11 @@ <div type="chapter"> <head><title>First Chapter</title></head> - <p>This is some text in the first chapter with a citation <seg type="REFDBCITATION" part="N" TEIform="seg"><ptr targOrder="U" target="ID2X" TEIform="ptr"/></seg>.</p> - <p TEIform="p">This is a multiple citation <seg type="REFDBCITATION" part="N" TEIform="seg"><ptr type="MULTIXREF" targOrder="U" target="IM0" TEIform="ptr"/><ptr targOrder="U" target="ID2S" TEIform="ptr"/><ptr targOrder="U" target="ID14X" TEIform="ptr"/><ptr targOrder="U" target="ID5X" TEIform="ptr"/></seg>.</p> + <p>This is some text in the first chapter with a citation <seg type="REFDBCITATION" part="N" TEIform="seg">2;</seg>.</p> + <p TEIform="p">This is a multiple citation <seg type="REFDBCITATION" part="N" TEIform="seg">2;14;5;</seg>.</p> <p TEIform="p">An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. </p> </div> <div type="chapter"> <head><title>Second Chapter</title></head> - <p>This is a book <seg type="REFDBCITATION" part="N" TEIform="seg"><ptr targOrder="U" target="ID11X" TEIform="ptr"/></seg> and this is a book chapter <seg type="REFDBCITATION" part="N" TEIform="seg"><ptr targOrder="U" target="ID12X" TEIform="ptr"/></seg>.</p> + <p>This is a book <seg type="REFDBCITATION" part="N" TEIform="seg">11;</seg> and this is a book chapter <seg type="REFDBCITATION" part="N" TEIform="seg">12;</seg>.</p> <p TEIform="p">An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page. An this is boring, repetitive text to fill the page.</p> </div> @@ -49,3 +49,2 @@ - |
From: Markus H. <mho...@us...> - 2004-12-11 00:05:38
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17104/src Modified Files: Tag: Release_0_9_5_stable risxhandler.c Log Message: map gen title of CONF to booktitle Index: risxhandler.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/risxhandler.c,v retrieving revision 1.28.2.2 retrieving revision 1.28.2.3 diff -u -U2 -r1.28.2.2 -r1.28.2.3 --- risxhandler.c 24 Jun 2004 21:10:08 -0000 1.28.2.2 +++ risxhandler.c 11 Dec 2004 00:05:27 -0000 1.28.2.3 @@ -771,4 +771,5 @@ if (!strcmp(ptr_ardata->type, "CHAP") || !strcmp(ptr_ardata->type, "CASE") + || !strcmp(ptr_ardata->type, "CONF") || !strcmp(ptr_ardata->type, "BOOK")) { result = set_risdata_field(ptr_ardata->ptr_risdata, "booktitle", (ptr_ardata->ptr_first)->ptr_elvalue, ptr_ardata->driver); |
From: Markus H. <mho...@us...> - 2004-12-10 22:08:09
|
Update of /cvsroot/refdb/refdb/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23712 Modified Files: Tag: Release_0_9_5_stable Makefile.am Log Message: configure shell in refdbctl Index: Makefile.am =================================================================== RCS file: /cvsroot/refdb/refdb/scripts/Makefile.am,v retrieving revision 1.23.2.1 retrieving revision 1.23.2.2 diff -u -U2 -r1.23.2.1 -r1.23.2.2 --- Makefile.am 25 Nov 2004 21:30:52 -0000 1.23.2.1 +++ Makefile.am 10 Dec 2004 22:08:01 -0000 1.23.2.2 @@ -43,4 +43,5 @@ sed 's%<refdbd>%$(bindir)/refdbd%' < $(srcdir)/refdbctl.in | \ sed 's%<myrefdblib>%$(pkgdatadir)%' | \ + sed 's%<myshell>%$(myshell)%' | \ sed 's%<psarg>%$(psarg)%' | \ sed 's%<piddir>%$(var_dir)%' > refdbctl |
From: Markus H. <mho...@us...> - 2004-12-10 22:07:29
|
Update of /cvsroot/refdb/refdb/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23537 Modified Files: Tag: Release_0_9_5_stable refdbctl.in Log Message: start server from root dir; must use bash for this to work Index: refdbctl.in =================================================================== RCS file: /cvsroot/refdb/refdb/scripts/refdbctl.in,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -u -U2 -r1.7 -r1.7.2.1 --- refdbctl.in 13 Oct 2003 21:33:47 -0000 1.7 +++ refdbctl.in 10 Dec 2004 22:07:20 -0000 1.7.2.1 @@ -1,3 +1,3 @@ -#!/bin/sh +#!<myshell> # # refdbctl: RefDB control script for starting, stopping, reconfiguring, and @@ -22,4 +22,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# NB we must use bash for "cd -" to work + # full path to the daemon binary REFDBD='<refdbd>' @@ -57,4 +59,9 @@ +# in order to work around a sqlite bug on Windows/Cygwin, we have to +# start the daemon from the root directory (this does not hurt in any way). +# On Cygwin, the refdbdrc config file has to use the relative path starting +# from / to the database directory. On other systems you can use either +# the absolute or the relative path case $1 in start) @@ -63,4 +70,5 @@ RETVAL=2 else + cd / if $REFDBD ; then echo "$0 $1: bibliography tool application server started" @@ -69,4 +77,5 @@ RETVAL=1 fi + cd - fi;; stop) @@ -100,4 +109,5 @@ else if kill -TERM $PID ; then + cd / if $REFDBD ; then echo "$0 $1: bibliography tool application server restarted" @@ -106,4 +116,5 @@ RETVAL=1 fi + cd - else echo "$0 $1: bibliography tool application server could not be stopped" |
From: Markus H. <mho...@us...> - 2004-12-10 13:19:18
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8614 Modified Files: Tag: Release_0_9_5_stable refdbc.c Log Message: addref and addnote now read phase 5 server message in loop to avoid truncated messages Index: refdbc.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/refdbc.c,v retrieving revision 1.72.2.2 retrieving revision 1.72.2.3 diff -u -U2 -r1.72.2.2 -r1.72.2.3 --- refdbc.c 27 Nov 2004 23:15:39 -0000 1.72.2.2 +++ refdbc.c 10 Dec 2004 13:19:08 -0000 1.72.2.3 @@ -65,4 +65,6 @@ #include "cgi.h" /* cgi related stuff */ +extern const char cs_term[]; + /*+ the commands array contains the user commands, the functions called, and short explanatory messages +*/ @@ -2798,4 +2800,6 @@ int n_keep_id = 0; /* indicates -k switch */ int n_send_result; + int n_curr_trailing_z = 0; + int n_last_trailing_z = 0; int i, j, k; /* guess what */ size_t byte_written = 0; @@ -3294,43 +3298,98 @@ return 1; } - - numbyte = tread(n_sockfd, inbuffer, COMMAND_INBUF_LEN); - - if (numbyte == -1) { - cgi_header(CGI_PLAIN); - fprintf(errstream, "could not read from refdbd. Stop\n"); - if (n_file_open || n_file_append) { - close_outfile(pagerfp); - } - else { - closepager(pagerfp); + + /* must read in loop */ + do { + numbyte = tread(n_sockfd, inbuffer, OUTBUF_LEN); + if (numbyte == -1) { + fprintf(stderr, "could not read from refdbd. Stop\n"); + if (n_file_open || n_file_append) { + close_outfile(pagerfp); + } + else { + closepager(pagerfp); + } + n_broken_pipe = 0; + return 1; } - delete_all_lilimem(&sentinel); - close(n_sockfd); - n_broken_pipe = 0; - return 1; - } - if (!*inbuffer) { - cgi_header(CGI_PLAIN); - fprintf(errstream, "server error. Stop.\n"); - if (n_file_open || n_file_append) { - close_outfile(pagerfp); + n_curr_trailing_z = get_trailz(inbuffer, numbyte); + + if (numbyte >= TERM_LEN) { + if (n_curr_trailing_z >= TERM_LEN) { + /* terminator is complete */ + n_read_done++; + /* send back confirmation to the server */ + tiwrite(n_sockfd, "POS", TERM_YES); + } } - else { - closepager(pagerfp); + else if (n_curr_trailing_z == numbyte + && n_curr_trailing_z + n_last_trailing_z >= TERM_LEN) { + /* terminator is complete including the previous cycle */ + n_read_done++; + /* send back confirmation to the server */ + tiwrite(n_sockfd, "POS", TERM_YES); } - delete_all_lilimem(&sentinel); - close(n_sockfd); - n_broken_pipe = 0; - return 1; - } - else { - byte_written += fwrite(inbuffer, sizeof(char), strlen(inbuffer), pagerfp); - if (!n_cgi && !strcmp(my_reftype, "ris")) { - sprintf(inbuffer, "%d dataset(s) sent.\n", n_setcount); - fwrite(inbuffer, sizeof(char), strlen(inbuffer), pagerfp); + else if (n_curr_trailing_z == numbyte) { + /* terminator is still incomplete */ + n_last_trailing_z += n_curr_trailing_z; + continue; } - } + + /* write numbyte chars to output, unless this is the last chunk: we do not + want to write the terminating \0 */ + if (!n_broken_pipe) { + if (n_last_trailing_z) { + byte_written += fwrite(cs_term, sizeof(char), n_last_trailing_z, pagerfp); + } + byte_written += fwrite(inbuffer, sizeof(char), numbyte-n_curr_trailing_z, pagerfp); + if (!n_cgi && !strcmp(my_reftype, "ris")) { + sprintf(inbuffer, "%d dataset(s) sent.\n", n_setcount); + fwrite(inbuffer, sizeof(char), strlen(inbuffer), pagerfp); + } + } + if (!n_read_done) { + n_last_trailing_z = n_curr_trailing_z; + } + } while (!n_read_done); + +/* numbyte = tread(n_sockfd, inbuffer, COMMAND_INBUF_LEN); */ + +/* if (numbyte == -1) { */ +/* cgi_header(CGI_PLAIN); */ +/* fprintf(errstream, "could not read from refdbd. Stop\n"); */ +/* if (n_file_open || n_file_append) { */ +/* close_outfile(pagerfp); */ +/* } */ +/* else { */ +/* closepager(pagerfp); */ +/* } */ +/* delete_all_lilimem(&sentinel); */ +/* close(n_sockfd); */ +/* n_broken_pipe = 0; */ +/* return 1; */ +/* } */ + +/* if (!*inbuffer) { */ +/* cgi_header(CGI_PLAIN); */ +/* fprintf(errstream, "server error. Stop.\n"); */ +/* if (n_file_open || n_file_append) { */ +/* close_outfile(pagerfp); */ +/* } */ +/* else { */ +/* closepager(pagerfp); */ +/* } */ +/* delete_all_lilimem(&sentinel); */ +/* close(n_sockfd); */ +/* n_broken_pipe = 0; */ +/* return 1; */ +/* } */ +/* else { */ +/* byte_written += fwrite(inbuffer, sizeof(char), strlen(inbuffer), pagerfp); */ +/* if (!n_cgi && !strcmp(my_reftype, "ris")) { */ +/* sprintf(inbuffer, "%d dataset(s) sent.\n", n_setcount); */ +/* fwrite(inbuffer, sizeof(char), strlen(inbuffer), pagerfp); */ +/* } */ +/* } */ /* send back confirmation to the server */ @@ -3492,4 +3551,6 @@ int n_keep_id = 0; /* indicates -k switch */ int n_send_result; + int n_curr_trailing_z = 0; + int n_last_trailing_z = 0; int i, j, k; /* guess what */ size_t byte_written = 0; @@ -3957,38 +4018,94 @@ } - numbyte = tread(n_sockfd, inbuffer, COMMAND_INBUF_LEN); - - if (numbyte == -1) { - cgi_header(CGI_PLAIN); - fprintf(errstream, "could not read from refdbd. Stop\n"); - if (n_file_open || n_file_append) { - close_outfile(pagerfp); - } - else { - closepager(pagerfp); + /* must read in loop */ + do { + numbyte = tread(n_sockfd, inbuffer, OUTBUF_LEN); + if (numbyte == -1) { + fprintf(stderr, "could not read from refdbd. Stop\n"); + if (n_file_open || n_file_append) { + close_outfile(pagerfp); + } + else { + closepager(pagerfp); + } + n_broken_pipe = 0; + return 1; } - delete_all_lilimem(&sentinel); - close(n_sockfd); - n_broken_pipe = 0; - return 1; - } - if (!*inbuffer) { - cgi_header(CGI_PLAIN); - fprintf(errstream, "server error. Stop.\n"); - if (n_file_open || n_file_append) { - close_outfile(pagerfp); + n_curr_trailing_z = get_trailz(inbuffer, numbyte); + + if (numbyte >= TERM_LEN) { + if (n_curr_trailing_z >= TERM_LEN) { + /* terminator is complete */ + n_read_done++; + /* send back confirmation to the server */ + tiwrite(n_sockfd, "POS", TERM_YES); + } } - else { - closepager(pagerfp); + else if (n_curr_trailing_z == numbyte + && n_curr_trailing_z + n_last_trailing_z >= TERM_LEN) { + /* terminator is complete including the previous cycle */ + n_read_done++; + /* send back confirmation to the server */ + tiwrite(n_sockfd, "POS", TERM_YES); } - delete_all_lilimem(&sentinel); - close(n_sockfd); - n_broken_pipe = 0; - return 1; - } - else { - byte_written += fwrite(inbuffer, sizeof(char), strlen(inbuffer), pagerfp); - } + else if (n_curr_trailing_z == numbyte) { + /* terminator is still incomplete */ + n_last_trailing_z += n_curr_trailing_z; + continue; + } + + /* write numbyte chars to output, unless this is the last chunk: we do not + want to write the terminating \0 */ + if (!n_broken_pipe) { + if (n_last_trailing_z) { + byte_written += fwrite(cs_term, sizeof(char), n_last_trailing_z, pagerfp); + } + byte_written += fwrite(inbuffer, sizeof(char), numbyte-n_curr_trailing_z, pagerfp); + if (!n_cgi && !strcmp(my_reftype, "ris")) { + sprintf(inbuffer, "%d dataset(s) sent.\n", n_setcount); + fwrite(inbuffer, sizeof(char), strlen(inbuffer), pagerfp); + } + } + + if (!n_read_done) { + n_last_trailing_z = n_curr_trailing_z; + } + } while (!n_read_done); + +/* numbyte = tread(n_sockfd, inbuffer, COMMAND_INBUF_LEN); */ + +/* if (numbyte == -1) { */ +/* cgi_header(CGI_PLAIN); */ +/* fprintf(errstream, "could not read from refdbd. Stop\n"); */ +/* if (n_file_open || n_file_append) { */ +/* close_outfile(pagerfp); */ +/* } */ +/* else { */ +/* closepager(pagerfp); */ +/* } */ +/* delete_all_lilimem(&sentinel); */ +/* close(n_sockfd); */ +/* n_broken_pipe = 0; */ +/* return 1; */ +/* } */ + +/* if (!*inbuffer) { */ +/* cgi_header(CGI_PLAIN); */ +/* fprintf(errstream, "server error. Stop.\n"); */ +/* if (n_file_open || n_file_append) { */ +/* close_outfile(pagerfp); */ +/* } */ +/* else { */ +/* closepager(pagerfp); */ +/* } */ +/* delete_all_lilimem(&sentinel); */ +/* close(n_sockfd); */ +/* n_broken_pipe = 0; */ +/* return 1; */ +/* } */ +/* else { */ +/* byte_written += fwrite(inbuffer, sizeof(char), strlen(inbuffer), pagerfp); */ +/* } */ /* send back confirmation to the server */ |
From: Markus H. <mho...@us...> - 2004-12-10 10:32:23
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32370 Modified Files: Tag: Release_0_9_5_stable refdbd.c Log Message: force Cygwin to use the temp file fifo emulation Index: refdbd.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/refdbd.c,v retrieving revision 1.74.2.5 retrieving revision 1.74.2.6 diff -u -U2 -r1.74.2.5 -r1.74.2.6 --- refdbd.c 27 Nov 2004 23:15:40 -0000 1.74.2.5 +++ refdbd.c 10 Dec 2004 10:32:14 -0000 1.74.2.6 @@ -504,5 +504,6 @@ /* prepare a fifo for child->parent communication */ -#ifdef HAVE_MKFIFO + /*#ifdef HAVE_MKFIFO */ +#ifndef __CYGWIN__ /* e.g. cygwin (1.1.7) does not implement mkfifo/named pipes */ /* we emulate a fifo with a temporary file. To be polite, this is less @@ -661,5 +662,6 @@ /* loop over all file descriptors */ for(ptr_clrequest->fd = 0; ptr_clrequest->fd <= max_olili(&first_olili); ptr_clrequest->fd++) { -#ifndef HAVE_MKFIFO + /*#ifndef HAVE_MKFIFO*/ +#ifdef __CYGWIN__ if (access(the_fifo, F_OK) != -1) { if ((fd_fifo = open(the_fifo, O_RDWR)) == -1) { |
From: Markus H. <mho...@us...> - 2004-12-10 09:56:19
|
Update of /cvsroot/refdb/refdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26223 Modified Files: Tag: Release_0_9_5_stable configure.in Log Message: run AC_CONFIG_AUX_DIR before AM_INIT_AUTOMAKE to make newer autotools happy Index: configure.in =================================================================== RCS file: /cvsroot/refdb/refdb/configure.in,v retrieving revision 1.49.2.7 retrieving revision 1.49.2.8 diff -u -U2 -r1.49.2.7 -r1.49.2.8 --- configure.in 27 Nov 2004 23:09:16 -0000 1.49.2.7 +++ configure.in 10 Dec 2004 09:56:10 -0000 1.49.2.8 @@ -5,11 +5,11 @@ AC_INIT(src/backend-bibtex.c) -dnl Use automake -AM_INIT_AUTOMAKE(refdb, 0.9.5) - dnl Find out host type AC_CONFIG_AUX_DIR(./conf) AC_CANONICAL_HOST +dnl Use automake +AM_INIT_AUTOMAKE(refdb, 0.9.5) + dnl see where the libdbi lib is AC_ARG_WITH(libdbi-lib, |
From: Markus H. <mho...@us...> - 2004-12-10 09:55:13
|
Update of /cvsroot/refdb/refdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26065 Modified Files: Tag: Release_0_9_5_stable acinclude.m4 Log Message: quote macro names to make newer automakes happy Index: acinclude.m4 =================================================================== RCS file: /cvsroot/refdb/refdb/acinclude.m4,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -u -U2 -r1.3.2.1 -r1.3.2.2 --- acinclude.m4 17 Oct 2004 00:31:20 -0000 1.3.2.1 +++ acinclude.m4 10 Dec 2004 09:55:03 -0000 1.3.2.2 @@ -5,5 +5,5 @@ dnl not to LIBS -AC_DEFUN(AC_SEARCH_LIBS_VAR, +AC_DEFUN([AC_SEARCH_LIBS_VAR], [AC_PREREQ([2.13]) AC_CACHE_CHECK([for library containing $1], [ac_cv_search_$1], @@ -30,5 +30,5 @@ dnl This is necessary to detect Cygwin mkfifo() which is a nonfunctional dnl stub -AC_DEFUN(AC_FUNC_MKFIFO, [ +AC_DEFUN([AC_FUNC_MKFIFO], [ AC_MSG_CHECKING(for working mkfifo) AC_TRY_RUN( |
From: Markus H. <mho...@us...> - 2004-12-10 09:49:28
|
Update of /cvsroot/refdb/refdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25113 Modified Files: acinclude.m4 Log Message: quote macro names to make newer automakes happy Index: acinclude.m4 =================================================================== RCS file: /cvsroot/refdb/refdb/acinclude.m4,v retrieving revision 1.3 retrieving revision 1.4 diff -u -U2 -r1.3 -r1.4 --- acinclude.m4 6 Jan 2003 01:09:04 -0000 1.3 +++ acinclude.m4 10 Dec 2004 09:49:19 -0000 1.4 @@ -5,5 +5,5 @@ dnl not to LIBS -AC_DEFUN(AC_SEARCH_LIBS_VAR, +AC_DEFUN([AC_SEARCH_LIBS_VAR], [AC_PREREQ([2.13]) AC_CACHE_CHECK([for library containing $1], [ac_cv_search_$1], @@ -30,5 +30,5 @@ dnl This is necessary to detect Cygwin mkfifo() which is a nonfunctional dnl stub -AC_DEFUN(AC_FUNC_MKFIFO, [ +AC_DEFUN([AC_FUNC_MKFIFO], [ AC_MSG_CHECKING(for working mkfifo) AC_TRY_RUN( |
From: Markus H. <mho...@us...> - 2004-11-28 04:08:54
|
Update of /cvsroot/refdb/refdb/xsl/refdb/tei-refdb-xsl/tei-fo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25521/xsl/refdb/tei-refdb-xsl/tei-fo Modified Files: Tag: Release_0_9_5_stable tei-refdb-fo.xsl.in Log Message: force hyperlink in bib output to new line Index: tei-refdb-fo.xsl.in =================================================================== RCS file: /cvsroot/refdb/refdb/xsl/refdb/tei-refdb-xsl/tei-fo/tei-refdb-fo.xsl.in,v retrieving revision 1.2.2.4 retrieving revision 1.2.2.5 diff -u -U2 -r1.2.2.4 -r1.2.2.5 --- tei-refdb-fo.xsl.in 25 Nov 2004 21:39:58 -0000 1.2.2.4 +++ tei-refdb-fo.xsl.in 27 Nov 2004 23:21:32 -0000 1.2.2.5 @@ -75,4 +75,8 @@ <xsl:variable name="reftype" select="ancestor::bibl/@rend"/> <xsl:variable name="target" select="."/> + <!-- the empty block forces the hyperlink into a new line. This + is less intrusive than half-emtpy lines due to bad hyphenation + even if the indentation is not correct. ToDo: fix indentation --> + <fo:block/> <fo:basic-link external-destination='url({$target})'> <xsl:choose> |