Meeting minutes 2012-04-04
by Lincoln Baxter, III
(10:48:38 AM) jbott: Meeting ended Wed Apr 4 14:47:49 2012 UTC. Information
about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
(10:48:38 AM) jbott: Minutes:
http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2012/forge.20...
(10:48:38 AM) jbott: Minutes (text):
http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2012/forge.20...
(10:48:38 AM) jbott: Log:
http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2012/forge.20...
==============
#forge Meeting
==============
Meeting started by lincolnthree at 14:00:53 UTC. The full logs are
available athttp://transcripts.jboss.org/meeting/irc.freenode.org/forge/2012/forge....
.
Meeting summary
---------------
* Agenda (lincolnthree, 14:01:19)
* Forge Introduction - http://vimeo.com/39608223 (lincolnthree,
14:05:25)
* Burr's new Forge Videos (lincolnthree, 14:05:35)
* Forge database reverse engineering and scaffold with REST -
http://vimeo.com/39608326 (lincolnthree, 14:06:11)
* The Forge Website (lincolnthree, 14:07:34)
* LINK: http://forge.github.com ... try it yourself :) (lincolnthree,
14:10:01)
* Avoid children of
https://docs.jboss.org/author/display/FORGE/Developing+a+Plugin -
ivannov is working on migrating those (lincolnthree, 14:10:49)
* UTF-8 random warning messages (classloading?) (lincolnthree,
14:12:58)
* ACTION: lincolnthree will ask dmlloyd if he has run into this issue
(lincolnthree, 14:17:01)
* Windows build & issues (lincolnthree, 14:21:32)
* ACTION: gastaldi and ivannov will run the build in windows and check
the result (gastaldi, 14:24:52)
* Issues for 1.0.3 (lincolnthree, 14:26:00)
* ACTION: lincolnthree will check out the JIRA Agile Dashboard
(lincolnthree, 14:32:21)
* ACTION: lincolnthree will enable the Agile view in JIRA (gastaldi,
14:39:10)
* ACTION: gastaldi will prototype some extension point in
persistence/entity/field plugins so that lombok may be used as an
extension point for example (gastaldi, 14:40:10)
Meeting ended at 14:47:49 UTC.
Action Items
------------
* lincolnthree will ask dmlloyd if he has run into this issue
* gastaldi and ivannov will run the build in windows and check the
result
* lincolnthree will check out the JIRA Agile Dashboard
* lincolnthree will enable the Agile view in JIRA
* gastaldi will prototype some extension point in
persistence/entity/field plugins so that lombok may be used as an
extension point for example
Action Items, by person
-----------------------
* gastaldi
* gastaldi and ivannov will run the build in windows and check the
result
* gastaldi will prototype some extension point in
persistence/entity/field plugins so that lombok may be used as an
extension point for example
* ivannov
* gastaldi and ivannov will run the build in windows and check the
result
* lincolnthree
* lincolnthree will ask dmlloyd if he has run into this issue
* lincolnthree will check out the JIRA Agile Dashboard
* lincolnthree will enable the Agile view in JIRA
* **UNASSIGNED**
* (none)
People Present (lines said)
---------------------------
* lincolnthree (93)
* gastaldi (49)
* maxandersen (16)
* jbossbot (5)
* ivannov (4)
* jbott (3)
--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."
12 years, 7 months
new website
by Paul Bakker
Hi all,
As promised I started work on the new website. After some good experiences with it for the Arquillian website we decided to use Awestruct for this. This basically allows you to do some "dynamic" things like templating while the result is still plain HTML.
For the look&feel I used the Bootstrap library. We still have a lot of work to do, but I did set up the structure of the site. Now it's just adding more and more content.
There are a few things to look at:
1) The front page
It contains a news section which is aggregated from the "news" directory. The pages within the news directory must have the format of yyyy-MM-dd-post-pagetitle.textile to be picked up.
2) The documentation page
The documentation pages have their own template which creates the menu structure: _layouts/docs.html.haml. If a new page is added we need to add it to the menu too (this can probably be automated).
You can preview the site here: http://jboss-forge.s3.amazonaws.com/index.html and the sources are on github: https://github.com/forge/website
I will continue adding content myself, but please contribute on this. You can simply send pull requests on git like always. The most important at this point is to migrate the documentation.
Paul
12 years, 7 months