Show
Ignore:
Timestamp:
06/15/08 15:37:53 (5 months ago)
Author:
sylvain
Message:

Largely refactored the microblogging example.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • oss/headstock/headstock/example/microblog/config.xml

    r675 r678  
    44    <storage type="filesystem" target="member"> 
    55      <encoding>utf-8</encoding> 
    6       <basepath>repository</basepath> 
    7       <!-- Uncomment the following line if you want to add memcached caching support --> 
     6      <basepath>repository/home/jabber.defuze.org</basepath> 
    87      <!--<cache ref="cache0" />--> 
    98    </storage> 
    109    <storage type="filesystem" target="media"> 
    1110      <encoding>utf-8</encoding> 
    12       <basepath>repository</basepath> 
     11      <basepath>repository/home/jabber.defuze.org</basepath> 
    1312    </storage> 
    1413    <cache id="cache0"> 
     
    1716      </servers> 
    1817    </cache> 
    19 <!-- 
    20     <storage type="subversion" target=""> 
    21       <repository-uri /> 
    22       <workingcopy-path /> 
    23       <username /> 
    24       <password /> 
    25     </storage> 
    26     <storage type="zodb" target=""> 
    27       <fstype /> 
    28       <fspath /> 
    29       <address /> 
    30       <top-level-node /> 
    31     </storage> 
    32     <storage type="s3" target=""> 
    33       <public-key /> 
    34       <private-key /> 
    35       <bucket-prefix /> 
    36       <encoding>utf-8</encoding> 
    37       <aws-key-lookup> 
    38         <module /> 
    39         <callable /> 
    40         <aws-keys-path /> 
    41       </aws-key-lookup> 
    42     </storage> 
    43     <storage type="dejavu" target=""> 
    44       <dbtype /> 
    45       <capitalize /> 
    46       <encoding>ISO-8859-1</encoding> 
    47       <dbconf /> 
    48     </storage> 
    49     <storage type="tarball" target=""> 
    50       <basepath /> 
    51       <compression /> 
    52       <encoding>utf-8</encoding> 
    53     </storage> 
    54 --> 
    5518  </store> 
    5619</config>