Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
6be0591
initial commit for export
dankurka May 6, 2013
d75eaa3
removed terms & privacy from jsp
dankurka May 9, 2013
fc115fa
updated poms to reflect git repo names
dankurka May 9, 2013
ea89b2a
cleanup resources
dankurka May 10, 2013
ee31123
fix normalize path
dankurka May 12, 2013
ed46437
remoted css
dankurka May 12, 2013
8759af4
single page app mode + enhance menu
jDramaix May 13, 2013
edf697b
typo
jDramaix May 13, 2013
91cac2d
using HTML5 History API
dankurka May 13, 2013
b3d2325
fold sub menus
dankurka May 14, 2013
daf036d
nits
dankurka May 14, 2013
97ec4c7
open automatically the menu
jDramaix May 14, 2013
df62509
fix popstate
jDramaix May 14, 2013
3939e36
restore old code
jDramaix May 14, 2013
80fce41
Load all internal link by using ajax
jDramaix May 14, 2013
cd7c650
remove extra new line
jDramaix May 14, 2013
6282f9b
Merge pull request #4 from vaadin/jd_open_menu
May 15, 2013
a4e578a
Merge branch 'master' of github.com:vaadin/gwt-site into jd_click_enh…
jDramaix May 15, 2013
6a99d1a
Merge pull request #7 from vaadin/jd_click_enhancement
May 15, 2013
d59f463
nits menu
dankurka May 16, 2013
ecbb304
nits
dankurka May 16, 2013
1002d50
fix menu
jDramaix May 16, 2013
055491a
Merge pull request #8 from vaadin/jd_fix_menu
May 16, 2013
a9b7fc3
formatting
dankurka May 16, 2013
496f991
remove security contraint
dankurka May 16, 2013
a177bf0
fix issue with images having relative url.
jDramaix May 17, 2013
edae80d
Simply code:
manolo May 21, 2013
fc953fa
A little more simplifications:
manolo May 21, 2013
c8cf7ad
Several fixes :
jDramaix May 22, 2013
d9e1a04
handle jpeg correctly
dankurka May 30, 2013
4400c37
Handle url pattern from developers.google.com
dankurka Jul 1, 2013
71702a1
Removed OS and IDE specific ignores
kfa Jul 13, 2013
5f846bf
Fix async page loading to not include javadoc
dankurka Jul 22, 2013
71c745e
added a servlet to export resource hashes
kfa Aug 11, 2013
5da8475
Merge "added a servlet to export resource hashes"
dankurka Aug 11, 2013
a6eca9f
Update to latest app engine version.
dankurka Sep 3, 2013
7b5ec29
Allow links to be ignored by enhancement.
dankurka Sep 4, 2013
84e9298
Merge "Update to latest app engine version."
dankurka Sep 9, 2013
c2711c4
Fix warnings.
dankurka Sep 3, 2013
2e44942
Setting the content-type of the javadoc package-list file to text/plain
niloc132 Oct 15, 2013
423256d
update gwtproject.org so it can be used to demo sourcemap debugging
Dec 9, 2013
c1e26aa
Fix issue when user try to open a link in a new tab/window.
jDramaix Apr 3, 2014
1b16b45
make generated JavaScript easier to debug
Apr 18, 2014
64221b9
Changes in menu to support latest menu changes.
manolo Apr 22, 2014
b599e4f
Enhance mobile button to show/hide menu
manolo Apr 30, 2014
6928ecb
pom.xml cleaning
jDramaix May 22, 2014
db679f9
Bundle in a folder gwtquery-entrypoint and unpacked gwt-site.
manolo Jun 9, 2014
6e704c4
Add dtd mime type.
jDramaix Nov 13, 2014
cbb8153
Turn on draft and pretty mode again.
Dec 12, 2014
10da9b8
Merge new site into master.
jDramaix Apr 19, 2015
e7b9ff4
Removing unused file
manolo Jul 16, 2015
cf2f973
Adding code highlighing
manolo Jul 16, 2015
ec0eec4
Force character encoding to utf-8
manolo Jul 18, 2015
a1a814b
Remove unused folder
manolo Jul 19, 2015
efdf35d
Merge "Remove unused folder"
jDramaix Jul 20, 2015
0b9f485
Adding property to specify deployment account.
manolo Jul 19, 2015
384218d
upgrades to appengine 1.9.42
abmancini Sep 25, 2016
912e5ae
Fixes issue 'Too long title in header'
TDesjardins May 1, 2020
4980ce3
Remove all server content, so we only build JS output (#8)
niloc132 Mar 5, 2023
6929744
Ensure sourcemaps load correctly (#12)
niloc132 Oct 27, 2024
2707076
Replace GWTQuery with Elemental2 (#13)
zbynek Oct 27, 2024
35f5dbb
Build the site when something is pushed to main, or on PRs (#9)
niloc132 Dec 18, 2024
00986fa
Bump versions of actions
niloc132 May 16, 2025
c1cc85c
Merge pull request #14 from niloc132/actions-bump
zbynek May 16, 2025
d4fb070
Bump GWT to 2.12.2 (#15)
niloc132 Dec 9, 2025
fb52118
Bump GWT to 2.13.1 (#16)
niloc132 Jun 19, 2026
a6c8ec2
Move site content into Maven submodule
zbynek Jul 12, 2026
af858d9
Merge branch 'main' of https://github.com/gwtproject/gwt-site-webapp …
zbynek Jul 12, 2026
bac5e3d
Move web-app into Maven submodule
zbynek Jul 13, 2026
6aa5069
Merge projects
zbynek Jul 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Java 11
uses: actions/setup-java@v4
with:
java-version: 11
java-version: '11'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
Expand All @@ -23,4 +23,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: gwt-site
path: 'target/generated-site/'
path: 'content/target/generated-site/'
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
target/
*/target/
.idea/
gwt-site.iml
*.iml
.DS_Store
npm-debug.log
node/
node_modules/
src/main/site/assets/build/css/
src/main/site/assets/build/img/
src/main/site/assets/build/js/global.js
src/main/site/assets/build/js/global.min.js
content/src/main/site/assets/build/css/
content/src/main/site/assets/build/img/
content/src/main/site/assets/build/js/global.js
content/src/main/site/assets/build/js/global.min.js
202 changes: 202 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.

"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.

"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).

"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:

(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and

(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and

(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.

You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,30 @@

* See: https://www.gwtproject.org/makinggwtbetter.html#webpage

## Requirements
[Apache Maven](http://maven.apache.org) 3.8 or greater, and JDK 11+ in order to run.

## Building

If you have Grunt installed :
* build the assets using Grunt: `grunt`
* then run: `mvn clean install`
* after that you will find the generated documentation in `target/generated-site/`.
* after that you will find the generated documentation in `content/target/generated-site/`.

If you don't have Grunt installer :
* build the assets using Maven and Grunt plugin: `mvn clean install -Pgrunt`
* after that you will find the generated documentation in `target/generated-site/`.
* after that you will find the generated documentation in `content/target/generated-site/`.

### Running locally
Run the site locally for easy visual testing

Run without server:
* Change to the `target/generated-site` folder.
* Change to the `content/target/generated-site` folder.
* Open the `index.html` file in your browser.

Run with Maven:
* Run: `mvn jetty:run`
* Run: `mvn -pl content jetty:run`
* Open URL `http://localhost:9999` in your browser.

# gwt-site-webapp

File renamed without changes.
Loading
Loading