repo
string
commit
string
message
string
diff
string
yuanying/yapra
9cc20cba67a61bc9b8685150db46d88b6bf87988
subject field normarized on imap plugin.
diff --git a/lib-plugins/yapra/plugin/publish/imap.rb b/lib-plugins/yapra/plugin/publish/imap.rb index a7a2c55..b7f4adc 100644 --- a/lib-plugins/yapra/plugin/publish/imap.rb +++ b/lib-plugins/yapra/plugin/publish/imap.rb @@ -1,135 +1,136 @@ require 'net/imap' require 'yapra/version' require 'yapra/plugin/base' mo...
yuanying/yapra
0f04f06daa9ef9d5de3c96455bcaf9a57947ee78
fix encode_field for mail header.
diff --git a/lib-plugins/yapra/plugin/publish/imap.rb b/lib-plugins/yapra/plugin/publish/imap.rb index 5b71906..a7a2c55 100644 --- a/lib-plugins/yapra/plugin/publish/imap.rb +++ b/lib-plugins/yapra/plugin/publish/imap.rb @@ -1,136 +1,135 @@ require 'net/imap' require 'yapra/version' require 'yapra/plugin/base' mo...
yuanying/yapra
723275bd6bb2d48fe855a2db169fa0c19036c4ae
added imap attachments support.
diff --git a/lib-plugins/yapra/plugin/publish/imap.rb b/lib-plugins/yapra/plugin/publish/imap.rb index a01aab9..5b71906 100644 --- a/lib-plugins/yapra/plugin/publish/imap.rb +++ b/lib-plugins/yapra/plugin/publish/imap.rb @@ -1,84 +1,136 @@ require 'net/imap' +require 'yapra/version' require 'yapra/plugin/base' mod...
yuanying/yapra
7a06f776575e34a9ed7282745a4d1f9b4e7dc5d7
added modified Filter::grep plugin.
diff --git a/History.txt b/History.txt index f72c6dd..0073408 100644 --- a/History.txt +++ b/History.txt @@ -1,14 +1,15 @@ == 0.1.1 * 1 bug fix: * Publish::Imap, mailbox select fixed. + * Spec files are added. * 2 majar enhancement: * A few plugins are added. * RDoc is improved. * -d option is added...
yuanying/yapra
75358223131b4434aa5625dcdd66c63636f1b274
added spec file for Yapra::Config.
diff --git a/bin/yapra b/bin/yapra index 80d713d..b8fdf97 100644 --- a/bin/yapra +++ b/bin/yapra @@ -1,62 +1,65 @@ #!/usr/bin/env ruby -wKU $KCODE='u' require 'yaml' require 'optparse' require 'kconv' require 'pathname' require 'base64' YAPRA_ROOT = File.join(File.dirname(__FILE__), '..') $:.insert(0, *[ ...
yuanying/yapra
0bd8a35dde01e74bdb53ede61619f4e3af22393d
add comments.
diff --git a/lib/yapra/legacy_plugin/compatible_mode_registry.rb b/lib/yapra/legacy_plugin/compatible_mode_registry.rb index e4e743b..73b556f 100644 --- a/lib/yapra/legacy_plugin/compatible_mode_registry.rb +++ b/lib/yapra/legacy_plugin/compatible_mode_registry.rb @@ -1,35 +1,44 @@ require 'pathname' require 'yapra/l...
yuanying/yapra
cd5aa9f1fd213ea20895b2c92a04edac42468aaa
change onmemory_download data.
diff --git a/lib-plugins/yapra/plugin/filter/apply_template.rb b/lib-plugins/yapra/plugin/filter/apply_template.rb index 0982b11..3df0707 100644 --- a/lib-plugins/yapra/plugin/filter/apply_template.rb +++ b/lib-plugins/yapra/plugin/filter/apply_template.rb @@ -1,52 +1,52 @@ require 'yapra/plugin/base' module Yapra:...
yuanying/yapra
ac7b3243e2f8002e74d7ee0d6ec1a17477a4cf9a
base64 option is adde on on_memory_download. and apply_template plugin is added.
diff --git a/lib-plugins/yapra/plugin/filter/apply_template.rb b/lib-plugins/yapra/plugin/filter/apply_template.rb new file mode 100644 index 0000000..0982b11 --- /dev/null +++ b/lib-plugins/yapra/plugin/filter/apply_template.rb @@ -0,0 +1,52 @@ +require 'yapra/plugin/base' + +module Yapra::Plugin::Filter + # = Filter...
yuanying/yapra
72398a119ffbd72f0f75dc1fb4bcaa2385ca2473
-d option is added.
diff --git a/History.txt b/History.txt index fa18708..f72c6dd 100644 --- a/History.txt +++ b/History.txt @@ -1,13 +1,14 @@ == 0.1.1 * 1 bug fix: * Publish::Imap, mailbox select fixed. * 2 majar enhancement: * A few plugins are added. * RDoc is improved. + * -d option is added. == 0.1.0 2008-06-20 ...
yuanying/yapra
095066d7e0ccff8a3eef5e12cfc463c1186b86fe
lecacy_plugin_directory_paths now pathname is not required.
diff --git a/History.txt b/History.txt index 5b35e35..fa18708 100644 --- a/History.txt +++ b/History.txt @@ -1,9 +1,13 @@ == 0.1.1 * 1 bug fix: * Publish::Imap, mailbox select fixed. +* 2 majar enhancement: + * A few plugins are added. + * RDoc is improved. + == 0.1.0 2008-06-20 * 1 major enhancement: ...
yuanying/yapra
26b3e55867873319dec91f04b00eb858a342c828
added on_memory_download plugin.
diff --git a/Manifest.txt b/Manifest.txt index b9304ba..76cb882 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -1,103 +1,104 @@ History.txt LICENCE License.txt Manifest.txt PostInstall.txt README.txt Rakefile config/hoe.rb config/requirements.rb legacy_plugins/Download/nicovideo.rb legacy_plugins/Feed/custo...
yuanying/yapra
c473fbc1cbd261b621e60a61d77d4f82abdd38ad
add changelog.
diff --git a/History.txt b/History.txt index 69cc34a..5b35e35 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,9 @@ +== 0.1.1 + +* 1 bug fix: + * Publish::Imap, mailbox select fixed. + == 0.1.0 2008-06-20 * 1 major enhancement: * Initial release
yuanying/yapra
f78ba638f95cc83f8cb073096337744b83c39d4f
mailbox selection mistake is fixed.
diff --git a/lib-plugins/yapra/plugin/publish/imap.rb b/lib-plugins/yapra/plugin/publish/imap.rb index 7f65425..95067a7 100644 --- a/lib-plugins/yapra/plugin/publish/imap.rb +++ b/lib-plugins/yapra/plugin/publish/imap.rb @@ -1,82 +1,84 @@ # module: Publish::Imap -- Yuanying # # publish entry to imap mail. # # exam...
yuanying/yapra
c2667a5dc6bfb4c350e766697f6be55dc1e967be
preparation for release 0.1.0.
diff --git a/History.txt b/History.txt index 36e2f6d..69cc34a 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,4 @@ -== 0.0.1 2008-06-19 +== 0.1.0 2008-06-20 * 1 major enhancement: * Initial release diff --git a/README.txt b/README.txt index 4fee6a3..edb8f48 100644 --- a/README.txt +++ b/README.txt @@ -1,48 ...
yuanying/yapra
6ec84e5a229803c16aca42a9a8b1c11ea4f8b45a
#42 logger is singleton, and pragger.rb move to bin/yapra.
diff --git a/LICENCE b/LICENCE index 0c1b754..38a2658 100644 --- a/LICENCE +++ b/LICENCE @@ -1,13 +1,22 @@ Copyright (c) 2008 fraction.jp. Some rights reserved. Original from 2008-06-12 http://pragger.ikejisoft.com/ -Redistribution and use in source and binary forms, with or without modification, are permitted pr...
yuanying/yapra
27299075c0623469f406dbb15c5359f377fe7388
remove puts.
diff --git a/plugins/Filter/deduped.rb b/plugins/Filter/deduped.rb index 335ba6a..3c348d9 100644 --- a/plugins/Filter/deduped.rb +++ b/plugins/Filter/deduped.rb @@ -1,57 +1,57 @@ ## Filter::deduped - Plugin to get Deduped entries -- emergent ## ## Plugin to get Deduped entries ## Cache path can be set. ## ## - m...
yuanying/yapra
b2d7d69463f9bf69a9acbaf9e6ed32e44171447f
fix mail config.
diff --git a/History.txt b/History.txt new file mode 100644 index 0000000..36e2f6d --- /dev/null +++ b/History.txt @@ -0,0 +1,4 @@ +== 0.0.1 2008-06-19 + +* 1 major enhancement: + * Initial release diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..0c1b754 --- /dev/null +++ b/LICENCE @@ -0,0 +1,13 @@ +...
jomvideo/JomLogin-Module
33b338456b1d67a9133880029f22a9f1363d39e3
Created wiki page through web user interface.
diff --git a/wiki/JomLogin.wiki b/wiki/JomLogin.wiki new file mode 100644 index 0000000..c48a78a --- /dev/null +++ b/wiki/JomLogin.wiki @@ -0,0 +1,13 @@ +#summary One-sentence summary of this page. + += Introduction = + +JomLogin Module For Joomla 1.5x with horizontal display and layout. jquery will be added option for...
jomvideo/JomLogin-Module
92031cc5b303254bf6900ffcde333c36e5921cf7
SVN SYNC getting SVN and local copy synced up
diff --git a/mod_jomlogin/helper.php b/mod_jomlogin/helper.php index 34778d3..ea89c9b 100644 --- a/mod_jomlogin/helper.php +++ b/mod_jomlogin/helper.php @@ -1,53 +1,53 @@ <?php /** - * @version $Id: view.html.php 283 2010-02-02 11:55:43Z subfighter $ + * @version $Id: view.html.php 28 2010-02-02 11:55:43Z subfig...
jomvideo/JomLogin-Module
5ecf1c1efc45e932a44f012bb3b7e93208305c33
Share project "mod_jomlogin" into "https://mod-jomlogin.googlecode.com/svn"
diff --git a/mod_jomlogin/.buildpath b/mod_jomlogin/.buildpath new file mode 100644 index 0000000..8bcb4b5 --- /dev/null +++ b/mod_jomlogin/.buildpath @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<buildpath> + <buildpathentry kind="src" path=""/> + <buildpathentry kind="con" path="org.eclipse.php.core.LANGU...
abhishekpshukla/image_gallery
7ed198c19ce30db497397f97901e53c366f61b46
made some changes
diff --git a/.gitignore b/.gitignore index 97e2cf1..e8c88ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,15 @@ *.sqlite3 config/initializers/action_mailer_settings.rb config/deploy.rb db/schema.rb config/database.yml config/locomotive.yml config/mongrel_cluster.yml config/thin.yml tmp/* log/* private...
MaskedRetriever/SimpleSlice
d84815dfc3e1f23f92e43b1915710d5d0f6915e4
Added GNU License File
diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..6bd571b --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy...
MaskedRetriever/SimpleSlice
fcd44d27afab4d7ed7c5f779fb84804f6d17aa2f
Cleared out various unnecessaries-- leaving unused geometry functions in for now as tutorial stuff...
diff --git a/Line.pde b/Line.pde index 97ea9ee..a8d49a1 100644 --- a/Line.pde +++ b/Line.pde @@ -1,232 +1,65 @@ // Line Class // Once we have the slices as 2D lines, // we never look back. -// From this version (1.3ish?) Line2D will -// have both SPEED and PLASTIC FLOW RATE. class Line2D { float x1,y1,x2,y2;...
emacsmirror/files-plus
b236867812201828f14dc2bacb42506487d10943
no summary available
diff --git a/files+.el b/files+.el index e207f0a..7bccce3 100644 --- a/files+.el +++ b/files+.el @@ -1,745 +1,752 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
d3f4ff984d46333760c0857fcec7c634f59ccd5f
no summary available
diff --git a/files+.el b/files+.el index bff16fb..e207f0a 100644 --- a/files+.el +++ b/files+.el @@ -1,865 +1,867 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
6f18599fa23570d614bb23ac7c24197cdf75dae7
no summary available
diff --git a/files+.el b/files+.el index 7e659cf..bff16fb 100644 --- a/files+.el +++ b/files+.el @@ -1,528 +1,529 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
b570c380a8fae99afc0dcc2eec4b5bb8a2a74fc8
no summary available
diff --git a/files+.el b/files+.el index f27f00f..7e659cf 100644 --- a/files+.el +++ b/files+.el @@ -1,526 +1,526 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
194abac47589cb197d7d176b2722fc475ae8646d
no summary available
diff --git a/files+.el b/files+.el index 56d88d8..f27f00f 100644 --- a/files+.el +++ b/files+.el @@ -1,525 +1,525 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
d68ab2125ec31c4f285989eb133babe5c301e901
no summary available
diff --git a/files+.el b/files+.el index 9c9f926..56d88d8 100644 --- a/files+.el +++ b/files+.el @@ -1,525 +1,525 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
64158481f7768b99ae764c807d5542a90e39d0da
no summary available
diff --git a/files+.el b/files+.el index 44055ca..9c9f926 100644 --- a/files+.el +++ b/files+.el @@ -1,862 +1,864 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
b97369bf99ac6198095634832663680a82638d08
no summary available
diff --git a/files+.el b/files+.el index c212ea7..44055ca 100644 --- a/files+.el +++ b/files+.el @@ -1,859 +1,862 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
03940d6a644845317a94bb8b71828cc90928e6b9
no summary available
diff --git a/files+.el b/files+.el index 1c82f43..c212ea7 100644 --- a/files+.el +++ b/files+.el @@ -1,528 +1,528 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
4798437e37ffed99f8c9ba5d54562985b14e9427
no summary available
diff --git a/files+.el b/files+.el index 7c13cbf..1c82f43 100644 --- a/files+.el +++ b/files+.el @@ -1,855 +1,859 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
d21d30daae763412b31bfe5787dffd7c6bcabcfc
no summary available
diff --git a/files+.el b/files+.el index 739d371..7c13cbf 100644 --- a/files+.el +++ b/files+.el @@ -1,525 +1,525 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams -;; Maintainer: Drew Adams...
emacsmirror/files-plus
fb9d1d58dced562e1710f12acbc8b0cf231bd007
no summary available
diff --git a/files+.el b/files+.el index e2ec233..739d371 100644 --- a/files+.el +++ b/files+.el @@ -1,854 +1,855 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
0374183a5218c4fa9fb9b763058d24b6ecc9a25c
no summary available
diff --git a/files+.el b/files+.el index 8d4f5d5..e2ec233 100644 --- a/files+.el +++ b/files+.el @@ -1,840 +1,845 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
b6c8e97cdb5090dd8e0191ac8f8f1db63abdfe1e
no summary available
diff --git a/files+.el b/files+.el index 675147c..8d4f5d5 100644 --- a/files+.el +++ b/files+.el @@ -1,524 +1,525 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
d50920cb13c3ed456bd5f0bcc3e510a6ede29453
no summary available
diff --git a/files+.el b/files+.el index d710a36..675147c 100644 --- a/files+.el +++ b/files+.el @@ -1,843 +1,848 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
d8eb8d2b6bd0aa4c6e4dfbbc4d4b6f2022303d0d
no summary available
diff --git a/files+.el b/files+.el index ca983bb..d710a36 100644 --- a/files+.el +++ b/files+.el @@ -1,859 +1,843 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
fe8d10cae0764e2fe34e70dfd410b23ecb2000a5
no summary available
diff --git a/files+.el b/files+.el index 030692e..ca983bb 100644 --- a/files+.el +++ b/files+.el @@ -1,527 +1,527 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
98b6f05afd7cd38f18b001738d6b8439f6d3b88e
no summary available
diff --git a/files+.el b/files+.el index 09da9d7..030692e 100644 --- a/files+.el +++ b/files+.el @@ -1,757 +1,777 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
64736e0b7ab7caba7c9a0d65890a3ead647e5a77
no summary available
diff --git a/files+.el b/files+.el index 06bede9..09da9d7 100644 --- a/files+.el +++ b/files+.el @@ -1,841 +1,839 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
3099b68e3ae162af717cdec6baa459e9ce447bf4
no summary available
diff --git a/files+.el b/files+.el index 3ec6909..06bede9 100644 --- a/files+.el +++ b/files+.el @@ -1,840 +1,841 @@ ;;; files+.el --- Enhancements of standard library `files.el'. ;; ;; Filename: files+.el ;; Description: Enhancements of standard library `files.el'. ;; Author: Drew Adams ;; Maintainer: Drew Adams...
emacsmirror/files-plus
3a8d62850f3dde61d1ec0b961a827d1a74982f1b
initial import
diff --git a/files+.el b/files+.el new file mode 100644 index 0000000..9095abd --- /dev/null +++ b/files+.el @@ -0,0 +1,856 @@ +;;; files+.el --- Enhancements of standard library `files.el'. +;; +;; Filename: files+.el +;; Description: Enhancements of standard library `files.el'. +;; Author: Drew Adams +;; Maintainer: ...
kangax/js-checker
345ea471969e5c781a6108954243fd845eb2cca5
Add DOM L3 Node::getUserData check.
diff --git a/master.js b/master.js index 8e3945e..55cadf8 100644 --- a/master.js +++ b/master.js @@ -1,237 +1,238 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
e3822c702f92b5986d1bf98864e86772a5286ed5
Change order of ES5 tests to be similar to that from es5-compat-table.
diff --git a/master.js b/master.js index 0abf4ca..8e3945e 100644 --- a/master.js +++ b/master.js @@ -1,236 +1,237 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
9c2bde5b34e1760d334315dc604640d5fcaa16eb
Add check for existence of `window.WebSocket`.
diff --git a/master.js b/master.js index b1ff17b..0abf4ca 100644 --- a/master.js +++ b/master.js @@ -1,235 +1,236 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
97c958d19bcd445079778f7879770682fae21e30
Add check for existence of `Element::classList`.
diff --git a/master.js b/master.js index e41a83b..b1ff17b 100644 --- a/master.js +++ b/master.js @@ -1,232 +1,235 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
4046aa5a7417dfc5680580b84f033f63e01c2768
Add check for presence of "files" property on input[type="file"] elements.
diff --git a/master.js b/master.js index 6c7d5dc..e41a83b 100644 --- a/master.js +++ b/master.js @@ -1,230 +1,232 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
80d3624ffefdf95f8032797b23d6817ff73fa0b1
Add check for presence of harmony proxies.
diff --git a/master.js b/master.js index a402692..6c7d5dc 100644 --- a/master.js +++ b/master.js @@ -1,227 +1,230 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
4635bfddfc4459e8193cb2a4092614809cec0b67
Add test for String instances [[Get]] acting like `charAt` (as per ES5).
diff --git a/master.js b/master.js index 84b8ff6..a402692 100644 --- a/master.js +++ b/master.js @@ -1,226 +1,227 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
1ab3e42ea9e3bf024d44f9d31dd4a005f14b2422
Add remaining `Array.prototype` methods (from ES5) to corresponding test.
diff --git a/master.js b/master.js index 255a87d..84b8ff6 100644 --- a/master.js +++ b/master.js @@ -1,221 +1,226 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
f202dbe730dd8a50cb1714f1a0b410dc1ab73f65
Add the rest of `Object.*` methods to ES5 test.
diff --git a/master.js b/master.js index de9d9ae..255a87d 100644 --- a/master.js +++ b/master.js @@ -1,209 +1,221 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
91783b298bfa62ae5dfecbdb4c8475c2d9cc4e2b
Change HTMLDivElement presence test to actually check for inheritance support.
diff --git a/master.js b/master.js index b74d226..de9d9ae 100644 --- a/master.js +++ b/master.js @@ -1,209 +1,209 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
a2f2e996dd839ce13d35e39ea2d2f363316358d6
Add check for whether DOM "prototype objects" are exposed.
diff --git a/master.js b/master.js index 0c633c7..b74d226 100644 --- a/master.js +++ b/master.js @@ -1,206 +1,209 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
15a7fb52366e9cc658fe19677226b9bcf62a7096
Add existence check for `Worker` in HTML 5 section.
diff --git a/master.js b/master.js index 4fa1acf..0c633c7 100644 --- a/master.js +++ b/master.js @@ -1,205 +1,206 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
d10957987edd327d0341f87bb1540080d242ef96
Move "rendering engine" test into its own section. Reorganize proprietary tests slightly.
diff --git a/index.html b/index.html index 6a0a66d..c689cd8 100644 --- a/index.html +++ b/index.html @@ -1,46 +1,46 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/html; charse...
kangax/js-checker
9c2d80cd80ed2a3538b3fb4f4424e1c1fd48ac5a
No need to concat
diff --git a/master.js b/master.js index 680ded0..f5099df 100644 --- a/master.js +++ b/master.js @@ -1,200 +1,200 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
abfb72dfad32b36a8e929c17a586522853c94c42
Add jscript version and build through conditional compilation.
diff --git a/master.js b/master.js index 7463add..680ded0 100644 --- a/master.js +++ b/master.js @@ -1,198 +1,200 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
3780c6f90f7932defb2160a1ff21f381f7aa8b8c
Add test for non-standard name on function instances. Add ms- and o- to vendor-specific border-radius test.
diff --git a/master.js b/master.js index d2694ea..7463add 100644 --- a/master.js +++ b/master.js @@ -1,195 +1,198 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
3b2c55d087561c1949e75cd505417bd4e69e1089
Move `currentStyle` to proprietray section.
diff --git a/master.js b/master.js index 42325bc..d2694ea 100644 --- a/master.js +++ b/master.js @@ -1,194 +1,195 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
c7e0806c2509bd34bfbbdc96d065f6342293a1dc
Add test for window.localStorage and video element.
diff --git a/master.js b/master.js index b5d6f8a..42325bc 100644 --- a/master.js +++ b/master.js @@ -1,192 +1,194 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
4e06ff75bfca2906f0f1ea58a07d971a8db2962b
Add few more ES5 tests — Object.getPrototypeOf, Object.create, Array.isArray, Date.now, Date.prototype.toISOString and getters.
diff --git a/master.js b/master.js index 14e6fb2..b5d6f8a 100644 --- a/master.js +++ b/master.js @@ -1,186 +1,192 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function testDecompilation(){ var addEvent = (function(){ var docEl =...
kangax/js-checker
542e1d18f55027981a223c482c1b4aa87684c03d
Add a bigger function for decompilation test.
diff --git a/master.js b/master.js index ae49374..14e6fb2 100644 --- a/master.js +++ b/master.js @@ -1,139 +1,186 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; + function testDecompilation(){ + var addEvent = (function(){ + var docEl =...
kangax/js-checker
f955a40def62ecdbfa38de85585470ada9a1d1ec
Add few ES5 checks — JSON, String#trim, Function#bind, Object.defineProperty.
diff --git a/index.html b/index.html index 0303968..6a0a66d 100644 --- a/index.html +++ b/index.html @@ -1,45 +1,46 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/html; charse...
kangax/js-checker
f1be3d8a9914b193c41db4c14842ab83d4032a83
Add test for KHTML engine (e.g. Konqueror).
diff --git a/master.js b/master.js index 03d5a42..5ea4323 100644 --- a/master.js +++ b/master.js @@ -1,130 +1,133 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function w(s){ try { var result = eval('(' + s + ')'); documen...
kangax/js-checker
72142802de9a525f049c161ce69056cead293573
Add check for function statements.
diff --git a/master.js b/master.js index 9d50766..03d5a42 100644 --- a/master.js +++ b/master.js @@ -1,129 +1,130 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function w(s){ try { var result = eval('(' + s + ')'); documen...
kangax/js-checker
c306c2dfda50b828e254e0c3876946c86e1dd870
Add check for `ownerDocument`.
diff --git a/master.js b/master.js index 6efb48c..9d50766 100644 --- a/master.js +++ b/master.js @@ -1,128 +1,129 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function w(s){ try { var result = eval('(' + s + ')'); documen...
kangax/js-checker
a389d9f156c854fe365b4033690bbd2d4aa2065b
Add function expression to a decompilation test. Use `typeof` instead of `in`. Add `__defineSetter__`.
diff --git a/master.js b/master.js index 4f0186b..6efb48c 100644 --- a/master.js +++ b/master.js @@ -1,125 +1,128 @@ (function(){ var backToTopAnchor = '<a href="#top" title="Return to the top of the page">Back to top</a>'; function w(s){ try { var result = eval('(' + s + ')'); documen...
kangax/js-checker
94ae61fea80020c04a9d62f69c6e99f49f6ff8f2
add Array.prototype.map, cssRule.cssText and window.history tests
diff --git a/index.html b/index.html index 277868d..0303968 100644 --- a/index.html +++ b/index.html @@ -1,44 +1,45 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/html; charse...
kangax/js-checker
66cce1fc43e19af394cd6f9de0e1b7f19e5bb56b
Add the actual files
diff --git a/index.html b/index.html new file mode 100644 index 0000000..277868d --- /dev/null +++ b/index.html @@ -0,0 +1,44 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> + +<html lang="en-US"> + <head> + + <meta http-equiv="Content-Type" content="text/ht...
maximilien/pfif
44f135ee25f2902736f2c114e3f255be87615267
added MIT license information and reference
diff --git a/README b/README index 8828582..cab10b9 100644 --- a/README +++ b/README @@ -1,9 +1,13 @@ == Welcome to pfif pfif is a Ruby plugin to allow easy parsing and DB to XML generation of PFIF standard: http://zesty.ca/pfif/1.1/ +== License + +Released under the MIT license. + +See LICENSE file or here: ht...
maximilien/pfif
1a570a69a4c29b7b0f3b708685de91f9cbd88295
changed the record_id construction
diff --git a/vendor/plugins/pfif/lib/pfif_db_helper.rb b/vendor/plugins/pfif/lib/pfif_db_helper.rb index 87022d7..a072afd 100644 --- a/vendor/plugins/pfif/lib/pfif_db_helper.rb +++ b/vendor/plugins/pfif/lib/pfif_db_helper.rb @@ -1,61 +1,61 @@ require 'pfif_xml_parser_helper' module PfifDbHelper include PfifXmlPa...
maximilien/pfif
d47e6c0ab3ebe04a291d1ede7e0a20249f603d6a
removed debug statements
diff --git a/vendor/plugins/pfif/lib/pfif_xml_helper.rb b/vendor/plugins/pfif/lib/pfif_xml_helper.rb index 36e2b73..fddd595 100644 --- a/vendor/plugins/pfif/lib/pfif_xml_helper.rb +++ b/vendor/plugins/pfif/lib/pfif_xml_helper.rb @@ -1,41 +1,38 @@ require 'uri' require 'net/http' require File.dirname(__FILE__) + '/...
maximilien/pfif
8b2365f4af9107d43e00748017ebcc58e7a237a9
added DB to XML PFIF helper
diff --git a/vendor/plugins/pfif/lib/pfif_db_helper.rb b/vendor/plugins/pfif/lib/pfif_db_helper.rb index 2c6d510..87022d7 100644 --- a/vendor/plugins/pfif/lib/pfif_db_helper.rb +++ b/vendor/plugins/pfif/lib/pfif_db_helper.rb @@ -1,2 +1,61 @@ +require 'pfif_xml_parser_helper' + module PfifDbHelper + include PfifXmlPar...
maximilien/pfif
49ceb337eb62772f97dcc65a78e20ba9cdd2caf1
completed XML parsing of PFIF XML
diff --git a/vendor/plugins/pfif/lib/common.rb b/vendor/plugins/pfif/lib/common.rb new file mode 100644 index 0000000..fe4f6c2 --- /dev/null +++ b/vendor/plugins/pfif/lib/common.rb @@ -0,0 +1,15 @@ +module Common + module Creatable + def self.included receiver + receiver.extend ClassMethods + end + + ...
maximilien/pfif
4edd69db12ee38cdd461ac05fbf0721b0cecb112
initial DB tables and model for Person and Note
diff --git a/vendor/plugins/pfif/generators/pfif_models/templates/app/note.rb b/vendor/plugins/pfif/generators/pfif_models/templates/app/note.rb new file mode 100644 index 0000000..4a31949 --- /dev/null +++ b/vendor/plugins/pfif/generators/pfif_models/templates/app/note.rb @@ -0,0 +1,6 @@ +class Note < ActiveRecord::Ba...
maximilien/pfif
bc6da972017b5315ba3c534401f2cdb94f1067e9
generated plugin for pfif
diff --git a/vendor/plugins/pfif/MIT-LICENSE b/vendor/plugins/pfif/MIT-LICENSE new file mode 100644 index 0000000..ec4ddd4 --- /dev/null +++ b/vendor/plugins/pfif/MIT-LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2010 [name of plugin creator] + +Permission is hereby granted, free of charge, to any person obtaining +a copy of...
vti/showmethedrawing
82c7d42cba44221a7fa673f8f6433e9a39074d40
Moved to SockJS
diff --git a/.gitmodules b/.gitmodules index 36d0da9..fddcee8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,12 @@ [submodule "mojo"] path = mojo url = git://github.com/vti/mojo.git [submodule "public/web-socket-js"] path = public/web-socket-js url = git://github.com/gimite/web-socket-js.git +[submodul...
vti/showmethedrawing
b2d736301f2ada69460b08819c94a405e9e960c5
Cleanup
diff --git a/showmethedrawing b/showmethedrawing index ab4f7cd..5c7ab5f 100644 --- a/showmethedrawing +++ b/showmethedrawing @@ -1,504 +1,499 @@ #!/usr/bin/perl use FindBin; use lib "$FindBin::Bin/mojo/lib"; use Mojolicious::Lite; use Mojo::JSON; use Mojo::ByteStream; @ARGV = qw/daemon/ unless @ARGV; my...
vti/showmethedrawing
3108a4e2645c0f5dbde9e83a35fc40f0ab248193
Use a separate websocket for chat
diff --git a/showmethedrawing b/showmethedrawing index 8dac0e8..ab4f7cd 100644 --- a/showmethedrawing +++ b/showmethedrawing @@ -1,432 +1,504 @@ #!/usr/bin/perl use FindBin; use lib "$FindBin::Bin/mojo/lib"; use Mojolicious::Lite; use Mojo::JSON; use Mojo::ByteStream; @ARGV = qw/daemon/ unless @ARGV; my...
vti/showmethedrawing
a57a1a08d15ec00cdb1b313b7cc45462c5014c38
Added nicks
diff --git a/showmethedrawing b/showmethedrawing index 6f458d0..8dac0e8 100644 --- a/showmethedrawing +++ b/showmethedrawing @@ -1,411 +1,432 @@ #!/usr/bin/perl use FindBin; use lib "$FindBin::Bin/mojo/lib"; use Mojolicious::Lite; use Mojo::JSON; use Mojo::ByteStream; @ARGV = qw/daemon/ unless @ARGV; my...
vti/showmethedrawing
8037ec2095990b9bc79d0ada33e0ed1b4add74c6
Fixed utf in chat
diff --git a/showmethedrawing b/showmethedrawing index b87e2cf..6f458d0 100644 --- a/showmethedrawing +++ b/showmethedrawing @@ -1,387 +1,411 @@ #!/usr/bin/perl use FindBin; use lib "$FindBin::Bin/mojo/lib"; use Mojolicious::Lite; use Mojo::JSON; use Mojo::ByteStream; @ARGV = qw/daemon/ unless @ARGV; my...
vti/showmethedrawing
ef46f026ff5d5fbb09b57cc1ca7ab29fb74197de
Added chat
diff --git a/public/main.css b/public/main.css index ead19c5..c7b42ce 100644 --- a/public/main.css +++ b/public/main.css @@ -1,32 +1,42 @@ .container, html, body { margin:0px; height: 100%; /* IE treats as min-height */ min-height: 100%; /* IE ignores this */ } #canvas { border:1px solid #000; ...
vti/showmethedrawing
fd97c2be4d6c9b2501bc7e9dd6873e24cee7a1f8
Added source code link
diff --git a/public/main.css b/public/main.css index a327e6d..ead19c5 100644 --- a/public/main.css +++ b/public/main.css @@ -1,21 +1,32 @@ .container, html, body { margin:0px; height: 100%; /* IE treats as min-height */ min-height: 100%; /* IE ignores this */ } #canvas { border:1px solid #000; ...
vti/showmethedrawing
bd6088bcac8575bada50afb249f749749e6f427a
Added README
diff --git a/README b/README new file mode 100644 index 0000000..9677277 --- /dev/null +++ b/README @@ -0,0 +1,43 @@ +Installation + +To check out the code and clone dependencies: + +git clone git://github.com/vti/showmethedrawing.git +cd showmethedrawing +git submodule update --init + + +Running + +For non websocket n...
vti/showmethedrawing
177c7c85e203d68ac6a8b9a631d0280a24d111a9
Added colorpicker
diff --git a/public/colorpicker.css b/public/colorpicker.css new file mode 100644 index 0000000..eb151a9 --- /dev/null +++ b/public/colorpicker.css @@ -0,0 +1,161 @@ +.colorpicker { + width: 356px; + height: 176px; + overflow: hidden; + position: absolute; + background: url(/images/colorpicker_background.png); + ...
vti/showmethedrawing
aa9970d99d55e681b33e116e3426ab39639812ea
Added clear button
diff --git a/showmethedrawing b/showmethedrawing index aad4ec8..e40d1ba 100644 --- a/showmethedrawing +++ b/showmethedrawing @@ -1,344 +1,347 @@ #!/usr/bin/perl use FindBin; use lib "$FindBin::Bin/mojo/lib"; use Mojolicious::Lite; use Mojo::JSON; @ARGV = qw/daemon/ unless @ARGV; my $clients = {}; my $hi...
vti/showmethedrawing
65caff67d644ff1322d35d59183d93dbd53baef5
Added colors
diff --git a/showmethedrawing b/showmethedrawing index 30016f8..aad4ec8 100644 --- a/showmethedrawing +++ b/showmethedrawing @@ -1,344 +1,344 @@ #!/usr/bin/perl use FindBin; use lib "$FindBin::Bin/mojo/lib"; use Mojolicious::Lite; use Mojo::JSON; @ARGV = qw/daemon/ unless @ARGV; my $clients = {}; my $hi...
vti/showmethedrawing
2c436719fae60ca378002ca71ea37e74e95070fe
Cleanup
diff --git a/showmethedrawing b/showmethedrawing index 80cb7e1..30016f8 100644 --- a/showmethedrawing +++ b/showmethedrawing @@ -1,344 +1,344 @@ #!/usr/bin/perl use FindBin; use lib "$FindBin::Bin/mojo/lib"; use Mojolicious::Lite; use Mojo::JSON; @ARGV = qw/daemon/ unless @ARGV; my $clients = {}; my $hi...
vti/showmethedrawing
a3c674db97cc1ff4e0a776de485fe494f0b34724
Correct handling when drawing overlaps
diff --git a/showmethedrawing b/showmethedrawing index 05d9e32..80cb7e1 100644 --- a/showmethedrawing +++ b/showmethedrawing @@ -1,297 +1,344 @@ #!/usr/bin/perl use FindBin; use lib "$FindBin::Bin/mojo/lib"; use Mojolicious::Lite; use Mojo::JSON; @ARGV = qw/daemon/ unless @ARGV; my $clients = {}; my $hi...
vti/showmethedrawing
d86d084821de9c63c9394691882b1e8eeae75b59
Draw on client side
diff --git a/showmethedrawing b/showmethedrawing index c6e65c1..05d9e32 100644 --- a/showmethedrawing +++ b/showmethedrawing @@ -1,282 +1,297 @@ #!/usr/bin/perl use FindBin; use lib "$FindBin::Bin/mojo/lib"; use Mojolicious::Lite; use Mojo::JSON; @ARGV = qw/daemon/ unless @ARGV; my $clients = {}; my $hi...
vti/showmethedrawing
367d1f1c05658659a3aa101589a5e0c01acac732
Send only movement
diff --git a/showmethedrawing b/showmethedrawing index a39753d..c6e65c1 100644 --- a/showmethedrawing +++ b/showmethedrawing @@ -1,280 +1,282 @@ #!/usr/bin/perl use FindBin; use lib "$FindBin::Bin/mojo/lib"; use Mojolicious::Lite; use Mojo::JSON; @ARGV = qw/daemon/ unless @ARGV; my $clients = {}; my $hi...
vti/showmethedrawing
d3ac0ee7ad48de29aacc8548113e4704b390a992
Use canvas
diff --git a/public/main.css b/public/main.css index 15f3483..a327e6d 100644 --- a/public/main.css +++ b/public/main.css @@ -1,28 +1,21 @@ .container, html, body { margin:0px; height: 100%; /* IE treats as min-height */ min-height: 100%; /* IE ignores this */ } #canvas { - /*width:80%;*/ - mar...
vti/showmethedrawing
67a48b0ad3f3a58322a9dcb0fe8be5186e8c913c
Draw with websockets!
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..36d0da9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "mojo"] + path = mojo + url = git://github.com/vti/mojo.git +[submodule "public/web-socket-js"] + path = public/web-socket-js + url = git://github.com/gimite/web-socket-js.git d...
bensomers/openaccess
8d12db49290da7cb7a66d8bc9a9684ccd5f2fc6d
minor hack to fix navbar repeated home link
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index fd491cd..a35ad61 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,38 +1,38 @@ # Filters added to this controller apply to all controllers in the applicati...
bensomers/openaccess
ae140f95a1fa60fcf410fc2b5e84667313a1d356
unignoring things
diff --git a/.gitignore b/.gitignore index bf93449..b9a0972 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ *~ log/* tmp/* -db/schema.rb -Rakefile +#db/schema.rb +#Rakefile .DS_Store .project *.orig *.sqlite3 diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..3bb0e85 --- /dev/null +++ ...
bensomers/openaccess
37fb09982dd102f2bec483983c133387f5974efa
Started comments
diff --git a/app/controllers/comments_controller.rb b/app/controllers/comments_controller.rb new file mode 100644 index 0000000..d9e93f7 --- /dev/null +++ b/app/controllers/comments_controller.rb @@ -0,0 +1,44 @@ +class CommentsController < ApplicationController + def index + @comments = Comment.all + end + + d...
bensomers/openaccess
061ec6636ab0aa53e7d4665f40951504a93a53c9
Started comments, cleaned other code
diff --git a/app/controllers/posts_controller.rb b/app/controllers/posts_controller.rb index 68fabf6..a1d09b5 100644 --- a/app/controllers/posts_controller.rb +++ b/app/controllers/posts_controller.rb @@ -1,47 +1,48 @@ class PostsController < ApplicationController before_filter :login_required, :except => [:index...
bensomers/openaccess
d51a057e8acfdf87bfcb8d267e3e157e10e91814
More TODO changes
diff --git a/TODO b/TODO index c2d0baf..4399109 100644 --- a/TODO +++ b/TODO @@ -1,17 +1,19 @@ Goals for dev cycle 3: More robust user/admin levels Blog comments (probably anonymous, if there's a spam comment problem, then I'll require registration) Blog RSS? AJAX in relevant places general CSS & styling improv...