[Lift] Re: Lift's documentation

2009-03-09 Thread James Matlik
I have found another inconsistency on the wiki at http://wiki.liftweb.net/index.php?title=HowTo_run_examples. The wiki has several links for obtaining the version 1.0 example source code; however, only the links for downloading the WAR files work. All the other links for obtaining the sources are

[Lift] Re: Lift's documentation

2009-03-09 Thread James Matlik
Hello Derek, I fully understand having a day job and prioritizing side projects accordingly. I also appreciate the work you, Marius and Tyler have done with the book. I have found it very helpful in my playing over the weekend. It looks like there are two versions of the getting started doc ava

[Lift] Re: Lift's documentation

2009-03-09 Thread James Matlik
Hi Tim, The only reason why I reported this as an error is because my attempts to use CRUDify in this way resulted in compile errors. If Transaction is using CRUDify, then Transaction.menus returns List[Menu]. Hence, the example effectively does this: List[Product] = Menu :: List[Menu] :: Nil

[Lift] Re: Lift's documentation

2009-03-09 Thread James Matlik
actually update the wiki yourself, I think. It's probably faster > that writing about it to the list, unless you're not sure you're correct... > > Chas. > > James Matlik wrote: > > > > I have found another inconsistency on the wiki at > > http://wiki.l

[Lift] Re: Google search results

2009-03-12 Thread James Matlik
Why not have those links generate 301 redirects to the new site locations? It won't do much for people's existing bookmarks, but should allow search engines to update without the dead links. On Wed, Mar 11, 2009 at 6:50 PM, Timothy Perrett wrote: > > In short, no. We can't fix those results as th

[Lift] Re: Menu widget

2009-03-21 Thread James Matlik
Is there a running version of the widgets site online, or is this only available in source format? It would be nice to have something like this linked to the liftweb home page or wiki for people to test drive these features at zero cost. I did a quick look there and didn't find anything of the ki

[Lift] Re: Lift documentation -- Attention newcomers (and everyone else)!

2009-05-03 Thread James Matlik
Hello Charles, This is good news. I'm sorry I didn't see your initial email going out, but I would guess it is better late than never. I think the first thing that needs to be done is to clearly define what is to be documented in the wiki and where. Here is my 2 cents: 1. There should be a

[Lift] Re: security

2009-06-16 Thread James Matlik
This looks to be a very significant selling point for Lift. I realize there are some high level comments about Lift being designed for security, but I haven't seen any details explaining what measures have been put in place to qualify those statements. This is a prime example of what should be pu

[Lift] Re: Scala job site written in Lift + a newcomer's experience

2009-07-06 Thread James Matlik
You could reach out to web design forums (they must exist), universities and the open source community at large via a competition of some kind. The reward could simply be bragging rights and credit on the contributors page. A production web site design for a university student would be a good resu

[Lift] Version of maven for lift

2010-01-21 Thread James Matlik
What is Lift's recommended version of Maven? I am looking to create an sbaz package for easy download and install for maven for newcomers (myself included), and figure that having one that is compatible with lift would be of prime interest. Is the latest and greatest version compatible with 2.0?

Re: [Lift] Re: [lift] Version of maven for lift

2010-01-21 Thread James Matlik
Sbt is on the plan too, as well as svnkit which is a command line svn client in Java. On Jan 21, 2010 4:30 PM, "Channing Walton" wrote: I use maven 2.2.1 without any problem. i prefer to use sbt these days which still makes use of mvn repositories. James Matlik wrote: > >

Re: [Lift] Version of maven for lift

2010-01-21 Thread James Matlik
x27;ll run with that. On Jan 21, 2010 6:03 PM, "Naftoli Gugenheim" wrote: You want an sbaz package that will contain what exactly? --------- James Matlik wrote: What is Lift's recommended version of Maven? I am look... -- You received this message b

Re: [Lift] Re: Support for page and snippet level localization

2010-02-09 Thread James Matlik
I would also be very interested in more detail on this topic. I've been toying with designs with a variety of technologies (a self-driven academic activity this far) to formulate how a massively multilingual site (upwards of 12 languages) could be implemented. I've not had much luck understanding t