Hello, you can download the code from :
https://github.com/skypher/weblocks or in quicklisp : http://www.quicklisp.org/ For the documentation, ... - See examples (Weblocks Demo) : https://github.com/skypher/weblocks/tree/master/examples - Read the source code Some hints to start : - Emacs + sbcl + slime + quicklisp - Create a new app : (wop:make-app foo "<target app dir>") - Start new app : (foo:start-foo) - First File to modify : <target app dir>/foo/src/init-session.lisp - Unlike what you can find in the examples do not use (make-instance 'composite :widgets) it is deprecated, use (make-instance 'widget :children) instead. I hope it will help you. Best regards. Le mardi 9 avril 2013 10:51:36 UTC+2, Peter Münster a écrit : > > Hi, > > I would like to start using weblocks. > > But unfortunately, http://common-lisp.net/project/cl-weblocks/ points > only to dead links: > > http://weblocks.viridian-project.de/: down > http://trac.common-lisp.net/cl-weblocks: 404 > not found > http://trac.common-lisp.net/cl-weblocks/wiki/ObtainingAndInstalling: 404 > not found > http://trac.common-lisp.net/cl-weblocks/wiki/UserManual: 404 > not found > > Where could I find the code and the documentation please? > > TIA for any hints, > -- > Peter > > -- You received this message because you are subscribed to the Google Groups "weblocks" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/weblocks?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
