From 5b5cae3b08de10ac8e31b1264fd1fca4e92d9de9 Mon Sep 17 00:00:00 2001 From: Christian Kvalheim Date: Fri, 20 Apr 2012 15:10:19 +0200 Subject: [PATCH] Updated docs --- _sources/api-generated/db.txt | 9 +- _sources/api-generated/replset.txt | 28 +++++ _sources/api-generated/server.txt | 28 +++++ _sources/github/github.txt | 78 ++++++------- api-generated/db.html | 11 +- api-generated/replset.html | 177 +++++++++++++++++++++++++++++ api-generated/server.html | 177 +++++++++++++++++++++++++++++ genindex.html | 2 +- github/github.html | 78 ++++++------- objects.inv | Bin 1257 -> 1260 bytes searchindex.js | 2 +- 11 files changed, 506 insertions(+), 84 deletions(-) create mode 100644 _sources/api-generated/replset.txt create mode 100644 _sources/api-generated/server.txt create mode 100644 api-generated/replset.html create mode 100644 api-generated/server.html diff --git a/_sources/api-generated/db.txt b/_sources/api-generated/db.txt index 40a64d74dd..759de15c9c 100644 --- a/_sources/api-generated/db.txt +++ b/_sources/api-generated/db.txt @@ -2003,10 +2003,15 @@ Connect to MongoDB using a url as documented at www.mongodb.org/display/DOCS/Connections -.. js:function:: Db.connect(url, options, callback) + + +Options + - **uri_decode_auth** {Boolean, default:false} uri decode the user name and password for authentication + +.. js:function:: Db.connect(url[, options], callback) :param string url: connection url for MongoDB. - :param object options: additional options not covered by the url. + :param object [options]: optional options for insert command :param function callback: callback returns the initialized db. :returns: null diff --git a/_sources/api-generated/replset.txt b/_sources/api-generated/replset.txt new file mode 100644 index 0000000000..2ef148b59a --- /dev/null +++ b/_sources/api-generated/replset.txt @@ -0,0 +1,28 @@ +======= +ReplSet +======= + +------------------ +Constructor +------------------ + + +ReplSet constructor provides replicaset functionality + + + .. js:class:: ReplSet + + :param array list: of server objects participating in the replicaset. + :param object [options]: additional options for the collection. + + +Options + - **ha** {Boolean, default:false}, turn on high availability. + - **haInterval** {Number, default:2000}, time between each replicaset status check. + - **reconnectWait** {Number, default:1000}, time to wait in miliseconds before attempting reconnect. + - **retries** {Number, default:30}, number of times to attempt a replicaset reconnect. + - **rs_name** {String}, the name of the replicaset to connect to. + - **readPreference** {String}, the prefered read preference (Server.READ_PRIMARY, Server.READ_SECONDARY, Server.READ_SECONDARY_ONLY). + - **read_secondary** {Boolean, deprecated}, allow reads from secondary. + - **strategy** {String, default:null}, selection strategy for reads choose between (ping and statistical, default is round-robin) + diff --git a/_sources/api-generated/server.txt b/_sources/api-generated/server.txt new file mode 100644 index 0000000000..782a688899 --- /dev/null +++ b/_sources/api-generated/server.txt @@ -0,0 +1,28 @@ +======== +Server() +======== + +------------------ +Constructor +------------------ + + +Class representing a single MongoDB Server connection + + + .. js:class:: Server() + + :param string host: the server host + :param number port: the server port + :param object [options]: optional options for insert command + + +Options + - **readPreference** {String, default:null}, set's the read preference (Server.READ_PRIMAR, Server.READ_SECONDARY_ONLY, Server.READ_SECONDARY) + - **ssl** {Boolean, default:false}, use ssl connection (needs to have a mongod server with ssl support) + - **slaveOk** {Boolean, default:false}, legacy option allowing reads from secondary, use **readPrefrence** instead. + - **poolSize** {Number, default:1}, number of connections in the connection pool, set to 1 as default for legacy reasons. + - **socketOptions** {Object, default:null}, an object containing socket options to use (noDelay:(boolean), keepAlive:(number), timeout:(number)) + - **logger** {Object, default:null}, an object representing a logger that you want to use, needs to support functions debug, log, error **({error:function(message, object) {}, log:function(message, object) {}, debug:function(message, object) {}})**. + - **auto_reconnect** {Boolean, default:false}, reconnect on error. + diff --git a/_sources/github/github.txt b/_sources/github/github.txt index d54eef1548..30de94f171 100644 --- a/_sources/github/github.txt +++ b/_sources/github/github.txt @@ -16,7 +16,7 @@ Web frameworks using MongoDB * - **Activity Level** - .. image:: ../static/active.png * - **Last push** - - 0:19:12 on 12/3/2012 + - 16:2:27 on 13/3/2012 * - **Homepage** - http:// * - **Url** @@ -39,7 +39,7 @@ Web frameworks using MongoDB * - **Activity Level** - .. image:: ../static/active.png * - **Last push** - - 3:0:43 on 9/3/2012 + - 3:4:26 on 16/3/2012 * - **Homepage** - http:// * - **Url** @@ -62,7 +62,7 @@ Web frameworks using MongoDB * - **Activity Level** - .. image:: ../static/active.png * - **Last push** - - 12:40:40 on 6/2/2012 + - 10:10:55 on 17/3/2012 * - **Homepage** - http://search.npmjs.org/#/bread * - **Url** @@ -134,7 +134,7 @@ Object Document Modeling Libraries * - **Activity Level** - .. image:: ../static/active.png * - **Last push** - - 18:58:47 on 9/3/2012 + - 23:56:15 on 19/3/2012 * - **Homepage** - http:// * - **Url** @@ -142,9 +142,9 @@ Object Document Modeling Libraries * - **Clone Url** - https://github.com/LearnBoost/mongoose.git * - **Forks** - - 178 + - 182 * - **Watchers** - - 1876 + - 1902 .. topic:: mongo-model @@ -157,7 +157,7 @@ Object Document Modeling Libraries * - **Activity Level** - .. image:: ../static/active.png * - **Last push** - - 14:48:3 on 31/2/2012 + - 23:4:26 on 17/3/2012 * - **Homepage** - http://http://alexeypetrushin.github.com/mongo-model * - **Url** @@ -167,7 +167,7 @@ Object Document Modeling Libraries * - **Forks** - 4 * - **Watchers** - - 35 + - 38 .. topic:: mongodb-expressions @@ -227,9 +227,9 @@ Content Management Systems :header-rows: 0 * - **Activity Level** - - .. image:: ../static/nonactive.png + - .. image:: ../static/active.png * - **Last push** - - 19:13:40 on 11/6/2011 + - 6:25:45 on 18/3/2012 * - **Homepage** - http:// * - **Url** @@ -252,7 +252,7 @@ Content Management Systems * - **Activity Level** - .. image:: ../static/active.png * - **Last push** - - 16:57:40 on 11/3/2012 + - 10:54:59 on 16/3/2012 * - **Homepage** - http://calip.so * - **Url** @@ -260,9 +260,9 @@ Content Management Systems * - **Clone Url** - https://github.com/cliftonc/calipso.git * - **Forks** - - 109 + - 108 * - **Watchers** - - 778 + - 787 Grid FS libraries or tools -------------------------- @@ -312,9 +312,9 @@ Wrapper libraries to ease the use of development or provide simple ODM like beha * - **Clone Url** - https://github.com/guileen/node-mongoskin.git * - **Forks** - - 24 + - 25 * - **Watchers** - - 278 + - 283 .. topic:: mongoq @@ -383,7 +383,7 @@ Wrapper libraries to ease the use of development or provide simple ODM like beha * - **Forks** - 8 * - **Watchers** - - 127 + - 130 .. topic:: mongode @@ -406,7 +406,7 @@ Wrapper libraries to ease the use of development or provide simple ODM like beha * - **Forks** - 1 * - **Watchers** - - 36 + - 37 .. topic:: node-mongodb-wrapper @@ -419,7 +419,7 @@ Wrapper libraries to ease the use of development or provide simple ODM like beha * - **Activity Level** - .. image:: ../static/active.png * - **Last push** - - 14:13:28 on 27/1/2012 + - 17:45:57 on 19/3/2012 * - **Homepage** - http://http://i.tv * - **Url** @@ -427,9 +427,9 @@ Wrapper libraries to ease the use of development or provide simple ODM like beha * - **Clone Url** - https://github.com/idottv/node-mongodb-wrapper.git * - **Forks** - - 5 + - 7 * - **Watchers** - - 28 + - 31 .. topic:: mongodb-async @@ -547,7 +547,7 @@ REST api's around MongoDB or resource based libraries * - **Forks** - 24 * - **Watchers** - - 129 + - 136 .. topic:: lazyBum @@ -779,7 +779,7 @@ Logging libraries or applications * - **Activity Level** - .. image:: ../static/active.png * - **Last push** - - 19:45:47 on 1/3/2012 + - 11:52:6 on 19/3/2012 * - **Homepage** - http://dev/null * - **Url** @@ -789,7 +789,7 @@ Logging libraries or applications * - **Forks** - 1 * - **Watchers** - - 14 + - 17 Monitoring applications or libraries ------------------------------------ @@ -911,9 +911,9 @@ Translation libraries or frameworks * - **Clone Url** - https://github.com/masylum/dialect.git * - **Forks** - - 14 + - 15 * - **Watchers** - - 92 + - 96 Libraries or Applications for analytics --------------------------------------- @@ -929,7 +929,7 @@ Libraries or Applications for analytics * - **Activity Level** - .. image:: ../static/active.png * - **Last push** - - 17:10:35 on 11/3/2012 + - 1:24:7 on 20/3/2012 * - **Homepage** - http://http://square.github.com/cube * - **Url** @@ -937,9 +937,9 @@ Libraries or Applications for analytics * - **Clone Url** - https://github.com/square/cube.git * - **Forks** - - 136 + - 138 * - **Watchers** - - 1686 + - 1699 Libraries for the connect middleware ------------------------------------ @@ -963,9 +963,9 @@ Libraries for the connect middleware * - **Clone Url** - https://github.com/bartt/connect-session-mongo.git * - **Forks** - - 4 + - 5 * - **Watchers** - - 9 + - 10 .. topic:: connect-mongodb @@ -986,9 +986,9 @@ Libraries for the connect middleware * - **Clone Url** - https://github.com/masylum/connect-mongodb.git * - **Forks** - - 21 + - 23 * - **Watchers** - - 139 + - 144 .. topic:: connect-mongo @@ -1001,9 +1001,9 @@ Libraries for the connect middleware * - **Activity Level** - .. image:: ../static/active.png * - **Last push** - - 15:8:21 on 6/3/2012 + - 1:10:40 on 15/3/2012 * - **Homepage** - - http:// + - http://http://kcbanner.github.com/connect-mongo/ * - **Url** - https://github.com/kcbanner/connect-mongo * - **Clone Url** @@ -1011,7 +1011,7 @@ Libraries for the connect middleware * - **Forks** - 37 * - **Watchers** - - 101 + - 109 Libraries or applications for continous integration --------------------------------------------------- @@ -1027,9 +1027,9 @@ Libraries or applications for continous integration * - **Activity Level** - .. image:: ../static/active.png * - **Last push** - - 14:19:55 on 11/3/2012 + - 0:9:49 on 15/3/2012 * - **Homepage** - - http:// + - http://http://ryankee.github.com/concrete * - **Url** - https://github.com/ryankee/concrete * - **Clone Url** @@ -1037,7 +1037,7 @@ Libraries or applications for continous integration * - **Forks** - 17 * - **Watchers** - - 147 + - 150 Exampe applications ------------------- @@ -1086,5 +1086,5 @@ Exampe applications * - **Forks** - 1 * - **Watchers** - - 3 + - 4 diff --git a/api-generated/db.html b/api-generated/db.html index 0d01d53067..73995e6ed0 100644 --- a/api-generated/db.html +++ b/api-generated/db.html @@ -2251,16 +2251,23 @@

dropDatabase

Connect to MongoDB using a url as documented at

www.mongodb.org/display/DOCS/Connections

+
+
Options
+
    +
  • uri_decode_auth {Boolean, default:false} uri decode the user name and password for authentication
  • +
+
+
-Db.connect(url, options, callback)
+Db.connect(url[, options], callback)
diff --git a/api-generated/replset.html b/api-generated/replset.html new file mode 100644 index 0000000000..059f34d9c6 --- /dev/null +++ b/api-generated/replset.html @@ -0,0 +1,177 @@ + + + + + + + + + ReplSet — MongoDB Node.JS Driver 0.9.9.8 documentation + + + + + + + + + + + + + +
+
+
+
+ +
+

ReplSet

+
+

Constructor

+

ReplSet constructor provides replicaset functionality

+
+
+
+class ReplSet()
+
Arguments:
  • url (string) – connection url for MongoDB.
  • -
  • options (object) – additional options not covered by the url.
  • +
  • [options] (object) – optional options for insert command
  • callback (function) – callback returns the initialized db.
+++ + + + +
Arguments:
    +
  • list (array) – of server objects participating in the replicaset.
  • +
  • [options] (object) – additional options for the collection.
  • +
+
+
+ + +
+
Options
+
    +
  • ha {Boolean, default:false}, turn on high availability.
  • +
  • haInterval {Number, default:2000}, time between each replicaset status check.
  • +
  • reconnectWait {Number, default:1000}, time to wait in miliseconds before attempting reconnect.
  • +
  • retries {Number, default:30}, number of times to attempt a replicaset reconnect.
  • +
  • rs_name {String}, the name of the replicaset to connect to.
  • +
  • readPreference {String}, the prefered read preference (Server.READ_PRIMARY, Server.READ_SECONDARY, Server.READ_SECONDARY_ONLY).
  • +
  • read_secondary {Boolean, deprecated}, allow reads from secondary.
  • +
  • strategy {String, default:null}, selection strategy for reads choose between (ping and statistical, default is round-robin)
  • +
+
+
+ + + + + + + +
+
+ +

Page Contents

+ + + +

Core Documentation

+ + + + +

This Page

+ +
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/api-generated/server.html b/api-generated/server.html new file mode 100644 index 0000000000..8743d11046 --- /dev/null +++ b/api-generated/server.html @@ -0,0 +1,177 @@ + + + + + + + + + Server() — MongoDB Node.JS Driver 0.9.9.8 documentation + + + + + + + + + + + + + +
+
+
+
+ +
+

Server()

+
+

Constructor

+

Class representing a single MongoDB Server connection

+
+
+
+class Server()
+
+++ + + + +
Arguments:
    +
  • host (string) – the server host
  • +
  • port (number) – the server port
  • +
  • [options] (object) – optional options for insert command
  • +
+
+
+ +
+
+
Options
+
    +
  • readPreference {String, default:null}, set’s the read preference (Server.READ_PRIMAR, Server.READ_SECONDARY_ONLY, Server.READ_SECONDARY)
  • +
  • ssl {Boolean, default:false}, use ssl connection (needs to have a mongod server with ssl support)
  • +
  • slaveOk {Boolean, default:false}, legacy option allowing reads from secondary, use readPrefrence instead.
  • +
  • poolSize {Number, default:1}, number of connections in the connection pool, set to 1 as default for legacy reasons.
  • +
  • socketOptions {Object, default:null}, an object containing socket options to use (noDelay:(boolean), keepAlive:(number), timeout:(number))
  • +
  • logger {Object, default:null}, an object representing a logger that you want to use, needs to support functions debug, log, error ({error:function(message, object) {}, log:function(message, object) {}, debug:function(message, object) {}}).
  • +
  • auto_reconnect {Boolean, default:false}, reconnect on error.
  • +
+
+
+
+
+ + +
+
+
+
+
+ +

Page Contents

+ + + +

Core Documentation

+ + + + +

This Page

+ +
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/genindex.html b/genindex.html index bf83c73f1a..2c8880d422 100644 --- a/genindex.html +++ b/genindex.html @@ -892,7 +892,7 @@

V

-
valueOf() (built-in function), [1] +
valueOf() (built-in function), [1]
diff --git a/github/github.html b/github/github.html index 9e55680ffa..8b7cb9b5ec 100644 --- a/github/github.html +++ b/github/github.html @@ -61,7 +61,7 @@

Web frameworks using MongoDBLast push -0:19:12 on 12/3/2012 +16:2:27 on 13/3/2012 Homepage http:// @@ -97,7 +97,7 @@

Web frameworks using MongoDBLast push -3:0:43 on 9/3/2012 +3:4:26 on 16/3/2012 Homepage http:// @@ -133,7 +133,7 @@

Web frameworks using MongoDBLast push -12:40:40 on 6/2/2012 +10:10:55 on 17/3/2012 Homepage http://search.npmjs.org/#/bread @@ -244,7 +244,7 @@

Object Document Modeling LibrariesLast push -18:58:47 on 9/3/2012 +23:56:15 on 19/3/2012 Homepage http:// @@ -256,10 +256,10 @@

Object Document Modeling Librarieshttps://github.com/LearnBoost/mongoose.git Forks -178 +182 Watchers -1876 +1902 @@ -280,7 +280,7 @@

Object Document Modeling LibrariesLast push -14:48:3 on 31/2/2012 +23:4:26 on 17/3/2012 Homepage http://http://alexeypetrushin.github.com/mongo-model @@ -295,7 +295,7 @@

Object Document Modeling LibrariesWatchers -35 +38 @@ -387,11 +387,11 @@

Content Management Systems Activity Level -../_images/nonactive.png +../_images/active.png Last push -19:13:40 on 11/6/2011 +6:25:45 on 18/3/2012 Homepage http:// @@ -427,7 +427,7 @@

Content Management SystemsLast push -16:57:40 on 11/3/2012 +10:54:59 on 16/3/2012 Homepage http://calip.so @@ -439,10 +439,10 @@

Content Management Systemshttps://github.com/cliftonc/calipso.git Forks -109 +108 Watchers -778 +787 @@ -517,10 +517,10 @@

Wrapper libraries to ease the use of development or provide simple ODM like https://github.com/guileen/node-mongoskin.git Forks -24 +25 Watchers -278 +283 @@ -628,7 +628,7 @@

Wrapper libraries to ease the use of development or provide simple ODM like 8 Watchers -127 +130 @@ -664,7 +664,7 @@

Wrapper libraries to ease the use of development or provide simple ODM like 1 Watchers -36 +37 @@ -685,7 +685,7 @@

Wrapper libraries to ease the use of development or provide simple ODM like Last push -14:13:28 on 27/1/2012 +17:45:57 on 19/3/2012 Homepage http://http://i.tv @@ -697,10 +697,10 @@

Wrapper libraries to ease the use of development or provide simple ODM like https://github.com/idottv/node-mongodb-wrapper.git Forks -5 +7 Watchers -28 +31 @@ -883,7 +883,7 @@

REST api’s around MongoDB or resource based librariesWatchers -129 +136 @@ -1240,7 +1240,7 @@

Logging libraries or applicationsLast push -19:45:47 on 1/3/2012 +11:52:6 on 19/3/2012 Homepage http://dev/null @@ -1255,7 +1255,7 @@

Logging libraries or applicationsWatchers -14 +17 @@ -1441,10 +1441,10 @@

Translation libraries or frameworkshttps://github.com/masylum/dialect.git Forks -14 +15 Watchers -92 +96 @@ -1468,7 +1468,7 @@

Libraries or Applications for analyticsLast push -17:10:35 on 11/3/2012 +1:24:7 on 20/3/2012 Homepage http://http://square.github.com/cube @@ -1480,10 +1480,10 @@

Libraries or Applications for analyticshttps://github.com/square/cube.git Forks -136 +138 Watchers -1686 +1699 @@ -1519,10 +1519,10 @@

Libraries for the connect middlewarehttps://github.com/bartt/connect-session-mongo.git Forks -4 +5 Watchers -9 +10 @@ -1555,10 +1555,10 @@

Libraries for the connect middlewarehttps://github.com/masylum/connect-mongodb.git Forks -21 +23 Watchers -139 +144 @@ -1579,10 +1579,10 @@

Libraries for the connect middlewareLast push -15:8:21 on 6/3/2012 +1:10:40 on 15/3/2012 Homepage -http:// +http://http://kcbanner.github.com/connect-mongo/ Url https://github.com/kcbanner/connect-mongo @@ -1594,7 +1594,7 @@

Libraries for the connect middlewareWatchers -101 +109 @@ -1618,10 +1618,10 @@

Libraries or applications for continous integration Last push -14:19:55 on 11/3/2012 +0:9:49 on 15/3/2012 Homepage -http:// +http://http://ryankee.github.com/concrete Url https://github.com/ryankee/concrete @@ -1633,7 +1633,7 @@

Libraries or applications for continous integration17 Watchers -147 +150 @@ -1708,7 +1708,7 @@

Exampe applicationsWatchers -3 +4 diff --git a/objects.inv b/objects.inv index e77794ac7d42db599b871c3873ea56f28d3eef26..828e178c488e66011528a8248f0339a7ac34eda6 100644 GIT binary patch delta 1115 zcmV-h1f=`v3G4}wpnqaAooS~BkXTZPL4XB7Me6k9y98xYWGE4UeDa9E0*l?ZyKmQp zq)bpaMB32zoFu@b*}JGb&Wh8*d}j*&Q}jvFibM2Nf4a*-j0nAcJxMfMH4v5V`Wu^X zr)_bw;WNqMZnfM(7Jbw2Q%Vx>e?B>2+5K7uiz{)_FOzw5(@F^VOX zfgeuG6{Ffnb$@2@PfYv{#|bCl(_i4&3F#fn%$DUl6ZG`&iW&I8`1PlcD2rDA@_O9# z%`*80xJ)~FBV#m;$b+n}SZf`pmACuIrL+sstSa>2Q+f8g&Ww2!ettzf}v8E za*cE+NZZTFvDWPjKA0L-#E^t&@T(tsLurt=Q^M1V<7yM<7dXn`ocd?q|F2p*n==Nr zZ@AmIVYFQz)|#m*b4GQ@!GY?KLyzjTjC9>Zq<<$TZN;7H@Q}}HXi~=`tHF8v(W@vdfxV?@E|R$ zIVmDQF~ZS|9i{Ry=8_4brXZi#O=IYRLjWUsWe4-rTH*s*@+OM3C%l49HZ7`;MIw1m zkbhBJapZ)9{MlOm4`z1DD$77&eY#ZCu6m)@vs`h+2n=HTrU|*>!$&+&s}N%RI*|u( z>b}T@^gL1-jdV@3qYUp)P%=mqsq`bZv%v&Ofgjtk4fHc)VZB-7)&RGh<)%~W^opbGCOK>46+e>^)J7@hzK~CCb4_bveOD~ zwI#s4uXGru{f18r9Hm``UN22r#_vBnYsb3Jum|oV*+Fkj3UHr$ZL#f~ntIi(=~Qs$ zg<0xzu(FH#=jHnbyH~PGI80CpYB!zDB1pLfTBZI0%k({$dTQP>(nL(L)m~H(O1%dD hMurYVZ|36t8HM+F!j^8o{FhXWQ{Vq={10z!OVH^nHe3Jz delta 1112 zcmV-e1gHD#3F!%tpnp;_ooS~BkXTZPL4XB7Me6k9y8vZTWGE4UeDa9EVi&t_cOTZJ zq)brQC)&{WoTR{$$-AUFOv>ZJbZbifQ}RjDnnUtrKiw4|283R}9wnNs8i>la-Hpw+ z|2Ho{$ogZ8z*+xT-d*m6ocN%C@z5aZ;i#Q@rV4AHf(<|83l#zwKef7{$`s zzz?SticxK(I)C%{CnkP}!$^?u>Mw9;h4hx?X3dJNiMslC#SDC4{QA`gj76`1c|C4i zvrNAMF4I=t$PKzi6j4?$(rG4zz$3lkbu!jrdf7xQMz>2ui&0e)Cm3hJlZXpgrC`To ztsj(qA_-U9D`6SDp!qb&BPO>whUCIS03NUJ3*$;r_JZZSqG1 z-Nu2AGi^fgY2+j9eIfQEJYAF@_NZ6~-xyQlS$_8`n*$MU+`ooQDyoAj(#l=qX)#hl z25zgDP#~Ij5M?n3t-oxEh|4E^PpS%Nu$!rp)r@o33?V#9=pW;f$QzI){q?O%eYX}w zL&f&!k$+%!`?B?!bC~y~kIBDw4L#V&4MImd`nkda|`igR|IUUN49t zDbXXy>2VFFSCmGDDkD6rIj%NIdVy{9&apqc!F#pZ+npOwyQb3(J4U^(>e*>_0GiCg;i;Vz0#;$BU(&rCHmdH=|4Qhy#I`cW;Ar@n-Dq?uCW5LD6Uo7Hmq z2GD5}Mh7Khw@%%_*iIqyJ);}70$U;$TH9n+>fxW7@F**sJ1HVSF~ZS}EguST=9~$l z#vq@%O+)B`eFU9(ZSB*{dEx_l@+N+>BfN%HJ}#;cWh!|`kWpOmBy_#{dGh=p%xvd% zo_~YF=5nbcU5!HL^>HN-12EXQJB`ToFFp_fYeJ0kZ6S{!#9fgK<$0hp8hOieNB;>* zMu{q@I1(hJN*hB=tpgwRkNBvKW=0CaXpVbEKSLh(C~F`Q5z@1|7Nxj-YJ3%%6$0p+ z)Wy(TTsM)v3`+|I?7JP7_ec(CM)qOq|54W(Q+aIAWz)Ss=261> z^f}ttnf-ZLUvKw9)+vV(0z%!Uv+)C|)=TeW2SO%URV;r}W6@=2DfxnTl eGtiqEe7Ek0mXoI2ht