{"id":14988341,"url":"https://github.com/apache/tomee-site-generator","last_synced_at":"2026-02-18T00:03:00.738Z","repository":{"id":22462757,"uuid":"96287283","full_name":"apache/tomee-site-generator","owner":"apache","description":"Mirror of Apache TomEE Site Generator","archived":false,"fork":false,"pushed_at":"2026-02-03T20:47:27.000Z","size":20015,"stargazers_count":11,"open_issues_count":0,"forks_count":34,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-02-04T09:36:20.414Z","etag":null,"topics":["java","network-server","tomee"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-05T07:00:07.000Z","updated_at":"2026-02-03T20:47:25.000Z","dependencies_parsed_at":"2023-02-12T04:46:52.427Z","dependency_job_id":"f056deb2-5674-426c-baf6-3e464cbd9159","html_url":"https://github.com/apache/tomee-site-generator","commit_stats":{"total_commits":341,"total_committers":21,"mean_commits":"16.238095238095237","dds":0.7360703812316716,"last_synced_commit":"b34fae5156cac02e5555e2f4cb3c1d06597bdefb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apache/tomee-site-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Ftomee-site-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Ftomee-site-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Ftomee-site-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Ftomee-site-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/tomee-site-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Ftomee-site-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29563296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T21:50:49.831Z","status":"ssl_error","status_checked_at":"2026-02-17T21:46:15.313Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","network-server","tomee"],"created_at":"2024-09-24T14:16:34.042Z","updated_at":"2026-02-18T00:03:00.694Z","avatar_url":"https://github.com/apache.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= TomEE Website Proposal\n\n== Add content\n\nDocumentation is in `src/main/jbake/content`, it follows the sitemap/structure. If you add a new page ensure to add a link to it please.\n\nPreferred format is `asciidoc`.\n\nHere a sample for a new page:\n\n[source,adoc]\n----\n= My New Page\n:jbake-date: 2017-03-16\n:jbake-type: page\n:jbake-status: published\n:jbake-tomeepdf:\n\nThis page will rocks.\n\n- One point\n- Another point\n\n=== Subtitle\n\nSome content.\n----\n\nTIP: to run the website check the build section or run the main `org.apache.tomee.website.JBake`, it will log the local address to access the dev website and\nenable you to type `r[ENTER]` to rebuild it without restarting.\n\n== Build\n\nTo build the final website just use:\n\n[source]\n----\nmvn compile\n----\n\nFor development `mvn compile -Djbake.http=true` starts a server on http://localhost:8080 and auto refreshes\npages after updates.\n\n\nThen website is generated in `target/site-${version}` and you just need to sync it with CMS repo.\n\nNOTE: it also opens the door to documentation versioning with subfolder per version like maven does.\n\nTIP: the rendering is just a main so if the process doesn't work for you just enrich it in `JBake` class.\n\n== Extensions\n\nBuild will generate a PDF for each page containing the attribute `jbake-tomeepdf`.\n**Note**: Currently, the PDF generation is disabled.\n\n== Examples\n\nTomEE examples (${tomee.master}/examples) generates samples. It relies on `Examples` class\nwhich requests on github the README.md for each subfolder of `examples` folder.\n\nFor rate limit reason examples are cached locally in examples.cache and you can set your\ngithub auth header (`Authorization`) setting the system property `-Dgithub.auth` to have\na higher rate limit.\n\nThe cache is just the github response excepted the content of the files which are decoded (base64).\n\nThen the main calls org.apache.tomee.website.Examples.populateTree which creates the examples\nin `src/main/jbake/content/examples`. If you want to take into account another example you\nneed to delete the cache before re-running the generation.\n\nFinally note that the site generation will rely on the cache as well to generate the examples home page.\n\n== Publish (needs an ASF account)\n\n- The website is automatically build and published to https://github.com/apache/tomee-site-pub[TomEE Site Pub] by a https://ci-builds.apache.org/job/Tomee/job/site-publish/[Jenkins build job] every 12 hours.\n- The job can also be triggered manually via the Jenkins website.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Ftomee-site-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Ftomee-site-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Ftomee-site-generator/lists"}