Commit graph

22 commits

Author SHA1 Message Date
Josh Sherman
54372d24b7 Updated the last few URL's that were wrong, also generated a new copy of the documentation
Should probably made the documentation piece pre-commit hook or something
2012-10-03 17:46:27 -04:00
Josh Sherman
f69c904a4f Updated documentation. 2011-11-06 20:54:37 -05:00
Josh Sherman
996241debb Updated headers to have 2011 in the copyright date. Also updated copyright to my name as the LLC is currently defunct. 2011-05-09 22:14:55 -04:00
Josh Sherman
28cdd85a4a Updated documentation. 2011-05-03 23:30:53 -04:00
Josh Sherman
453d9b4033 Updated documentation. 2010-12-24 19:44:33 -05:00
Josh Sherman
12d1143bd0 Updated internal docs. 2010-12-04 14:32:40 -05:00
Josh Sherman
3aa4775f67 Updated internal documentation. 2010-11-26 23:39:53 -05:00
Josh Sherman
5cb8592b35 Updated internal documentation. 2010-11-26 11:34:29 -05:00
Josh Sherman
8d53f685ad Updated internal documentation. 2010-11-25 01:53:01 -05:00
Josh Sherman
d754757eee Updated the internal documentation. 2010-11-24 23:42:02 -05:00
Josh Sherman
9f3f041514 Updated docs, moved doc generator script up a directory and added a markdown file extension on the README file. 2010-10-17 23:18:44 -04:00
Josh Sherman
3fb1e8d3d0 Updated the docs 2010-10-14 20:53:44 -04:00
Josh Sherman
5b0c42bda3 Updated documentation. 2010-10-01 23:28:14 -04:00
Josh Sherman
cd1593a045 Updated the documentation. 2010-09-19 22:52:21 -04:00
Josh Sherman
ef5b8d2ef1 Updated docs, also updated doc generation script. 2010-09-12 22:13:00 -04:00
Josh Sherman
dd7fdbbb2e Updated the documentation. 2010-08-15 22:03:49 -04:00
Josh Sherman
8a97b80b07 Updated documentation. 2010-05-15 22:55:47 -04:00
Josh Sherman
a3e16f6006 Updated documentation.
* Includes documentation on the new XML Display class.
2010-03-27 15:26:21 -04:00
Josh Sherman
41ac51664f Updated documentation. 2010-03-26 17:35:53 -04:00
Josh Sherman
cda9c7d28e Implementing the Database class.
* Updated the Database class to work like a Singleton with a getInstance() method.

 * The Database class does not have a private constructor so it can still be instantiated in case someone needs to do so.

 * Replaced Logger class with Log class.

 * Updated Module to have an instance of the Database object as well as the Model class.

 * In my perfect vision for usage, the Module classes should never talk directly to the database, but do so via Models, but I know that's asking a lot, so I'm leaving in some options for folks.

 * Updated documentation.
2010-03-16 22:54:21 -04:00
Josh Sherman
92c65d723e Updated documentation. 2010-03-14 11:11:44 -04:00
Josh Sherman
0cdd8e080a Added generated documentation.
* I suppressed the vendor packages to save space (<500K versus 10MB)
2010-03-13 14:45:17 -05:00