{"id":18437959,"url":"https://github.com/odakris/wiki","last_synced_at":"2026-05-03T22:31:47.808Z","repository":{"id":207992805,"uuid":"718109891","full_name":"odakris/wiki","owner":"odakris","description":"Wikipedia-like online encyclopedia","archived":false,"fork":false,"pushed_at":"2024-04-14T15:26:35.000Z","size":1328,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T18:09:54.581Z","etag":null,"topics":["bootstrap","django","python"],"latest_commit_sha":null,"homepage":"https://odakris-wiki.vercel.app/","language":"Python","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/odakris.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,"zenodo":null}},"created_at":"2023-11-13T12:00:13.000Z","updated_at":"2024-02-09T14:03:49.000Z","dependencies_parsed_at":"2024-04-14T16:41:53.369Z","dependency_job_id":"d82008a1-4ebc-42e7-b65b-c5bde7347f1a","html_url":"https://github.com/odakris/wiki","commit_stats":null,"previous_names":["odakris/cs50w-wiki","odakris/wiki"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/odakris/wiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odakris%2Fwiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odakris%2Fwiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odakris%2Fwiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odakris%2Fwiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/odakris","download_url":"https://codeload.github.com/odakris/wiki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odakris%2Fwiki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32587816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: 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":["bootstrap","django","python"],"created_at":"2024-11-06T06:16:47.485Z","updated_at":"2026-05-03T22:31:47.791Z","avatar_url":"https://github.com/odakris.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CS50w - Wiki\r\n\r\n![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge\u0026logo=html5\u0026logoColor=white)\r\n![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\r\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)\r\n![Django](https://img.shields.io/badge/django-%23092E20.svg?style=for-the-badge\u0026logo=django\u0026logoColor=white)\r\n![Bootstrap](https://img.shields.io/badge/bootstrap-%238511FA.svg?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white)\r\n\r\nVideo demo of **[Wiki](https://www.youtube.com/watch?v=r_xjyXFOg5k)**\r\n\r\nLIVE demo of **[Wiki](https://odakris-wiki.vercel.app/)**\r\n\r\n## Description\r\n\r\nThis is a Wikipedia-like online encyclopedia. Instructions for completing this project can be found at https://cs50.harvard.edu/web/2020/projects/1/wiki/\r\n\r\nThis project is part of the **[CS50’s Web Programming with Python and JavaScript](https://cs50.harvard.edu/web/2020/)**.\r\n\r\n### HOMEPAGE\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"./encyclopedia/static/encyclopedia/images/homepage.png\"\u003e\r\n\u003c/p\u003e\r\n\r\n### INDEX\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"./encyclopedia/static/encyclopedia/images/index.png\"\u003e\r\n\u003c/p\u003e\r\n\r\n### CREATE\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"./encyclopedia/static/encyclopedia/images/create.png\"\u003e\r\n\u003c/p\u003e\r\n\r\n## Instructions\r\n\r\nInstall [Python](https://www.python.org/downloads/), then you can install [Django](https://docs.djangoproject.com/en/4.2/topics/install/) :\r\n\r\n```\r\npython -m pip install Django\r\n```\r\n\r\nInstall [python-markdown2](https://github.com/trentm/python-markdown2) :\r\n\r\n```\r\npip3 install markdown2\r\n```\r\n\r\nClone this repository and launch Wiki web app with :\r\n\r\n```\r\npython manage.py runserver\r\n```\r\n\r\n## Credit\r\n\r\n**[CS50w](https://pll.harvard.edu/course/cs50s-web-programming-python-and-javascript)**\u003cbr\u003e\r\n**[David J. Malan](https://cs.harvard.edu/malan/)**\u003cbr\u003e\r\n**[Brian Yu](https://brianyu.me/)**\u003cbr\u003e\r\n**[Doug Lloyd](https://hls.harvard.edu/doug-lloyd/)**\u003cbr\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodakris%2Fwiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodakris%2Fwiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodakris%2Fwiki/lists"}