todolist.html 1.5 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <!-- template designed by Marco Von Ballmoos -->
  6. <title>Todo List</title>
  7. <link rel="stylesheet" href="media/stylesheet.css" />
  8. <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
  9. </head>
  10. <body>
  11. <div align="center"><h1>Todo List</h1></div>
  12. <h2>Apache</h2>
  13. <h3><a href="Apache/Solr/Apache_Solr_Service.html">Apache_Solr_Service</a></h3>
  14. <ul>
  15. <li>Investigate using other HTTP clients other than file_get_contents built-in handler. Could provide performance improvements when dealing with multiple requests by using HTTP's keep alive functionality</li>
  16. </ul>
  17. <h3><a href="Apache/Solr/Apache_Solr_Service.html#methodextractFromString">Apache_Solr_Service::extractFromString()</a></h3>
  18. <ul>
  19. <li>Should be using multipart/form-data to post parameter values, but I could not get my implementation to work. Needs revisisted.</li>
  20. </ul>
  21. <h3><a href="Apache/Solr/Apache_Solr_Service_Balancer.html#methodextractFromString">Apache_Solr_Service_Balancer::extractFromString()</a></h3>
  22. <ul>
  23. <li>Should be using multipart/form-data to post parameter values, but I could not get my implementation to work. Needs revisisted.</li>
  24. </ul>
  25. <p class="notes" id="credit">
  26. Documentation generated on Wed, 04 May 2011 11:01:19 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
  27. </p>
  28. </body>
  29. </html>