Discussion:
[picocontainer-dev] PicoContainer website flipped to github-pages
Paul Hammant
2011-01-29 20:34:55 UTC
Permalink
http://picocontainer.org/ now uses a Jekyll based auto-build that Github do
for you on commit. Refer http://pages.github.com/

The styling is trying to borrow something from Aslak's
http://cukes.info/homepage which is truly excellent IMO.
The Pico site follows the same ideas, but is actually highly modified fork
of http://claudiob.github.com/

We get site control in plain text "textile" (any many other) documents, and
a blogging platform built in.

Here's an example of the work I had to do:
http://picocontainer.org/web/webwork1.html was effected in a straight
forward commit
https://github.com/picocontainer/picocontainer.github.com/commit/d97efcc03606a6ff4640b3566884583e322b98e7
The text of the page was cut/paste from rendered HTML source, and put back
into a text editor. A few textile commands were added, and links added back,
then saved and committed. A Github daemon puts that live one minute later.

For those that are interested, over the years we've gone through:

1) Full Confluence site, with example-code fragments live pulled from Svn
(2003 - 2006)
2) An XSite version with full HTML source, styled statically by Sitemesh
(2006 - 2010)
3) this new Jekyll version.

It is clear as well that I still have work to do. As it happens all the
pages that were there, are still there, but many require conversion in the
style of the webwork1 one above.

If anyone wants to join in, then let me know :)

PicoContaner3 also has a set of mirror source repos at
https://github.com/picocontainer (or will do later today). Previously
they've been hanging off my personal page at github
https://github.com/paul-hammant Having the group root is more professional.
All bar the site are mirrored on Codehaus of course. Folks that don't
already should get github accounts and I'll link them to the picocontainer
group ('organisation' in github terms -
https://github.com/blog/674-introducing-organizations)

Regards,

- Paul
Grégory Joseph
2011-02-01 18:26:59 UTC
Permalink
Paul, is there any chance you could push the javadoc back online ? (or
fix the links?)
Post by Paul Hammant
http://picocontainer.org/ now uses a Jekyll based auto-build that Github do
for you on commit.  Refer http://pages.github.com/
The styling is trying to borrow something from Aslak's http://cukes.info/
homepage which is truly excellent IMO.
The Pico site follows the same ideas, but is actually highly modified fork
of http://claudiob.github.com/
We get site control in plain text "textile" (any many other) documents, and
a blogging platform built in.
 http://picocontainer.org/web/webwork1.html was effected in a straight
forward commit
https://github.com/picocontainer/picocontainer.github.com/commit/d97efcc03606a6ff4640b3566884583e322b98e7
The text of the page was cut/paste from rendered HTML source, and put back
into a text editor. A few textile commands were added, and links added back,
then saved and committed.  A Github daemon puts that live one minute later.
   1) Full Confluence site, with example-code fragments live pulled from Svn
(2003 - 2006)
   2) An XSite version with full HTML source, styled statically by Sitemesh
(2006 - 2010)
   3) this new Jekyll version.
It is clear as well that I still have work to do.  As it happens all the
pages that were there, are still there, but many require conversion in the
style of the webwork1 one above.
If anyone wants to join in, then let me know :)
PicoContaner3 also has a set of mirror source repos at
https://github.com/picocontainer (or will do later today). Previously
they've been hanging off my personal page at
github https://github.com/paul-hammant Having the group root is more
professional.  All bar the site are mirrored on Codehaus of course.  Folks
that don't already should get github accounts and I'll link them to the
picocontainer group ('organisation' in github terms
- https://github.com/blog/674-introducing-organizations)
Regards,
- Paul
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Paul Hammant
2011-02-01 18:33:34 UTC
Permalink
next on my list.... at the same URLs
Post by Grégory Joseph
Paul, is there any chance you could push the javadoc back online ? (or
fix the links?)
Post by Paul Hammant
http://picocontainer.org/ now uses a Jekyll based auto-build that Github
do
Post by Paul Hammant
for you on commit. Refer http://pages.github.com/
The styling is trying to borrow something from Aslak's
http://cukes.info/
Post by Paul Hammant
homepage which is truly excellent IMO.
The Pico site follows the same ideas, but is actually highly modified
fork
Post by Paul Hammant
of http://claudiob.github.com/
We get site control in plain text "textile" (any many other) documents,
and
Post by Paul Hammant
a blogging platform built in.
http://picocontainer.org/web/webwork1.html was effected in a straight
forward commit
https://github.com/picocontainer/picocontainer.github.com/commit/d97efcc03606a6ff4640b3566884583e322b98e7
Post by Paul Hammant
The text of the page was cut/paste from rendered HTML source, and put
back
Post by Paul Hammant
into a text editor. A few textile commands were added, and links added
back,
Post by Paul Hammant
then saved and committed. A Github daemon puts that live one minute
later.
Post by Paul Hammant
1) Full Confluence site, with example-code fragments live pulled from
Svn
Post by Paul Hammant
(2003 - 2006)
2) An XSite version with full HTML source, styled statically by
Sitemesh
Post by Paul Hammant
(2006 - 2010)
3) this new Jekyll version.
It is clear as well that I still have work to do. As it happens all the
pages that were there, are still there, but many require conversion in
the
Post by Paul Hammant
style of the webwork1 one above.
If anyone wants to join in, then let me know :)
PicoContaner3 also has a set of mirror source repos at
https://github.com/picocontainer (or will do later today). Previously
they've been hanging off my personal page at
github https://github.com/paul-hammant Having the group root is more
professional. All bar the site are mirrored on Codehaus of course.
Folks
Post by Paul Hammant
that don't already should get github accounts and I'll link them to the
picocontainer group ('organisation' in github terms
- https://github.com/blog/674-introducing-organizations)
Regards,
- Paul
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
Grégory Joseph
2011-02-01 18:42:42 UTC
Permalink
Cheers !
Post by Paul Hammant
next on my list.... at the same URLs
Post by Grégory Joseph
Paul, is there any chance you could push the javadoc back online ? (or
fix the links?)
Post by Paul Hammant
http://picocontainer.org/ now uses a Jekyll based auto-build that Github do
for you on commit.  Refer http://pages.github.com/
The styling is trying to borrow something from
Aslak's http://cukes.info/
homepage which is truly excellent IMO.
The Pico site follows the same ideas, but is actually highly modified fork
of http://claudiob.github.com/
We get site control in plain text "textile" (any many other) documents, and
a blogging platform built in.
 http://picocontainer.org/web/webwork1.html was effected in a straight
forward commit
https://github.com/picocontainer/picocontainer.github.com/commit/d97efcc03606a6ff4640b3566884583e322b98e7
The text of the page was cut/paste from rendered HTML source, and put back
into a text editor. A few textile commands were added, and links added back,
then saved and committed.  A Github daemon puts that live one minute later.
   1) Full Confluence site, with example-code fragments live pulled from Svn
(2003 - 2006)
   2) An XSite version with full HTML source, styled statically by Sitemesh
(2006 - 2010)
   3) this new Jekyll version.
It is clear as well that I still have work to do.  As it happens all the
pages that were there, are still there, but many require conversion in the
style of the webwork1 one above.
If anyone wants to join in, then let me know :)
PicoContaner3 also has a set of mirror source repos at
https://github.com/picocontainer (or will do later today). Previously
they've been hanging off my personal page at
github https://github.com/paul-hammant Having the group root is more
professional.  All bar the site are mirrored on Codehaus of course.  Folks
that don't already should get github accounts and I'll link them to the
picocontainer group ('organisation' in github terms
- https://github.com/blog/674-introducing-organizations)
Regards,
- Paul
---------------------------------------------------------------------
   http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Paul Hammant
2011-02-02 18:33:52 UTC
Permalink
Done for core, gems and tck :)
Post by Grégory Joseph
Cheers !
Post by Paul Hammant
next on my list.... at the same URLs
Post by Grégory Joseph
Paul, is there any chance you could push the javadoc back online ? (or
fix the links?)
Post by Paul Hammant
http://picocontainer.org/ now uses a Jekyll based auto-build that
Github
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
do
for you on commit. Refer http://pages.github.com/
The styling is trying to borrow something from
Aslak's http://cukes.info/
homepage which is truly excellent IMO.
The Pico site follows the same ideas, but is actually highly modified fork
of http://claudiob.github.com/
We get site control in plain text "textile" (any many other)
documents,
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
and
a blogging platform built in.
http://picocontainer.org/web/webwork1.html was effected in a
straight
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
forward commit
https://github.com/picocontainer/picocontainer.github.com/commit/d97efcc03606a6ff4640b3566884583e322b98e7
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
The text of the page was cut/paste from rendered HTML source, and put back
into a text editor. A few textile commands were added, and links added back,
then saved and committed. A Github daemon puts that live one minute later.
1) Full Confluence site, with example-code fragments live pulled
from
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
Svn
(2003 - 2006)
2) An XSite version with full HTML source, styled statically by Sitemesh
(2006 - 2010)
3) this new Jekyll version.
It is clear as well that I still have work to do. As it happens all
the
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
pages that were there, are still there, but many require conversion in the
style of the webwork1 one above.
If anyone wants to join in, then let me know :)
PicoContaner3 also has a set of mirror source repos at
https://github.com/picocontainer (or will do later today). Previously
they've been hanging off my personal page at
github https://github.com/paul-hammant Having the group root is more
professional. All bar the site are mirrored on Codehaus of course.
Folks
that don't already should get github accounts and I'll link them to
the
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
picocontainer group ('organisation' in github terms
- https://github.com/blog/674-introducing-organizations)
Regards,
- Paul
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
Grégory Joseph
2011-02-02 20:58:31 UTC
Permalink
Eh, I was going to thank you, but still no luck from
http://picocontainer.org/javadoc.html .. I guess I should still thank
you for anything you've done, but perhaps we're not looking at the
same thing ?
Post by Paul Hammant
Done for core, gems and tck :)
Post by Grégory Joseph
Cheers !
Post by Paul Hammant
next on my list.... at the same URLs
Post by Grégory Joseph
Paul, is there any chance you could push the javadoc back online ? (or
fix the links?)
Post by Paul Hammant
http://picocontainer.org/ now uses a Jekyll based auto-build that Github
do
for you on commit.  Refer http://pages.github.com/
The styling is trying to borrow something from
Aslak's http://cukes.info/
homepage which is truly excellent IMO.
The Pico site follows the same ideas, but is actually highly modified fork
of http://claudiob.github.com/
We get site control in plain text "textile" (any many other) documents,
and
a blogging platform built in.
 http://picocontainer.org/web/webwork1.html was effected in a straight
forward commit
https://github.com/picocontainer/picocontainer.github.com/commit/d97efcc03606a6ff4640b3566884583e322b98e7
The text of the page was cut/paste from rendered HTML source, and put back
into a text editor. A few textile commands were added, and links added
back,
then saved and committed.  A Github daemon puts that live one minute later.
   1) Full Confluence site, with example-code fragments live pulled
from
Svn
(2003 - 2006)
   2) An XSite version with full HTML source, styled statically by Sitemesh
(2006 - 2010)
   3) this new Jekyll version.
It is clear as well that I still have work to do.  As it happens all the
pages that were there, are still there, but many require conversion in
the
style of the webwork1 one above.
If anyone wants to join in, then let me know :)
PicoContaner3 also has a set of mirror source repos at
https://github.com/picocontainer (or will do later today). Previously
they've been hanging off my personal page at
github https://github.com/paul-hammant Having the group root is more
professional.  All bar the site are mirrored on Codehaus of course.  Folks
that don't already should get github accounts and I'll link them to the
picocontainer group ('organisation' in github terms
- https://github.com/blog/674-introducing-organizations)
Regards,
- Paul
---------------------------------------------------------------------
   http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
   http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Paul Hammant
2011-02-02 21:28:41 UTC
Permalink
Oh just do http://picocontainer.org/javadoc<http://picocontainer.org/javadoc.html>/core
(etc)

I'll put up a root page later.
Post by Grégory Joseph
Eh, I was going to thank you, but still no luck from
http://picocontainer.org/javadoc.html .. I guess I should still thank
you for anything you've done, but perhaps we're not looking at the
same thing ?
Post by Paul Hammant
Done for core, gems and tck :)
Post by Grégory Joseph
Cheers !
Post by Paul Hammant
next on my list.... at the same URLs
Post by Grégory Joseph
Paul, is there any chance you could push the javadoc back online ?
(or
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
Post by Grégory Joseph
fix the links?)
Post by Paul Hammant
http://picocontainer.org/ now uses a Jekyll based auto-build that Github
do
for you on commit. Refer http://pages.github.com/
The styling is trying to borrow something from
Aslak's http://cukes.info/
homepage which is truly excellent IMO.
The Pico site follows the same ideas, but is actually highly
modified
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
fork
of http://claudiob.github.com/
We get site control in plain text "textile" (any many other) documents,
and
a blogging platform built in.
http://picocontainer.org/web/webwork1.html was effected in a straight
forward commit
https://github.com/picocontainer/picocontainer.github.com/commit/d97efcc03606a6ff4640b3566884583e322b98e7
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
The text of the page was cut/paste from rendered HTML source, and
put
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
back
into a text editor. A few textile commands were added, and links added
back,
then saved and committed. A Github daemon puts that live one
minute
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
later.
1) Full Confluence site, with example-code fragments live pulled from
Svn
(2003 - 2006)
2) An XSite version with full HTML source, styled statically by Sitemesh
(2006 - 2010)
3) this new Jekyll version.
It is clear as well that I still have work to do. As it happens
all
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
the
pages that were there, are still there, but many require conversion in
the
style of the webwork1 one above.
If anyone wants to join in, then let me know :)
PicoContaner3 also has a set of mirror source repos at
https://github.com/picocontainer (or will do later today).
Previously
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
they've been hanging off my personal page at
github https://github.com/paul-hammant Having the group root is
more
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
Post by Grégory Joseph
Post by Paul Hammant
professional. All bar the site are mirrored on Codehaus of course.
Folks
that don't already should get github accounts and I'll link them to the
picocontainer group ('organisation' in github terms
- https://github.com/blog/674-introducing-organizations)
Regards,
- Paul
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
Loading...