repo
string
commit
string
message
string
diff
string
glejeune/ruby-xslt
c04db7b83dda6633a76c25dc5a6a82e94bd82d12
Version bump to 0.9.8
diff --git a/VERSION b/VERSION index 3eefcb9..e3e1807 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +0.9.8
glejeune/ruby-xslt
820fcd28ec9f1fde11b76860649daaa30548deda
Version bump to 1.0.0
diff --git a/VERSION b/VERSION index c81aa44..3eefcb9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.7 +1.0.0
glejeune/ruby-xslt
9801b3b0c7370778251b95861af228e224595f04
Ruby 1.9 compatibility bug correction
diff --git a/ext/xslt_lib/extconf.rb b/ext/xslt_lib/extconf.rb index fb4bf5b..8b09630 100644 --- a/ext/xslt_lib/extconf.rb +++ b/ext/xslt_lib/extconf.rb @@ -1,58 +1,61 @@ #!/usr/bin/ruby -w # See the LICENSE file for copyright and distribution information require "mkmf" def help print <<HELP "extconf.rb" co...
glejeune/ruby-xslt
45e9fc28e0c979b2aad1e9a8d19a620ae05360b2
Maybe we are ready for 0.9.7
diff --git a/ext/xslt_lib/xslt.h b/ext/xslt_lib/xslt.h index 7128630..48e21a1 100644 --- a/ext/xslt_lib/xslt.h +++ b/ext/xslt_lib/xslt.h @@ -1,102 +1,102 @@ /** * Copyright (C) 2005, 2006, 2007, 2008 Gregoire Lejeune <gregoire.lejeune@free.fr> * * This program is free software; you can redistribute it and/or mod...
glejeune/ruby-xslt
4837eee958bc2ed2d7f58ea7af075c115cfe3acb
Bug correction : Issue #1
diff --git a/.gitignore b/.gitignore index 0be9aa0..35645cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,24 @@ ## MAC OS .DS_Store ## TEXTMATE *.tmproj tmtags ## EMACS *~ \#* .\#* ## VIM *.swp ## PROJECT::GENERAL coverage rdoc pkg ## PROJECT::SPECIFIC ext/xslt_lib/Makefile ext/xslt_l...
glejeune/ruby-xslt
e0391158e9b9f0cba9d3ce579754d64647a632b2
Compatibility with ruby 1.8 and 1.9
diff --git a/.gitignore b/.gitignore index c1e0daf..0be9aa0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,23 @@ ## MAC OS .DS_Store ## TEXTMATE *.tmproj tmtags ## EMACS *~ \#* .\#* ## VIM *.swp ## PROJECT::GENERAL coverage rdoc pkg ## PROJECT::SPECIFIC +ext/xslt_lib/Makefile +ext/xslt_l...
glejeune/ruby-xslt
638281a728bac0cd3a14c97feb87dfa4e68d72cf
Remove unnecessary files and add Rakefile (using Jeweler)
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1e0daf --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +## MAC OS +.DS_Store + +## TEXTMATE +*.tmproj +tmtags + +## EMACS +*~ +\#* +.\#* + +## VIM +*.swp + +## PROJECT::GENERAL +coverage +rdoc +pkg + +## PROJECT::SPECIFIC diff --git a/Rakefile b/...
glejeune/ruby-xslt
061c20db978cc5e4e4532a61e10550584f0937c7
Version bump to 0.0.0
diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..77d6f4c --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.0
glejeune/ruby-xslt
a3caf77ec648dc001028137ecf9633eeb53e7448
Ruby 1.9 compatible branch of ruby-xslt.
diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..97fe075 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,32 @@ += Authors + +Gregoire Lejeune <gregoire dot lejeune at free dot fr> +* Maintener + +Eustáquio "TaQ" Rangel <eustaquiorangel at yahoo dot com> +* Add parameters support + +Brendan Taylor <whateley at ...
LightGuard/seam-git-migration
0bd599ceee4c7c338d1bf44dbe9bea0340907942
First draft of groovy script (for real this time)
diff --git a/seam_git_migration.groovy b/seam_git_migration.groovy old mode 100644 new mode 100755 index 47ac498..198b04c --- a/seam_git_migration.groovy +++ b/seam_git_migration.groovy @@ -1,83 +1,179 @@ +#!/usr/bin/env groovy + // Go grab Groosh so we can do standard shell commands (http://groovy.codehaus.org/Groosh...
LightGuard/seam-git-migration
b4e45bffb185a5ffd8a2e742f54641da35754a90
initial import of worklog (todo list)
diff --git a/WORKLOG b/WORKLOG new file mode 100644 index 0000000..3cd1349 --- /dev/null +++ b/WORKLOG @@ -0,0 +1,7 @@ +TODO: +---- +- commit changes to files with updated scm urls +- fork mail module from cody +- fork sidekick from lincoln +- grab scheduling from sandbox +- grab spreadsheets from sandbox?
LightGuard/seam-git-migration
544e386bc7b10d0c9b0b1765eb0587546949e65f
first draft of sh to groovy translation of script
diff --git a/seam-svn2git-migration.sh b/seam-svn2git-migration.sh new file mode 100755 index 0000000..3073aef --- /dev/null +++ b/seam-svn2git-migration.sh @@ -0,0 +1,153 @@ +#!/bin/bash + +# Program locations +xmlstarlet=/usr/bin/xmlstarlet +git=/usr/bin/git + +phase1_dir=import-phase1 +phase2_dir=import-phase2 +get_...
LightGuard/seam-git-migration
33d16f73c9bd4a16ed11f5471b141cb44fc4bf0f
Continuing with script port
diff --git a/seam_git_migration.groovy b/seam_git_migration.groovy index 0b30949..47ac498 100644 --- a/seam_git_migration.groovy +++ b/seam_git_migration.groovy @@ -1,48 +1,83 @@ // Go grab Groosh so we can do standard shell commands (http://groovy.codehaus.org/Groosh) @Grapes([ @Grab(group='org.codehaus.groovy....
LightGuard/seam-git-migration
71487c1a2e4c6db825666fc5337ce57309165135
Adding .gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c6ebdd6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +import-phase1 +import-phase2
itxiaozi/zzror
43e3291015c50b7d0ef8a7fafd0be4d46809c482
add ce-shi-zhong-wen.txt
diff --git a/articles/2010-10-13-ce-shi-zhong-wen.txt b/articles/2010-10-13-ce-shi-zhong-wen.txt new file mode 100644 index 0000000..c7bce56 --- /dev/null +++ b/articles/2010-10-13-ce-shi-zhong-wen.txt @@ -0,0 +1,7 @@ +--- +title: "\xE6\xB5\x8B\xE8\xAF\x95\xE4\xB8\xAD\xE6\x96\x87" +slug: ce-shi-zhong-wen +date: 13/10/...
itxiaozi/zzror
c5f974afc73d5cdd6ddb5f87d96b73b969778046
edit Rakefile
diff --git a/Rakefile b/Rakefile index 755a103..567b906 100644 --- a/Rakefile +++ b/Rakefile @@ -1,42 +1,42 @@ require 'toto' @config = Toto::Config::Defaults task :default => :new desc "Create a new article." task :new do title = ask('Title: ') slug = title.empty?? nil : title.strip.slugize - artic...
itxiaozi/zzror
115b60bc059f7661f078c2f2e6b94f8a67e66332
edit 2010-10-13-toto-heroku.txt
diff --git a/articles/2010-10-13-toto-heroku.txt b/articles/2010-10-13-toto-heroku.txt index 1b40635..d296508 100644 --- a/articles/2010-10-13-toto-heroku.txt +++ b/articles/2010-10-13-toto-heroku.txt @@ -1,12 +1,5 @@ title: 搭建toto+heroku轻量级博客系统 author: 我不累,真的不累 date: 2010/10/13 ...
itxiaozi/zzror
2be5cabc90601a9613ff3186ec0ca3c2c29751b8
edit 2010-10-13-toto-heroku.txt
diff --git a/articles/2010-10-13-toto-heroku.txt b/articles/2010-10-13-toto-heroku.txt index c1df116..1b40635 100644 --- a/articles/2010-10-13-toto-heroku.txt +++ b/articles/2010-10-13-toto-heroku.txt @@ -1,30 +1,12 @@ title: 搭建toto+heroku轻量级博客系统 author: 我不累,真的不累 date: 2010/10/13 ...
itxiaozi/zzror
cd2c37069f4ce083fa913d6b0c9a8386206f52a3
edit 2010-10-13-toto-heroku.txt
diff --git a/articles/2010-10-13-toto-heroku.txt b/articles/2010-10-13-toto-heroku.txt index 7ee01d8..c1df116 100644 --- a/articles/2010-10-13-toto-heroku.txt +++ b/articles/2010-10-13-toto-heroku.txt @@ -1,28 +1,30 @@ title: 搭建toto+heroku轻量级博客系统 author: 我不累,真的不累 date: 2010/10/13 ...
itxiaozi/zzror
9d31764929e48a88b38c2d598474a302fc85efc0
edit 2010-10-13-toto-heroku.txt
diff --git a/articles/2010-10-13-toto-heroku.txt b/articles/2010-10-13-toto-heroku.txt index ab951f8..7ee01d8 100644 --- a/articles/2010-10-13-toto-heroku.txt +++ b/articles/2010-10-13-toto-heroku.txt @@ -1,28 +1,28 @@ title: 搭建toto+heroku轻量级博客系统 author: 我不累,真的不累 date: 2010/10/13 ...
itxiaozi/zzror
3f97e4a379452d4260e682a956f878a0f15b5891
add 2010-10-13-test.txt
diff --git a/articles/2010-10-13-test.txt b/articles/2010-10-13-test.txt new file mode 100644 index 0000000..742f34b --- /dev/null +++ b/articles/2010-10-13-test.txt @@ -0,0 +1,18 @@ +title: test +author: test +date: 2010/10/13 + +Dorothy lived in the midst of the great Kansas prairies, with Uncle Henry, +who was a far...
itxiaozi/zzror
075a14f82006cf04de535745e3a6254252dbc3eb
Modified config.ru
diff --git a/config.ru b/config.ru index 47eaed1..6c74323 100644 --- a/config.ru +++ b/config.ru @@ -1,36 +1,36 @@ require 'toto' # Rack config use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico'], :root => 'public' use Rack::CommonLogger if ENV['RACK_ENV'] == 'development' use Rack::Show...
itxiaozi/zzror
61972b554441be95be78869bfbb1d06e3d68576c
2010-10-13-toto-heroku
diff --git a/articles/2010-10-13-toto-heroku.txt b/articles/2010-10-13-toto-heroku.txt new file mode 100644 index 0000000..ab951f8 --- /dev/null +++ b/articles/2010-10-13-toto-heroku.txt @@ -0,0 +1,28 @@ +title: 搭建toto+heroku轻量级博客系统 +author: 我不累,真的不累 +date: 2010/10/13 + +记录搭建to...
itxiaozi/zzror
a4d8779444f763125a213273c5554a28437007cc
Modified URL
diff --git a/config.ru b/config.ru index 9604186..47eaed1 100644 --- a/config.ru +++ b/config.ru @@ -1,36 +1,36 @@ require 'toto' # Rack config use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico'], :root => 'public' use Rack::CommonLogger if ENV['RACK_ENV'] == 'development' use Rack::Show...
itxiaozi/zzror
c1942357ab543ae290e1d3c0cd342419c740d6c8
Added URL
diff --git a/config.ru b/config.ru index 74b411e..9604186 100644 --- a/config.ru +++ b/config.ru @@ -1,35 +1,36 @@ require 'toto' # Rack config use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico'], :root => 'public' use Rack::CommonLogger if ENV['RACK_ENV'] == 'development' use Rack::Show...
itxiaozi/zzror
6b9b23fff87de67ea58991dd495972fc9f02b75d
source/version unnecessary in .gems
diff --git a/.gems b/.gems index 2e9445a..c092e46 100644 --- a/.gems +++ b/.gems @@ -1,4 +1,4 @@ -builder --source=http://gemcutter.org -rdiscount --source=http://gemcutter.org -toto --source=http://gemcutter.org --version=">= 0.2.8" +builder +rdiscount +toto
itxiaozi/zzror
e03125c52fb86b3105f8e938cc8c5ece9f49d21b
forgot to add index.builder
diff --git a/templates/index.builder b/templates/index.builder new file mode 100644 index 0000000..d58098d --- /dev/null +++ b/templates/index.builder @@ -0,0 +1,21 @@ +xml.instruct! +xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do + xml.title @config[:title] + xml.id @config[:url] + xml.updated articles.first[...
itxiaozi/zzror
40b1f667e2b333c7fd701d1c726b3a2d0cbbc300
only show last 10 articles in the feed
diff --git a/templates/feed.builder b/templates/feed.builder index 1398017..d58098d 100644 --- a/templates/feed.builder +++ b/templates/feed.builder @@ -1,21 +1,21 @@ xml.instruct! xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do xml.title @config[:title] xml.id @config[:url] xml.updated articles.first[:...
itxiaozi/zzror
991c6486da39565fe2dd52ac567ec1028dcfa953
dont say anything, if no archived articles
diff --git a/templates/pages/archives.rhtml b/templates/pages/archives.rhtml index 008f8eb..c41fcbd 100644 --- a/templates/pages/archives.rhtml +++ b/templates/pages/archives.rhtml @@ -1,13 +1,11 @@ <h1><%= @path %></h1> <ul> <% if archives.length > 0 %> <% for entry in archives %> <li> <a hre...
itxiaozi/zzror
c26bb0401138b2eabb1bc881bb160b44653726ef
Changed the layout to work witch accented letters (UTF8) like 'è'
diff --git a/templates/layout.rhtml b/templates/layout.rhtml index 57e0988..8db4be3 100644 --- a/templates/layout.rhtml +++ b/templates/layout.rhtml @@ -1,17 +1,18 @@ <!doctype html> <html> <head> <link rel="stylesheet" type="text/css" href="/css/main.css"> <link rel="alternate" type="application/atom+xm...
itxiaozi/zzror
a959d9ac2edbecdf6c929c4b2095f20a916068d3
don't use default author from @config, let it default when the server runs, to take advantage of user settings. Closes #16
diff --git a/Rakefile b/Rakefile index f5e9016..755a103 100644 --- a/Rakefile +++ b/Rakefile @@ -1,42 +1,42 @@ require 'toto' @config = Toto::Config::Defaults task :default => :new desc "Create a new article." task :new do title = ask('Title: ') slug = title.empty?? nil : title.strip.slugize - artic...
itxiaozi/zzror
83b11d65f945f5ee77985911731f093aa54d6419
require latest version of toto
diff --git a/.gems b/.gems index 9791a02..2e9445a 100644 --- a/.gems +++ b/.gems @@ -1,4 +1,4 @@ builder --source=http://gemcutter.org rdiscount --source=http://gemcutter.org -toto --source=http://gemcutter.org --version=">= 0.2.5" +toto --source=http://gemcutter.org --version=">= 0.2.8"
itxiaozi/zzror
f17bc50d50c16973ccb050cdf3a18e39edcd06a2
fixed README
diff --git a/README b/README index e69de29..fac817a 100644 --- a/README +++ b/README @@ -0,0 +1,4 @@ +dorothy +======= + +A wonderful template for [toto](http://cloudhead.io/toto), the blogging engine.
itxiaozi/zzror
836ec5bed19d92967986e9f950b3c2916533d66b
Added the defaults as examples in config.ru
diff --git a/config.ru b/config.ru index dead700..74b411e 100644 --- a/config.ru +++ b/config.ru @@ -1,21 +1,35 @@ + require 'toto' # Rack config use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico'], :root => 'public' use Rack::CommonLogger if ENV['RACK_ENV'] == 'development' use Rack::Show...
itxiaozi/zzror
15d95de72cb6918b71da11c9555002fb1de9f646
rake new asks for the title of the new article
diff --git a/Rakefile b/Rakefile index 79cf2db..f5e9016 100644 --- a/Rakefile +++ b/Rakefile @@ -1,37 +1,42 @@ require 'toto' @config = Toto::Config::Defaults -desc "Run 'rake new[\"My Article Title\"]' to create a new article." -task :new, [:title] do |t, args| - if args.title.nil? - toto "Please provide an ...
itxiaozi/zzror
3fbb1b06bd088d1167dd6f5de95884443fc0df4a
Teach 'rake new' how to take a title arg which is now required.
diff --git a/Rakefile b/Rakefile index caa07bc..79cf2db 100644 --- a/Rakefile +++ b/Rakefile @@ -1,34 +1,37 @@ require 'toto' @config = Toto::Config::Defaults -task :default => :new - -desc "Create a new article from the template." -task :new do - article = {'title' => nil, 'date' => Time.now.strftime("%d/%m/%Y"...
itxiaozi/zzror
dcd17f16c95e5c77694566a6ab3c8519e1667f74
New heroku repo's are pushed with 'git push heroku master' by default.
diff --git a/Rakefile b/Rakefile index 286561a..caa07bc 100644 --- a/Rakefile +++ b/Rakefile @@ -1,34 +1,34 @@ require 'toto' @config = Toto::Config::Defaults task :default => :new desc "Create a new article from the template." task :new do article = {'title' => nil, 'date' => Time.now.strftime("%d/%m/%Y"...
itxiaozi/zzror
71d5edc44776d80c9d7894a1ef79dfc795b053ec
Added descriptions to Rakefile so 'rake -T' works.
diff --git a/Rakefile b/Rakefile index 715fe95..286561a 100644 --- a/Rakefile +++ b/Rakefile @@ -1,32 +1,34 @@ require 'toto' @config = Toto::Config::Defaults task :default => :new +desc "Create a new article from the template." task :new do article = {'title' => nil, 'date' => Time.now.strftime("%d/%m/%Y"...
itxiaozi/zzror
0cd08faed625079f8fc534ba7ba37b8d51406bb9
only use ShowExceptions in dev
diff --git a/config.ru b/config.ru index a3c10b6..dead700 100644 --- a/config.ru +++ b/config.ru @@ -1,18 +1,21 @@ require 'toto' # Rack config use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico'], :root => 'public' -use Rack::ShowExceptions use Rack::CommonLogger +if ENV['RACK_ENV'] == 'develo...
itxiaozi/zzror
e8dd6da91d4f2e70638ff59aa1b8c1ff324c4e8d
replaced all article urls with article paths so it works locally
diff --git a/templates/pages/archives.rhtml b/templates/pages/archives.rhtml index f9b869b..008f8eb 100644 --- a/templates/pages/archives.rhtml +++ b/templates/pages/archives.rhtml @@ -1,13 +1,13 @@ <h1><%= @path %></h1> <ul> <% if archives.length > 0 %> <% for entry in archives %> <li> - <a hre...
itxiaozi/zzror
3a2205b9b23b059e14cab2fca351726f5bda2ce9
changed toto version and url
diff --git a/.gems b/.gems index afde131..9791a02 100644 --- a/.gems +++ b/.gems @@ -1,4 +1,4 @@ builder --source=http://gemcutter.org rdiscount --source=http://gemcutter.org -toto --source=http://gemcutter.org --version=">= 0.1.2" +toto --source=http://gemcutter.org --version=">= 0.2.5" diff --git a/...
itxiaozi/zzror
7d052995ec0d015fb05b54334f0acde245c7cdf1
overall improvement to the templates
diff --git a/public/css/main.css b/public/css/main.css index db468c6..34a7f78 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -1,87 +1,110 @@ html { margin: 20px } body { margin: 0 auto; font-family: 'Baskerville', Georgia, Times, serif; font-size: 20px; line-height: 30px; padding: 15px; ...
itxiaozi/zzror
f0c2bd83bef9d1c7cc21e861732d649a2d865152
fixed css, and added footer
diff --git a/public/css/main.css b/public/css/main.css index f2c8b77..db468c6 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -1,74 +1,87 @@ +html { margin: 20px } body { + margin: 0 auto; font-family: 'Baskerville', Georgia, Times, serif; - font-size: 32px; - line-height: 48px; + font-size: 20px;...
itxiaozi/zzror
59849b497b23ddcf86c2952702e31252f4e749d2
cleanup
diff --git a/Rakefile b/Rakefile index ef5862a..715fe95 100644 --- a/Rakefile +++ b/Rakefile @@ -1,36 +1,32 @@ -require '../toto/lib/toto' +require 'toto' @config = Toto::Config::Defaults -task :default => :init - -task :init do - -end +task :default => :new task :new do article = {'title' => nil, 'date' => ...
itxiaozi/zzror
a95914e0acd349f55abd398eef206be56ee93988
.gems dependency update
diff --git a/.gems b/.gems index e9e0788..afde131 100644 --- a/.gems +++ b/.gems @@ -1,4 +1,4 @@ builder --source=http://gemcutter.org rdiscount --source=http://gemcutter.org -toto --source=http://gemcutter.org --version=">= 0.1.1" +toto --source=http://gemcutter.org --version=">= 0.1.2"
itxiaozi/zzror
e1b0dd681a2c2782b3e126766ea5edb0fe6add28
fixed html
diff --git a/templates/layout.rhtml b/templates/layout.rhtml index b20707b..c77943d 100644 --- a/templates/layout.rhtml +++ b/templates/layout.rhtml @@ -1,14 +1,14 @@ -<doctype html> -<head> - <link rel="stylesheet" type="text/css" href="/css/main.css"> - <link rel="alternate" type="application/atom+xml" title="<%= t...
itxiaozi/zzror
3e11cfe4437c325983080ae61948dc5c5d0b61e3
new aritcle
diff --git a/articles/2009-11-24.txt b/articles/2009-11-24.txt new file mode 100644 index 0000000..645a3eb --- /dev/null +++ b/articles/2009-11-24.txt @@ -0,0 +1,7 @@ +--- +title: Muah +date: 24/11/2009 +author: cloudhead + +muahahah +
itxiaozi/zzror
efda79442ea257c1cacfc178bed0c8a1e8305d71
toto requirement
diff --git a/.gems b/.gems index 891a893..e9e0788 100644 --- a/.gems +++ b/.gems @@ -1,4 +1,4 @@ builder --source=http://gemcutter.org rdiscount --source=http://gemcutter.org -toto --source=http://gemcutter.org +toto --source=http://gemcutter.org --version=">= 0.1.1"
itxiaozi/zzror
80556e348143b75f8f5c5dd5b35e9cc663c31de7
toto is now a gem
diff --git a/config.ru b/config.ru index 7fc5773..a3c10b6 100644 --- a/config.ru +++ b/config.ru @@ -1,19 +1,18 @@ -$:.unshift "../toto/lib" require 'toto' # Rack config use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico'], :root => 'public' use Rack::ShowExceptions use Rack::CommonLogger # R...
itxiaozi/zzror
2970c8f3eec195d80f6deff6429ef2ae6ebd7c25
.gems file for heroku
diff --git a/.gems b/.gems new file mode 100644 index 0000000..891a893 --- /dev/null +++ b/.gems @@ -0,0 +1,4 @@ +builder --source=http://gemcutter.org +rdiscount --source=http://gemcutter.org +toto --source=http://gemcutter.org +
itxiaozi/zzror
d7e61b4d1213de1a657c69cb9de14496c229f256
added feed to index
diff --git a/templates/layout.rhtml b/templates/layout.rhtml index 123a9a0..b20707b 100644 --- a/templates/layout.rhtml +++ b/templates/layout.rhtml @@ -1,13 +1,14 @@ <doctype html> <head> <link rel="stylesheet" type="text/css" href="/css/main.css"> + <link rel="alternate" type="application/atom+xml" title="<%= t...
itxiaozi/zzror
f19c1867f6976db95dd3618baac77b6369453f9d
added Rakefile, for common tasks, and renamed server.ru to config, for portability
diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..ef5862a --- /dev/null +++ b/Rakefile @@ -0,0 +1,36 @@ +require '../toto/lib/toto' + +@config = Toto::Config::Defaults + +task :default => :init + +task :init do + +end + +task :new do + article = {'title' => nil, 'date' => Time.now.strftime("%d/%m/%Y...
itxiaozi/zzror
e2afd30cc512aca5cd727042b8a32f2c74367cfa
moved some files around
diff --git a/server.ru b/server.ru index e796992..c28afb7 100644 --- a/server.ru +++ b/server.ru @@ -1,15 +1,16 @@ -require '../toto/lib/toto' +$:.unshift "../toto/lib" +require 'toto' # Rack config use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico'], :root => 'public' use Rack::ShowExceptions u...
itxiaozi/zzror
d878d2b2da58f71710f3b5405d06d32a96a1462f
config
diff --git a/server.ru b/server.ru index bc8c0b2..e796992 100644 --- a/server.ru +++ b/server.ru @@ -1,9 +1,15 @@ require '../toto/lib/toto' # Rack config use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico'], :root => 'public' use Rack::ShowExceptions -use Rack::CommonLogger +use Rack::CommonLog...
itxiaozi/zzror
bf7e0f77b76b200049194707b294fd15b0e1f788
much changes
diff --git a/config/skeleton.yml b/config/skeleton.yml deleted file mode 100644 index e69de29..0000000 diff --git a/public/css/main.css b/public/css/main.css new file mode 100644 index 0000000..f2c8b77 --- /dev/null +++ b/public/css/main.css @@ -0,0 +1,74 @@ +body { + font-family: 'Baskerville', Georgia, Times, serif;...
itxiaozi/zzror
ac3b53ef0147f48afee83075a7dbe079f2852ba3
renamed .html to .rhtml
diff --git a/templates/article.rhtml b/templates/article.rhtml new file mode 100644 index 0000000..cfdea60 --- /dev/null +++ b/templates/article.rhtml @@ -0,0 +1,9 @@ +<article> + <header> + <h1><%= title %></h1> + <span><%= date %></span> + </header> + <section class="content"> + <%= content %> + </sectio...
itxiaozi/zzror
6b7652e65c44db7a82bc8c0c122999e0ad1adfbf
fix home template
diff --git a/templates/pages/home.html b/templates/pages/home.html index b6b5ddc..9f4e1da 100644 --- a/templates/pages/home.html +++ b/templates/pages/home.html @@ -1 +1,4 @@ -<%= @articles %> +Articles: +<% for article in @articles %> + <%= article %> +<% end %>
itxiaozi/zzror
bf1286741dbed7c12515cfb9f698b43be019ac18
fixed html structure of layout
diff --git a/templates/layout.html b/templates/layout.html index 7c3f106..218b7a4 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,11 +1,11 @@ <doctype html> +<head> + <title><%= @title %></title> +</head> <html> - <head> - <title><%= @title %></title> - </head> <body> <section> ...
itxiaozi/zzror
5b24e5c90b28ba84d2e8eb4f7b9952274fc02e89
created skeleton article | moved article template to resources/
diff --git a/articles/skeleton.txt b/articles/skeleton.txt new file mode 100644 index 0000000..e1ff41a --- /dev/null +++ b/articles/skeleton.txt @@ -0,0 +1,7 @@ +title: The Wonderful Wizard of Oz +author: Lyman Frank Baum +date: 1900/05/17 + +Dorothy lived in the midst of the great Kansas prairies, with Uncle Henry, +...
itxiaozi/zzror
48729057a14cc045dd0f0acc47bf348cb37baab3
added favicon to static reqs
diff --git a/config/toto.ru b/config/toto.ru index 34d2826..010363f 100644 --- a/config/toto.ru +++ b/config/toto.ru @@ -1,9 +1,9 @@ require 'lib/toto' # Rack config -use Rack::Static, :urls => ['/css', '/js', '/images'], :root => 'public' +use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico'], :roo...
itxiaozi/zzror
081ac795ff6a363e40afa7c384b1d8c8403c5d28
fix templates
diff --git a/templates/article.html b/templates/article.html index d6d9715..f500572 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,9 +1,9 @@ <article> <header> - <h1>{{title}}</h1> - <span>{{date}}</span> + <h1><%= article.title %></h1> + <span><%= article.date %></span> </hea...
itxiaozi/zzror
a14ad1b6c98d624860c5c19bd5dec59dc50e5e6b
init config files
diff --git a/config/skeleton.yml b/config/skeleton.yml new file mode 100644 index 0000000..e69de29 diff --git a/config/toto.ru b/config/toto.ru new file mode 100644 index 0000000..34d2826 --- /dev/null +++ b/config/toto.ru @@ -0,0 +1,9 @@ +require 'lib/toto' + +# Rack config +use Rack::Static, :urls => ['/css', '/js', ...
chrippa/hashfs
98719b33925b8a669406fef9c0bc15eb8d845037
Add grouping by sets.
diff --git a/src/hashfs/db.c b/src/hashfs/db.c index 3257577..237e425 100644 --- a/src/hashfs/db.c +++ b/src/hashfs/db.c @@ -1,371 +1,400 @@ #include <glib.h> #include <string.h> #include <stdio.h> #include "hashfs.h" #define HASHFS_QUERY_PATTERN "([A-Za-z\\:]+)\\.(\\w+)\\((.*?)\\)" #define LENGTH(x) sizeof(x...
chrippa/hashfs
608141c7a23eda34bba60c4a2ed62920b23e963e
Fix some database locking issues.
diff --git a/src/hashfs/config.c b/src/hashfs/config.c index 249dbad..0cf3b2b 100644 --- a/src/hashfs/config.c +++ b/src/hashfs/config.c @@ -1,102 +1,102 @@ #include <glib.h> #include "hashfs.h" static GKeyFile *config; static gchar * hashfs_config_build_path (void); gboolean hashfs_config_property_exists...
chrippa/hashfs
118dc148fbb2e72b04aefb636e9efc90e418bf87
First working version of hashfsmount using fuse, still WIP.
diff --git a/src/hashfs/db.c b/src/hashfs/db.c index 93d7cf0..6407e54 100644 --- a/src/hashfs/db.c +++ b/src/hashfs/db.c @@ -1,311 +1,358 @@ #include <glib.h> #include <string.h> #include <stdio.h> #include "hashfs.h" #define HASHFS_QUERY_PATTERN "([A-Za-z\\:]+)\\.(\\w+)\\((.*?)\\)" #define LENGTH(x) sizeof(x...
chrippa/hashfs
1ea395af7327b3cbf849257930eddedffca83f42
Add query stuff to DB API.
diff --git a/src/hashfs/db.c b/src/hashfs/db.c index 6001580..93d7cf0 100644 --- a/src/hashfs/db.c +++ b/src/hashfs/db.c @@ -1,169 +1,311 @@ #include <glib.h> #include <string.h> #include <stdio.h> - #include "hashfs.h" +#define HASHFS_QUERY_PATTERN "([A-Za-z\\:]+)\\.(\\w+)\\((.*?)\\)" +#define LENGTH(x) sizeof...
chrippa/hashfs
c22a5a7624d8e65233b951b885a0363a978349c8
Use transsactions.
diff --git a/src/hashfs/db.c b/src/hashfs/db.c index 02b2a76..6001580 100644 --- a/src/hashfs/db.c +++ b/src/hashfs/db.c @@ -1,163 +1,169 @@ #include <glib.h> #include <string.h> #include <stdio.h> #include "hashfs.h" static hashfs_db_t *db; gboolean hashfs_db_open (void) { gchar *path; gboolean r...
chrippa/hashfs
5ba81f7ae0e726f92f1bf2ec6094d15eaf0692d9
Cleanup wscript's a bit.
diff --git a/src/backends/anidb/wscript b/src/backends/anidb/wscript index 3f38dd6..4dcc5b7 100644 --- a/src/backends/anidb/wscript +++ b/src/backends/anidb/wscript @@ -1,29 +1,22 @@ # vim: set fileencoding=utf-8 filetype=python : files = ['anidb.c'] def set_options(opt): pass def configure(conf): pass ...
chrippa/hashfs
280d5587a3e5e962fcbeea328f91b3f3db2e7106
Only mark files as resolved when actually found on AniDB.
diff --git a/src/backends/anidb/anidb.c b/src/backends/anidb/anidb.c index 2bafa88..b8cb19c 100644 --- a/src/backends/anidb/anidb.c +++ b/src/backends/anidb/anidb.c @@ -1,230 +1,233 @@ #include <stdio.h> #include <hashfs.h> #include <anidb.h> static void hashfs_anidb_setup (hashfs_backend_t *backend); static g...
chrippa/hashfs
ddd833f7f8d1ff4cb231ca2c843d6d4bcb0ef8fe
Avoid unnecessary anidb lookups by marking files as resolved and globbing filenames against known file formats.
diff --git a/src/backends/anidb/anidb.c b/src/backends/anidb/anidb.c index b60d053..2bafa88 100644 --- a/src/backends/anidb/anidb.c +++ b/src/backends/anidb/anidb.c @@ -1,218 +1,230 @@ #include <stdio.h> #include <hashfs.h> #include <anidb.h> static void hashfs_anidb_setup (hashfs_backend_t *backend); static g...
chrippa/hashfs
0943d81a90666ffc97294a2c2863b04daf5b6aa3
Add more DB stuff and use const char more.
diff --git a/src/backends/anidb/anidb.c b/src/backends/anidb/anidb.c index 0f8c029..b60d053 100644 --- a/src/backends/anidb/anidb.c +++ b/src/backends/anidb/anidb.c @@ -1,229 +1,218 @@ #include <stdio.h> #include <hashfs.h> #include <anidb.h> static void hashfs_anidb_setup (hashfs_backend_t *backend); static g...
chrippa/hashfs
43fc59c440207d516c2a6b1008c97c5d9edb0581
Add initial database code (using TokyoCabinet).
diff --git a/src/backends/anidb/anidb.c b/src/backends/anidb/anidb.c index 6766581..0f8c029 100644 --- a/src/backends/anidb/anidb.c +++ b/src/backends/anidb/anidb.c @@ -1,231 +1,229 @@ #include <stdio.h> #include <hashfs.h> #include <anidb.h> static void hashfs_anidb_setup (hashfs_backend_t *backend); static g...
chrippa/hashfs
5a439f27f8b2a54284705089a1ec05217b7f0db6
Add stubs for file sets and properties.
diff --git a/src/backends/anidb/anidb.c b/src/backends/anidb/anidb.c index 7569c26..6766581 100644 --- a/src/backends/anidb/anidb.c +++ b/src/backends/anidb/anidb.c @@ -1,176 +1,231 @@ #include <stdio.h> #include <hashfs.h> #include <anidb.h> static void hashfs_anidb_setup (hashfs_backend_t *backend); static g...
chrippa/hashfs
4195d42c05b271e68e64d9ce049844dabf072f2a
Fix memory leaks (valgrind ftw).
diff --git a/src/backends/anidb/anidb.c b/src/backends/anidb/anidb.c index f158392..7569c26 100644 --- a/src/backends/anidb/anidb.c +++ b/src/backends/anidb/anidb.c @@ -1,172 +1,176 @@ #include <stdio.h> #include <hashfs.h> #include <anidb.h> static void hashfs_anidb_setup (hashfs_backend_t *backend); static g...
chrippa/hashfs
28afc831090b3dc6b8218d33de5ff02f358880b6
Only throttle data retrieving commands.
diff --git a/src/lib/libanidb/anidb.c b/src/lib/libanidb/anidb.c index fc90f8c..bf917a7 100644 --- a/src/lib/libanidb/anidb.c +++ b/src/lib/libanidb/anidb.c @@ -1,739 +1,757 @@ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <unistd.h> #include <netdb.h> #include <malloc.h> #include <string.h...
chrippa/hashfs
0fb32993106e872c491e55bd91b8d7308f6dc706
Refactor AniDB result parsing.
diff --git a/src/lib/libanidb/anidb.c b/src/lib/libanidb/anidb.c index 05eeac3..fc90f8c 100644 --- a/src/lib/libanidb/anidb.c +++ b/src/lib/libanidb/anidb.c @@ -1,739 +1,739 @@ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <unistd.h> #include <netdb.h> #include <malloc.h> #include <string.h...
chrippa/hashfs
7f1b3314e515a9976d03a72b08d0e76ebe2b9cc6
Throttle AniDB commands and fix memory leak.
diff --git a/README b/README index b57d29e..04a4818 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ hashfs is meant to create virtual filesystems based on metadata. Metadata is primarily gathered from hashing files and looking up -metadata in different databases. +metadata in different online databases, such as AniD...
chrippa/hashfs
5bffbd2c6ba655992b2cf81c037475cb3dd48ab0
Add LICENSE and TODO. Updated README.
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f249654 --- /dev/null +++ b/LICENSE @@ -0,0 +1,28 @@ + Copyright (c) 2009 hashfs development team + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following...
chrippa/hashfs
23865ab1df8a30017bcf3ee9e474e02ba981f0eb
hashfs: Make HASHFS_DEBUG output to $XDG_CONFIG_HOME/hashfs/debug.log
diff --git a/src/hashfs/hashfs.c b/src/hashfs/hashfs.c index 3a867f0..75058d9 100644 --- a/src/hashfs/hashfs.c +++ b/src/hashfs/hashfs.c @@ -1,205 +1,205 @@ #include <glib.h> #include <glib/gstdio.h> #include <gmodule.h> #include "hashfs.h" typedef void (*hashfs_cmd_func) (gint argc, gchar **argv); typedef ...
chrippa/hashfs
46fe3b34357aabce9a9d07c725e684209da26071
libanidb: Use int64_t instead of double when dealing with filesizes.
diff --git a/src/backends/anidb/anidb.c b/src/backends/anidb/anidb.c index f9e081b..f158392 100644 --- a/src/backends/anidb/anidb.c +++ b/src/backends/anidb/anidb.c @@ -1,173 +1,172 @@ #include <stdio.h> #include <hashfs.h> #include <anidb.h> static void hashfs_anidb_setup (hashfs_backend_t *backend); static g...
chrippa/hashfs
cde05de1d458ed8d7d8b44140a11bba6446b2f45
Large update:
diff --git a/src/anidbfs/anidbfs-update.c b/src/anidbfs/anidbfs-update.c deleted file mode 100644 index 77c15b5..0000000 --- a/src/anidbfs/anidbfs-update.c +++ /dev/null @@ -1,255 +0,0 @@ -#define _FILE_OFFSET_BITS 64 -#define _LARGEFILE64_SOURCE -#define BLOCKSIZE (9500*1024) - -#include <stdio.h> -#include <malloc.h>...
chrippa/hashfs
1bd693f4b65c5ca718227c7dc46d7be62f578a9d
Fix hashing of files larger than 2GB.
diff --git a/src/anidbfs/anidbfs-update.c b/src/anidbfs/anidbfs-update.c index d71889f..77c15b5 100644 --- a/src/anidbfs/anidbfs-update.c +++ b/src/anidbfs/anidbfs-update.c @@ -1,248 +1,255 @@ +#define _FILE_OFFSET_BITS 64 +#define _LARGEFILE64_SOURCE +#define BLOCKSIZE (9500*1024) + #include <stdio.h> #include <mall...
chrippa/hashfs
788b4b41f85af14ca54326ce53695d376b644848
Started work on the real anidbfs-update.
diff --git a/src/anidbfs/anidbfs-update.c b/src/anidbfs/anidbfs-update.c index edc008a..d71889f 100644 --- a/src/anidbfs/anidbfs-update.c +++ b/src/anidbfs/anidbfs-update.c @@ -1,155 +1,248 @@ #include <stdio.h> +#include <malloc.h> #include <stdlib.h> +#include <stdio.h> +#include <string.h> +#include <errno.h> + +#...
chrippa/hashfs
f131de0433403ab3ab1c17e6c5c2c241dc2f9d23
Fix broken FILE commands.
diff --git a/src/anidbfs/anidbfs-update.c b/src/anidbfs/anidbfs-update.c index a1a828e..edc008a 100644 --- a/src/anidbfs/anidbfs-update.c +++ b/src/anidbfs/anidbfs-update.c @@ -1,154 +1,155 @@ #include <stdio.h> #include <stdlib.h> #include <anidb.h> void dump_result (anidb_result_t *result) { int n; char...
chrippa/hashfs
2266e0e9aeee15779d23de93f25854bb7beb73b3
Add more API functions.
diff --git a/src/anidbfs/anidbfs-update.c b/src/anidbfs/anidbfs-update.c index 272fc70..a1a828e 100644 --- a/src/anidbfs/anidbfs-update.c +++ b/src/anidbfs/anidbfs-update.c @@ -1,57 +1,154 @@ #include <stdio.h> #include <stdlib.h> #include <anidb.h> void -dump_anime (anidb_session_t *session, char *name) +dump_...
trnsfr/crudlinks
994654f52b6638eca9caf9140a2766f30fbeea50
fixed split on comma thing with proper regex
diff --git a/lib/crudlinks.rb b/lib/crudlinks.rb index 24a965e..b4b085e 100644 --- a/lib/crudlinks.rb +++ b/lib/crudlinks.rb @@ -1,94 +1,94 @@ # Creats a <ul class="crud_links"> with links as list items. # Use like so: <%= CrudLinks.new(self, @controller, @link_options).to_html {yield :yr_blk} %> # # Options are +...
trnsfr/crudlinks
91064d22e028382f0c434e85420cf86413dc0a63
initial
diff --git a/MIT-LICENSE b/MIT-LICENSE new file mode 100644 index 0000000..8eaf6db --- /dev/null +++ b/MIT-LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2008 [name of plugin creator] + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Sof...
mattmccray/boilerplate
ae5172d86796afc6b6854a852157bbd7f9e414cc
initial import into git
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89a9274 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +pkg \ No newline at end of file diff --git a/Changes b/Changes new file mode 100644 index 0000000..8223510 --- /dev/null +++ b/Changes @@ -0,0 +1 @@ +# Populate this file by git lo...
GICodeWarrior/goodie-bag
f20aca580d66e209148c74af38f20cba4d3d8aa8
Add script for viewing lines added by each user over time
diff --git a/git_lines_added.sh b/git_lines_added.sh new file mode 100755 index 0000000..7bdd6c2 --- /dev/null +++ b/git_lines_added.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +git_log_options=$* + +git log \ + | awk '/Author:/{print$2}' \ + | sort -u \ + | xargs -n1 -I@ echo 'git log --author=@ --shortstat '"$git_log_options"...
GICodeWarrior/goodie-bag
93102b98a52c32e64b8be3c3f56752ef29af2fa8
Add script to dump hypertable schema.
diff --git a/dump_ht_schema.sh b/dump_ht_schema.sh new file mode 100755 index 0000000..a4aa10a --- /dev/null +++ b/dump_ht_schema.sh @@ -0,0 +1,32 @@ +#!/bin/sh +# +# Copyright (c) 2009 Rusty Burchfield +# +# Permission is hereby granted, free of charge, to any person obtaining +# a copy of this software and associated...
GICodeWarrior/goodie-bag
cea3875de86c002cd95452a1c26128b6028967df
Add a bunch more scripts and apply licenses
diff --git a/cleanse_empty_dirs_under_svn.sh b/cleanse_empty_dirs_under_svn.sh new file mode 100755 index 0000000..8a20720 --- /dev/null +++ b/cleanse_empty_dirs_under_svn.sh @@ -0,0 +1,33 @@ +#!/bin/sh +# +# Copyright (c) 2009 Rusty Burchfield +# +# Permission is hereby granted, free of charge, to any person obtaining...
GICodeWarrior/goodie-bag
99ab971b0c1110ddb7502261f9968c74edb65f6c
Add script to display list of partials used by each view/partial as a tree.
diff --git a/partial_hierarchy.rb b/partial_hierarchy.rb new file mode 100755 index 0000000..a3e464a --- /dev/null +++ b/partial_hierarchy.rb @@ -0,0 +1,33 @@ +#!/usr/bin/ruby + +require 'yaml' + +require 'rubygems' +require 'active_support' + +files = ARGV +partials = {} + +files.each do |file_name| + short_name = fi...
andreacampi/fancybox
1dc8663f7c6ca4e0c4563b5e41c452c2a018fdd5
Only create fancy_wrap if it doesn't exist, but always populate it.
diff --git a/jquery.fancybox-1.0.0.js b/jquery.fancybox-1.0.0.js index c681159..ebaaee2 100755 --- a/jquery.fancybox-1.0.0.js +++ b/jquery.fancybox-1.0.0.js @@ -1,447 +1,450 @@ /* * FancyBox - simple jQuery plugin for fancy image zooming * Examples and documentation at: http://fancy.klade.lv/ * Version: 1.0.0 (2...
andreacampi/fancybox
7f1eb808b289e6e6cd7ae2581303c5ff436bfb0f
New functionality: * show the full-size photo inline. The page must define a suitable div to use for display (documentation coming). * add an option to resize the photo when the browser page is resized.
diff --git a/jquery.fancybox-1.0.0.js b/jquery.fancybox-1.0.0.js index 485a8ad..c681159 100755 --- a/jquery.fancybox-1.0.0.js +++ b/jquery.fancybox-1.0.0.js @@ -1,390 +1,447 @@ /* * FancyBox - simple jQuery plugin for fancy image zooming * Examples and documentation at: http://fancy.klade.lv/ * Version: 1.0.0 (2...
andreacampi/fancybox
8589219f38b75884210bf084a573ab450245fe3f
Make random links for cache-busting optional.
diff --git a/jquery.fancybox-1.0.0.js b/jquery.fancybox-1.0.0.js index adccffe..485a8ad 100755 --- a/jquery.fancybox-1.0.0.js +++ b/jquery.fancybox-1.0.0.js @@ -1,388 +1,390 @@ /* * FancyBox - simple jQuery plugin for fancy image zooming * Examples and documentation at: http://fancy.klade.lv/ * Version: 1.0.0 (2...
andreacampi/fancybox
ed29ee158a1ce0fd9265ea26af16cd8af8e75940
Use the item's options instead of the global ones.
diff --git a/jquery.fancybox-1.0.0.js b/jquery.fancybox-1.0.0.js index 6ac234c..adccffe 100755 --- a/jquery.fancybox-1.0.0.js +++ b/jquery.fancybox-1.0.0.js @@ -1,388 +1,388 @@ /* * FancyBox - simple jQuery plugin for fancy image zooming * Examples and documentation at: http://fancy.klade.lv/ * Version: 1.0.0 (2...
andreacampi/fancybox
aa03bcd34034c00079fdec4211e6abb870be9d1b
Use Unix EOL's.
diff --git a/jquery.fancybox-1.0.0.js b/jquery.fancybox-1.0.0.js index e3dbd2f..6ac234c 100755 --- a/jquery.fancybox-1.0.0.js +++ b/jquery.fancybox-1.0.0.js @@ -1,388 +1,388 @@ -/* - * FancyBox - simple jQuery plugin for fancy image zooming - * Examples and documentation at: http://fancy.klade.lv/ - * Version: 1.0.0...
andreacampi/fancybox
2757f0b38e3fd5816fb21b17977717e529e38590
Make sure itemNum holds a value only when a full-size photo is being shown.
diff --git a/jquery.fancybox-1.0.0.js b/jquery.fancybox-1.0.0.js index 8c9f37a..e3dbd2f 100755 --- a/jquery.fancybox-1.0.0.js +++ b/jquery.fancybox-1.0.0.js @@ -1,387 +1,388 @@ /* * FancyBox - simple jQuery plugin for fancy image zooming * Examples and documentation at: http://fancy.klade.lv/ * Version: 1.0.0...
andreacampi/fancybox
63b1a493e59e41badfbc5f18b9c170e19210f1da
Make loader animation optional.
diff --git a/jquery.fancybox-1.0.0.js b/jquery.fancybox-1.0.0.js index d1f2b75..8c9f37a 100755 --- a/jquery.fancybox-1.0.0.js +++ b/jquery.fancybox-1.0.0.js @@ -1,384 +1,387 @@ /* * FancyBox - simple jQuery plugin for fancy image zooming * Examples and documentation at: http://fancy.klade.lv/ * Version: 1.0.0...
andreacampi/fancybox
fbb8f5adaaaf0f62b91941fd6663b1aca600260d
Revert "Unix newlines."
diff --git a/jquery.fancybox-1.0.0.js b/jquery.fancybox-1.0.0.js index bd932dd..d1f2b75 100755 --- a/jquery.fancybox-1.0.0.js +++ b/jquery.fancybox-1.0.0.js @@ -1,384 +1,384 @@ -/* - * FancyBox - simple jQuery plugin for fancy image zooming - * Examples and documentation at: http://fancy.klade.lv/ - * Version: 1.0.0 (2...