repo
string
commit
string
message
string
diff
string
kameeoze/jruby-poi
523b83ec37989ccb617791660fa3b6c89d6286fa
Version bump to 0.8.1
diff --git a/VERSION b/VERSION index 8adc70f..c18d72b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0 \ No newline at end of file +0.8.1 \ No newline at end of file
kameeoze/jruby-poi
5f9418b98ead41fc938a0d11993ccab07c548988
Some more housecleaning. Should be 0.8.0 ready
diff --git a/Rakefile b/Rakefile index adf2782..44c375b 100644 --- a/Rakefile +++ b/Rakefile @@ -1,33 +1,29 @@ -require 'bundler/setup' -require 'rspec/core/rake_task' - +require 'rubygems' +require 'bundler' begin - require 'jeweler' - - Jeweler::Tasks.new do |gemspec| - gemspec.name = "jruby-poi" - gemspec...
kameeoze/jruby-poi
0f96fac128c56570dacb243d02ba0798d717d094
Housekeeping
diff --git a/spec/facade_spec.rb b/spec/facade_spec.rb index 970cd38..d331dac 100644 --- a/spec/facade_spec.rb +++ b/spec/facade_spec.rb @@ -1,46 +1,48 @@ +require 'spec_helper' + describe "POI.Facade" do it "should create specialized methods for boolean methods, getters, and setters" do book = POI::Workbook.c...
kameeoze/jruby-poi
3c32d89abe6d87dea69dd1318468db4f30bba93d
Regenerate gemspec for version 0.8.0
diff --git a/jruby-poi.gemspec b/jruby-poi.gemspec index 7f5b26d..e76e44e 100644 --- a/jruby-poi.gemspec +++ b/jruby-poi.gemspec @@ -1,86 +1,97 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specificatio...
kameeoze/jruby-poi
eafb780cae862c3eb8c24b6b9f6b6abcd6c1a85c
Version bump to 0.8.0
diff --git a/VERSION b/VERSION index d5cc44d..8adc70f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.2 \ No newline at end of file +0.8.0 \ No newline at end of file
kameeoze/jruby-poi
2730f8ae0dd6d7f8d1200c0091d0b1a3b41ea20f
Fixing up specs. Admitting poi doesn't and likely will not support odf :(
diff --git a/Rakefile b/Rakefile index bf3ab8b..adf2782 100644 --- a/Rakefile +++ b/Rakefile @@ -1,36 +1,33 @@ +require 'bundler/setup' +require 'rspec/core/rake_task' + begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "jruby-poi" gemspec.summary = "Apache POI class library fo...
kameeoze/jruby-poi
1032ff6b6637fb62818c41a37dc42f140f76ae73
Fixed deprecated task
diff --git a/specs/spec_helper.rb b/specs/spec_helper.rb index 9fdc232..93933cf 100644 --- a/specs/spec_helper.rb +++ b/specs/spec_helper.rb @@ -1,13 +1,10 @@ require 'rspec' require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'poi')) Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each {|f| req...
kameeoze/jruby-poi
5792fcce9feddd66d7e1f3a5fb4fd93f5efeae09
added geronimo stax parser.
diff --git a/lib/poi.rb b/lib/poi.rb index 3be2d80..43d64f0 100644 --- a/lib/poi.rb +++ b/lib/poi.rb @@ -1,13 +1,15 @@ JRUBY_POI_LIB_PATH=File.expand_path(File.dirname(__FILE__)) # Java require 'java' require File.join(JRUBY_POI_LIB_PATH, 'poi-3.7-20101029.jar') require File.join(JRUBY_POI_LIB_PATH, 'poi-ooxml-3...
kameeoze/jruby-poi
dbd7c1d358662e164fc66e0e85a075ce1f35ccee
Adding guidance to travis-ci
diff --git a/.travis-ci.yml b/.travis-ci.yml new file mode 100644 index 0000000..da1b1ae --- /dev/null +++ b/.travis-ci.yml @@ -0,0 +1,2 @@ +rvm: + - jruby
kameeoze/jruby-poi
7681e7fbeadcaea646a00a75a2689ecd3eadd6ee
Upgrading to poi 3.7.
diff --git a/Gemfile b/Gemfile index b838c20..9540af9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,9 @@ -source 'http://rubygems.org' +source "http://rubygems.org" +# Add dependencies to develop your gem here. +# Include everything needed to run rake, tests, features, etc. group :development do - gem 'rspec' - ge...
kameeoze/jruby-poi
2dc760f2a70550cb71b1283df738b4b399fef6cc
Regenerate gemspec for version 0.7.2
diff --git a/jruby-poi.gemspec b/jruby-poi.gemspec index 5182d5b..7f5b26d 100644 --- a/jruby-poi.gemspec +++ b/jruby-poi.gemspec @@ -1,86 +1,86 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specificatio...
kameeoze/jruby-poi
198e05876fafc3cce5ce365369388c09e3e2db2d
Version bump to 0.7.2
diff --git a/VERSION b/VERSION index 7deb86f..d5cc44d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.1 \ No newline at end of file +0.7.2 \ No newline at end of file
kameeoze/jruby-poi
a26371a115da0be59ede8ca10f4738a0b9fb3230
Regenerate gemspec for version 0.7.1
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4090811 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +.DS_Store +.project +.idea +nbproject +.*~ +tmp +*.swp +TAGS +tags +pkg +.yardoc +documentation +coverage +.bundle diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..b838c20 ...
planet-argonbot/GoogleAnalyticsProxy
8bb6b57563b55b74c2675a35d64655c88446cad5
Adding minified version og Google Analytics Proxy javascript file to src/
diff --git a/src/google_analytics_proxy.min.js b/src/google_analytics_proxy.min.js new file mode 100644 index 0000000..17178a7 --- /dev/null +++ b/src/google_analytics_proxy.min.js @@ -0,0 +1,3 @@ +var GoogleAnalyticsProxy=Class.create(); +GoogleAnalyticsProxy.prototype={initialize:function(){this.googleAnalyticsEnable...
planet-argonbot/GoogleAnalyticsProxy
627645c7c7c31a2efb612582c8a2bb86d3165766
Fixing some formatting of code in the README
diff --git a/README.textile b/README.textile index f3f1011..56438bc 100644 --- a/README.textile +++ b/README.textile @@ -1,48 +1,49 @@ h1. What's GoogleAnalyticsProxy? This class allows you to test event tracking in a development environment without throwing JavaScript errors because google analytics isn't loaded. ...
planet-argonbot/GoogleAnalyticsProxy
cb61ab65ae53fcc7f9966b2e586ef265c6d653cf
Adding first version of google analytics proxy class
diff --git a/src/google_analytics_proxy.js b/src/google_analytics_proxy.js new file mode 100644 index 0000000..136ebf9 --- /dev/null +++ b/src/google_analytics_proxy.js @@ -0,0 +1,68 @@ +// Copyright (c) 2009 Robby Russell, Planet Argon +// +// GoogleAnalyticsProxy is freely distributable under the terms of an MIT-styl...
planet-argonbot/GoogleAnalyticsProxy
e1c7abcfac0598b5e5d41a120d692dad05eb2bdb
Initial README file
diff --git a/README.textile b/README.textile new file mode 100644 index 0000000..f3f1011 --- /dev/null +++ b/README.textile @@ -0,0 +1,48 @@ +h1. What's GoogleAnalyticsProxy? + +This class allows you to test event tracking in a development environment without throwing JavaScript errors because google analytics isn't lo...
planet-argonbot/GoogleAnalyticsProxy
cee4fd3305f41bf18ea8b8d02dc25f462659d789
Adding license
diff --git a/MIT-LICENSE b/MIT-LICENSE new file mode 100644 index 0000000..c6825f6 --- /dev/null +++ b/MIT-LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 Robby Russell + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (growl-prototype), t...
Jonty/Googlemovies
a03b972b460467767003c58096afab0b1f7b7ae8
Integrate changes from Jonas Fourquier to allow parsing of the french google movies site, and genericise them to deal with other languages.
diff --git a/googlemovies.pl b/googlemovies.pl index daa2071..eae3b6e 100755 --- a/googlemovies.pl +++ b/googlemovies.pl @@ -1,155 +1,163 @@ #!/usr/bin/perl use warnings; use strict; use LWP::Simple; use HTML::Entities; use HTML::TreeBuilder; use XML::Writer; # Google url. You shoudn't need to change this u...
Jonty/Googlemovies
b749d95f8c13a08d706d9b94bf8da3ab92012eef
Add README, comment cleanup
diff --git a/README.md b/README.md new file mode 100644 index 0000000..83fbe5a --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +GoogleMovies +============ + +GoogleMovies.pl is a dataprovider for the MythTV MythMovies movie times listing plugin. + +It uses the google.com/movies data, which is pretty much worldwide. This...
Jonty/Googlemovies
d57f1258055f13848d4e0eac87cf0d85edf712ef
Fix crash when the number of theatres available doesn't warrant a navbar. Closes gh-1
diff --git a/googlemovies.pl b/googlemovies.pl index b1c3ba3..74ec871 100755 --- a/googlemovies.pl +++ b/googlemovies.pl @@ -1,152 +1,154 @@ #!/usr/bin/perl use warnings; use strict; use LWP::Simple; use HTML::Entities; use HTML::TreeBuilder; use XML::Writer; # fetch url, change it if you have to, i.e. goog...
Jonty/Googlemovies
ca04a273c83de1a6e64e1fa81c1ba0ea80ba4d49
Rewrite parsing to work with the new (Structured!) google movies layout. Vague cleanups etc.
diff --git a/googlemovies.pl b/googlemovies.pl index 1f1dd76..b1c3ba3 100755 --- a/googlemovies.pl +++ b/googlemovies.pl @@ -1,171 +1,152 @@ #!/usr/bin/perl use warnings; use strict; use LWP::Simple; use HTML::Entities; use HTML::TreeBuilder; use XML::Writer; # fetch url, change it if you have to, i.e. goog...
Jonty/Googlemovies
1907ffbd08449d8d32562b11400dcea92d42f44a
replace tabs with 4 spaces like in the original by Jonty
diff --git a/googlemovies.pl b/googlemovies.pl index 2d126f9..1f1dd76 100755 --- a/googlemovies.pl +++ b/googlemovies.pl @@ -1,171 +1,171 @@ #!/usr/bin/perl use warnings; use strict; use LWP::Simple; use HTML::Entities; use HTML::TreeBuilder; use XML::Writer; # fetch url, change it if you have to, i.e. goog...
Jonty/Googlemovies
db829811546d3cf173ca4dd385a881cc0652ab14
clean up
diff --git a/googlemovies.pl b/googlemovies.pl index fa1bab4..2d126f9 100755 --- a/googlemovies.pl +++ b/googlemovies.pl @@ -1,171 +1,171 @@ #!/usr/bin/perl use warnings; use strict; use LWP::Simple; use HTML::Entities; use HTML::TreeBuilder; use XML::Writer; # fetch url, change it if you have to, i.e. goog...
Jonty/Googlemovies
ae1575087c2da44bc4a054bcd644e6dda88c66ee
added support for cities (not only postcodes) added support for fetching and parsing multiple result pages to be able to receive bigger list
diff --git a/googlemovies.pl b/googlemovies.pl index 3ea4a78..fa1bab4 100755 --- a/googlemovies.pl +++ b/googlemovies.pl @@ -1,131 +1,171 @@ #!/usr/bin/perl use warnings; use strict; use LWP::Simple; use HTML::Entities; use HTML::TreeBuilder; use XML::Writer; -# Otherwise we can get complaints when unicode i...
Jonty/Googlemovies
b1da7516202bf4e906c2812f48f2f752743e0d11
Slight code cleanup, fixes problem with utf8 version of nbsp being incorrectly rendered by myth.
diff --git a/googlemovies.pl b/googlemovies.pl index 861be5c..3ea4a78 100755 --- a/googlemovies.pl +++ b/googlemovies.pl @@ -1,113 +1,131 @@ #!/usr/bin/perl use warnings; use strict; use LWP::Simple; use HTML::Entities; use HTML::TreeBuilder; use XML::Writer; # Otherwise we can get complaints when unicode i...
Jonty/Googlemovies
ec6eddd6ee39404cea5351b8ca0b7db7e4d5773a
Whoops
diff --git a/googlemovies.pl b/googlemovies.pl index ed7f126..861be5c 100755 --- a/googlemovies.pl +++ b/googlemovies.pl @@ -1,114 +1,113 @@ #!/usr/bin/perl use warnings; use strict; use LWP::Simple; use HTML::Entities; use HTML::TreeBuilder; use XML::Writer; +# Otherwise we can get complaints when unicode i...
Jonty/Googlemovies
87ed1e2afedb7d91604adbad074ea91880ecf114
Minor reordering
diff --git a/googlemovies.pl b/googlemovies.pl index a9c2fc0..ed7f126 100755 --- a/googlemovies.pl +++ b/googlemovies.pl @@ -1,111 +1,114 @@ #!/usr/bin/perl use warnings; use strict; use LWP::Simple; use HTML::Entities; use HTML::TreeBuilder; use XML::Writer; -# Otherwise we can get complaints when unicode i...
Jonty/Googlemovies
ff290f2d7eae312e7bc705164043d5ffc16f21b1
Switch to XML::Writer for output. Escaping finally annoyed me enough to do it.
diff --git a/googlemovies.pl b/googlemovies.pl index 3535d6e..a9c2fc0 100755 --- a/googlemovies.pl +++ b/googlemovies.pl @@ -1,106 +1,111 @@ #!/usr/bin/perl use warnings; use strict; use LWP::Simple; use HTML::Entities; use HTML::TreeBuilder; +use XML::Writer; # Otherwise we can get complaints when unicode i...
Jonty/Googlemovies
1c107668c2be29df69aae17e0acd9471dfb7661f
Escape the ampersands in titles
diff --git a/googlemovies.pl b/googlemovies.pl index 40d9a2f..3535d6e 100755 --- a/googlemovies.pl +++ b/googlemovies.pl @@ -1,105 +1,106 @@ #!/usr/bin/perl use warnings; use strict; use LWP::Simple; use HTML::Entities; use HTML::TreeBuilder; # Otherwise we can get complaints when unicode is output binmode ...
Jonty/Googlemovies
b790113455b29f67d68f14ee2f749d94ba4246d6
Useless line
diff --git a/googlemovies.pl b/googlemovies.pl index b414dbe..40d9a2f 100755 --- a/googlemovies.pl +++ b/googlemovies.pl @@ -1,106 +1,105 @@ #!/usr/bin/perl use warnings; use strict; use LWP::Simple; use HTML::Entities; use HTML::TreeBuilder; # Otherwise we can get complaints when unicode is output binmode ...
Jonty/Googlemovies
6bd2e45e3a7bb3743c07fe6bd4f6473d73875f7c
Minor comment
diff --git a/googlemovies.pl b/googlemovies.pl index c6321dc..b414dbe 100755 --- a/googlemovies.pl +++ b/googlemovies.pl @@ -1,105 +1,106 @@ #!/usr/bin/perl use warnings; use strict; use LWP::Simple; use HTML::Entities; use HTML::TreeBuilder; # Otherwise we can get complaints when unicode is output binmode ...
jaskorpe/CGI
30bb826cb05f2a6ef5c5b1fa12a5ea946a75c874
Fixed another xss vulnerability
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index 8ef80cf..6359564 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,299 +1,300 @@ /* Copyright (C) 2010 Jon Anders Skorpen * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
jaskorpe/CGI
be7cb9482284bea37617270006a50320b1994828
Fixed javascript
diff --git a/functions.js b/functions.js index 7e1a57e..63189c5 100644 --- a/functions.js +++ b/functions.js @@ -1,16 +1,17 @@ function loadBf(filename) { xmlhttp = new XMLHttpRequest (); xmlhttp.open("GET", "/brainfuck/" + filename, true); xmlhttp.onreadystatechange = stateChangeHandler; xmlhtt...
jaskorpe/CGI
d187df22ff41accaff37e5b15be001f35afe3bb0
Bumped to version 2.0WE
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index ba40a33..8ef80cf 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,299 +1,299 @@ /* Copyright (C) 2010 Jon Anders Skorpen * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
jaskorpe/CGI
74307b835dfa6fc66bb226f46a47cd60de8e0689
For some reason doing a make before committing did not seem like a good idea. Should be fixed now
diff --git a/Makefile b/Makefile index 6557921..9f055ac 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ CC=cc CFLAGS=-Wall -Wextra -c all: brainfuck.cgi -brainfuck.cgi: brainfuck.o +brainfuck.cgi: brainfuck.o brainfuck_interpreter.o $(CC) -o $@ $^ -lcgi brainfuck.o:brainfuck_cgi.c $(CC) $(CFLAGS)...
jaskorpe/CGI
491ded48c70512f98febf60ad45033ca6ea22728
Split code interpretation into separate file.
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index 4336b1c..ac9c3aa 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,396 +1,292 @@ /* Copyright (C) 2010 Jon Anders Skorpen * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
jaskorpe/CGI
9fac4490c289197e9a1211ad483106d1dfe2b61b
Fixed a segfault and added an id to textarea
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index eecabc5..e47b7ad 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,401 +1,401 @@ /* Copyright (C) 2010 Jon Anders Skorpen * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
jaskorpe/CGI
38f75e04132e83b4a29b7d95df7438a42fc47334
Fixed another xss problem
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index 4336b1c..eecabc5 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,396 +1,401 @@ /* Copyright (C) 2010 Jon Anders Skorpen * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
jaskorpe/CGI
5c3c35c99b29d1af81c2fdcf52fa039cd5c27b5e
Added Makefile
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6557921 --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +CC=cc + +CFLAGS=-Wall -Wextra -c + +all: brainfuck.cgi + +brainfuck.cgi: brainfuck.o + $(CC) -o $@ $^ -lcgi + +brainfuck.o:brainfuck_cgi.c + $(CC) $(CFLAGS) -c -o $@ $< + +clean: + rm -f brainfuck...
jaskorpe/CGI
f8de94271489409c0ca9cdcdfcb594864a047e2b
Added the javascript file
diff --git a/functions.js b/functions.js new file mode 100644 index 0000000..7e1a57e --- /dev/null +++ b/functions.js @@ -0,0 +1,16 @@ +function loadBf(filename) +{ + xmlhttp = new XMLHttpRequest (); + + xmlhttp.open("GET", "/brainfuck/" + filename, true); + xmlhttp.onreadystatechange = stateChangeHandler; + ...
jaskorpe/CGI
e9838ab0ef39fcacf5bb05a22c3271bde60b1e4b
Now with web2.0
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index 89f99c6..4336b1c 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,394 +1,396 @@ /* Copyright (C) 2010 Jon Anders Skorpen * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
jaskorpe/CGI
6080b56cb773807982c7671b9ee464fb3a7a39c9
File type should now be DT_REG. Removed a couple of printfs
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index 7b78048..89f99c6 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,407 +1,394 @@ /* Copyright (C) 2010 Jon Anders Skorpen * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
jaskorpe/CGI
c5fe108dceff05265b79d31d88f19bed95bd5dba
Fixed user interface.
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index 9e79998..7b78048 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,406 +1,407 @@ /* Copyright (C) 2010 Jon Anders Skorpen * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
jaskorpe/CGI
9ad74f0bfb1735b96b3ef2e3077b44bc0bf6d550
Bumped version number
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index 3ac2132..9e79998 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,406 +1,406 @@ /* Copyright (C) 2010 Jon Anders Skorpen * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
jaskorpe/CGI
da8c9f865c30be7cd6fedbf9c3179c7a6a1fa3d7
Fixed a xss vulnerability. Thanks to Morten at PING for noticing it.
diff --git a/README b/README index 00075a2..7662b0f 100644 --- a/README +++ b/README @@ -1,20 +1,26 @@ Copyright (C) 2010 Jon Anders Skorpen CGI Brainfuck interpreter in C How to use: Compile by doing gcc -o brainfuck.cgi brainfuck_cgi.c -lcgi Deploy If you have libcgi in a strange location you might have t...
jaskorpe/CGI
bc4dc46328a42c04294a1cf3c4e2da3a465fbd82
Remember to close file handle
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index b059977..0585038 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,384 +1,388 @@ /* Copyright (C) 2010 Jon Anders Skorpen * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
jaskorpe/CGI
a5c537a2bf73779ef678ffe4bdc480e127efe599
Forgot to commit README
diff --git a/README b/README index 283ad3e..00075a2 100644 --- a/README +++ b/README @@ -1,19 +1,20 @@ Copyright (C) 2010 Jon Anders Skorpen CGI Brainfuck interpreter in C -Filename in get variable file, and input to brainfuck in get variable -input. - How to use: Compile by doing gcc -o brainfuck.cgi brainfuck...
jaskorpe/CGI
3dcf35da222ba84ba64052f66d9ea43c64a935be
Bumped to version 1.0. Fixed some html bugs. Everything now under AGPL v3
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index 09ed3d4..b059977 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,357 +1,384 @@ /* Copyright (C) 2010 Jon Anders Skorpen + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License ...
jaskorpe/CGI
c760fc119c0404780fcbb1531695e90d951db351
Bumped to version 1.0. Fixed some html bugs. Everything now under AGPL v3
diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..dba13ed --- /dev/null +++ b/COPYING @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permit...
jaskorpe/CGI
d8abc0a8c9e6c57734b130195a74f1c7cdf94925
A lot of changes. Input is now supported. User supplied code will also run. Execution is stopped after 5 seconds. Also a new UI
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index 6cb1039..09ed3d4 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,298 +1,357 @@ /* Copyright (C) 2010 Jon Anders Skorpen */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <dirent.h...
jaskorpe/CGI
ab95f82c662873707cc91b05cb597d6bce6c312c
Added instruction on how to compile
diff --git a/README b/README index 944100f..283ad3e 100644 --- a/README +++ b/README @@ -1,11 +1,19 @@ Copyright (C) 2010 Jon Anders Skorpen CGI Brainfuck interpreter in C Filename in get variable file, and input to brainfuck in get variable input. +How to use: +Compile by doing gcc -o brainfuck.cgi brainfuck...
jaskorpe/CGI
b8041adaa5504208751ce225b22ed4a4722dda45
Added Copyright notice
diff --git a/README b/README index 8fd4ace..944100f 100644 --- a/README +++ b/README @@ -1 +1,11 @@ -CGI Brainfuck interpreter in C. No support for input yet. \ No newline at end of file +Copyright (C) 2010 Jon Anders Skorpen + +CGI Brainfuck interpreter in C + +Filename in get variable file, and input to brainfuck in ...
jaskorpe/CGI
4c97d4b73d637f75a40de50e48f2ff29260fbefc
Added support for input. Fixed lots of small bugs, including html bugs and some pretty nasty security bugs
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index 548d429..831c310 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,301 +1,295 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <dirent.h> #include <ctype.h> #include <fcntl.h> #i...
jaskorpe/CGI
55bf2043f7d36921d733cab829514d5da584c821
Use libcgi instead of badly written code
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index f277c5a..548d429 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,297 +1,301 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <dirent.h> #include <ctype.h> #include <fcntl.h> #i...
jaskorpe/CGI
0b701d97755d3cef8956509c3fb05e89dd6f5b90
Added readme
diff --git a/README b/README new file mode 100644 index 0000000..8fd4ace --- /dev/null +++ b/README @@ -0,0 +1 @@ +CGI Brainfuck interpreter in C. No support for input yet. \ No newline at end of file
jaskorpe/CGI
f05135870f15d52b6d21fca04e7387935620f64b
Added some new features and other small fixes
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index a5044dc..f277c5a 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,288 +1,297 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <dirent.h> #include <ctype.h> #include <fcntl.h> #i...
jaskorpe/CGI
bc1bd9d6faf7beaac06b5bd0d40e91218b74df21
Implementert browser
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index dcf8955..a5044dc 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,243 +1,288 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> +#include <dirent.h> #include <ctype.h> #include <fcntl.h> #i...
jaskorpe/CGI
61aa01ab743f64650adae62d07c11d2a34c71238
All working. Input validation and everything else
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index e07c537..dcf8955 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,151 +1,243 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> +#include <ctype.h> #include <fcntl.h> #include <unistd.h> ...
jaskorpe/CGI
dbd3a634c5421ab5fde38f5abbdab6539d6bd7af
Finished version 0.5. Now fully working. No support for stdin yet.
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index 3d4c190..e07c537 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,140 +1,151 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> unsigned char *cel...
jaskorpe/CGI
b85c6cbb82ed590b6e4d7453a5fdddc4d160dac9
Fungerer så og seie no. Nesten perfekt. No med ekte rekursjon
diff --git a/brainfuck_cgi.c b/brainfuck_cgi.c index a70b850..3d4c190 100644 --- a/brainfuck_cgi.c +++ b/brainfuck_cgi.c @@ -1,128 +1,140 @@ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> unsigned char *cells; unsigned int cel...
pjkix/tumblr-dashboard-rss
f284b97a3c2ede101e02a65c4b00a10276e6d09a
[updated] minor cleanup, feed validation, etc
diff --git a/.htaccess b/.htaccess index 9856339..00d904a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ # Protect files and directories -<Files ~ "(\.(conf|svn|git|inc|pl|sh|sql|tpl|ini)|Repositories|scripts|updates|_notes)$"> +<Files ~ "(\.(conf|svn|git|inc|sh|sql|tpl|ini)|Repositories|scripts|updates|_notes...
pjkix/tumblr-dashboard-rss
41b763663a16d44b35850b737a47c4ec64f7bd17
[changed] htaccess to use filesmatch [updated] regex for htaccess [updated] post types - fixed videos, quotes, etc
diff --git a/.htaccess b/.htaccess index 1e19b29..9856339 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,5 @@ # Protect files and directories -#<Files ~ "\.(gif|jpe?g|png)$"> -#<FilesMatch "\.(gif|jpe?g|png)$"> -<Files ~ "(\.(conf|svn|git|inc|pl|sh|sql|tpl)|Repositories|scripts|updates|_notes|config.ini)$"> +<File...
pjkix/tumblr-dashboard-rss
c52cba241276d4001ac828af254b346daad76e46
[changed] cache check to actually work :) [added] debug messages
diff --git a/tumblr-dashboard-rss.php b/tumblr-dashboard-rss.php index 4ee017c..d6c2dd8 100644 --- a/tumblr-dashboard-rss.php +++ b/tumblr-dashboard-rss.php @@ -1,351 +1,355 @@ <?php /** * Tumblr Dashboard RSS Feed * * features: valid rss, cache-control, conditional get, easy config * requires: curl, dom, sim...
pjkix/tumblr-dashboard-rss
302df13c4bc490ea7964bc47ebb765f0ad89be23
[changed] cleaned up config vars
diff --git a/README.md b/README.md index 2648b92..8395586 100644 --- a/README.md +++ b/README.md @@ -1,47 +1,47 @@ Tumblr Dashboard RSS ==================== Author: PJ Kix <pj@pjkix.com> Version: 1.1.0 Copyright: (cc) 2010 pjkix some rights reserved License: http://creativecommons.org/licenses/b...
pjkix/tumblr-dashboard-rss
3ff1bd6434032761c760d77b8366a4aaf016043c
[added] support for post types [added] support enclosure / media rss [added] support request caching [added] support output caching
diff --git a/.gitignore b/.gitignore index 2fa7ce7..98e289e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ config.ini +/cache/ \ No newline at end of file diff --git a/.htaccess b/.htaccess index 1230313..1e19b29 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,7 @@ # Protect files and directories +#<Files ~...
pjkix/tumblr-dashboard-rss
045bb8bcfbe6839993efc5f5724a1ff1b2bf088d
tweak cache, date, add .htaccess rules
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..1230313 --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ +# Protect files and directories +<Files ~ "(\.(conf|svn|git|inc|pl|sh|sql|tpl)|Repositories|scripts|updates|_notes|config.ini)$"> + order deny,allow + deny from all +</Files> \ No newline at end...
pjkix/tumblr-dashboard-rss
4e810248a95a2d7f608b5c1585fd90531795052d
tweak cache settings
diff --git a/tumblr-dashboard-rss.php b/tumblr-dashboard-rss.php index 5f6763c..45973d1 100644 --- a/tumblr-dashboard-rss.php +++ b/tumblr-dashboard-rss.php @@ -1,187 +1,197 @@ <?php /** * Tumblr Dashboard RSS Feed * * features: valid rss, cache-control, conditional get, easy config * requires: curl, dom, si...
pjkix/tumblr-dashboard-rss
5552eec8a965cb257acc09aa039dcad525a56d12
init project
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2fa7ce7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config.ini diff --git a/README b/README new file mode 100644 index 0000000..80fb670 --- /dev/null +++ b/README @@ -0,0 +1,33 @@ +Tumblr Dashboard RSS +==================== + + Author: + PJ Ki...
wolframkriesing/doh2
889d9cd4334d39d49254522ba16448c0f8fe7316
Added license file, i know way too late ...
diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..160f4fc --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2009-2011 uxebu Consulting Ltd. & Co. KG (Wolfram Kriesing) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this softw...
wolframkriesing/doh2
6523b6b2772492747694cc10021f9a2cefcd0927
+ catch errors in setUp() and tearDown()
diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..7d4b102 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,5 @@ +TODO +* what shall happen when tearDown() throws an error? + currently the error is caught, so the suite continues to execute, but shall this throw + an error, make the test fail, be silent? bein...
wolframkriesing/doh2
39d058314caab0819d910eb3c9432844c53c539d
+ add success+failure method directly to the test object which is passed to the test function, so tests can explicitly made to fail/succeed
diff --git a/doh.js b/doh.js index 2b1ef75..a0e0aa8 100644 --- a/doh.js +++ b/doh.js @@ -1,217 +1,231 @@ doh = { // This is a temporary structure which points to the current data. _current:{ group:null, groupIndex:-1, test:null, testIndex:-1 }, // A helper property, which stores a reference to a...
wolframkriesing/doh2
9b544f0bc43a42fa5287633448240ed253a85966
+ better naming and code reuse, which makes extending/overriding it easier too
diff --git a/doh.js b/doh.js index d48f57a..2b1ef75 100644 --- a/doh.js +++ b/doh.js @@ -1,219 +1,217 @@ doh = { // This is a temporary structure which points to the current data. _current:{ group:null, groupIndex:-1, test:null, testIndex:-1 }, // A helper property, which stores a reference to a...
wolframkriesing/doh2
10339bc6ff4ad3d932ba50bfec4bf285efd5b655
+ added config, bugfixes + added config tests
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc0fdfd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.kpf diff --git a/selftest.html b/selftest.html index 0ea6292..a7e5efe 100644 --- a/selftest.html +++ b/selftest.html @@ -1,48 +1,49 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http...
wolframkriesing/doh2
677576c9fcaf85139fd945a60ea34687ced7e28c
+ bugfixes
diff --git a/config.js b/config.js new file mode 100644 index 0000000..112ef70 --- /dev/null +++ b/config.js @@ -0,0 +1,12 @@ +// mmmmh, if we allow filtering and only running some tests +// we have to adjust doh.register() so numTests etc. have to be adjusted too, right? +// or it will just be "wrong". +doh.config = {...
wolframkriesing/doh2
34ec971d9a1898567dd225c7585f075a4fc42d5a
+ write selftests that show how to use the return value, doesnt work from asynch yet :-(
diff --git a/README.txt b/README.txt index e950c9a..a4bf1ea 100644 --- a/README.txt +++ b/README.txt @@ -1,35 +1,37 @@ Dojo Object Harness v2 ====================== History ------- I was on the search for a JavaScript unit testing package, and kind of by accident (LOL) I stumbled across DOH, the actual dojo ob...
wolframkriesing/doh2
35f3eadb66712cf4e16e8d787ea81ce503e4b597
+ simplify stuff a bit and leave the test object untouched
diff --git a/doh.js b/doh.js index fcf8a72..519dbe8 100644 --- a/doh.js +++ b/doh.js @@ -1,214 +1,212 @@ doh = { // This is a temporary structure which points to the current data. _current:{ group:null, groupIndex:-1, test:null, testIndex:-1 }, // A helper property, which stores a reference to a...
wolframkriesing/doh2
1c8311525f9b984a726a45b761bf6cdda18a838c
+ better namespacing, added doh.assert.* and doh.util.* + properly separate errors and failures + added selftest for assertEqual on arrays
diff --git a/assert.js b/assert.js index d4818da..c155d35 100644 --- a/assert.js +++ b/assert.js @@ -1,163 +1,149 @@ -// -// Assertions and In-Test Utilities -// +doh.assert = { + assertTrue:function(/*Object*/ condition, /*String?*/ hint){ + // summary: + // is the passed item "truthy"? + if(arguments.length < 1){...
wolframkriesing/doh2
a1e1e5897c0906448f188d99936821a462f05716
+ added some more selftests
diff --git a/selftest.html b/selftest.html new file mode 100644 index 0000000..0ea6292 --- /dev/null +++ b/selftest.html @@ -0,0 +1,48 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> + <title>D.O.H. v2</title> + <meta http-equiv="content-type" content="text...
wolframkriesing/doh2
a791aade6b4c01ba88ea1d15d6435f0fe74bbbe8
+ added some more selftests
diff --git a/index.html b/index.html deleted file mode 100644 index 48b971f..0000000 --- a/index.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> -<head> - <title>D.O.H. v2</title> - <meta http-equiv="content-type" content="text/html...
wolframkriesing/doh2
ff7d16118d392d976f5cce2895df85395c38bca5
+ made it work
diff --git a/doh.js b/doh.js index 9f6604b..51d3474 100644 --- a/doh.js +++ b/doh.js @@ -1,218 +1,209 @@ doh = { // This is a temporary structure which points to the current data. _current:{ group:null, groupIndex:-1, test:null, testIndex:-1 }, // A helper property, which stores a reference to a...
wolframkriesing/doh2
e5612e5f286fe3b2006469f4f9d96fe3fc0ac76a
+ initial version, dumps to console
diff --git a/assert.js b/assert.js new file mode 100644 index 0000000..d4818da --- /dev/null +++ b/assert.js @@ -0,0 +1,163 @@ +// +// Assertions and In-Test Utilities +// + +doh.t = doh.assertTrue = function(/*Object*/ condition, /*String?*/ hint){ + // summary: + // is the passed item "truthy"? + if(arguments.length...
hookercookerman/calculated
5f2d4b9cd14655d58a5d35dad8c0791fbab80921
source data holder
diff --git a/lib/calculated/models/formula_input.rb b/lib/calculated/models/formula_input.rb index 8acc2f3..a5d8ac6 100644 --- a/lib/calculated/models/formula_input.rb +++ b/lib/calculated/models/formula_input.rb @@ -1,19 +1,20 @@ module Calculated module Models class FormulaInput < Hashie::Dash ...
hookercookerman/calculated
72f8c7b495059f439a553d098cbdd8762b8b9304
move it to markdown
diff --git a/README.md b/README.md index 7e42f6c..75a5087 100644 --- a/README.md +++ b/README.md @@ -1,290 +1,290 @@ #Calculated# Calculated allows you to interact with the [CarbonCalculated API](http://www.carboncalculated.com/platform) in a ruby way. "The Carbon Calculated platform is a freely accessible agg...
hookercookerman/calculated
5966ce3b13d156db7510f4e6be89f23434ee7de6
move it to markdown
diff --git a/README.md b/README.md index 6ff70d2..7e42f6c 100644 --- a/README.md +++ b/README.md @@ -1,291 +1,290 @@ #Calculated# Calculated allows you to interact with the [CarbonCalculated API](http://www.carboncalculated.com/platform) in a ruby way. "The Carbon Calculated platform is a freely accessible agg...
hookercookerman/calculated
46525ae09508160f376f63d032310127dd4475a6
move it to markdown
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ff70d2 --- /dev/null +++ b/README.md @@ -0,0 +1,291 @@ +#Calculated# + +Calculated allows you to interact with the [CarbonCalculated API](http://www.carboncalculated.com/platform) in +a ruby way. + +"The Carbon Calculated platform is a freely acce...
hookercookerman/calculated
2bd99348f9fcb5055159790ab7ceb96ed51a94f4
Another doc update
diff --git a/README.rdoc b/README.rdoc index 30f2686..1af7390 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,248 +1,260 @@ = Calculated Calculated allows you to interact with the "CarbonCalculated API"[http://www.carboncalculated.com/platform] in a ruby way. "The Carbon Calculated platform is a freely access...
hookercookerman/calculated
dcaf34b0fc08ae3e89fcbd6534140486c6551261
Updating docs still alot need to be done
diff --git a/README.rdoc b/README.rdoc index 709f336..30f2686 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,117 +1,248 @@ -== Calculated += Calculated Calculated allows you to interact with the "CarbonCalculated API"[http://www.carboncalculated.com/platform] in a ruby way. "The Carbon Calculated platform is ...
golsombe/Smerf_UI
1b980916b43a3ddc1e89b6eecd6a91aeac702146
adding acts_as_list
diff --git a/vendor/plugins/acts_as_list/README b/vendor/plugins/acts_as_list/README new file mode 100644 index 0000000..36ae318 --- /dev/null +++ b/vendor/plugins/acts_as_list/README @@ -0,0 +1,23 @@ +ActsAsList +========== + +This acts_as extension provides the capabilities for sorting and reordering a number of obje...
equeen/Processing
37b4372388f00f8849aed66069ba1fa0ce7baca6
second commit
diff --git a/Utill/README b/Utill/README index e69de29..65e5ce6 100644 --- a/Utill/README +++ b/Utill/README @@ -0,0 +1 @@ +Processing animation utill \ No newline at end of file
farrelley/joind.in-api-client
6016d909577d46698e1f3a65750f5f1ab8b0fcb9
changed exception handling to check for empty username string instead of isset()
diff --git a/Zend/Service/JoindIn/User.php b/Zend/Service/JoindIn/User.php index 3fdc822..fc060c7 100644 --- a/Zend/Service/JoindIn/User.php +++ b/Zend/Service/JoindIn/User.php @@ -1,161 +1,160 @@ <?php /** * User.php - get information on users * @author Shaun Farrell * @version $Id$ * */ class Zend_Se...
farrelley/joind.in-api-client
2aec77d022e25c7f1479bc9a2d0af7e8df8c6be2
removed debugging information
diff --git a/Zend/Service/JoindIn.php b/Zend/Service/JoindIn.php index 3422492..bbc1e02 100644 --- a/Zend/Service/JoindIn.php +++ b/Zend/Service/JoindIn.php @@ -1,383 +1,380 @@ <?php /** * Joind.In Service * @author Shaun Farrell * @version $Id$ */ /* * @see Zend_Rest_Client */ require 'Zend/Rest/Cl...
farrelley/joind.in-api-client
90f3ac98f0a2499efced2a6fc8e6e18a48129e69
added exception to be thrown on _validate() when no username or no password are submitted.
diff --git a/Zend/Service/JoindIn/User.php b/Zend/Service/JoindIn/User.php index 30182c0..3fdc822 100644 --- a/Zend/Service/JoindIn/User.php +++ b/Zend/Service/JoindIn/User.php @@ -1,150 +1,161 @@ <?php /** * User.php - get information on users * @author Shaun Farrell * @version $Id$ * */ class Zend_Se...
farrelley/joind.in-api-client
0b3e9e6ea0114ffa7ad8159963cc9a7408c35cfb
Changed from FarleyHills to Zend (namespace change). Some got missed in the last commit.
diff --git a/Zend/Service/JoindIn.php b/Zend/Service/JoindIn.php index a446e55..66e393e 100644 --- a/Zend/Service/JoindIn.php +++ b/Zend/Service/JoindIn.php @@ -1,383 +1,383 @@ <?php /** * Joind.In Service * @author Shaun Farrell * @version $Id$ */ /* * @see Zend_Rest_Client */ require 'Zend/Rest/Cl...
farrelley/joind.in-api-client
82edceb860adf3fcf42fd9916218dd517d7f7508
added phpdocblock comments
diff --git a/library/FarleyHills/Service/JoindIn.php b/library/FarleyHills/Service/JoindIn.php index 87ed527..a446e55 100644 --- a/library/FarleyHills/Service/JoindIn.php +++ b/library/FarleyHills/Service/JoindIn.php @@ -1,372 +1,383 @@ <?php /** * Joind.In Service * @author Shaun Farrell * @version $Id$ */...
farrelley/joind.in-api-client
111602d5e6b2e1e314460d5eabab9fff14427b56
added new method to validate that user creds are correct when mehtods require authentication
diff --git a/library/FarleyHills/Service/JoindIn.php b/library/FarleyHills/Service/JoindIn.php index 6e1ed82..87ed527 100644 --- a/library/FarleyHills/Service/JoindIn.php +++ b/library/FarleyHills/Service/JoindIn.php @@ -1,342 +1,372 @@ <?php /** * Joind.In Service * @author Shaun Farrell * @version $Id$ */...
farrelley/joind.in-api-client
5b6ce95521f8b499b48afc1944385471cd185c7a
changed the api uri
diff --git a/library/FarleyHills/Service/JoindIn.php b/library/FarleyHills/Service/JoindIn.php index d234a0d..6e1ed82 100644 --- a/library/FarleyHills/Service/JoindIn.php +++ b/library/FarleyHills/Service/JoindIn.php @@ -1,342 +1,342 @@ <?php /** * Joind.In Service * @author Shaun Farrell * @version $Id$ */...
farrelley/joind.in-api-client
b5687270e668f60cfb3c198516ff180d837ad5d4
added comments and phpdocblocks
diff --git a/library/FarleyHills/Service/JoindIn.php b/library/FarleyHills/Service/JoindIn.php index fe4313f..d234a0d 100644 --- a/library/FarleyHills/Service/JoindIn.php +++ b/library/FarleyHills/Service/JoindIn.php @@ -1,236 +1,342 @@ <?php /** * Joind.In Service * @author Shaun Farrell * @version $Id$ */...
farrelley/joind.in-api-client
bfa5ece01cb7ef2b3520313643460e6be3541fdc
added phpdocblock comments
diff --git a/library/FarleyHills/Service/JoindIn/Talk.php b/library/FarleyHills/Service/JoindIn/Talk.php index f580b3c..e9c6073 100644 --- a/library/FarleyHills/Service/JoindIn/Talk.php +++ b/library/FarleyHills/Service/JoindIn/Talk.php @@ -1,75 +1,89 @@ <?php /** * Joind.In Talk * @author Shaun Farrell * ...
farrelley/joind.in-api-client
298d773dfcdfb9e1c767f1d707ef05b7bf758369
added phpdocblock comments
diff --git a/library/FarleyHills/Service/JoindIn/Site.php b/library/FarleyHills/Service/JoindIn/Site.php index 998b2a7..2781945 100644 --- a/library/FarleyHills/Service/JoindIn/Site.php +++ b/library/FarleyHills/Service/JoindIn/Site.php @@ -1,36 +1,55 @@ <?php /** - * + * Site - get the current status of the web s...