index.html 1.1 KB

12345678910111213141516171819202122232425
  1. <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
  2. "http://www.w3.org/TR/html4/frameset.dtd"><html>
  3. <!--
  4. &copy; Copyright 2008 <a href="http://www.coderage.com/" target="_top">CodeRage, LLC</a><br/>&copy; Copyright 2004-2007 <a href="https://www.boost.org/users/people/jonathan_turkanis.html" target="_top">Jonathan Turkanis</a>
  5. Distributed under the Boost Software License, Version 1.0. (See
  6. accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. -->
  8. <html>
  9. <head>
  10. <title>Boost.Iostreams</title>
  11. </head>
  12. <frameset cols="230,*">
  13. <frame scrolling="auto" name="index" src="menu.html">
  14. <frame scrolling="auto" name="content" src="home.html">
  15. <noframes>
  16. <body>
  17. <a href="menu.html"></A>
  18. <a href="home.html"></A>
  19. <P CLASS="copyright">
  20. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <A HREF="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)
  21. </P>
  22. </body>
  23. </noframes>
  24. </frameset>
  25. </html>