mirrored 0.1.0

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 (47) hide show
  1. data/History.txt +2 -0
  2. data/License.txt +20 -0
  3. data/Manifest.txt +47 -0
  4. data/README.txt +1 -0
  5. data/Rakefile +4 -0
  6. data/config/hoe.rb +71 -0
  7. data/config/requirements.rb +17 -0
  8. data/lib/mirrored/base.rb +50 -0
  9. data/lib/mirrored/connection.rb +39 -0
  10. data/lib/mirrored/date.rb +28 -0
  11. data/lib/mirrored/post.rb +120 -0
  12. data/lib/mirrored/tag.rb +34 -0
  13. data/lib/mirrored/update.rb +16 -0
  14. data/lib/mirrored/version.rb +9 -0
  15. data/lib/mirrored.rb +25 -0
  16. data/script/destroy +14 -0
  17. data/script/generate +14 -0
  18. data/script/txt2html +74 -0
  19. data/setup.rb +1585 -0
  20. data/tasks/deployment.rake +27 -0
  21. data/tasks/environment.rake +7 -0
  22. data/tasks/website.rake +17 -0
  23. data/test/fixtures/xml/add_post_done.xml +2 -0
  24. data/test/fixtures/xml/all_posts.xml +2919 -0
  25. data/test/fixtures/xml/all_posts_by_tag.xml +30 -0
  26. data/test/fixtures/xml/dates.xml +739 -0
  27. data/test/fixtures/xml/dates_for_tag.xml +270 -0
  28. data/test/fixtures/xml/delete_post.xml +2 -0
  29. data/test/fixtures/xml/delete_post_failed.xml +2 -0
  30. data/test/fixtures/xml/posts.xml +6 -0
  31. data/test/fixtures/xml/posts_by_date.xml +4 -0
  32. data/test/fixtures/xml/posts_by_tag.xml +4 -0
  33. data/test/fixtures/xml/posts_by_url.xml +4 -0
  34. data/test/fixtures/xml/recent_posts.xml +19 -0
  35. data/test/fixtures/xml/recent_posts_by_tag.xml +19 -0
  36. data/test/fixtures/xml/recent_posts_by_tag_and_count.xml +8 -0
  37. data/test/fixtures/xml/tag_rename.xml +2 -0
  38. data/test/fixtures/xml/tags.xml +1368 -0
  39. data/test/test_base.rb +33 -0
  40. data/test/test_date.rb +26 -0
  41. data/test/test_helper.rb +12 -0
  42. data/test/test_post.rb +135 -0
  43. data/test/test_tag.rb +23 -0
  44. data/test/test_update.rb +18 -0
  45. data/website/css/common.css +47 -0
  46. data/website/index.html +92 -0
  47. metadata +109 -0
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+ <posts tag="actionscript" user="jnunemaker">
3
+ <post tag="actionscript queue loader" extended="Actionscript class that allows loading several external files at once and firing events on the group of files as a whole." href="http://blog.hydrotik.com/category/queueloader/" time="2007-09-15T02:41:02Z" others="1" hash="f854b2ac92cb4e37cd496d5f1d0ccb05" description="hydrotik | flash/design/photography &#187; QueueLoader"/>
4
+ <post tag="actionscript flash flv as3" extended="" href="http://www.quip.net/blog/2007/flash/actionscript-20/how-to-build-flv-load-progress-bar" time="2007-08-29T03:18:52Z" others="1" hash="403b43d9268ff549629d3d5f0b50ddde" description="David Stiller&#8217;s blog &#187; Blog Archive &#187; How to Build an Interactive Flash Video (FLV) Load Progress Bar"/>
5
+ <post tag="actionscript motion" extended="An animation library for actionscript 3. Contains a basic tweening class as well as the ability to sequence and execute tweens in parallel. The parallel stuff is really cool.
6
+ " href="http://code.google.com/p/asinmotion/" time="2007-08-14T04:24:40Z" others="1" hash="706ced5451201b2fc496d4855de756a7" description="asinmotion - Google Code"/>
7
+ <post tag="actionscript api" extended="A list of several as3 api's to help you get things done faster in actionscript." href="http://seantheflashguy.com/blog/2007/08/13/list-of-22-actionscript-30-apis/" time="2007-08-14T04:22:53Z" others="1" hash="efc3eaa322920f93e2b3ebababd49b09" description="List of 22 ActionScript 3.0 API&#8217;s&#160;by&#160;Sean // the flash guy"/>
8
+ <post tag="papervision actionscript 3d flash" extended="The google code repository for papervision3d an open source realtime 3D engine for Flash." href="http://code.google.com/p/papervision3d/" time="2007-08-13T00:15:16Z" others="1" hash="dacd3733b4d1c0675b950b78b61f80ee" description="papervision3d - Google Code"/>
9
+ <post tag="papervision actionscript" extended="Really nice example of how to use papervision 3d." href="http://f6design.com/journal/2007/07/30/papervision-3d/" time="2007-08-13T00:14:05Z" others="1" hash="004739ad164d8a70b6ee0fa0b2215346" description="Pixel Acres &#187; Blog Archive &#187; Papervision 3D"/>
10
+ <post tag="actionscript arrays" extended="How to use the array methods in actionscript 3." href="http://www.onebyonedesign.com/tutorials/array_methods/" time="2007-08-12T00:35:56Z" others="2" hash="d5f5b1657aa4f17647f98d1bfbdc907e" description="[new] Actionscript 3 Array Methods (from onebyonedesign[dot]com)"/>
11
+ <post tag="urlloader urlrequest actionscript" extended="Good intro to loading external swfs." href="http://www.kirupa.com/forum/showpost.php?p=2112823&amp;amp;postcount=355" time="2007-08-11T22:33:33Z" others="1" hash="064bb78ea89fee2655a6486f5a9c8469" description="Loading External SWFs with Loader (Preloading)"/>
12
+
13
+ <post tag="as3 actionscript xml xmldocument" extended="The difference between xml and xmldocument in as3." href="http://www.kirupa.com/forum/showpost.php?p=1910467&amp;amp;postcount=102" time="2007-08-11T22:14:47Z" others="1" hash="10c0edaf4c164edbe890e51878b4e922" description="kirupaForum - View Single Post - ActionScript 3 Tip of the Day"/>
14
+ <post tag="as3 actionscript flash distortion" extended="Really sweet distortion class. Looks very cool." href="http://www.rubenswieringa.com/blog/distortimage" time="2007-08-09T18:24:33Z" others="1" hash="b474306e80e17af06ebbced28ad85b72" description="distort image"/>
15
+ <post tag="as3 actionscript xml urlloader" extended="Loading Text and XML with URLLoader" href="http://www.kirupa.com/forum/showthread.php?p=1910480#post1910480" time="2007-08-07T22:53:01Z" others="1" hash="7d663677b23a6cc776bda934b3694f79" description="Loading Text and XML with URLLoader"/>
16
+ <post tag="actionscript lectures slideshow to_read" extended="Several lectures on actionscript and flash. Some good stuff." href="http://moock.org/lectures/" time="2007-08-07T22:32:56Z" others="4" hash="407b5974c44475826dbf1f3bf0813c69" description="moock&amp;gt;&amp;gt; lectures"/>
17
+ <post tag="as3 actionscript optimization performance" extended="simple tips for making your actionscript run faster." href="http://rozengain.com/?postid=35" time="2007-08-07T21:51:11Z" others="3" hash="b934aedca98d51d59f1f8e6f0a797a5a" description="Some ActionScript 3.0 Optimizations - Web Development Blog"/>
18
+ <post tag="actionscript papervision 3d cheatsheet" extended="" href="http://actionscriptcheatsheet.com/blog/archives/33" time="2007-07-30T21:44:39Z" others="1" hash="aa34287d3e42d4006b3bd184e99a4414" description="actionscript cheatsheet - blog: actionscript news, tips, tutorials &#187; Papervision 3D Cheatsheets: FREE DOWNLOAD!"/>
19
+ <post tag="actionscript reflection" extended="Nice easy class for creating reflections. Author has good examples and explains the code. I had a few issues with undeclared types but they were easy to fix." href="http://www.adobe.com/devnet/flash/articles/reflect_class_as3.html" time="2007-07-30T21:31:51Z" others="1" hash="9cf2bd12e2d98cc04580d14513395bb3" description="Adobe - Developer Center : Creating movie clips with reflections in ActionScript 3.0"/>
20
+ <post tag="flash actionscript as3 myspace youtube" extended="Why AS3? This article explains the history and techs of it." href="http://www.digital-web.com/articles/the_road_to_actionscript_3/" time="2007-07-11T19:18:46Z" others="3" hash="d9221ede0df5593228e191ae372af9d2" description="Digital Web Magazine - The Road to Actionscript 3"/>
21
+ <post tag="actionscript flash" extended="Tons of actionscript 3 tips and tricks." href="http://www.kirupa.com/forum/showthread.php?t=223798" time="2007-04-11T14:18:41Z" others="7" hash="8dce5fb64efc15804839a140da33fb88" description="ActionScript 3 Tip of the Day - kirupaForum"/>
22
+
23
+ <post tag="flash actionscript" extended="" href="http://www.brendandawes.com/dsf2/" time="2007-03-19T18:13:33Z" others="5" hash="5db004e3ca64e31e92a6fe93a894b3b0" description="drag slide fade 2"/>
24
+ <post tag="flash actionscript" extended="Nice simple screencasts for doing various things in flash and actionscript." href="http://www.gotoandlearn.com/" time="2007-03-12T03:06:02Z" others="190" hash="4db9046440657e7b230ac19611acf7ad" description="gotoAndLearn.com"/>
25
+ <post tag="actionscript as3" extended="Class for all kinds of tweening. Keeps to a 'one line' design mentality. Really nice examples." href="http://code.google.com/p/tweener/" time="2007-03-12T02:13:59Z" others="10" hash="1e019cf80d4d3e6a68ef0f05e3158f3e" description="tweener - Google Code"/>
26
+ <post tag="flash actionscript" extended="how to make a movie clip scrollable in flash 8" href="http://www.actionscript.org/resources/articles/186/1/Easy-Movieclip-Scrolling-in-Flash-8/Page1.html" time="2007-03-09T03:19:38Z" others="1" hash="81a1832f85c5f78b29d1c2bfda41dcfc" description="Easy Movieclip Scrolling in Flash 8 - ActionScript.org Flash, Flex and ActionScript Resources"/>
27
+ <post tag="flash actionscript" extended="an alpha modifier actionscript class that deals with flash's _alpha inaccuracies" href="http://www.actionscript.org/resources/articles/199/1/Flash-Alpha-Innacuracies/Page1.html" time="2007-03-09T03:17:53Z" others="2" hash="95e0acfcb3ebbaec044a0fc27492edfc" description="Flash Alpha Innacuracies - ActionScript.org Flash, Flex and ActionScript Resources"/>
28
+ <post tag="flash actionscript" extended="pretty cool tween class for doing animations in action script" href="http://www.actionscript.org/resources/articles/563/1/tweenEffects-Class/Page1.html" time="2007-03-09T02:51:56Z" others="2" hash="8d56d4b364fdce1945d0f5ffb55be280" description="tweenEffects Class - ActionScript.org Flash, Flex and ActionScript Resources"/>
29
+ <post tag="javascript flash actionscript" extended="Kit which allows simple integration of Flash and JavaScript." href="http://weblogs.macromedia.com/flashjavascript/" time="2005-12-30T02:34:59Z" others="50" hash="5fdf2ee4c9a6b348ef998779b9238c91" description="Flash / JavaScript Integration Kit"/>
30
+ </posts>