olek-libcraigscrape 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. data/CHANGELOG +94 -0
  2. data/COPYING +674 -0
  3. data/COPYING.LESSER +165 -0
  4. data/README +89 -0
  5. data/Rakefile +125 -0
  6. data/bin/craig_report_schema.yml +68 -0
  7. data/bin/craigwatch +581 -0
  8. data/bin/report_mailer/craigslist_report.html.erb +17 -0
  9. data/bin/report_mailer/craigslist_report.plain.erb +18 -0
  10. data/lib/geo_listings.rb +144 -0
  11. data/lib/libcraigscrape.rb +217 -0
  12. data/lib/listings.rb +160 -0
  13. data/lib/posting.rb +324 -0
  14. data/lib/scraper.rb +212 -0
  15. data/test/geolisting_samples/geo_listing_ca070209.html +76 -0
  16. data/test/geolisting_samples/geo_listing_ca_sk070209.html +31 -0
  17. data/test/geolisting_samples/geo_listing_cn070209.html +35 -0
  18. data/test/geolisting_samples/geo_listing_us070209.html +355 -0
  19. data/test/geolisting_samples/hierarchy_test071009/index.html +31 -0
  20. data/test/geolisting_samples/hierarchy_test071009/us/fl/ft%20myers%20%5C/%20SW%20florida/index.html +46 -0
  21. data/test/geolisting_samples/hierarchy_test071009/us/fl/ft%20myers%20%5C/index.html +46 -0
  22. data/test/geolisting_samples/hierarchy_test071009/us/fl/index.html +46 -0
  23. data/test/geolisting_samples/hierarchy_test071009/us/fl/miami/index.html +46 -0
  24. data/test/geolisting_samples/hierarchy_test071009/us/fl/miami/nonsense/index.html +46 -0
  25. data/test/geolisting_samples/hierarchy_test071009/us/fl/miami/nonsense/more-nonsense/index.html +46 -0
  26. data/test/geolisting_samples/hierarchy_test071009/us/fl/nonexist/index.html +46 -0
  27. data/test/geolisting_samples/hierarchy_test071009/us/fl/nonsense/index.html +46 -0
  28. data/test/geolisting_samples/hierarchy_test071009/us/fl/south%20florida/index.html +46 -0
  29. data/test/geolisting_samples/hierarchy_test071009/us/index.html +355 -0
  30. data/test/google.html +8 -0
  31. data/test/libcraigscrape_test_helpers.rb +37 -0
  32. data/test/listing_samples/category_output.html +231 -0
  33. data/test/listing_samples/category_output_2.html +217 -0
  34. data/test/listing_samples/empty_listings.html +128 -0
  35. data/test/listing_samples/fortmyers_art_index.060909/1046596324.html +93 -0
  36. data/test/listing_samples/fortmyers_art_index.060909/1053085283.html +92 -0
  37. data/test/listing_samples/fortmyers_art_index.060909/1112522674.html +89 -0
  38. data/test/listing_samples/fortmyers_art_index.060909/823516079.html +92 -0
  39. data/test/listing_samples/fortmyers_art_index.060909/825684735.html +89 -0
  40. data/test/listing_samples/fortmyers_art_index.060909/891513957.html +94 -0
  41. data/test/listing_samples/fortmyers_art_index.060909/897549505.html +99 -0
  42. data/test/listing_samples/fortmyers_art_index.060909/960826026.html +89 -0
  43. data/test/listing_samples/fortmyers_art_index.060909/993256300.html +89 -0
  44. data/test/listing_samples/fortmyers_art_index.060909/fortmyers_art_index500.060909.html +237 -0
  45. data/test/listing_samples/fortmyers_art_index.060909/fortmyers_art_index600.060909.html +132 -0
  46. data/test/listing_samples/long_search_output.html +137 -0
  47. data/test/listing_samples/mia_fua_index8900.5.21.09.html +226 -0
  48. data/test/listing_samples/mia_search_kitten.3.15.10.html +149 -0
  49. data/test/listing_samples/miami_search_sss_rack.6.18.09/miami_search_sss_rack1000.6.18.09.html +144 -0
  50. data/test/listing_samples/miami_search_sss_rack.6.18.09/miami_search_sss_rack900.6.18.09.html +146 -0
  51. data/test/listing_samples/new_listing_span.4.17.10.html +769 -0
  52. data/test/listing_samples/short_search_output.html +133 -0
  53. data/test/post_samples/1207457727.html +92 -0
  54. data/test/post_samples/brw_reb_1224008903.html +101 -0
  55. data/test/post_samples/posting0.html +91 -0
  56. data/test/post_samples/posting1.html +106 -0
  57. data/test/post_samples/posting1796890756-061710.html +2318 -0
  58. data/test/post_samples/posting1808219423.html +2473 -0
  59. data/test/post_samples/posting1938291834-090610.html +188 -0
  60. data/test/post_samples/posting2.html +107 -0
  61. data/test/post_samples/posting3.html +92 -0
  62. data/test/post_samples/posting4.html +993 -0
  63. data/test/post_samples/posting5.html +38 -0
  64. data/test/post_samples/sfbay_art_1223614914.html +94 -0
  65. data/test/post_samples/this_post_has_been_deleted_by_its_author.html +37 -0
  66. data/test/post_samples/this_post_has_expired.html +48 -0
  67. data/test/test_craigslist_geolisting.rb +521 -0
  68. data/test/test_craigslist_listing.rb +362 -0
  69. data/test/test_craigslist_posting.rb +426 -0
  70. metadata +273 -0
@@ -0,0 +1,89 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html>
3
+ <head>
4
+ <title>Assorted Silk Flowers Arrangments</title>
5
+ <meta name="robots" content="NOARCHIVE,NOFOLLOW">
6
+ <link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
7
+ </head>
8
+
9
+ <body onload="initFlag(1112522674)" class="posting">
10
+
11
+ <div class="bchead">
12
+ <a id="ef" href="/email.friend?postingID=1112522674">email this posting to a friend</a>
13
+ <a href="http://fortmyers.craigslist.org">fort myers craigslist</a>
14
+ &gt; <a href="/art/">art &amp; crafts</a>
15
+ </div>
16
+
17
+ <div id="flags">
18
+ <div id="flagMsg">
19
+ please <a href="http://www.craigslist.org/about/help/flags_and_community_moderation">flag</a> with care:
20
+ </div>
21
+ <div id="flagChooser">
22
+ <br>
23
+ <a class="fl" id="flag16" href="/flag/?flagCode=16&amp;postingID=1112522674"
24
+ title="Wrong category, wrong site, discusses another post, or otherwise misplaced">
25
+ miscategorized</a>
26
+ <br>
27
+
28
+ <a class="fl" id="flag28" href="/flag/?flagCode=28&amp;postingID=1112522674"
29
+ title="Violates craigslist Terms Of Use or other posted guidelines">
30
+ prohibited</a>
31
+ <br>
32
+
33
+ <a class="fl" id="flag15" href="/flag/?flagCode=15&amp;postingID=1112522674"
34
+ title="Posted too frequently, in multiple cities/categories, or is too commercial">
35
+ spam/overpost</a>
36
+ <br>
37
+
38
+ <a class="fl" id="flag9" href="/flag/?flagCode=9&amp;postingID=1112522674"
39
+ title="Should be considered for inclusion in the Best-Of-Craigslist">
40
+ best of craigslist</a>
41
+ <br>
42
+ </div>
43
+ </div>
44
+
45
+ <div id="tsb">
46
+ <em>Avoid scams and fraud by dealing locally!</em> Beware any deal involving Western Union, Moneygram, wire transfer, cashier check, money order, shipping, escrow, or any promise of transaction protection/certification/guarantee. <a href="http://www.craigslist.org/about/scams.html">More info</a></div>
47
+ <h2>Assorted Silk Flowers Arrangments - $900 (East Fort Myers)</h2>
48
+ <hr>
49
+ Reply to: <a href="mailto:sale-ffhgu-1112522674@craigslist.org?subject=Assorted%20Silk%20Flowers%20Arrangments%20-%20%24900%20(East%20Fort%20Myers)">sale-ffhgu-1112522674@craigslist.org</a> <sup>[<a href="http://www.craigslist.org/about/help/replying_to_posts" target="_blank">Errors when replying to ads?</a>]</sup><br>
50
+ Date: 2009-04-08, 7:08AM EDT<br>
51
+ <br>
52
+ <br>
53
+ <div id="userbody">
54
+ Silk flower business supplies for sale. Multiple arrangements already made, supplies include vines and greeneries, an assortment of arrangement containers and flowers. All supplies are stored in new 30 gallon plastic storage bins.
55
+
56
+
57
+ <br><br><ul>
58
+ <li> Location: East Fort Myers
59
+ <li>it's NOT ok to contact this poster with services or other commercial interests</ul>
60
+
61
+ <table summary="craigslist hosted images">
62
+ <tr>
63
+ <td align="center"></td>
64
+ <td align="center"></td>
65
+ </tr>
66
+ <tr>
67
+ <td align="center"></td>
68
+ <td align="center"></td>
69
+ </tr>
70
+ </table>
71
+
72
+ </div>
73
+ PostingID: 1112522674<br>
74
+
75
+
76
+ <br>
77
+
78
+ <hr>
79
+ <ul class="clfooter">
80
+ <li>Copyright &copy; 2009 craigslist, inc.</li>
81
+ <li><a href="http://www.craigslist.org/about/terms.of.use.html">terms of use</a></li>
82
+ <li><a href="http://www.craigslist.org/about/privacy_policy">privacy policy</a></li>
83
+ <li><a href="/forums/?forumID=8">feedback forum</a></li>
84
+ </ul>
85
+ <script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script>
86
+ <script type="text/javascript" src="http://www.craigslist.org/js/postings.js"></script>
87
+ </body>
88
+ </html>
89
+
@@ -0,0 +1,92 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html>
3
+ <head>
4
+ <title>Cast Glass Sculpture - Aurora</title>
5
+ <meta name="robots" content="NOARCHIVE,NOFOLLOW">
6
+ <link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
7
+ </head>
8
+
9
+ <body onload="initFlag(823516079)" class="posting">
10
+
11
+ <div class="bchead">
12
+ <a id="ef" href="/email.friend?postingID=823516079">email this posting to a friend</a>
13
+ <a href="http://fortmyers.craigslist.org">fort myers craigslist</a>
14
+ &gt; <a href="/art/">art &amp; crafts</a>
15
+ </div>
16
+
17
+ <div id="flags">
18
+ <div id="flagMsg">
19
+ please <a href="http://www.craigslist.org/about/help/flags_and_community_moderation">flag</a> with care:
20
+ </div>
21
+ <div id="flagChooser">
22
+ <br>
23
+ <a class="fl" id="flag16" href="/flag/?flagCode=16&amp;postingID=823516079"
24
+ title="Wrong category, wrong site, discusses another post, or otherwise misplaced">
25
+ miscategorized</a>
26
+ <br>
27
+
28
+ <a class="fl" id="flag28" href="/flag/?flagCode=28&amp;postingID=823516079"
29
+ title="Violates craigslist Terms Of Use or other posted guidelines">
30
+ prohibited</a>
31
+ <br>
32
+
33
+ <a class="fl" id="flag15" href="/flag/?flagCode=15&amp;postingID=823516079"
34
+ title="Posted too frequently, in multiple cities/categories, or is too commercial">
35
+ spam/overpost</a>
36
+ <br>
37
+
38
+ <a class="fl" id="flag9" href="/flag/?flagCode=9&amp;postingID=823516079"
39
+ title="Should be considered for inclusion in the Best-Of-Craigslist">
40
+ best of craigslist</a>
41
+ <br>
42
+ </div>
43
+ </div>
44
+
45
+ <div id="tsb">
46
+ <em>Avoid scams and fraud by dealing locally!</em> Beware any deal involving Western Union, Moneygram, wire transfer, cashier check, money order, shipping, escrow, or any promise of transaction protection/certification/guarantee. <a href="http://www.craigslist.org/about/scams.html">More info</a></div>
47
+ <h2>Cast Glass Sculpture - Aurora - $2400 (Naples)</h2>
48
+ <hr>
49
+ Reply to: <a href="mailto:sale-823516079@craigslist.org?subject=Cast%20Glass%20Sculpture%20-%20Aurora%20-%20%242400%20(Naples)">sale-823516079@craigslist.org</a> <sup>[<a href="http://www.craigslist.org/about/help/replying_to_posts" target="_blank">Errors when replying to ads?</a>]</sup><br>
50
+ Date: 2008-09-02, 10:35AM EDT<br>
51
+ <br>
52
+ <br>
53
+ <div id="userbody">
54
+ Gorgeous and one of a kind! Museum-collected artist Jay von Koffler's Aurora Series - cast glass nude sculpture - Aurora. Mounted on marble and enhanced with bronze beak.
55
+
56
+ Dimensions: 30x16x6
57
+ Call for appointment for studio viewing - 239.595.1793
58
+
59
+
60
+ <br><br><ul>
61
+ <li> Location: Naples
62
+ <li>it's NOT ok to contact this poster with services or other commercial interests</ul>
63
+
64
+ <table summary="craigslist hosted images">
65
+ <tr>
66
+ <td align="center"></td>
67
+ <td align="center"></td>
68
+ </tr>
69
+ <tr>
70
+ <td align="center"></td>
71
+ <td align="center"></td>
72
+ </tr>
73
+ </table>
74
+
75
+ </div>
76
+ PostingID: 823516079<br>
77
+
78
+
79
+ <br>
80
+
81
+ <hr>
82
+ <ul class="clfooter">
83
+ <li>Copyright &copy; 2009 craigslist, inc.</li>
84
+ <li><a href="http://www.craigslist.org/about/terms.of.use.html">terms of use</a></li>
85
+ <li><a href="http://www.craigslist.org/about/privacy_policy">privacy policy</a></li>
86
+ <li><a href="/forums/?forumID=8">feedback forum</a></li>
87
+ </ul>
88
+ <script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script>
89
+ <script type="text/javascript" src="http://www.craigslist.org/js/postings.js"></script>
90
+ </body>
91
+ </html>
92
+
@@ -0,0 +1,89 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html>
3
+ <head>
4
+ <title>tapestry sewing machine and embroidery arm luggage</title>
5
+ <meta name="robots" content="NOARCHIVE,NOFOLLOW">
6
+ <link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
7
+ </head>
8
+
9
+ <body onload="initFlag(825684735)" class="posting">
10
+
11
+ <div class="bchead">
12
+ <a id="ef" href="/email.friend?postingID=825684735">email this posting to a friend</a>
13
+ <a href="http://fortmyers.craigslist.org">fort myers craigslist</a>
14
+ &gt; <a href="/art/">art &amp; crafts</a>
15
+ </div>
16
+
17
+ <div id="flags">
18
+ <div id="flagMsg">
19
+ please <a href="http://www.craigslist.org/about/help/flags_and_community_moderation">flag</a> with care:
20
+ </div>
21
+ <div id="flagChooser">
22
+ <br>
23
+ <a class="fl" id="flag16" href="/flag/?flagCode=16&amp;postingID=825684735"
24
+ title="Wrong category, wrong site, discusses another post, or otherwise misplaced">
25
+ miscategorized</a>
26
+ <br>
27
+
28
+ <a class="fl" id="flag28" href="/flag/?flagCode=28&amp;postingID=825684735"
29
+ title="Violates craigslist Terms Of Use or other posted guidelines">
30
+ prohibited</a>
31
+ <br>
32
+
33
+ <a class="fl" id="flag15" href="/flag/?flagCode=15&amp;postingID=825684735"
34
+ title="Posted too frequently, in multiple cities/categories, or is too commercial">
35
+ spam/overpost</a>
36
+ <br>
37
+
38
+ <a class="fl" id="flag9" href="/flag/?flagCode=9&amp;postingID=825684735"
39
+ title="Should be considered for inclusion in the Best-Of-Craigslist">
40
+ best of craigslist</a>
41
+ <br>
42
+ </div>
43
+ </div>
44
+
45
+ <div id="tsb">
46
+ <em>Avoid scams and fraud by dealing locally!</em> Beware any deal involving Western Union, Moneygram, wire transfer, cashier check, money order, shipping, escrow, or any promise of transaction protection/certification/guarantee. <a href="http://www.craigslist.org/about/scams.html">More info</a></div>
47
+ <h2>tapestry sewing machine and embroidery arm luggage - $250 (Punta Gorda)</h2>
48
+ <hr>
49
+ Reply to: <a href="mailto:sale-825684735@craigslist.org?subject=tapestry%20sewing%20machine%20and%20embroidery%20arm%20luggage%20-%20%24250%20(Punta%20Gorda)">sale-825684735@craigslist.org</a> <sup>[<a href="http://www.craigslist.org/about/help/replying_to_posts" target="_blank">Errors when replying to ads?</a>]</sup><br>
50
+ Date: 2008-09-03, 3:31PM EDT<br>
51
+ <br>
52
+ <br>
53
+ <div id="userbody">
54
+ Tapestry sewing machine and embroidery arm luggage for Viking designer sewing machine. Two years old in excellent condition.
55
+
56
+
57
+ <br><br><ul>
58
+ <li> Location: Punta Gorda
59
+ <li>it's NOT ok to contact this poster with services or other commercial interests</ul>
60
+
61
+ <table summary="craigslist hosted images">
62
+ <tr>
63
+ <td align="center"></td>
64
+ <td align="center"></td>
65
+ </tr>
66
+ <tr>
67
+ <td align="center"></td>
68
+ <td align="center"></td>
69
+ </tr>
70
+ </table>
71
+
72
+ </div>
73
+ PostingID: 825684735<br>
74
+
75
+
76
+ <br>
77
+
78
+ <hr>
79
+ <ul class="clfooter">
80
+ <li>Copyright &copy; 2009 craigslist, inc.</li>
81
+ <li><a href="http://www.craigslist.org/about/terms.of.use.html">terms of use</a></li>
82
+ <li><a href="http://www.craigslist.org/about/privacy_policy">privacy policy</a></li>
83
+ <li><a href="/forums/?forumID=8">feedback forum</a></li>
84
+ </ul>
85
+ <script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script>
86
+ <script type="text/javascript" src="http://www.craigslist.org/js/postings.js"></script>
87
+ </body>
88
+ </html>
89
+
@@ -0,0 +1,94 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html>
3
+ <head>
4
+ <title>ARTISTS' MOVING SALE-BAYSHORE</title>
5
+ <meta name="robots" content="NOARCHIVE,NOFOLLOW">
6
+ <link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
7
+ </head>
8
+
9
+ <body onload="initFlag(891513957)" class="posting">
10
+
11
+ <div class="bchead">
12
+ <a id="ef" href="/email.friend?postingID=891513957">email this posting to a friend</a>
13
+ <a href="http://fortmyers.craigslist.org">fort myers craigslist</a>
14
+ &gt; <a href="/art/">art &amp; crafts</a>
15
+ </div>
16
+
17
+ <div id="flags">
18
+ <div id="flagMsg">
19
+ please <a href="http://www.craigslist.org/about/help/flags_and_community_moderation">flag</a> with care:
20
+ </div>
21
+ <div id="flagChooser">
22
+ <br>
23
+ <a class="fl" id="flag16" href="/flag/?flagCode=16&amp;postingID=891513957"
24
+ title="Wrong category, wrong site, discusses another post, or otherwise misplaced">
25
+ miscategorized</a>
26
+ <br>
27
+
28
+ <a class="fl" id="flag28" href="/flag/?flagCode=28&amp;postingID=891513957"
29
+ title="Violates craigslist Terms Of Use or other posted guidelines">
30
+ prohibited</a>
31
+ <br>
32
+
33
+ <a class="fl" id="flag15" href="/flag/?flagCode=15&amp;postingID=891513957"
34
+ title="Posted too frequently, in multiple cities/categories, or is too commercial">
35
+ spam/overpost</a>
36
+ <br>
37
+
38
+ <a class="fl" id="flag9" href="/flag/?flagCode=9&amp;postingID=891513957"
39
+ title="Should be considered for inclusion in the Best-Of-Craigslist">
40
+ best of craigslist</a>
41
+ <br>
42
+ </div>
43
+ </div>
44
+
45
+ <div id="tsb">
46
+ <em>Avoid scams and fraud by dealing locally!</em> Beware any deal involving Western Union, Moneygram, wire transfer, cashier check, money order, shipping, escrow, or any promise of transaction protection/certification/guarantee. <a href="http://www.craigslist.org/about/scams.html">More info</a></div>
47
+ <h2>ARTISTS' MOVING SALE-BAYSHORE (Naples)</h2>
48
+ <hr>
49
+ Reply to: <a href="mailto:sale-891513957@craigslist.org?subject=ARTISTS'%20MOVING%20SALE-BAYSHORE%20(Naples)">sale-891513957@craigslist.org</a> <sup>[<a href="http://www.craigslist.org/about/help/replying_to_posts" target="_blank">Errors when replying to ads?</a>]</sup><br>
50
+ Date: 2008-10-24, 9:31AM EDT<br>
51
+ <br>
52
+ <br>
53
+ <div id="userbody">
54
+ Multiple artists' moving sale. Lots of unusual items including art, art supplies, ceramics and ceramic glazes, furniture, clothes, books, electronics, cd's and much more. Also for sale is alot of restaurant equpment.
55
+
56
+ Sale to be held at 3570 Bayshore Dr. next to Bayshore Coffee Co.
57
+
58
+ Saturday 8:00 a.m. until 2:00 Rain or shine.
59
+
60
+
61
+
62
+ <br><br><ul>
63
+ <li> Location: Naples
64
+ <li>it's NOT ok to contact this poster with services or other commercial interests</ul>
65
+
66
+ <table summary="craigslist hosted images">
67
+ <tr>
68
+ <td align="center"></td>
69
+ <td align="center"></td>
70
+ </tr>
71
+ <tr>
72
+ <td align="center"></td>
73
+ <td align="center"></td>
74
+ </tr>
75
+ </table>
76
+
77
+ </div>
78
+ PostingID: 891513957<br>
79
+
80
+
81
+ <br>
82
+
83
+ <hr>
84
+ <ul class="clfooter">
85
+ <li>Copyright &copy; 2009 craigslist, inc.</li>
86
+ <li><a href="http://www.craigslist.org/about/terms.of.use.html">terms of use</a></li>
87
+ <li><a href="http://www.craigslist.org/about/privacy_policy">privacy policy</a></li>
88
+ <li><a href="/forums/?forumID=8">feedback forum</a></li>
89
+ </ul>
90
+ <script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script>
91
+ <script type="text/javascript" src="http://www.craigslist.org/js/postings.js"></script>
92
+ </body>
93
+ </html>
94
+
@@ -0,0 +1,99 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html>
3
+ <head>
4
+ <title>Husqvarna Viking Rose Embroidery-Sewing Machine</title>
5
+ <meta name="robots" content="NOARCHIVE,NOFOLLOW">
6
+ <link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
7
+ </head>
8
+
9
+ <body onload="initFlag(897549505)" class="posting">
10
+
11
+ <div class="bchead">
12
+ <a id="ef" href="/email.friend?postingID=897549505">email this posting to a friend</a>
13
+ <a href="http://fortmyers.craigslist.org">fort myers craigslist</a>
14
+ &gt; <a href="/art/">art &amp; crafts</a>
15
+ </div>
16
+
17
+ <div id="flags">
18
+ <div id="flagMsg">
19
+ please <a href="http://www.craigslist.org/about/help/flags_and_community_moderation">flag</a> with care:
20
+ </div>
21
+ <div id="flagChooser">
22
+ <br>
23
+ <a class="fl" id="flag16" href="/flag/?flagCode=16&amp;postingID=897549505"
24
+ title="Wrong category, wrong site, discusses another post, or otherwise misplaced">
25
+ miscategorized</a>
26
+ <br>
27
+
28
+ <a class="fl" id="flag28" href="/flag/?flagCode=28&amp;postingID=897549505"
29
+ title="Violates craigslist Terms Of Use or other posted guidelines">
30
+ prohibited</a>
31
+ <br>
32
+
33
+ <a class="fl" id="flag15" href="/flag/?flagCode=15&amp;postingID=897549505"
34
+ title="Posted too frequently, in multiple cities/categories, or is too commercial">
35
+ spam/overpost</a>
36
+ <br>
37
+
38
+ <a class="fl" id="flag9" href="/flag/?flagCode=9&amp;postingID=897549505"
39
+ title="Should be considered for inclusion in the Best-Of-Craigslist">
40
+ best of craigslist</a>
41
+ <br>
42
+ </div>
43
+ </div>
44
+
45
+ <div id="tsb">
46
+ <em>Avoid scams and fraud by dealing locally!</em> Beware any deal involving Western Union, Moneygram, wire transfer, cashier check, money order, shipping, escrow, or any promise of transaction protection/certification/guarantee. <a href="http://www.craigslist.org/about/scams.html">More info</a></div>
47
+ <h2>Husqvarna Viking Rose Embroidery-Sewing Machine - $400 (Punta Gorda, Charlotte County)</h2>
48
+ <hr>
49
+ Reply to: see below <br>
50
+ Date: 2008-10-28, 9:51PM EDT<br>
51
+ <br>
52
+ <br>
53
+ <div id="userbody">
54
+ Husqvarna Viking Rose: Used Embroidery/Sewing Machine. Instruction book, Video, Embroidery Unit, 4" 4" hoop, designs, tool box with accessories including 8 feet (A, B, C, D, E, J, P, U and zipper foot). $400.00 Firm. (941) 347-8014 or (352)638-4707.
55
+
56
+
57
+ <br><br><ul>
58
+ <li> Location: Punta Gorda, Charlotte County
59
+ <li>it's NOT ok to contact this poster with services or other commercial interests</ul>
60
+
61
+ <table summary="craigslist hosted images">
62
+ <tr>
63
+ <td align="center"></td>
64
+ <td align="center"></td>
65
+ </tr>
66
+ <tr>
67
+ <td align="center"></td>
68
+ <td align="center"></td>
69
+ </tr>
70
+ </table>
71
+
72
+ </div>
73
+ PostingID: 897549505<br>
74
+ <br>
75
+ <form action="http://flag.craigslist.org" method="GET">
76
+ <fieldset style="display:inline;"><legend>No contact info?</legend>
77
+ <input type="hidden" name="flagCode" value="30">
78
+ <input type="hidden" name="postingID" value="897549505">
79
+ if the poster didn't include a phone number, email, or<br>
80
+ other contact info, craigslist can notify them via email.
81
+ <input type="submit" value="Send Note!">
82
+ </fieldset>
83
+ </form>
84
+
85
+
86
+ <br>
87
+
88
+ <hr>
89
+ <ul class="clfooter">
90
+ <li>Copyright &copy; 2009 craigslist, inc.</li>
91
+ <li><a href="http://www.craigslist.org/about/terms.of.use.html">terms of use</a></li>
92
+ <li><a href="http://www.craigslist.org/about/privacy_policy">privacy policy</a></li>
93
+ <li><a href="/forums/?forumID=8">feedback forum</a></li>
94
+ </ul>
95
+ <script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script>
96
+ <script type="text/javascript" src="http://www.craigslist.org/js/postings.js"></script>
97
+ </body>
98
+ </html>
99
+