diff options
author | Zach Copley <zcopley@mekong.(none)> | 2009-06-17 14:36:33 -0700 |
---|---|---|
committer | Zach Copley <zcopley@mekong.(none)> | 2009-06-17 14:36:33 -0700 |
commit | cd1361fe960eb3afbbdb34b14061b8475dea60c8 (patch) | |
tree | c043f10b3e73865985f3ce2f9252925e004a46f0 /README | |
parent | 8992e8fa7a3c694cc9d424b3e50cf4d87519fa28 (diff) | |
parent | b58dc5e96117bdb4de899d37c6eb94ebf1c3dfe6 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1223,6 +1223,7 @@ supported: an array of mime types you accept to store and distribute, like 'image/gif', 'video/mpeg', 'audio/mpeg', etc. Make sure you setup your server to properly reckognize the types you want to support. +uploads: false to disable uploading files with notices (true by default). For quotas, be sure you've set the upload_max_filesize and post_max_size in php.ini to be large enough to handle your upload. In httpd.conf @@ -1246,6 +1247,14 @@ Options for group functionality. maxaliases: maximum number of aliases a group can have. Default 3. Set to 0 or less to prevent aliases in a group. + +oohembed +-------- + +oEmbed endpoint for multimedia attachments (links in posts). + +endpoint: oohembed endpoint using http://oohembed.com/ software. + Troubleshooting =============== |