Linkit source code
"Marc Battyani" <[email protected]> Fri, 9 Dec 2005 12:17:43 +0100
| Newsgroups | gmane.lisp.web |
|---|---|
| Message-ID | <192101c5fcb2$2cf6b0b0$0a02a8c0@marcxp> |
I've put the linkit source code on linkit: http://linkit.fractalconcept.com (I cheated and set its number of points to 100 ;-) Some comments: -It has been written in 7 hours so it's not optimal nor polished. -Most of the time has been spent figuring out what to do rather than coding. -It's deceptively short (260 lines) and boring. -All the database and web stuff is handled by the framework ;-) -The definitions of the object classes are done in the Framework through the Framework UI -Some functions look like they were written at 3AM ;-) Marc