--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
Apidoc available at http://vscaladoc.alchim31.net/
David Pollak wrote:
>
>
> On Thu, Feb 3, 2011 at 11:49 PM, David Bernard
> <david.be...@gmail.com <mailto:david.be...@gmail.com>> wrote:
>
> Apidoc available at http://vscaladoc.alchim31.net/
>
>
> Thanks!
>
> Can you provide a WAR file for me to put on the official Lift servers to
> run this stuff as well?
+1
>
> Also, is there a tar-able format for folks to download and use disconnected?
As alternative fallback, ./liftsh doc should work in lift/framework master.
- Indrajit
>
> On Thu, Feb 3, 2011 at 01:00, David Pollak
> <feeder.of...@gmail.com
> <mailto:feeder.of...@gmail.com>> wrote:
>
> Indrajit -- Thanks for spinning the build!
>
> The Lift team -- Thanks for closing so many tickets and
> improving Lift so much!
>
>
> On Wed, Feb 2, 2011 at 3:56 PM, Indrajit Raychaudhuri
> <indr...@gmail.com <mailto:indr...@gmail.com>> wrote:
>
> The Lift <http://liftweb.net/> team is pleased to announce
> Lift 2.3-M1 <http://liftweb.net/download.html>.
>
> Lift is an elegant, expressive framework that allows any
> size team build and maintain secure, highly interactive,
> scalable web applications quickly and efficiently. Lift is
> built on Scala <http://scala-lang.org> and compiles to JVM
> byte-code. Lift applications deploy as web archives (WAR
> files) on popular application servers and web containers
> including Jetty, Glassfish and Tomcat. Lift applications can
> be monitored and managed with the same proven infrastructure
> used to manage and monitor any Java web application. Lift is
> open source licensed under an Apache 2.0 license.
>
> This is the first milestone for 2.3 series and suports Scala
> 2.8.0 and 2.8.1. See the ticket tracker
> <https://www.assembla.com/spaces/liftweb/milestones/321049>
> for full list of new features, enhancements and bug fixes.
>
> Thank you, have fun!
> - The Lift team
>
>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Blog: http://goodstuff.im
> Surf the harmonics
>
> --
> You received this message because you are subscribed to the
> Google Groups "Lift" group.
> To post to this group, send email to lif...@googlegroups.com
> <mailto:lif...@googlegroups.com>.
> To unsubscribe from this group, send email to
> liftweb+u...@googlegroups.com
> <mailto:liftweb%2Bunsu...@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Lift" group.
> To post to this group, send email to lif...@googlegroups.com
> <mailto:lif...@googlegroups.com>.
> To unsubscribe from this group, send email to
> liftweb+u...@googlegroups.com
> <mailto:liftweb%2Bunsu...@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Blog: http://goodstuff.im
> Surf the harmonics
>
you can use the war available at vscaladoc2_www download section
https://github.com/downloads/davidB/vscaladoc2_www/vscaladoc2_www-0.4-SNAPSHOT-jetty-console.war
It can be used as a regular war or as a excutable war
java -jar https://github.com/downloads/davidB/vscaladoc2_www/vscaladoc2_www-0.4-SNAPSHOT-jetty-console.war
[options]
Options:
--sslProxied - Running behind an SSL proxy
--port n - Create an HTTP listener on port n (default 8080)
--bindAddress addr - Accept connections only on address addr
(default: accept on any address)
--forwarded - Set reverse proxy handling using X-Forwarded-For headers
--contextPath /path - Set context path (default: /)
--headless - Don't open graphical console, even if available
--help - Print this help message
--tmpDir /path - Temporary directory, default is /tmp
The first registered account is the admin account
Every account after login are allowed to register new api.
for lift 2.3-M1, use the following value (part after ':') :
1. artifactId : lift_2.8.1
2. version : 2.3-M1
3. format vscaladoc2
4. url : http://alchim31.free.fr/apis/lift_2.8.1/2.3-M1
5. google group (optinal): lifweb
When submitted the application will start download the archive of
apidoc for every artifacts (lift_2.8.1 + sub artifacts)
Archive (+ extracted content), like H2 database is stored under
$HOME/.config/vscaladoc2 (like api build localy)
So if you not remove the files, you should browse the api off-line
Next version (not pushed) is able to download archive from a maven
repository (and may be from any download place like github)
If you want to tweak the skin (css, js,...), then you can do it, by
editing files under $HOME/.config/vscaladoc2/laf/laf0.
Currently there is no laf selection for user, so it's always the
default one used (laf0)
laf0, used scalate + css + js (I use coffeescript, but you can edit the js).
I've to make more doc. Ask If you have question.
>>
>> Also, is there a tar-able format for folks to download and use disconnected?
see above
If you also want api of scala 2.8.1 (may be to allow some link, or
insertion of inherited api in Lift instead of error message)
1. artifactId : scala-library
2. version : 2.8.1
3. format vscaladoc2
4. url : http://alchim31.free.fr/apis/scala-library/2.8.1
5. google group (optinal):
You can also register Javadoc, Scaladoc2 url, in this case you will be
redirected.
(In the case of lift, I have to register api of third party libraries
: scalate, slf4j, servlet, ...)