<html><head></head><body bgcolor="#FFFFFF"><div>Is there any tutorial available? Or good code documentation provided?<br><br></div><div><br>Dnia 8 lut 2012 o godz. 17:48 "Parker, Joshua" <<a href="mailto:josh@7mediaws.org">josh@7mediaws.org</a>> napisaƂ(a):<br><br></div><div></div><blockquote type="cite"><div><div style="font-family: Arial; font-size: 10pt; color: #000000">Awesome.<br><br><br><br><div><span name="x"></span><table style="font-family: Times; border: 1px solid rgb(231, 231, 212);" border="0" cellpadding="0" cellspacing="0" height="102" width="400"><tbody><tr><td style="font: small arial; text-align: center;" bgcolor="#f0f0f0" width="100"><a href="http://www.7mediaws.org/" target="_blank"><img src="http://www.joshparker.us/wp-content/uploads/2011/08/wp-signature.png" alt="Josh Parker WordPress Consultant" border="0" height="90" width="90"></a></td><td style="font: 12px/15px Helvetica; padding-left: 12px;" bgcolor="#ffffff" width="300"><div style="margin-top: 2px; color: rgb(89, 75, 56); font-size: 13px; line-height: 16px; font-weight: bold;">Joshua Parker</div><div style="color: rgb(0, 96, 128);">WordPress, CMS & PHP Consultant</div><div style="color: rgb(160, 160, 160); font-size: 11px; line-height: 14px;">888.255.1798 x701</div><div style="color: rgb(160, 160, 160); font-size: 11px; line-height: 14px;">Skype: seven-media</div><div style="height: 8px; line-height: 8px;"> </div><div style="color: rgb(89, 75, 56); font-size: 11px; line-height: 14px;">7 Media Web Solutions, LLC</div><div style="font-size: 11px; line-height: 14px;"><a href="http://www.7mediaws.org/" target="_blank" style="color: rgb(160, 160, 160); text-decoration: none;">www.7mediaws.org</a></div></td></tr><tr><td colspan="2" style="font: small arial;" align="right" bgcolor="#f0f0f0"><table cellpadding="5" cellspacing="0" width="300"><tbody><tr><td style="font: small arial;" align="center"><a href="http://twitter.com/#%21/7mediaws" target="_blank"><img src="http://www.joshparker.us/wp-content/uploads/2011/08/twitter.png" alt="Twitter" border="0" height="20" width="20"></a></td><td style="font: small arial;" align="center"><a href="http://www.linkedin.com/in/joshmac" target="_blank"><img src="http://www.joshparker.us/wp-content/themes/Bluelight/images/icons/linkedin.png" alt="Linkedin" border="0" height="20" width="20"></a></td><td style="font: small arial;" align="center"><a href="http://www.7mediaws.org/feed/" target="_blank"><img src="http://www.joshparker.us/wp-content/uploads/2011/08/rss.png" alt="Josh Parker :: WordPress Consultant" border="0" height="20" width="20"></a></td><td style="font: small arial;" align="center"><a><img src="http://www.joshparker.us/wp-content/uploads/2011/09/skype.png" alt="Skype" border="0" height="20" width="20"></a></td><td style="font: small arial;" align="center"><a href="http://gplus.to/joshuaparker" target="_blank"><img src="http://www.joshparker.us/wp-content/uploads/2011/08/google+.png" alt="Google+" border="0" height="20" width="20"></a></td><td style="font: small arial;" align="center"><a href="http://wordpress.org/extend/plugins/profile/parkerj" target="_blank"><img src="http://www.joshparker.us/wp-content/uploads/2011/08/blue-s.png" alt="WordPress Profile" border="0" height="20" width="20"></a></td><td style="font: small arial;" align="center"><a href="http://about.me/joshuaparker" target="_blank"><img src="http://www.joshparker.us/wp-content/uploads/2011/08/aboutme.png" alt="About.me" border="0" height="20" width="20"></a></td><td style="font: small arial;" align="center"><a href="http://en.gravatar.com/joshmac3" target="_blank"><img src="http://www.joshparker.us/wp-content/uploads/2011/08/gravatar-icon.jpg" alt="Gravatar" border="0" height="20" width="20"></a><br></td></tr></tbody></table></td></tr></tbody></table><span name="x"></span><br><br>7 Media Blog: Thoughts on PHP Frameworks <a href="http://www.7mediaws.org/general/thoughts_on_php_frameworks.html">http://www.7mediaws.org/general/thoughts_on_php_frameworks.html</a></div><hr id="zwchr"><div style="color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>From: </b>"Robin Appelman" <<a href="mailto:icewind@owncloud.com">icewind@owncloud.com</a>><br><b>To: </b><a href="mailto:owncloud@kde.org">owncloud@kde.org</a><br><b>Sent: </b>Wednesday, February 8, 2012 11:46:03 AM<br><b>Subject: </b>[Owncloud] Filesystem merged into master<br><br>Earlier today I merged the filesystem branch into master,<br>the filesystem branch holded multiply improvements to the entire filesystem <br>infrastructure of ownCloud, including the option to access the files outside <br>the users home folder, and caching of file info in the database for quick <br>access.<br><br>What does this mean for users:<br> - Almost nothing, the first time you access the Files page in your ownCloud,                 <br>        your home folder will get scanned and you can continue using your cloud.<br><br>What does this mean for developers:<br> - use the filesystem cache where possible, using the cache instead of querying <br>        the filesystem can give a big improvement in preformance, things like                 <br>        search for files (by name or mimetype) can be done with a single sql query <br>        and getting the mimetype isn't near as expensive<br><br> - use the filesystem views[1] when you need to access/store files outside the         <br>        users home folder (e.g. storing thumbnails of images)<br><br>Another recent addition to the developers arsenall, unrelated to the filesystem <br>branch, is a server and client side library for server-sent events[2],<br>this can be used to provide feedback to the client during long-term actions <br>like scanning images or music.<br><br>If you need more info/help on one of these subjects, send me a mail, poke me <br>on irc or wait untill I stop being lazy and write some proper <br>documentation/tutorials on the site :)<br><br>[1]: <a href="http://mail.kde.org/pipermail/owncloud/2012-January/002065.html">http://mail.kde.org/pipermail/owncloud/2012-January/002065.html</a><br>[2]: <a href="http://dev.w3.org/html5/eventsource/">http://dev.w3.org/html5/eventsource/</a><br><br><br> - Robin Appelman<br>_______________________________________________<br>Owncloud mailing list<br><a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/owncloud">https://mail.kde.org/mailman/listinfo/owncloud</a><br></div><br></div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Owncloud mailing list</span><br><span><a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a></span><br><span><a href="https://mail.kde.org/mailman/listinfo/owncloud">https://mail.kde.org/mailman/listinfo/owncloud</a></span><br></div></blockquote></body></html>