I'm thinking about setting up a site that takes together all available
information about Lift (Links, News, ...).
I would like to know, if this would be appreciated or not. I still think
that all the available information is to much spread out - specially for
people who get started with Lift. In case of positive responds, I would
like to setup a Plone (CMS) site. I think its a really good tool, to
organize content.
thanks for listening.
Or fork the book and make improvements that way?
I'm not opposed to additional resources, but why create another place
where docs may or not be out of date?
I think that Lift is still at the point where one location of docs is
better.
My opinion.
-- 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.
Br's,
Marius
Yes, the wiki is a little out dated. I forget the number of times i've
tried to spear head a wiki effort... the bottom line is that other
people need to start writing content - there are a fair number of
competent lift users in the community who simply are not giving
anything back by way of articles or wiki cleaning - thus our docs get
out dated fast because the team prefer to write code than
documentation. We even tried to appointed a wiki gardener but he
appears to have just disappeared into the ether... Id be open to
hearing suggestions on how one could keep the wiki more up to date?
Short of users actually contributing back, there is a limit on what
the team can do at anyone time. We are getting there, but its not
going to be an overnight process.
Blogs - a fundamental corner stone of the internet and your right,
they are a great information repository. Perhaps we could syndicate
some blogs onto liftweb.net during the rewrite (yes, im going to
rewrite it at last!)... certainly open for that.
Cheers, Tim
PS: Sorry that was a bit of a rant, but this is a frustrating issue
that i've been pushing for over a year ;-)
1.0 is the last official release that was not a milestone or snapshot - thus, they are the primary api docs right now until we release 2.0 (that is, what was being called 1.1 is being renamed to 2.0). API docs are a process issue, and handled as part of our build process - they will always live both on scala-tools and liftweb.net where applicable. They wont ever sit anywhere else (officially).
Yes, the wiki is a little out dated. I forget the number of times i've tried to spear head a wiki effort... the bottom line is that other people need to start writing content - there are a fair number of competent lift users in the community who simply are not giving anything back by way of articles or wiki cleaning - thus our docs get out dated fast because the team prefer to write code than documentation. We even tried to appointed a wiki gardener but he appears to have just disappeared into the ether... Id be open to hearing suggestions on how one could keep the wiki more up to date? Short of users actually contributing back, there is a limit on what the team can do at anyone time. We are getting there, but its not going to be an overnight process.
Blogs - a fundamental corner stone of the internet and your right, they are a great information repository. Perhaps we could syndicate some blogs onto liftweb.net during the rewrite (yes, im going to rewrite it at last!)... certainly open for that.
Cheers, Tim PS: Sorry that was a bit of a rant, but this is a frustrating issue that i've been pushing for over a year ;-)
95% of all OSS projects i've ever come across have the same policy when it comes to wikis etc... they are organic, community driven beasts. For instance, I was no aware that you had written any articles... but that is great. You say you want them fleshed out? In what way / what information do you need.
Writing documentation is actually a great way to understand something because it means you have to fully grok it in order to teach others - we need to solve the documentation issue for sure, and any contribution you or others have is very much welcome.
Cheers, Tim
I don't mind contributing my time improving the documentation. Perhaps
one of the reasons why people don't contribute back is that the wiki
is not very prominent, for one reason or another. It's just rarely
referenced anywhere else most of the time. Would appreciate a more
concentrated effort on this.
I haven't actually seen the lift 1.1 scala docs. For example,
http://www.scala-tools.org/mvnsites-snapshots/liftweb/lift-base/lift-common/scaladocs/index.html
points to a blank page - that's for Lift common. I mostly rely on the
IDE(idea) to open up declarations via maven.. not exactly the best
method since the source code is more often than not not commented.
The lift framework is pretty massive, I think that's the reason why
it's difficult to write comprehensive documentation for it. I'm just
wondering what is a good way to go about doing that? A list of how-tos
plus in depth discussion about each part of the framework i.e. base,
or common, or? Perhaps there can be one page for every logical object
in Lift.
regards,
CH
On Dec 21, 7:47 pm, johncch <john...@gmail.com> wrote:
> Well, this is an apt discussion at this point in time I feel. One of
> the weakness of the Lift Project is really the sparse documentation,
> as well as the rapid cycle of development obsoleting virtually many of
> the slightly older code out there.
>
> I don't mind contributing my time improving the documentation. Perhaps
> one of the reasons why people don't contribute back is that the wiki
> is not very prominent, for one reason or another. It's just rarely
> referenced anywhere else most of the time. Would appreciate a more
> concentrated effort on this.
>
> I haven't actually seen the lift 1.1 scala docs. For example,http://www.scala-tools.org/mvnsites-snapshots/liftweb/lift-base/lift-...