Skip to content
/ pyBlog Public

A simple, plain blog style website to post articles and images to, by a beginner.

Notifications You must be signed in to change notification settings

adch99/pyBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog


This projects seeks to implement a blog using Python with web.py for backend. Markdown support is provided for formatting the content.

Functionality

The following functions are offered:

  • Adding an article of text
  • Removing an article
  • Editing an article (to be added later)

Content Type

The content can currently include only text with a title. Functionality for posting pictures will be added later.

Storage

Options for storing posts:

  • Save as plain ASCII text file
  • Save as Pickled Python object

Security

To prevent against SQL-injection style attacks, Markdown is used to treat the post content.

About

A simple, plain blog style website to post articles and images to, by a beginner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published