Skip to content

Developed a Django Encyclopedia type web app where we can add and edit our own articles and read other's articles that's saved in the form of '.md' file but shows in html view

Notifications You must be signed in to change notification settings

swarnimstrange/encyclopedia-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encyclopedia-django

This is an encyclopedia that consists of a number of encyclopedia entries on various topics.

it contains-:

  • Entry Page -: actual article entry (/wiki/TITLE)
  • Index Page -: listing the names of all pages in the encyclopedia
  • Search -: Allow the user to type a query into the search box in the sidebar to search for an encyclopedia entry
  • New Page-: Clicking “Create New Page” in the sidebar takes the user to a page where they can create a new encyclopedia entry.
  • Edit Page-: On each entry page, the user is able to click a link to be taken to a page where the user can edit that entry’s Markdown content in a textarea
  • Random Page-: Clicking “Random Page” in the sidebar takes user to a random encyclopedia entry.
  • Markdown to HTML Conversion-: On each entry’s page, any Markdown content in the entry file is converted to HTML before being displayed to the user.

About

Developed a Django Encyclopedia type web app where we can add and edit our own articles and read other's articles that's saved in the form of '.md' file but shows in html view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published