index.htm 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  4. <head>
  5. <title>Boost C++ Libraries</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
  7. <link rel="stylesheet" type="text/css" href="more/css_0/front.css" />
  8. <!--[if IE]>
  9. <style type="text/css">
  10. body { behavior: url(more/css_0/csshover.htc); }
  11. </style>
  12. <![endif]-->
  13. </head>
  14. <body>
  15. <div class="body-0">
  16. <div class="body-1">
  17. <div class="body-2">
  18. <div id="d0"></div>
  19. <div id="d1"></div>
  20. <div id="d2"></div>
  21. <div id="d3"></div>
  22. <div id="heading">
  23. <h1><span id="boost">Boost</span> <span id="cpplibraries">C++
  24. Libraries</span></h1>
  25. </div>
  26. <div id="content">
  27. <div class="section" id="intro">
  28. <h1>Welcome to Boost.org!</h1>
  29. <div class="section-body">
  30. <div class="section-body-0">
  31. <div class="section-body-1">
  32. <p>Boost provides free peer-reviewed portable C++ source
  33. libraries.</p>
  34. <p>We emphasize libraries that work well with the C++
  35. Standard Library. Boost libraries are intended to be widely
  36. useful, and usable across a broad spectrum of applications.
  37. The <a href="more/license_info.html">Boost license</a>
  38. encourages both commercial and non-commercial use.</p>
  39. <p>We aim to establish "existing practice" and provide
  40. reference implementations so that Boost libraries are
  41. suitable for eventual standardization. Ten Boost libraries
  42. are already included in the <a href=
  43. "http://www.open-std.org/jtc1/sc22/wg21">C++ Standards
  44. Committee's</a> Library Technical Report (<a href=
  45. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf">
  46. TR1</a>) as a step toward becoming part of a future C++
  47. Standard. More Boost libraries will part of the upcoming
  48. <a href=
  49. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1810.html">
  50. TR2</a>.</p>
  51. <p class="faq"><span class="faq-question">Getting
  52. started:</span> <span class="faq-answer">Follow the
  53. <a href="more/getting_started.html">Getting Started
  54. Guide</a> to download and install Boost. Popular Linux and
  55. Unix distributions such as <a href=
  56. "http://fedora.redhat.com/">Fedora</a>, <a href=
  57. "http://www.debian.org/">Debian</a>, and <a href=
  58. "http://www.netbsd.org/">NetBSD</a> include pre-built Boost
  59. packages. Boost may already be available on your
  60. organization's internal web server.</span></p>
  61. <p class="faq"><span class=
  62. "faq-question">Background:</span> <span class=
  63. "faq-answer">The <a href="more/background.html">Background
  64. Information page</a> has introductory material to help
  65. those educating their organization about Boost.</span></p>
  66. </div>
  67. </div>
  68. </div>
  69. <div class="sidebar" id="boost-sidebar">
  70. <div class="sidebar-0">
  71. <div class="sidebar-1">
  72. <div class="sidebar-2">
  73. <div class="sidebar-3">
  74. <div class="sidecell" id="libraries">
  75. <div class="sidecell-0">
  76. <h4>Libraries</h4>
  77. <ul>
  78. <li><a href=
  79. "libs/libraries.htm">Documentation</a></li>
  80. <li><a href=
  81. "more/license_info.html">License</a></li>
  82. <li><a href=
  83. "http://sourceforge.net/project/showfiles.php?group_id=7586">
  84. Download</a></li>
  85. <li><a href="more/getting_started.html">Getting
  86. Started</a></li>
  87. </ul>
  88. </div>
  89. </div>
  90. <div class="sidecell" id="tests">
  91. <div class="sidecell-0">
  92. <h4>Regression Tests</h4>
  93. <ul>
  94. <li><a href="status/compiler_status.html">General
  95. Info</a></li>
  96. <li><a href=
  97. "http://www.meta-comm.com/engineering/boost-regression/1_33_0/index.html">
  98. Release</a></li>
  99. <li><a href=
  100. "http://www.meta-comm.com/engineering/boost-regression/cvs-head/developer/">
  101. Development</a></li>
  102. </ul>
  103. </div>
  104. </div>
  105. <div class="sidecell" id="search">
  106. <div class="sidecell-0">
  107. <h4>Search Boost</h4>
  108. <form method="get" action=
  109. "http://www.google.com/custom">
  110. <p><span id="search-text"><input type="text"
  111. name="q" id="q" size="31" maxlength="255" alt=
  112. "Search Text" /></span> <span id=
  113. "search-choice"><select name="hq" id="hq">
  114. <option label="Boost" value=
  115. "site:www.boost.org">
  116. Boost
  117. </option>
  118. <option label="Documentation" value=
  119. "site:www.boost.org inurl:www.boost.org/libs OR inurl:www.boost.org/doc">
  120. Documentation
  121. </option>
  122. <option label="Mailing Lists" value=
  123. "site:lists.boost.org">
  124. Mailing Lists
  125. </option>
  126. </select></span> <span id="go"><input type=
  127. "image" name="search" src="more/space.gif" alt=
  128. "Search" id="search-button" /></span> <span id=
  129. "google"><a href=
  130. "http://www.google.com/search"><img src=
  131. "more/google_logo_25wht.gif" alt="Google" />
  132. Powered</a></span> <input type="hidden" name=
  133. "cof" value=
  134. "LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;" />
  135. <input type="hidden" name="sa" value=
  136. "Google Search" /> <input type="hidden" name=
  137. "domains" value=
  138. "www.boost.org;lists.boost.org" /></p>
  139. </form>
  140. </div>
  141. </div>
  142. <div class="clear"></div>
  143. </div>
  144. </div>
  145. </div>
  146. </div>
  147. </div>
  148. <div class="clear"></div>
  149. </div>
  150. <div class="section" id="participation">
  151. <h2><a name="Membership" id="Membership"></a>Participation</h2>
  152. <div class="section-body">
  153. <div class="section-body-0">
  154. <div class="section-body-1">
  155. <p>Although Boost was begun by members of the C++ Standards
  156. Committee Library Working Group, participation has expanded
  157. to include thousands of programmers from the C++ community
  158. at large.</p>
  159. <p>If you are interested in participating in Boost, please
  160. join our main <a href=
  161. "more/mailing_lists.htm#main">developers mailing list</a>.
  162. Discussions are highly technical, and list members are
  163. encouraged to participate in formal reviews of proposed
  164. libraries. There is also a <a href=
  165. "more/mailing_lists.htm#users">users mailing list</a>, and
  166. several <a href="more/mailing_lists.htm#projects">project
  167. specific lists</a>.</p>
  168. <p>Both the main Boost developers list and the users list
  169. are also accessible as <a href=
  170. "more/mailing_lists.htm">newsgroups</a>.</p>
  171. </div>
  172. </div>
  173. </div>
  174. <div class="sidebar" id="participation-sidebar">
  175. <div class="sidebar-0">
  176. <div class="sidebar-1">
  177. <div class="sidebar-2">
  178. <div class="sidebar-3">
  179. <div class="sidecell" id="groups">
  180. <div class="sidecell-0">
  181. <h4>Groups</h4>
  182. <ul>
  183. <li><a href="more/mailing_lists.htm#main">Boost
  184. (Developers)</a></li>
  185. <li><a href="more/mailing_lists.htm#users">Boost
  186. Users</a></li>
  187. <li><a href=
  188. "more/mailing_lists.htm#announce">Announcements</a></li>
  189. <li><a href=
  190. "more/mailing_lists.htm#interest">Boost General
  191. Interest</a></li>
  192. <li><a href=
  193. "more/mailing_lists.htm#projects">Project-Specific</a></li>
  194. <li><a href=
  195. "more/discussion_policy.htm">Discussion
  196. Policy</a></li>
  197. </ul>
  198. </div>
  199. </div>
  200. <div class="sidecell" id="contribute">
  201. <div class="sidecell-0">
  202. <h4>Contribute</h4>
  203. <ul>
  204. <li><a href=
  205. "more/formal_review_process.htm">Formal
  206. Reviews</a></li>
  207. <li><a href=
  208. "more/formal_review_schedule.html">Review
  209. Schedule</a></li>
  210. <li><a href=
  211. "more/lib_guide.htm#Requirements">Requirements</a></li>
  212. <li><a href=
  213. "more/lib_guide.htm#Guidelines">Guidelines</a></li>
  214. <li><a href=
  215. "more/submission_process.htm">Submissions</a></li>
  216. </ul>
  217. </div>
  218. </div>
  219. <div class="clear"></div>
  220. </div>
  221. </div>
  222. </div>
  223. </div>
  224. </div>
  225. <div class="clear"></div>
  226. </div>
  227. <div class="section" id="news">
  228. <h2>Latest News</h2>
  229. <div class="section-body">
  230. <div class="section-body-0">
  231. <div class="section-body-1">
  232. <h3>??? - Version 1.33.0</h3>
  233. <h4>New Libraries</h4>
  234. <ul>
  235. <li><span class="library"><a href=
  236. "libs/iostreams/doc/index.html">iostreams</a>:</span>
  237. Framework for defining streams, stream buffers and i/o
  238. filters, from Jonathan Turkanis.</li>
  239. <li><span class="library"><a href=
  240. "libs/functional/hash/index.html">functional/hash</a>:</span>
  241. A TR1 hash function object that can be extended to hash
  242. user defined types, from Daniel James.</li>
  243. <li><span class="library"><a href=
  244. "libs/ptr_container/index.html">Pointer Container
  245. Library</a>:</span> Containers for storing heap-allocated
  246. polymorphic objects to ease OO-programming, from Thorsten
  247. Ottosen.</li>
  248. <li><span class="library"><a href=
  249. "libs/wave/index.html">Wave</a>:</span> Standards
  250. conformant implementation of the mandated C99/C++
  251. preprocessor functionality packed behind an easy to use
  252. iterator interface, from Hartmut&nbsp;Kaiser.</li>
  253. </ul>
  254. <h4>Updated Libraries</h4>
  255. <ul>
  256. <li><span class="library"><a href=
  257. "libs/assign/doc/index.html">Assignment
  258. Library</a>:</span> Support for <a href=
  259. "libs/ptr_container/index.html">Pointer Container
  260. Library</a> and new efficient functions
  261. <code>ref_list_of()</code> and
  262. <code>cref_list_of()</code> for generating anonymous
  263. ranges.</li>
  264. <li>
  265. <span class="library"><a href=
  266. "doc/html/date_time.html">Date-Time Library</a>:</span>
  267. <ul>
  268. <li>Added <a href=
  269. "doc/html/date_time/local_time.html">local time and
  270. time zone classes</a>.</li>
  271. <li>Added <a href=
  272. "doc/html/date_time/date_time_io.html">format-based
  273. Input/Output facets</a>.</li>
  274. <li>For a complete list of changes, see the library
  275. <a href=
  276. "doc/html/date_time/details.html#date_time.changes">change
  277. history</a>.</li>
  278. </ul>
  279. </li>
  280. <li>
  281. <span class="library"><a href=
  282. "libs/graph/doc/index.html">Graph Library</a>:</span>
  283. Introduced several new algorithms and improved existing
  284. algorithms:
  285. <ul>
  286. <li><a href="libs/graph/doc/python.html">Experimental
  287. Python bindings</a>, from Doug Gregor and Indiana
  288. University.</li>
  289. <li><a href=
  290. "libs/graph/doc/floyd_warshall_shortest.html"><tt>floyd
  291. warshall all pairs shortest paths</tt></a>, from
  292. Lauren Foutz and Scott Hill.</li>
  293. <li><a href=
  294. "libs/graph/doc/astar_search.html"><tt>astar
  295. search</tt></a>, from Kristopher Beevers and Jufeng
  296. Peng.</li>
  297. <li><a href=
  298. "libs/graph/doc/fruchterman_reingold.html"><tt>fruchterman
  299. reingold force directed layout</tt></a>, from Doug
  300. Gregor and Indiana University.</li>
  301. <li><a href=
  302. "libs/graph/doc/biconnected_components.html"><tt>biconnected
  303. components</tt> and <tt>articulation points</tt></a>,
  304. from Jeremy Siek, Janusz Piwowarski, and Doug
  305. Gregor.</li>
  306. <li><a href=
  307. "libs/graph/doc/sequential_vertex_coloring.html"><tt>sequential
  308. vertex coloring</tt></a> has been updated, tested,
  309. and documented.</li>
  310. <li><a href=
  311. "libs/graph/doc/gursoy_atun_layout.html"><tt>gursoy
  312. atun layout</tt></a>, from Jeremiah Willcock and Doug
  313. Gregor of Indiana University.</li>
  314. <li><a href=
  315. "libs/graph/doc/king_ordering.html"><tt>king
  316. ordering</tt></a>, from D. Kevin McGrath of Indiana
  317. University.</li>
  318. <li><a href=
  319. "libs/graph/doc/cuthill_mckee_ordering.html"><tt>cuthill
  320. mckee ordering</tt></a> has been recast as an
  321. invocation of <tt>breadth first search</tt> and now
  322. supports graphs with multiple components.</li>
  323. <li><a href=
  324. "libs/graph/doc/dijkstra_shortest_paths.html"><tt>dijkstra
  325. shortest paths</tt></a> now uses a relaxed
  326. heap&nbsp;[<a href=
  327. "libs/graph/doc/bibliography.html#driscoll88">61</a>]
  328. as its priority queue, improving its complexity to
  329. <em>O(V log V)</em> and improving real-world
  330. performance for larger graphs.</li>
  331. <li><a href=
  332. "libs/graph/doc/read_graphviz.html"><code>read
  333. graphviz</code></a> now has a new, Spirit-based
  334. parser that works for all graph types and supports
  335. arbitrary properties on the graph, from Ron Garcia.
  336. The old, Bison-based GraphViz reader has been
  337. deprecated and will be removed in a future Boost
  338. release. <a href=
  339. "libs/graph/doc/write-graphviz.html"><code>write
  340. graphviz</code></a> also supports dynamic
  341. properties.</li>
  342. <li><a href="libs/graph/doc/subgraph.html">
  343. <code>subgraph</code></a>:
  344. <code>get_property</code> now refers to the
  345. subgraph property, not the root graph's
  346. property.</li>
  347. <li>See the <a href=
  348. "libs/graph/doc/history.html#by-version">history</a>
  349. for additional changes and bug fixes.</li>
  350. </ul>
  351. </li>
  352. <li>
  353. <span class="library"><a href=
  354. "libs/multi_index/doc/index.html">Multi-index
  355. Containers Library</a>:</span>
  356. <ul>
  357. <li>New <a href=
  358. "libs/multi_index/doc/advanced_topics.html#hashed_indices">
  359. hashed indices</a>.</li>
  360. <li>Added <a href=
  361. "libs/multi_index/doc/advanced_topics.html#serialization">
  362. serialization support</a>.</li>
  363. <li>For a complete list of changes, see the library
  364. <a href=
  365. "libs/multi_index/doc/release_notes.html">release
  366. notes</a>.</li>
  367. </ul>
  368. </li>
  369. <li>
  370. <span class="library"><a href=
  371. "libs/program_options/doc/index.html">Program options
  372. library</a>:</span>
  373. <ul>
  374. <li>Option descriptions are now printed with word
  375. wrapping.</li>
  376. <li>Command line parser can bypass unregistered
  377. options, instread of throwing.</li>
  378. <li>Removed support for "implicit" (optional)
  379. values.</li>
  380. <li>New customization method
  381. 'command_line_parser::extra_style_parser'. Unlike
  382. 'additional_parser', allows the user to parse several
  383. tokens and return a vector of options, not just a
  384. single option.</li>
  385. <li>Work with disabled exceptions.</li>
  386. </ul>
  387. </li>
  388. <li><span class="library"><a href=
  389. "libs/property_map/property_map.html">Property Map
  390. Library</a>:</span> Introduced the <a href=
  391. "libs/property_map/doc/dynamic_property_map.html"><code>dynamic
  392. properties</code></a> class, which provides
  393. dynamically-typed access to a set of property maps.</li>
  394. <li><span class="library"><a href="libs/random/index.html">
  395. Random Numbers</a>:</span> improved initialization for
  396. <code>mersenne_twister</code>, algorithm by Makoto
  397. Matsumoto and Takuji Nishimura, implemented for Boost by
  398. Jens Maurer.<br>
  399. <em>Note:</em> All test vectors for
  400. <code>mersenne_twister</code>s constructed or seeded
  401. without parameters or with a single
  402. <code>unsigned int</code> parameter become invalid.</li>
  403. <li><span class="library"><a href=
  404. "libs/range/index.html">Range Library</a>:</span> Minor
  405. addition of convenience functions to <code>iterator
  406. range</code> like <code>front(), back()</code> and
  407. <code>operator[]()</code>.</li>
  408. <li>
  409. <span class="library"><a href=
  410. "libs/regex/index.html">Regex Library</a>:</span>
  411. <ul>
  412. <li>Rewritten front end parser now supports
  413. (?imsx-imsx) constructs, plus lookbehind assertions
  414. and conditional expressions.</li>
  415. <li>Thin wrapper classes improve integration with
  416. MFC/ATL code.</li>
  417. <li>Full (optional) Unicode support via the ICU
  418. library.</li>
  419. </ul>Refer to the <a href=
  420. "libs/regex/doc/history.html">regex history page</a>
  421. for more information on these and other small changes.
  422. </li>
  423. <li><span class="library"><a href=
  424. "doc/html/signals.html">Signals Library</a>:</span> added
  425. slot blocking/unblocking, from Frantz Maerten. Huge
  426. improvements to signal invocation performance from Robert
  427. Zeh.</li>
  428. </ul>
  429. <h4>Acknowledgements</h4>
  430. <p><img src="more/boost_1_33_0.jpg" width="128" height=
  431. "118" alt="Medieval Mr. Gregor" class=
  432. "left-inset" /><a href="people/doug_gregor.html">Douglas
  433. Gregor</a> managed this release.</p>
  434. </div>
  435. </div>
  436. </div>
  437. <div class="sidebar" id="resources-sidebar">
  438. <div class="sidebar-0">
  439. <div class="sidebar-1">
  440. <div class="sidebar-2">
  441. <div class="sidebar-3">
  442. <div class="sidecell" id="support">
  443. <div class="sidecell-0">
  444. <h4>Support</h4>
  445. <ul>
  446. <li><a href="more/faq.htm">FAQ</a></li>
  447. <li><a href=
  448. "http://sourceforge.net/tracker/?group_id=7586">Request
  449. Support</a></li>
  450. <li><a href="more/bugs.htm">Report Bugs</a></li>
  451. <li><a href=
  452. "more/requesting_new_features.htm">Suggest
  453. Features</a></li>
  454. <li><a href=
  455. "more/links.htm#Commercial%20Support">Commercial
  456. Support</a></li>
  457. <li><a href="more/mailing_lists.htm">Mailing
  458. Lists</a></li>
  459. <li><a href="more/version_history.html">Version
  460. History</a></li>
  461. </ul>
  462. </div>
  463. </div>
  464. <div class="sidecell" id="other">
  465. <div class="sidecell-0">
  466. <h4>Other Resources</h4>
  467. <ul>
  468. <li><a href=
  469. "http://boost-sandbox.sourceforge.net/vault/">Sandbox
  470. Files</a></li>
  471. <li><a href=
  472. "http://www.yahoogroups.com/files/boost/">Files
  473. (Members)</a></li>
  474. <li><a href="more/getting_started.html#CVS">Main
  475. CVS</a></li>
  476. <li><a href=
  477. "more/mailing_lists.htm#sandbox">Sandbox
  478. CVS</a></li>
  479. <li><a href="tools/index.html">Tools</a></li>
  480. <li><a href="people/people.htm">People</a></li>
  481. <li><a href=
  482. "doc/html/who_s_using_boost_.html">Who's Using
  483. Boost?</a></li>
  484. <li><a href=
  485. "more/moderators.html">Moderators</a></li>
  486. <li><a href="more/index.htm">More Boost</a></li>
  487. <li><a href="more/links.htm#cpp">More
  488. C++</a></li>
  489. </ul>
  490. </div>
  491. </div>
  492. <div class="sidecell" id="official">
  493. <div class="sidecell-0">
  494. <h4>Official Branch Sites</h4>
  495. <ul>
  496. <li><a href=
  497. "http://spirit.sourceforge.net/">Spirit</a></li>
  498. </ul>
  499. </div>
  500. </div>
  501. <div class="sidecell" id="unofficial">
  502. <div class="sidecell-0">
  503. <h4>Unofficial Branch Sites</h4>
  504. <ul>
  505. <li><a href=
  506. "http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
  507. Wiki</a></li>
  508. <li><a href="http://boost.c-view.org">Chinese
  509. mirror</a></li>
  510. </ul>
  511. </div>
  512. </div>
  513. <div class="clear"></div>
  514. </div>
  515. </div>
  516. </div>
  517. </div>
  518. </div>
  519. <div class="sidebar" id="footer-sidebar">
  520. <div class="sidebar-0">
  521. <div class="sidebar-1">
  522. <div class="sidebar-2">
  523. <div class="sidebar-3">
  524. <div class="sidecell" id="footer">
  525. <div class="sidecell-0">
  526. <div id="revised">
  527. <p>Revised
  528. <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
  529. <!-- #BeginDate format:Sw1 -->8 May, 2005
  530. <!-- #EndDate -->
  531. <!--webbot bot="Timestamp" endspan i-checksum="40407" --></p>
  532. </div>
  533. <div id="copyright">
  534. <p>Copyright Beman Dawes, David Abrahams,
  535. 1998-2003.</p>
  536. <p>Copyright Rene Rivera 2004-2005.</p>
  537. </div>
  538. <div id="license">
  539. <p>Distributed under the Boost Software License,
  540. Version 1.0. (See accompanying file <a href=
  541. "LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at
  542. <a href=
  543. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/
  544. LICENSE_1_0.txt</a>)</p>
  545. </div>
  546. <div id="banners">
  547. <p><a href=
  548. "http://validator.w3.org/check?uri=referer"><img class="c1"
  549. src="more/w3c_valid_xhtml10.png" alt=
  550. "Valid XHTML 1.0!" /></a></p>
  551. <p><a href=
  552. "http://jigsaw.w3.org/css-validator/check/referer">
  553. <img class="c1" src="more/w3c_valid_css.png" alt=
  554. "Valid CSS!" /></a></p>
  555. <p><a href="http://sourceforge.net"><img class=
  556. "c1" src=
  557. "http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
  558. alt="SourceForge.net" /></a></p>
  559. </div>
  560. </div>
  561. </div>
  562. <div class="clear"></div>
  563. </div>
  564. </div>
  565. </div>
  566. </div>
  567. </div>
  568. <div class="clear"></div>
  569. </div>
  570. </div>
  571. <div class="clear"></div>
  572. <div id="d4"></div>
  573. <div id="d5"></div>
  574. <div id="d6"></div>
  575. <div id="d7"></div>
  576. </div>
  577. </div>
  578. </div>
  579. </body>
  580. </html>
粤ICP备19079148号