BBMetaBlog v1.2.2 Source
I've been hanging onto the source for bbMetaBlog
for a while hoping to make it better.
I might end up producing an iPhone application before improving this one. So here it is. I wanted to protect the work (which took a fair amount of time) so that it couldn't be used to produce a commercial product, and for jasonhookonline.com to be credited in any versions. I've done that (I hope) with a Creative Commons Attribution Non-Commercial license, a reference to the Creative Commons Website appears in each .java file:
/*
* BBMetaBlog::VectorUtility.java
*
* http://weblog.jasonhookonline.com
* Distributed under the creative commons non-commercial atribution license for more info see this url:
* http://creativecommons.org/licenses/by-nc-sa/3.0/
*
*/
I recall borrowing an idea for a fixed width field from a blog post by Jonathan Fisher and I credit him in two files fixedwidthfield.java and EmptyField.java
/*
* BBMetaBlog::EmptyField.java
*
* http://weblog.jasonhookonline.com
* I think this code was adapted from code made publicly available by Jonathan Fisher. As of 11th April 2009
* I can't find the source on his site but I this url refers: http://www.jonathanhfisher.co.uk/b2/?p=22
*
*/
Hope the code helps you.
I might end up producing an iPhone application before improving this one. So here it is. I wanted to protect the work (which took a fair amount of time) so that it couldn't be used to produce a commercial product, and for jasonhookonline.com to be credited in any versions. I've done that (I hope) with a Creative Commons Attribution Non-Commercial license, a reference to the Creative Commons Website appears in each .java file:
/*
* BBMetaBlog::VectorUtility.java
*
* http://weblog.jasonhookonline.com
* Distributed under the creative commons non-commercial atribution license for more info see this url:
* http://creativecommons.org/licenses/by-nc-sa/3.0/
*
*/
I recall borrowing an idea for a fixed width field from a blog post by Jonathan Fisher and I credit him in two files fixedwidthfield.java and EmptyField.java
/*
* BBMetaBlog::EmptyField.java
*
* http://weblog.jasonhookonline.com
* I think this code was adapted from code made publicly available by Jonathan Fisher. As of 11th April 2009
* I can't find the source on his site but I this url refers: http://www.jonathanhfisher.co.uk/b2/?p=22
*
*/
Hope the code helps you.
Comments