{"id":47756209,"url":"https://github.com/gnu-octave/gnu-octave.github.io","last_synced_at":"2026-04-03T04:22:23.340Z","repository":{"id":50377497,"uuid":"294326607","full_name":"gnu-octave/gnu-octave.github.io","owner":"gnu-octave","description":"Repository for the https://octave.org website.","archived":false,"fork":false,"pushed_at":"2026-03-31T12:33:59.000Z","size":3548,"stargazers_count":14,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-31T14:38:35.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gnu-octave.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-10T06:46:46.000Z","updated_at":"2026-03-31T12:34:01.000Z","dependencies_parsed_at":"2023-11-12T13:28:58.053Z","dependency_job_id":"773f5be8-9752-4a9a-b461-8ef32548b671","html_url":"https://github.com/gnu-octave/gnu-octave.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gnu-octave/gnu-octave.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-octave%2Fgnu-octave.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-octave%2Fgnu-octave.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-octave%2Fgnu-octave.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-octave%2Fgnu-octave.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnu-octave","download_url":"https://codeload.github.com/gnu-octave/gnu-octave.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-octave%2Fgnu-octave.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31333234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T03:20:36.090Z","status":"ssl_error","status_checked_at":"2026-04-03T03:20:35.133Z","response_time":107,"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":[],"created_at":"2026-04-03T04:22:22.735Z","updated_at":"2026-04-03T04:22:23.326Z","avatar_url":"https://github.com/gnu-octave.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GNU Octave Website development\n\nThis is the \u003chttps://octave.org\u003e website development repository.\n\nThe development and deployment workflow in short:\n\n1. The website development repository is located at:\n   - \u003chttps://github.com/gnu-octave/gnu-octave.github.io\u003e\n\n2. Static HTML pages are generated from these repositories\n   and deployed at\n   - \u003chttps://octave.org\u003e (Digital Ocean)\n   - \u003chttps://gnu-octave.github.io\u003e (GitHub Pages for testing)\n\n3. For testing changes,\n   updates to GitHub Pages happen automatically by pushing to the respective repository.\n\n4. The deployment on Digital Ocean \u003chttps://octave.org\u003e has to be done manually.\n   1. Login to the Digital Ocean server with root permissions.\n   2. ```\n      cd /var/www/www.octave.org/\n      rvm use 3.3.1\n      git pull\n      bundle install\n      bundle exec jekyll build\n      chown -R root:www-data *\n      chown -R root:www-data .*\n      ```\n   3. Changes are now live on \u003chttps://octave.org\u003e.\n      The static website is build to the `/var/www/www.octave.org/_site` directory\n      and served from there to \u003chttps://octave.org\u003e.\n\n## Simple website changes / contributions\n\nAnyone is free to clone this website development repository, simply type\n\n    git clone https://github.com/gnu-octave/gnu-octave.github.io.git\n\nto get anonymous read access without writing privileges.\n\nIf you want submit changes/additions, please create a\n[**pull request**](https://docs.github.com/en/github/getting-started-with-github/github-glossary#pull-request)\non GitHub or contact the Octave developers at \u003chttps://octave.discourse.group/\u003e.\n\n\u003e **Note:** Changes made to the GitHub page repository are only visible there.\n\u003e To change \u003chttps://octave.org\u003e, the updates must be deployed manually on Digital Ocean.\n\n\n### Add a new RSS post\n\nDuplicate another post in the subdirectory `_posts` and adjust the filename,\nespecially the date.\n\n**Be sure to choose the correct categories!!**\n\n`categories: news release` is reserved for release announcements, those posts\nare also displayed inside the Octave GUI.  Consider choosing another category\nlike `categories: news` or alike for less important news.\n\n\n## Advanced development\n\n### Building requisites\n\nTo build the static website offline, you need to install [Bundler][].\nFor Debian/Ubuntu please perform the following setup fist.\nFor other Linux distributions this command might change.\n\n    sudo apt-get install bundler\n\nFrom now on, everything is handled by Bundler.  Install all required\ndependencies for the static Octave website by running\n\n    bundle install\n\nfrom within the checked-out website development repository.\n\nFor the responsive webpages, we internally use the [Foundation 6][Foundation]\nframework.  All necessary files are already included inside this website\ndevelopment repository.\n\n[Bundler]: https://bundler.io/\n[Foundation]: https://get.foundation/sites/docs/\n\n\n### Building the static website offline\n\nAll relevant information for Bundler to build the static website are located in\nthe files `_config.yml`, `Gemfile`, and `Gemfile.lock`.  Typing\n\n    bundle exec jekyll build\n\nfrom the repository root directory will build a complete static website\ninto the subdirectory `_site` using this information.  This directory is\nignored by Mercurial and will be created on first build.\n\nEspecially for development, it is beneficial to watch the changes locally\nbefore pushing any changes.  Jekyll provides a local webserver by typing\n\n    bundle exec jekyll serve\n\nand rebuilds the whole static website automatically, as it monitors any\nfile changes.\n\n\n## License\n\n### Website Design and Code\n\n- Copyright (c) 2016-2023 The Octave Project Developers.\n- Copyright (c) 2015-2016 Alex Krolick.\n\nSee the file LICENSE in the top-level directory of this distribution or\n\u003chttps://octave.org/copyright/\u003e.\n\nThe Octave website is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by the\nFree Software Foundation, either version 3 of the License, or (at your option)\nany later version.\n\nThe Octave website is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\nor FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\nfor more details.\n\nYou should have received a copy of the GNU General Public License\nalong with the Octave website; see the file COPYING.  If not, see\n\u003chttps://www.gnu.org/licenses/\u003e.\n\n### Website Content\n\nThe website content is licensed under a\n[Creative Commons Attribution-NoDerivatives 4.0 International License](https://creativecommons.org/licenses/by-nd/4.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnu-octave%2Fgnu-octave.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnu-octave%2Fgnu-octave.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnu-octave%2Fgnu-octave.github.io/lists"}