Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gwali-1/wiki-markup
A wikipedia type web application implemented in Django that allows users to add page entries pages in markup synthax
https://github.com/gwali-1/wiki-markup
backend cs50w django python wikipedia
Last synced: 28 days ago
JSON representation
A wikipedia type web application implemented in Django that allows users to add page entries pages in markup synthax
- Host: GitHub
- URL: https://github.com/gwali-1/wiki-markup
- Owner: Gwali-1
- Created: 2022-06-25T09:38:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T17:04:41.000Z (over 2 years ago)
- Last Synced: 2024-10-16T18:11:53.175Z (3 months ago)
- Topics: backend, cs50w, django, python, wikipedia
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wiki-markup
_An encyclopedia like application like wikipedia that allows you to add entries or articles with just markup language._
_Markup Language is taken and stored and upon request of the page, it is converted to equivalent html and displayed._* The index page lists all entires or articles available as links which tunnel to the respective pages
* Has a search field to allow easy navigation to particular articles or entries
* Has a playful random link button on navbar that pulls out and displays a random article each timeThis is a simple implementation of the logic of taking in markup as input and providing html synthax to be diplayed in browser.This is no leveraging of a
databases.Entries submitted are saved as files in the "entries" directory which lives in the "encyclopedia" app of this django project![index page](/assets/images/img.png)