{"id":17374461,"url":"https://github.com/saarikabhasi/cs50w-wiki","last_synced_at":"2025-03-25T01:31:02.611Z","repository":{"id":156478739,"uuid":"289112162","full_name":"saarikabhasi/Cs50w-Wiki","owner":"saarikabhasi","description":"Cs50 project 1 Wiki : Wikipedia-like online encyclopedia. Custom Markdown to html conversion. ","archived":false,"fork":false,"pushed_at":"2025-01-03T02:30:57.000Z","size":93,"stargazers_count":8,"open_issues_count":0,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T06:39:38.662Z","etag":null,"topics":["bootstrap","cs50","cs50web-project1","django","html","markdown-to-html","markdown2html","python","wiki","wikipedia"],"latest_commit_sha":null,"homepage":"","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/saarikabhasi.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":"2020-08-20T21:14:20.000Z","updated_at":"2025-01-03T02:25:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c83d369-7fba-4741-bc4e-0c2198d6ffc0","html_url":"https://github.com/saarikabhasi/Cs50w-Wiki","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saarikabhasi%2FCs50w-Wiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saarikabhasi%2FCs50w-Wiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saarikabhasi%2FCs50w-Wiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saarikabhasi%2FCs50w-Wiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saarikabhasi","download_url":"https://codeload.github.com/saarikabhasi/Cs50w-Wiki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245381473,"owners_count":20606040,"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":["bootstrap","cs50","cs50web-project1","django","html","markdown-to-html","markdown2html","python","wiki","wikipedia"],"created_at":"2024-10-16T03:34:07.897Z","updated_at":"2025-03-25T01:31:02.589Z","avatar_url":"https://github.com/saarikabhasi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CS50 Web Programming with Python and JavaScript\n\nWebpage link: https://courses.edx.org/courses/course-v1:HarvardX+CS50W+Web/course/\n\nYoutube :https://www.youtube.com/watch?v=yecyd_-Drc0\n\n# Project: Wiki\n\n### Description:\n\nDesign of Wikipedia-like online encyclopedia. Uses Github Markdown syntax to write the contents of encyclopedia.\n\n\u003cp\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/55930906/90832797-9cef4900-e314-11ea-8583-40d9216e63a1.png?raw=true\"  width =900 height =450 alt= \"index\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/55930906/90832794-9c56b280-e314-11ea-9333-f9996ad0ee99.png?raw=true\"  width =900 height =450 alt= \"search\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/55930906/90833142-6960ee80-e315-11ea-8e50-d76c1ac1f735.png?raw=true\"  width =900 height =900 alt= \"markdown2html\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/55930906/90832792-9c56b280-e314-11ea-934d-362a260e370a.png?raw=true\"  width =900 height =900 alt= \"index\"\u003e\n\u003c/p\u003e  \n\n\n#### Features:\n* Create New page\n* Search for a page\n* Edit existing page\n* Show random page\n* Markdown to HTML Conversion. \n  \n\n### Markdown to HTML Conversion :\n\nImplementation of Markdown to HTML conversion.\n\nThe File path is: \n- **encyclopedia/templatetags/markdown.py** \n- **encyclopedia/templatetags/md.py**\n\n**Supporting Features**\n  * headings \n  * text styling: Bold, Italic, Strikethrough, Bold and italic\n  * unordered and ordered lists\n  * paragraphs\n  * Multiple and Single line Code Blocks\n  * Setext for \u003c*h1*\u003e and \u003c*h2*\u003e Tags\n  * horizontal rule \u003c*hr*\u003e tag\n  * Link text (Hyperlinks)\n  * Image links\n  * inline code\n  * Web links (example: https://www.google.com)\n  * accepts html tags \u003c*img*\u003e inside a \u003c*p*\u003e tag \n\n*Note: Additional support in progress*\n           \n         \n### Built with:\n--------------------\n\n  1. [Bootstrap (version: 4.5)](https://getbootstrap.com/)\n\n  2. [Microsoft Visual code (version:1.44)](https://code.visualstudio.com/)\n    \n  3. [Django version (version:1.44)](https://www.djangoproject.com/)\n  \n  6. [Jinja2 (version: 2.11.2)](https://jinja.palletsprojects.com/en/2.11.x/)\n  \n  7. [Python(version 3.7.3)](https://www.python.org/)\n  \n  8. HTML5\n\n  10. Cascading Style Sheets (CSS)\n  \n### Author:\n------------\nNAIR SAARIKA BHASI\n# saarikabhasi\n   \n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaarikabhasi%2Fcs50w-wiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaarikabhasi%2Fcs50w-wiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaarikabhasi%2Fcs50w-wiki/lists"}