aboutsummaryrefslogtreecommitdiff
path: root/website
AgeCommit message (Collapse)Author
2009-08-19Added link to sun bug db which contains a feature request that is analogous ↵Reinier Zwitserloot
to @SneakyThrows, except with a keyword.
2009-08-04ToString had the wrong title (@Data instead of @ToString)Reinier Zwitserloot
2009-07-30Whoops, we updated the 'header' control on index.html and totally forgot to ↵Reinier Zwitserloot
port the changes over to slideshow.html which has the same header. Fixed now, and uploaded to website.
2009-07-29Added support for maven.Reinier Zwitserloot
2009-07-29Removed mention of github hosting the website. It doesn't. We're hosting it ↵Reinier Zwitserloot
ourselves.
2009-07-29Corrected 'licence' to 'license' which is a far more popular spelling.Reinier Zwitserloot
2009-07-29Removed small print which was covering gimmies already covered in @ToString, ↵Reinier Zwitserloot
@EqualsAndHashCode, and @Getter / @Setter documentation.
2009-07-29Use single quote instead of double quote in javadoc generation due to wonkyRoel Spilker
behaviour of javadoc tool Worked on feature documentation Renamed all "link to issue" to "Issue #n"
2009-07-28Updated website target to bzip2 the content, as our deployment these days ↵Reinier Zwitserloot
isn't via git, but via an ssh upload.
2009-07-28Version is now 'standalone' - it is separately compiled. The version is now ↵Reinier Zwitserloot
reflected in all javadoc pages, and on the website itself. The website design has been updated to have a link to the changelog and to mention the current version. Addresses issue #9.
2009-07-28Address issue #10: If the video won't play, and you don't see the failsafe ↵Reinier Zwitserloot
'download it instead' message, there's now still a link in the footer if you can't see the video to help folks with a bad mix of plugins along.
2009-07-28Added website feature documentation for @ToString and @EqualsAndHashCode, ↵Reinier Zwitserloot
and modified the docs for @Data to refer to the docs of these new annotations. The build script for the website has been updated to clean out the website build dir first, so files that used to exist but have now been tossed are no longer there. There's also a special website-no-videos target which builds a website deployable without the videos. This makes the upload a lot faster if the videos haven't changed.
2009-07-23Added chrome to the list of alternative browser when the video doesn't play.Roel Spilker
2009-07-22Added google analytics tracking.Reinier Zwitserloot
2009-07-22Added a link to javadoc.Reinier Zwitserloot
2009-07-22Update to the credits page with photos and a mention of spi.googlecode.comReinier Zwitserloot
2009-07-22Okay, I _think_ the video should now work just about everywhere:Reinier Zwitserloot
FF3.5 (video) FF3.0 (flash, even if flash is at an ooold version) Safari 4 (video) IE6, 7, and 8 Opera10 Any flash version (or at least, 6 and up) should work, in that too old versions will show an upgrade-your-flash thingie. If javascript is on. Otherwise, well, you're screwed.
2009-07-22On IE, without explicit sizes for the sldieshow images, they looked borked.Reinier Zwitserloot
2009-07-21Whoops, saved the images as quickdraw pictures. That's not going to work ↵Reinier Zwitserloot
anywhere except on macs!
2009-07-21Added the slideshowReinier Zwitserloot
2009-07-21We don't put 'monospaced' in <code>'s CSS because that somehow affects ↵Reinier Zwitserloot
rendering in safari. I also removed it from <pre>, because why in one but not the other?
2009-07-21If the video tag doesn't work, flash is tried next instead of quicktime.Reinier Zwitserloot
2009-07-21Final versions of the videosReinier Zwitserloot
2009-07-20Updated credits and build.xml for the video.Reinier Zwitserloot
2009-07-20Added the videosReinier Zwitserloot
2009-07-18Added credits page.Reinier Zwitserloot
2009-07-18More work on making that godawful excuse for a browser, IE6, render this ↵Reinier Zwitserloot
stuff at least halfway readable. It's not nearly as cool as on proper browsers, but IE6 users can go stuff themselves.
2009-07-18Typo fixes.Reinier Zwitserloot
2009-07-18Added feedback from r.spilker.Reinier Zwitserloot
2009-07-18Added SneakyThrows which finishes the documentation for the features pages.Reinier Zwitserloot
2009-07-18Added text for the Synchronized annotation to the features pages. Also did ↵Reinier Zwitserloot
some fixes in regards to whitespacing (some fancy footwork in regards to white-space: pre).
2009-07-18Site now looks passable in IE6 and IE7 too.Reinier Zwitserloot
2009-07-18Added a byline to all current feature pages, as well as fixing 1 typo in ↵Reinier Zwitserloot
Cleanup.html.
2009-07-18Added Cleanup features text.Reinier Zwitserloot
2009-07-17Check for tar file instead of zip fileRoel Spilker
2009-07-17Added useful error message in case you don't have the gh-pages branch locally.Roel Spilker
2009-07-17Remove reliance on dirname, as its not available on some git-for-windows ↵Reinier Zwitserloot
installs.
2009-07-17Added a script that publishes the website dir to github via some crazy git fu.Reinier Zwitserloot
Also stripped out how javadoc generated a comment with a timestamp, as to publish to github, we check in the files, which generates pointless and enormous changesets.
2009-07-17Changed the link to 'features' to our own features overview page.Reinier Zwitserloot
2009-07-17Very minor typos in Data/GetterSetter, added an index page for the features ↵Reinier Zwitserloot
overview, and increased transparancy on the pepper background.
2009-07-17Moved right parenthesisRoel Spilker
2009-07-17Added documentation for the @Data annotation. Also fixed whitespace issues ↵Reinier Zwitserloot
in the snippet views, and removed a debug print in one of the snippets.
2009-07-17Features are now 'compiled' by the build.xml script to include the snippets, ↵Reinier Zwitserloot
found in the usage_examples directory. Also worked on the styling of the feature pages.
2009-07-17We're not going to show the difference via images, so this image is no ↵Reinier Zwitserloot
longer needed.
2009-07-17Layout for the features pages.Reinier Zwitserloot
2009-07-16Made the downloadinfo on the index page a bit smaller (it was overflowing ↵Reinier Zwitserloot
its container), and removed the fun but unreliable glow effect.
2009-07-16Added explanation for the download info text that you may have to run 'java ↵Reinier Zwitserloot
-jar lombok.jar' in case some fucktard archiver tool overwrote the default action for jar files.
2009-07-14replaced line endings.Roel Spilker
2009-07-14Added our test videoReinier Zwitserloot
2009-07-13Made the help text when you click on the download link properly positioned.Reinier Zwitserloot