{"id":14987912,"url":"https://github.com/apache/jena-site","last_synced_at":"2025-04-06T04:09:34.145Z","repository":{"id":37818696,"uuid":"244123773","full_name":"apache/jena-site","owner":"apache","description":"Website sources for the Apache Jena website","archived":false,"fork":false,"pushed_at":"2025-03-10T16:04:31.000Z","size":163839,"stargazers_count":16,"open_issues_count":0,"forks_count":68,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-30T03:07:30.449Z","etag":null,"topics":["apache","hugo","jena","website"],"latest_commit_sha":null,"homepage":"https://jena.apache.org/","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-03-01T09:49:41.000Z","updated_at":"2025-03-29T19:35:45.000Z","dependencies_parsed_at":"2023-10-30T13:38:34.042Z","dependency_job_id":"9e67b010-63b4-4b8f-8912-20839c5399e5","html_url":"https://github.com/apache/jena-site","commit_stats":{"total_commits":1742,"total_committers":75,"mean_commits":"23.226666666666667","dds":"0.42824339839265213","last_synced_commit":"2366a8f0e584df6f61f57f4064704668b3f5025a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjena-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjena-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjena-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjena-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/jena-site/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430869,"owners_count":20937874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["apache","hugo","jena","website"],"created_at":"2024-09-24T14:15:41.569Z","updated_at":"2025-04-06T04:09:33.981Z","avatar_url":"https://github.com/apache.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n   Licensed to the Apache Software Foundation (ASF) under one or more\n   contributor license agreements.  See the NOTICE file distributed with\n   this work for additional information regarding copyright ownership.\n   The ASF licenses this file to You under the Apache License, Version 2.0\n   (the \"License\"); you may not use this file except in compliance with\n   the License.  You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n--\u003e\n# Apache Jena website\n\nThis is the source code for the website of [Apache Jena](https://jena.apache.org/), hosted at:\n\n    https://jena.apache.org/\n\n## Repository structure\n\nThis repository uses 3 branches for building the published website.\n\n- The `main` branch, which contains all the sources for the website.\n- The `asf-site` branch, which contains the generated website being used for the actual website.\n- The `javadoc` branch, which has the javadoc to be published as part of the main website under `documentation/javadoc/`\n\nWhen contributing patches, please create pull requests for the `main` branch.\n\nAdditionally the repository also has a `asf-staging` branch that can be used to preview website changes\nprior to publishing them to the main website.  Any branch other than `main` that has a `Jenkinsfile` \npresent in it will automatically be staged at https://jena.staged.apache.org, the Javadoc from the\n`javadoc` branch is also automatically staged into this staging site.\n\n## Content Management System\n\nThe website uses Hugo as static website generator. \nSee [Hugo](https://gohugo.io/) for more info and for details how to install Hugo.\n\n## Generate the website\n\nTo generate the static website, execute `hugo` to generate and serve the website on `localhost:1313`.\n\nDuring development, it may be useful to run an incremental build. For this to\nwork, execute `hugo server -D` to continuously generate and serve the website on\n`localhost:1313`.\n\n## Building and publishing the website\n\nThe ASF Jenkins [Jena_Site job](https://ci-builds.apache.org/job/Jena_Site/) is\nused for generating the website and committing the generated site to the\n`asf-site` branch.\n\nSeparately, javadoc for a release is committed into the `javadoc` branch during\nthe release process.\n\n[gitpubsub](https://www.apache.org/dev/gitpubsub.html) is used to publish the\nsite, using the content from the `asf-site` and `javadoc` branches.\n\n## ASF Jenkins job\n\nThe `Jenkinsfile` was contributed in https://github.com/apache/jena-site/pull/17\n(July 2020).\n\nSteps to set up the Jenkins job:\n\n* Create a new multibranch pipeline (e.g. 'Jena_Site').\n\n* Branch source -\u003e git\n\n* Set the gitbox url -\u003e `https://gitbox.apache.org/repos/asf/jena-site.git` and use\nthe jenkins (pub key) credentials.\n\n* In the 'Scan Multibranch Pipeline Triggers' check the 'Periodically if not\notherwise run' checkbox and enter a sane value (e.g. 15 minutes). This is needed\nbecause webhooks are not delivered to ci-builds (yet - 2020-07-28).\n\n* Save the job and click the 'Scan Multibranch Pipeline Now' button to trigger an\ninitial scan. A first run may also happen as the SCM polls.\n\nIt is at this point that it gets the label `git-websites` so the first job may\nhave run on the wrong node.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fjena-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fjena-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fjena-site/lists"}