php5-smarty3-doc-3.1.33-5.5.1<>,_‰[ /=„*v3DpMhI>JHeH7bвFL=f  Q`tju(B k[Ղ&S?/ ؖ1X\T!r) Raoe|}'d F43bIULEtYҼJAFﰉH+"7E^H|3TbrQшzNa,u9&?&d  0 -3<   P  $( 8 9 X: FGH TI X Y \ ]!8^"b#c$~d%e%f%l%u%4v%w& x&hz&Cphp5-smarty3-doc3.1.335.5.1Docs for SmartyDocumentation for Smarty. Although Smarty is known as a "Template Engine", it would be more accurately described as a "Template/Presentation Framework." That is, it provides the programmer and template designer with a wealth of tools to automate tasks commonly dealt with at the presentation layer of an application. I stress the word Framework because Smarty is not a simple tag-replacing template engine. Although it can be used for such a simple purpose, its focus is on quick and painless development and deployment of your application, while maintaining high-performance, scalability, security and future growth.[ build796ropenSUSE Leap 42.3openSUSELGPL-3.0-or-laterhttp://bugs.opensuse.orgProductivity/Networking/Web/Servershttp://www.smarty.netlinuxnoarchQ^P-LTAK 6J .QA큤AA큤A큤A큤[ [|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|7b38b429285d7e6f55684ce4ad6c93c49961aa65491879931621fde3aba13ec1210b85fc8a178b290e9add5a61662a739ca3ab3d0628a43ad7bb7dc5595f8740a465f6949462cd7775db624b360863602f99e2310b1dd4a254c594c49549d9d24f13072fdb86ffb909674cd4c47a828f342cdd62d5ea1e493a49e3c7c816d58eb7fb6f351098ee90f7400d9c02be2aeb00b32bbe5cfde244aa1ffa50ce0212274c7ed8637f21ecdf91abaab3570bef765d52e5754384d806b3fdec0b0db004adc37e39e34cc69cadad3667a78de7079845490091583c02639634052faac5269abbdf61ed69a351088a0281a7e81fde74c1fc795345486008cd84355ff82fc63e60b514ba27976da66bb12d87194eefdf45f110a89cdc0259a8c931d1006f2249rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootphp5-smarty3-3.1.33-5.5.1.src.rpmphp5-smarty3-doc   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2[UYU@T@TT@Sr @S1oR|@QbQP}@OOn@MRJJlE@J@Karol Babioch aj@ajaissle.deaj@ajaissle.dejweberhofer@weberhofer.ataj@ajaissle.deaj@ajaissle.deaj@ajaissle.deaj@ajaissle.deaj@ajaissle.deaj@ajaissle.deaj@ajaissle.deAeneas Jaissle - 3.1.12-1Jeroen van Meeuwen - 3.1.7-1Fedora Release Engineering - 2.6.26-3Fedora Release Engineering - 2.6.26-2Christopher Stone 2.6.26-1Fedora Release Engineering - 2.6.25-2Christopher Stone 2.6.25-1- Update to version 3.1.33 * Mostly bug fixes * Fix for CVE-2018-16381 (bsc#1108741)- New upstream release 3.1.27 * Mostly bug fixes - Changes of 3.1.25: * Mostly bug fixes - Changes of 3.1.24: * New features, bug fixes and improvements * Most notably, compiling speed has been improved by 30-40%- Use update-alternatives to create symlinks to %phpdir/Smarty - Adjust spec to match php5-smarty2 - Added -doc sub package- Moved into Smarty3 directory - Changed provides sections not to conflict with Smarty2- License changed to LGPL 3.0 with Smarty 3- New upstream release 3.1.21 (2014-10-18) - various bugfixes - composer moved to github - add COMPOSER_RELEASE_NOTES - improvement cache is_file(file_exists) results of loadPlugin() to avoid unnecessary calls during compilation (Issue 201} - enhancement remove BOM automatically from template source (topic 25161)- New upstream release 3.1.18 (2014-04-07) - bugfix template inheritance fail when using custom resource after patch of 8.3.2014 (Issue 187) - bugfix update of composer file (Issue 168 and 184) - bugfix default date format leads to extra spaces when displaying dates with single digit days (Issue 165) - bugfix Smart_Resource_Custom should not lowercase the resource name (Issue 183) - bugfix using a {foreach} property like @iteration could fail when used in inheritance parent templates (Issue 182) - bugfix $smarty->auto_literal and mbsting.func_overload 2, 6 or 7 did fail (forum topic 24899) - bugfix Smarty_CacheResource_Keyvaluestore did use different keys on read/writes and clearCache() calls (Issue 169) - bugfix clearXxx() change of 27.1.2014 did not work when specifing cache_id or compile_id (forum topic 24868 and 24867)- New upstream release 3.1.17 - Spec cleanup - Changes of 3.1.17 - bugfix relative file path {include} within {block} of child templates did throw exception on first call (Issue 177) - bugfix Smarty failed when executing PHP on HHVM (Hip Hop 2.4) because uniqid('',true) does return string with ',' (forum topic 20343) - bugfix a '//' or '\\' in template_dir path could produce wrong path on relative filepath in {include} (Issue 175) - bugfix shared.literal_compiler_param.php did throw an exception when literal did contain a '-' (smarty-developers group) - bugfix $smarty->debugging = true; did show the variable of the $smarty object not the variables used in display() call (forum topic 24764) - bugfix clearCompiledTemplate(), clearAll() and clear() should use realpath to avoid possible exception from RecursiveDirectoryIterator (Issue 171) - bugfix undo block nesting checks for {nocache} for reasons like forum topic 23280 (forum topic 24762) - bugfix the compiler did fail when using template inheritance and recursive {include} (smarty-developers group) - bugfix "* }" (spaces before right delimiter) was interpreted by mistake as comment end tag (Issue 170) - internals content cache should be clear when updating cache file - bugfix Smarty_CacheResource_Custom did not handle template resource type specifications on clearCache() calls (Issue 169) - bugfix SmartyBC.class.php should use require_once to load Smarty.class.php (forum topic 24683) - Changes of 3.1.16 - bugfix {include} with {block} tag handling (forum topic 24599, 24594, 24682) (Issue 161) - enhancement additional debug output at $smarty->_parserdebug = true; - bugfix too restrictive handling of {include} within {block} tags. 3.1.15 did throw errors where 3.1.14 did not (forum topic 24599) - bugfix compiler could fail if PHP mbstring.func_overload is enabled (Issue 164) - bugfix variable resource name at custom resource plugin did not work within {block} tags (Issue 163) - bugfix notice "Trying to get property of non-object" removed (Issue 163) - bugfix correction of modifier capitalize fix from 3.10.2013 (issue 159) - bugfix multiple {block}s with same name in parent did not work (forum topic 24631) - bugfix a variable file name at {extends} tag did fail (forum topic 24618) - bugfix yesterdays fix could result in an undefined variable - bugfix variable names on {include} in template inheritance did unextepted error message (forum topic 24594) (Issue 161) - bugfix relative includes with same name like {include './foo.tpl'} from different folder failed (forum topic 24590)(Issue 161) - bugfix variable file names at {extends} had been disbabled by mistake with the rewrite of template inheritance of 24.08.2013 (forum topic 24585) - bugfix loops using modifier capitalize did eat up memory (issue 159)- New upstream release 3.1.15 * See change_log.txt or http://code.google.com/p/smarty-php/source/browse/trunk/distribution/change_log.txt- Changed Package Group from 'Develompent/Other' into 'Productivity/Networking/Web/Servers'- Added 'Provides'- New upstream version- New upstream version- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild- Upstream sync - Update %%source0 and %%URL- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild- Upstream syncbuild79 1537274636 3.1.33-5.5.1php5-smarty3-docREADMESMARTY_2_BC_NOTES.txtSMARTY_3.0_BC_NOTES.txtSMARTY_3.1_NOTES.txtchange_log.txtdemoconfigstest.confindex.phppluginscacheresource.apc.phpcacheresource.memcache.phpcacheresource.mysql.phpcacheresource.pdo.phpcacheresource.pdo_gzip.phpresource.extendsall.phpresource.mysql.phpresource.mysqls.phptemplatesfooter.tplheader.tplindex.tpl/usr/share/doc/packages//usr/share/doc/packages/php5-smarty3-doc//usr/share/doc/packages/php5-smarty3-doc/demo//usr/share/doc/packages/php5-smarty3-doc/demo/configs//usr/share/doc/packages/php5-smarty3-doc/demo/plugins//usr/share/doc/packages/php5-smarty3-doc/demo/templates/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8749/openSUSE_Leap_42.3_Update/231bb9c973871f108b17a7fa12460753-php5-smarty3.openSUSE_Leap_42.3_Updatedrpmlzma5noarch-suse-linuxdirectoryASCII textC++ source, ASCII textUTF-8 Unicode (with BOM) textPHP script, ASCII textHTML document, ASCII textKOgLpnqU?p]"k%{^3:2ߎ:5Nt͓0Yn å^zd@|Җ+,o< ŵd群BS]r 7 ӪRlK Ss!x]rϨ~[MX#wS,Ceu]]>+{rLY=VJJYJ[tz4XoM ٻF k'Jǫ+2g4kE !&OE.vfU ;\ٜ!Sv.,`dYQxb{:?U1]SVFt! ZGyȎ͑-. z"| 59 ^b|C*;&ISǬMэE*ío:\Fi^#Ю|lެ$Ul>;(#EdV?IriY?:#fu0GH!tv:#m,(bv{ cip;Bļ/a,W2j1/5p9TwWdt:QG.f3#@BѡҹpmHK1(¸Ru>s%V'atnH̯j)~Kw\[&Ԡx*z %^5^8 *a:ܮT$wgyф@I HRkd:V~+ף {PI{4i;ч ̯klK@bKq;lFe,>&1ۡR郩_qxӮ\8v)Gk*f2W4 ,nk|H' :4 U 'mnlY0= kxxe?ZNBԑ w6`!!f͌7aں#C"O72[[QZg9ES6?1ONNzEq ."E} &wX\J$efR'1FpO'"ej e'F|"BWĪڱ[m1  Эgc?q.&*r]ٯPoK  u@4bzhH[cr_7J"G;%L{NdVxx2*E eк0kNW))_-EکV/|dN2~8ĻAi IeDRN3|X-s|Ƒ05LGC*E{=s 鉍eejAOL٭묻"" hκ:31wCҒ!UOQBhhUŰQLxu_MC~֭)PWuι; }DN#%1x]kq̟3Ȳtmd8j3c֪8s p.=R+[1djk$2?}RU~K@rF} I=8dY dQˠ+Rqn zi[ᄎ ";<ǁSr^ O9 T:X@]g6hJ'}=kq  D! x[1gi1vVBnaqJ)GE1.R)J,:ZΈ#e zf q 1au澦zI;6amV+,NK]'VzJ[r3z^|L~ƣ҅c ɽyFιi֧FH`C :6E&v )dD>R籛Kh ͅ5ՠbo:y8]hQ哴z+oe"w #O.." T>`13Y;բg/fJoZ/ʠR֘F_5NbOm[e $„5WN q7UIdrll-o(ypEdk˲9iRWSJ `LZ8t*kwӀùC=S;qNh,wj3^ZY`lKf [zĪaorqmQprP~ lY:}M_*9=8O)Sm5",͈D{٣޵4LڒzQޑO -yɨik CjjMF=efX3qDu5_"+z_JkY嶤u] rUTnD 3FƤDoh)2#g `i< M PЇCjÚYGHT%u)kSf~kfoʵ> pcCj-|^SW}nTs;+d5C~0RP@˴C!I>Wi Bx̀P?B^7HszFr|-y%8ky Hrj_PNIw`#YʓhEO^2mx 8]%XS˵OxbG HW>ÎZ\5i"#gVfzolF^7@ /L%z? |eUƛƹaX%bOAIe ͅ(O o XS u0Zi2cJܡ~UË[ǐ ۡ#7kI;CH󇏳¥?uRޖ5٫{ 2O*Uhr#tk yKvdݼX bo㋧8aJ#/Hhr`(st1Ĵ(wev_Zbfz۞'SZjOpY&Dς e@u)>Pפ6j@N;`Z0oq`2B&U`VcQm$GImo(Z,ѫWkkw,4%Oy}ң€Ҍ!"WNų%̱TWبW>'H/2Y""ͽ-&V`dQ_\F-rmR3^6 \.i8agzu3pۛD)_ϼvd#,`=WWoԷ´.ޙ|QfvŹXÐM֌q ]4zT;c & #C4MEMs;[d3I F |,Xr˅*-s0ơqYǧla, Vq2+\F$زH$*5VR9^CpɓsZ]ŝAp.WTCŗ-~pM ^k|Qcj.R{腟(\. Vta1烗8ީ*aism_zGS=y}v)wKjW˾$ZN5&(o>V õcMa)9rT^ "zxD {A\ º:8ME\R܊j zfw  c3\LǺ `HE6r $v;qb;T}Yʉ&wi1SEI@wWa-ULmM!x7\9Xe5L&&E8DG];|FDMEh-}l7O#@3lLj3?p)WըVXn&"V )Åv;u}@Gk§nSc0n00(ON}~gr&.>}w--KA9&@]ckU/R$SIQ_uV.d@ Vٷ-Ȭhg? )_W#DД+M G~'mWRv>G&D#fYal+2 J1FnSyoߒl:waM6xjKq#eZ?eV$ٰtL5]G^15G@b1v-ᱥuaMGb'9"-:@!;`W¦u#.d\! wo/h鋀q4c[p: aC{9yJdu(:"Z߱IΟ^Z)0יw U/9zZ6mΏJ/ҽiK)ng$k%ϔ245(4x}~+⫚AjF? :Wf~L( |k̝6D}^࿸^RL^#5 lMN ~=3K[ڌj`ǂN&tg9Zj ;EȻuI=+,X1~4v",Ǭ"ZO@oҷ(CMfKo a'1fv"߫j-XDo }0/{u8zAԈ.2 -G/$'%eTNex#%~D'<\7G]`x֦8-tnιeTԠk7MM` 75nx Tᖃr9@390ahn\sF# fv|L~HշgI%T3kXn5ӴSebő?!*Sh+3nSJ\OtSA z sͼ>(!>[/%9TyЩOl{yc>m C~ՇBQ' b`ag+:U?(;.K*/ s/kUϻAS\}goӟ *L~MrROfXEZ*c5M dd# 9Cse.ԧKuP c:;'wǼoew'| t5Wrwf}\f2^Wy9c?AX.66`}kL {1(@O\&BD[[7P@UC_@TP}9^#xgy/Z.ڧzސ3l[P0K1s A18ݽ Qb&+{p }=Nkp!#^ޥ7 yz%^:-yhLA=^ZK^+EC65H3-% .<-C$GmU%S Q89u=,Y%i&MN.QZ (ŽS|IԎVP"hO6[7|kϸ \B&G+ykUbyʾNe#[|bJC8nLŸ:>%+ΰ 'xJHMW-F!q(do+ZI"t :| ^kc(4&ܶ@d\ 5J] v.ѪPP?f?|hjVЪ[dGlbHX>8ذt|}>?C XXv>8%T4LL)zdd.WX-.u>Ε7T tp|.l~Geg@jG QQe)9! Y P -zW&Le)ncu(]AdN#>S%7u8>J}զlTJcLPt=> 2=dMOw,}A\8Ksq[?L'$*.fͺLk=>Y>L*C0\]Uh v.3 xg $w6o2jAorc=.x3p5/;c啟x+o@c0nq'呃w_06Dpm&f<43Ѧxr.">BYW }S SJԮ4vuLX@V|C&^+2>IQ/k՜l&K읫9l:g~7Ct05x}4ar0M[i*żٻጆϽ'9]5W,Co;bw6Fo0j'GAPb!Ù1qF/Dh'2gEaB6±@ّΑ=#,UWoJ a4Ipk/gKi5tBJ\ҼQG+(u8kQa9^kQ 62FxȊ 5e n9׻8baO{.quWIJ.HD9u&$L*d؟Q4MD^nnڍ)Bզ L)D[mpwĩõ3X < g}LCe[eWXlG [3MyNz"Y64*|IsjKpuķ Qp `6.}T%<|%Y*\*GЀa_{/M|3IveǦ dqr[} C8B>HoGvD~qшDRⱟ{ _%lWI< 4yV3ԓ7T #W?ʍ dqp6ԁӬ(d)۝us.U;"Ur̸Q9cM*G=_FZHF2XPF (ʾ'C8ܦhêӰ{DG}g?''xRaL!10"ւ%A2 YOSx~cU_6,jOXF#^ 'uB0琵L &Q7Pז;7 0J1.齽];hvKӅ*_ϻ.48N>e#Ě{BgUؙpe4EpUKHQoѯKȰgbq][$K`,FT5MEaE ^PG D%(AɄ2ʬ = uNrjM}MAsub߶[ɋ=Tj JBHBz;/0-aƃs)/ %0 j.V.vQm=XˊUez~c1lLY>  \z8z o {)yH>'(C-Y ~14:}Kͻnࡣ}E\8xC]<3uPXB0`k ̈́ q**K /\xxG U;];j01m;Gv۵N"3QZ+D ]:RG?W.l=,[}gdΡ!52`')}ţԧ0rn䖶\v`+ᆴWlXf,?]$WŜ=PW6^fqGXP:lu; üC>@@cfznktx.B[W)B~Jn&@s-^3?3BTӤ賍YEhtɪZ/9D% w XDhЗU(uP"3P)T璹%(Cs(_ a Gex6#8e0Cq-mܙHr2 *M!9sVxVMCHiRU30bo/ ɳ%VCtIƥЛ$A*vTLT1zB~M~'<eU`sifVc*dݜwJXYX[~>l59B>VZe`Iz CjCaFhj"3|&])lGfog Cm HCgS^xV+Qt<:h #q3u YW ?1^HR5]܎ch1enn8kCܴ+~OWj+n%l=ʱ}LIh 3~/5/Os4,".7P])FJLjAR\mJґuGWEiӾU=ԋ T+;XXư@*YS"׽s}W +BZ=7rb%MQЖӒ $cq }0㶁S|Ly'pX{eOBXӠ;9k x= #fw_٬cxKJ=PzwFr&N[4B{ՐIT4bTJBd脠c ֝Ywf'y׻IEp[,éB>@H&>&@jէAi&KciԌ+HAJ]LNx/ބ{~*1K-7 ?HL,p#+~lmd5m֒A񴯖 N??{;Ib8XUYņa_A8N&zn1KS/f)*2V늸%ГNu<v6r2}MzymVb-~A{b:yQHC p[_[qV]`3-;Y1GmpeN~v*ׇ.728}0ʦEsNjz9G~ˢM$*Vہ3H#3roү'{+fUa>ԳXW!C\ٗdt-3-B5+@Lᬹn[N .*~uekͼ.fNL~Dƈ<}0ܤŢuOmG2! K̪0Vt|ŗNݴ?{雃tyHU!pv`U\7D@-Df S Ӂ=Ʒe7?J~X+ΫvfKc#zs5W|V^`C h#?nF)\R眶p G/pO{ QwA' 9 6BQ))6jn4;G&cܟqU~+qlPJm f9Q 2WlNHko94(6CTջ>TFu W+9"De7EQHI5sʌk8R#Ƣ8~e9 Q@FR>nuQڙ`ZV!nό$n٧tЃ вRjCBJg]|2B<5m_Y$LNk|(Ds& PwفpuI.. f3Xof{?`\9NYYټ?VGvhJk7 .`:ۑb*D >oJY+gKQ9CbGȘ? &K1-8O;nS~D#whV0kh -1<V2RDhR,ZJ!"9U ׀cvk5e8t֣hČQ}=ܤdt~1@Jq|bz'>T5ӌЙ:q.ᐨϛ1g6;i1 *׀|!kv(d`=JSK埱@͵ys/$k m~6 Ol)dF?J(#Oet*_$] 5zoJ~nG ܙ_WBJK&9>b>FAza&G耒a3mI2g I%6^Y9( 2qC|1%{̳m&]mei$`%9^SGEcz惬{_SP]B ;tԎ ŐG"pgmҸfkW(v;]J2Vˉ Fg΁~گ+ Ps}nSrF烽J1/~a(bHOF)K&j@)}y;vΊOYNk{9jgOP4ڵrXOq?XT?35u`C,ʹڣa[A68b[H9YQJMK rrQDk NB%(?5tҮh|x桰+4V+D/$6:ƽnxjkGtV,>IdFzL@iu @p*ܲ