Description:
A support group for Weblocks - a Common Lisp web framework.
|
|
|
Simple directory browser widget?
|
| |
Is there a simple directory browser widget in Weblocs? I'm thinking of
something similar to the plain directory browser in apache where files
are listed and if you click on a html file it will be loaded etc.?
|
|
How to make some rows in datagrid selected by default?
|
| |
Hello, I'm new to weblocks. Even if with some previous experience with
Django, I find myself totally lost in Weblocks. I've got a few
questions.
1) I have a datagrid created as follows to make all items selected by
default:
(defun make-books-datagrid ()
(make-instance 'datagrid
:name 'books-data-grid... more »
|
|
Move to git
|
| |
git suits my development workflow better and will probably be good for
attracting new Weblocks contributors as well. I will move the
repository to Github soon unless anyone objects within a few days.
|
|
Consulting opportunity
|
| |
To be more clearly advertised, my prior e-mail to this list should
read - small consulting opportunity. :)
|
|
Support for Weblocks project
|
| |
A few years ago I led the development of an open-source project based
on Weblocks and Elephant called LAMsight ([link]) for a non-
profit partner organization, the LAM Treatment Alliance
([link]). I'm going to be unable to provide regular support
for the site after this coming summer and so we're starting to look... more »
|
|
Status of weblocks with respect to Quicklisp
|
| |
Hi all. Does anyone know the status of Weblocks with respect to quicklisp? It isn't in the current repo, and I vaguely remember there being an issue with the latest huntchentoot braking Weblocks. What needs to be done to get Weblocks working against hunchentoot (or other issues) to get it back into good standing with Quicklisp?... more »
|
|
Hello all, thinking of trying weblock, a few questions
|
| |
Hello all (newbie to this group here),
I'm thinking of using weblocks for a "toy project"(that maybe could
become something else), having programmed in lisp quite a bit (but
that's already quite some years ago, and not doing much programming
anymore these days).
The project would have somekind of "wiki aspect", by that I mean a... more »
|
|
datagrid/dataedit without datastore?
|
| |
I am playing around with weblocks. The standard datagrid/dataedit widget has most of the functionality I want. However I am struggling with the datasource side of things. I would like to give the datagrid an explicit list of items, and the datastore seems to be getting in my way. So take the following example, I have a class 'person and... more »
|
|
|