{"id":15017499,"url":"https://github.com/waikato/weka-wiki","last_synced_at":"2026-03-11T02:02:28.919Z","repository":{"id":47975790,"uuid":"136983395","full_name":"Waikato/weka-wiki","owner":"Waikato","description":"Home of the Weka wiki.","archived":false,"fork":false,"pushed_at":"2024-12-19T20:51:33.000Z","size":27818,"stargazers_count":91,"open_issues_count":0,"forks_count":79,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-24T16:20:10.419Z","etag":null,"topics":["mkdocs","weka","wiki"],"latest_commit_sha":null,"homepage":"https://waikato.github.io/weka-wiki/","language":"HTML","has_issues":true,"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/Waikato.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2018-06-11T21:34:25.000Z","updated_at":"2025-05-19T09:59:40.000Z","dependencies_parsed_at":"2024-06-27T02:59:31.127Z","dependency_job_id":"bf9fbd73-6f57-457a-a5c9-e672500aba7c","html_url":"https://github.com/Waikato/weka-wiki","commit_stats":{"total_commits":159,"total_committers":14,"mean_commits":"11.357142857142858","dds":"0.33333333333333337","last_synced_commit":"b157c948a4b7ddaedda5d33fb124193cb9c5136e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Waikato/weka-wiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waikato%2Fweka-wiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waikato%2Fweka-wiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waikato%2Fweka-wiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waikato%2Fweka-wiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Waikato","download_url":"https://codeload.github.com/Waikato/weka-wiki/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waikato%2Fweka-wiki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30367799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["mkdocs","weka","wiki"],"created_at":"2024-09-24T19:50:34.264Z","updated_at":"2026-03-11T02:02:28.853Z","avatar_url":"https://github.com/Waikato.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weka Wiki\n\nNot really a wiki, but replacing some of the content that was hosted on\nweka.wikispaces.com before it shut down. Uses [mkdocs](http://www.mkdocs.org/) \nto generate the content.\n\nThe wiki can be found at this location:\n\nhttps://waikato.github.io/weka-wiki/\n\n\n## Installation\n\n*mkdocs* works with Python 2.7 and 3.x.\n\nBest approach is to install mkdocs (\u003e= 0.16.0) in a virtual environment \n(`venv` directory):\n\n* Python 2.7\n\n  ```\n  virtualenv -p /usr/bin/python2.7 venv\n  ```\n\n* Python 3.6 (Python 3.5 works as well)\n\n  ```\n  virtualenv -p /usr/bin/python3.6 venv\n  ```\n\n* Install the mkdocs package\n\n  ```\n  ./venv/bin/pip install mkdocs==1.4.2 jinja2==3.1.2 \"Markdown\u003c3.4.0\" mkdocs-material==8.5.10\n  ```\n\n\n## Content\n\nIn order for content to show up, it needs to be added to the configuration, \ni.e., in the `pages` section of the `mkdocs.yml` file.\n\nSome pointers:\n\n* [Images and media](http://www.mkdocs.org/user-guide/writing-your-docs/#images-and-media)\n* [Linking](http://www.mkdocs.org/user-guide/writing-your-docs/#linking-documents)\n* [mkdocs.yml](http://www.mkdocs.org/user-guide/configuration/)\n\n\n## Build\n\n[mkdocs](http://www.mkdocs.org/) is used to generate HTML from the \nmarkdown documents and images:\n\n```\n./venv/bin/mkdocs build --clean\n```\n\n\n## Testing\n\nYou can test what the site looks like, using the following command\nand opening a browser on [localhost:8000](http://127.0.0.1:8000):\n\nmkdocs monitors setup and markdown files, so you can just add and edit\nthem as you like, it will automatically rebuild and refresh the browser.\n\n```\n./venv/bin/mkdocs build --clean \u0026\u0026 ./venv/bin/mkdocs serve\n```\n\n## Deploying\n\nYou can deploy the current state to Github pages with the following command:\n\n```\n./venv/bin/mkdocs gh-deploy --clean\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaikato%2Fweka-wiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaikato%2Fweka-wiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaikato%2Fweka-wiki/lists"}