aboutsummaryrefslogtreecommitdiff
path: root/website2
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-05-08 21:28:02 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-05-29 21:02:54 +0200
commit8b7a7cbc813653a3248d6cf3a7779e220957bc85 (patch)
treeb9acfb9d68c6866acc3cfb9ee59d72ff43f1ebc3 /website2
parent72fd50b9f1db1ab6bfc1753ba6a1e686a2f0f22c (diff)
downloadlombok-8b7a7cbc813653a3248d6cf3a7779e220957bc85.tar.gz
lombok-8b7a7cbc813653a3248d6cf3a7779e220957bc85.tar.bz2
lombok-8b7a7cbc813653a3248d6cf3a7779e220957bc85.zip
The great rename: the old ‘website’ is now ‘website-old’, and ‘website2’ is now ‘website’.
Diffstat (limited to 'website2')
-rw-r--r--website2/resources/css/bootstrap.css6706
-rw-r--r--website2/resources/css/custom.css149
-rw-r--r--website2/resources/files/pom.xml78
-rw-r--r--website2/resources/img/eclipse-about.pngbin110054 -> 0 bytes
-rw-r--r--website2/resources/img/lombok-installer.pngbin104350 -> 0 bytes
-rw-r--r--website2/resources/img/netbeans-enable-annotation-processing-in-editor.pngbin130876 -> 0 bytes
-rw-r--r--website2/resources/img/reinier.jpgbin6550 -> 0 bytes
-rw-r--r--website2/resources/img/roel.jpgbin5477 -> 0 bytes
-rw-r--r--website2/resources/js/history.js1
-rw-r--r--website2/resources/js/main.js64
-rw-r--r--website2/resources/js/swfobject.js4
-rw-r--r--website2/resources/robots.txt2
-rw-r--r--website2/templates/_scaffold.html118
-rw-r--r--website2/templates/all-versions.html144
-rw-r--r--website2/templates/changelog.html11
-rw-r--r--website2/templates/credits.html50
-rw-r--r--website2/templates/disable-checked-exceptions.html24
-rw-r--r--website2/templates/download.html102
-rw-r--r--website2/templates/features/Builder.html163
-rw-r--r--website2/templates/features/BuilderSingular.html5
-rw-r--r--website2/templates/features/Cleanup.html35
-rw-r--r--website2/templates/features/Data.html41
-rw-r--r--website2/templates/features/EqualsAndHashCode.html56
-rw-r--r--website2/templates/features/GetterLazy.html31
-rw-r--r--website2/templates/features/GetterSetter.html70
-rw-r--r--website2/templates/features/NonNull.html45
-rw-r--r--website2/templates/features/SneakyThrows.html44
-rw-r--r--website2/templates/features/Synchronized.html34
-rw-r--r--website2/templates/features/ToString.html54
-rw-r--r--website2/templates/features/Value.html50
-rw-r--r--website2/templates/features/_features.html79
-rw-r--r--website2/templates/features/configuration.html106
-rw-r--r--website2/templates/features/constructor.html57
-rw-r--r--website2/templates/features/delombok.html61
-rw-r--r--website2/templates/features/experimental/Accessors.html75
-rw-r--r--website2/templates/features/experimental/Delegate.html59
-rw-r--r--website2/templates/features/experimental/ExtensionMethod.html67
-rw-r--r--website2/templates/features/experimental/FieldDefaults.html56
-rw-r--r--website2/templates/features/experimental/Helper.html52
-rw-r--r--website2/templates/features/experimental/UtilityClass.html44
-rw-r--r--website2/templates/features/experimental/Wither.html66
-rw-r--r--website2/templates/features/experimental/index.html85
-rw-r--r--website2/templates/features/experimental/onX.html62
-rw-r--r--website2/templates/features/experimental/var.html37
-rw-r--r--website2/templates/features/index.html87
-rw-r--r--website2/templates/features/log.html106
-rw-r--r--website2/templates/features/val.html36
-rw-r--r--website2/templates/main.html47
-rw-r--r--website2/templates/setup/_setup.html28
-rw-r--r--website2/templates/setup/android.html80
-rw-r--r--website2/templates/setup/ecj.html31
-rw-r--r--website2/templates/setup/eclipse.html26
-rw-r--r--website2/templates/setup/gwt.html16
-rw-r--r--website2/templates/setup/intellij.html22
-rw-r--r--website2/templates/setup/javac.html15
-rw-r--r--website2/templates/setup/netbeans.html16
-rw-r--r--website2/usageExamples/BuilderExample_post.jpage74
-rw-r--r--website2/usageExamples/BuilderExample_pre.jpage10
-rw-r--r--website2/usageExamples/CleanupExample_post.jpage26
-rw-r--r--website2/usageExamples/CleanupExample_pre.jpage15
-rw-r--r--website2/usageExamples/ConstructorExample_post.jpage28
-rw-r--r--website2/usageExamples/ConstructorExample_pre.jpage16
-rw-r--r--website2/usageExamples/DataExample_post.jpage119
-rw-r--r--website2/usageExamples/DataExample_pre.jpage18
-rw-r--r--website2/usageExamples/EqualsAndHashCodeExample_post.jpage72
-rw-r--r--website2/usageExamples/EqualsAndHashCodeExample_pre.jpage25
-rw-r--r--website2/usageExamples/GetterLazyExample_post.jpage26
-rw-r--r--website2/usageExamples/GetterLazyExample_pre.jpage13
-rw-r--r--website2/usageExamples/GetterSetterExample_post.jpage42
-rw-r--r--website2/usageExamples/GetterSetterExample_pre.jpage26
-rw-r--r--website2/usageExamples/LogExample_post.jpage23
-rw-r--r--website2/usageExamples/LogExample_pre.jpage26
-rw-r--r--website2/usageExamples/NonNullExample_post.jpage13
-rw-r--r--website2/usageExamples/NonNullExample_pre.jpage10
-rw-r--r--website2/usageExamples/Singular-snippetExample_post.jpage160
-rw-r--r--website2/usageExamples/Singular-snippetExample_pre.jpage14
-rw-r--r--website2/usageExamples/SneakyThrowsExample_post.jpage19
-rw-r--r--website2/usageExamples/SneakyThrowsExample_pre.jpage13
-rw-r--r--website2/usageExamples/SynchronizedExample_post.jpage23
-rw-r--r--website2/usageExamples/SynchronizedExample_pre.jpage20
-rw-r--r--website2/usageExamples/ToStringExample_post.jpage30
-rw-r--r--website2/usageExamples/ToStringExample_pre.jpage24
-rw-r--r--website2/usageExamples/ValueExample_post.jpage120
-rw-r--r--website2/usageExamples/ValueExample_pre.jpage19
-rw-r--r--website2/usageExamples/experimental/AccessorsExample_post.jpage20
-rw-r--r--website2/usageExamples/experimental/AccessorsExample_pre.jpage14
-rw-r--r--website2/usageExamples/experimental/DelegateExample_post.jpage97
-rw-r--r--website2/usageExamples/experimental/DelegateExample_pre.jpage37
-rw-r--r--website2/usageExamples/experimental/ExtensionMethodExample_post.jpage21
-rw-r--r--website2/usageExamples/experimental/ExtensionMethodExample_pre.jpage24
-rw-r--r--website2/usageExamples/experimental/FieldDefaultsExample_post.jpage12
-rw-r--r--website2/usageExamples/experimental/FieldDefaultsExample_pre.jpage18
-rw-r--r--website2/usageExamples/experimental/HelperExample_post.jpage14
-rw-r--r--website2/usageExamples/experimental/HelperExample_pre.jpage15
-rw-r--r--website2/usageExamples/experimental/UtilityClassExample_post.jpage11
-rw-r--r--website2/usageExamples/experimental/UtilityClassExample_pre.jpage10
-rw-r--r--website2/usageExamples/experimental/WitherExample_post.jpage21
-rw-r--r--website2/usageExamples/experimental/WitherExample_pre.jpage14
-rw-r--r--website2/usageExamples/experimental/onXExample_post.jpage22
-rw-r--r--website2/usageExamples/experimental/onXExample_pre.jpage15
-rw-r--r--website2/usageExamples/valExample_post.jpage21
-rw-r--r--website2/usageExamples/valExample_pre.jpage21
102 files changed, 0 insertions, 10928 deletions
diff --git a/website2/resources/css/bootstrap.css b/website2/resources/css/bootstrap.css
deleted file mode 100644
index 8a8b0192..00000000
--- a/website2/resources/css/bootstrap.css
+++ /dev/null
@@ -1,6706 +0,0 @@
-@import url("//fonts.googleapis.com/css?family=Open+Sans:400,700");
-/*!
- * bootswatch v3.3.4+1
- * Homepage: http://bootswatch.com
- * Copyright 2012-2015 Thomas Park
- * Licensed under MIT
- * Based on Bootstrap
-*/
-/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
-html {
- font-family: sans-serif;
- -ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
-}
-body {
- margin: 0;
-}
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-menu,
-nav,
-section,
-summary {
- display: block;
-}
-audio,
-canvas,
-progress,
-video {
- display: inline-block;
- vertical-align: baseline;
-}
-audio:not([controls]) {
- display: none;
- height: 0;
-}
-[hidden],
-template {
- display: none;
-}
-a {
- background-color: transparent;
-}
-a:active,
-a:hover {
- outline: 0;
-}
-abbr[title] {
- border-bottom: 1px dotted;
-}
-b,
-strong {
- font-weight: bold;
-}
-dfn {
- font-style: italic;
-}
-h1 {
- font-size: 2em;
- margin: 0.67em 0;
-}
-mark {
- background: #ff0;
- color: #000;
-}
-small {
- font-size: 80%;
-}
-sub,
-sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
-}
-sup {
- top: -0.5em;
-}
-sub {
- bottom: -0.25em;
-}
-img {
- border: 0;
-}
-svg:not(:root) {
- overflow: hidden;
-}
-figure {
- margin: 1em 40px;
-}
-hr {
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- height: 0;
-}
-pre {
- overflow: auto;
-}
-code,
-kbd,
-pre,
-samp {
- font-family: monospace, monospace;
- font-size: 1em;
-}
-button,
-input,
-optgroup,
-select,
-textarea {
- color: inherit;
- font: inherit;
- margin: 0;
-}
-button {
- overflow: visible;
-}
-button,
-select {
- text-transform: none;
-}
-button,
-html input[type="button"],
-input[type="reset"],
-input[type="submit"] {
- -webkit-appearance: button;
- cursor: pointer;
-}
-button[disabled],
-html input[disabled] {
- cursor: default;
-}
-button::-moz-focus-inner,
-input::-moz-focus-inner {
- border: 0;
- padding: 0;
-}
-input {
- line-height: normal;
-}
-input[type="checkbox"],
-input[type="radio"] {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0;
-}
-input[type="number"]::-webkit-inner-spin-button,
-input[type="number"]::-webkit-outer-spin-button {
- height: auto;
-}
-input[type="search"] {
- -webkit-appearance: textfield;
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
-}
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-fieldset {
- border: 1px solid #c0c0c0;
- margin: 0 2px;
- padding: 0.35em 0.625em 0.75em;
-}
-legend {
- border: 0;
- padding: 0;
-}
-textarea {
- overflow: auto;
-}
-optgroup {
- font-weight: bold;
-}
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-td,
-th {
- padding: 0;
-}
-/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
-@media print {
- *,
- *:before,
- *:after {
- background: transparent !important;
- color: #000 !important;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- text-shadow: none !important;
- }
- a,
- a:visited {
- text-decoration: underline;
- }
- a[href]:after {
- content: " (" attr(href) ")";
- }
- abbr[title]:after {
- content: " (" attr(title) ")";
- }
- a[href^="#"]:after,
- a[href^="javascript:"]:after {
- content: "";
- }
- pre,
- blockquote {
- border: 1px solid #999;
- page-break-inside: avoid;
- }
- thead {
- display: table-header-group;
- }
- tr,
- img {
- page-break-inside: avoid;
- }
- img {
- max-width: 100% !important;
- }
- p,
- h2,
- h3 {
- orphans: 3;
- widows: 3;
- }
- h2,
- h3 {
- page-break-after: avoid;
- }
- select {
- background: #fff !important;
- }
- .navbar {
- display: none;
- }
- .btn > .caret,
- .dropup > .btn > .caret {
- border-top-color: #000 !important;
- }
- .label {
- border: 1px solid #000;
- }
- .table {
- border-collapse: collapse !important;
- }
- .table td,
- .table th {
- background-color: #fff !important;
- }
- .table-bordered th,
- .table-bordered td {
- border: 1px solid #ddd !important;
- }
-}
-@font-face {
- font-family: 'Glyphicons Halflings';
- src: url('../fonts/glyphicons-halflings-regular.eot');
- src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
-}
-.glyphicon {
- position: relative;
- top: 1px;
- display: inline-block;
- font-family: 'Glyphicons Halflings';
- font-style: normal;
- font-weight: normal;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-.glyphicon-asterisk:before {
- content: "\2a";
-}
-.glyphicon-plus:before {
- content: "\2b";
-}
-.glyphicon-euro:before,
-.glyphicon-eur:before {
- content: "\20ac";
-}
-.glyphicon-minus:before {
- content: "\2212";