Description:
A support group for Weblocks - a Common Lisp web framework.
|
|
|
Rendering Recursive widgets
|
| |
Writing my first weblocks app and I've hitting a wall at the moment.
I'm attempting to render a recursive widget that represents a
directory. Goal is to have typical tree view - probably the exact
same thing as this user wanted:
[link]... more »
|
|
html.lisp doesn't compile
|
| |
Hi there, With everything up-to-date (including clbuild and SBCL), SBCL fails to compile weblocks' html.lisp in Darwin with the following output: bash-3.2$ ./clbuild recompile weblocks ; loading system definition from /Users/admin/cl/clbuild/system s/cl-ppcre.asd ; into #<PACKAGE "ASDF0"> ; registering #<SYSTEM :CL-PPCRE {1003480D41}> as CL-PPCRE... more »
|
|
Navigation in depth
|
| |
Its the weekend again and I'm grokking lisp. Is there a quick example somewhere on using the navigation widget to create deeper menus: +home + foo + bar - blog - cat 1 - art1 - art2 + cat 2 + cat 3 - contact For instance? I looked in tests and found some info, but nothing immediately... more »
|
|
Postmodern Store
|
| |
I hacked a post modern store tonight. I need to just finish unit
testing.
What are the steps to get weblocks to see/know about it?
|
|
IRC
|
| |
I happen to be on IRC quite often right now so join #weblocks on
Freenode if you like.
|
|
weblocks site down? also newbie questions
|
| |
I don't want to make this too long but I am sort of on a search here
and am hoping this community can help me find my way.
I was a young, maybe talented programmer, ended up dropping out of
school, doing other things and randomly fell back into making websites/
CMS stuff. I have been doing Drupal for about a year, I never wrote... more »
|
|
a repeat question about weblocks-clsql and clsql-fluid
|
| |
Back in February, I reported an error and then a mysterious solution.
Unfortunately, now I'm having the same error.
The error is that when Icompile my code that uses weblocks-clsql I'm
getting:
debugger invoked on a SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread
... These symbols are not accessible in the CLSQL package:(FLUID-... more »
|
|
External links in make-navigation
|
| |
Is there anyway to specify external links for make-navigation?
I tried:
(make-navigation "Menu"
'home (about-me)
(list "Google" nil "[link]"))
but it renders the link "Google" as "[link]
google.com" instead of just "[link]".
|
|
thread problem again
|
| |
Hi, now I have sbcl with correct threds support, as far as I can see. Please, look, what does this mean? * (asdf:oos 'asdf:load-op 'weblocks-demo) ....................... debugger invoked on a SB-FASL::FASL-HEADER-MISSING: File "/usr/local/lib/sbcl/sb-intros pect/introspect.fasl" has a fasl file type, but no fasl header:... more »
|
|
./clbuild install weblocks failure
|
| |
Hi, $ ./clbuild install weblocks cl-prevalence .... UPDATE wget fare-matcher Copying patches, to get lazy repository hit ctrl-C... Finished getting. gzip: stdin: unexpected end of file tar: Child returned status 1 No changes! UPDATE wget fare-utils Copying patches, to get lazy repository hit ctrl-C...... more »
|
|
|