Menu

Tree [f83292] master /
 History

HTTPS access


File Date Author Commit
 blog 2019-04-28 mc mc [c79fd9] Added max width to CSS post properties
 mcblog 2019-04-27 mc mc [96ad24] Added adaptive font size, center justified text...
 .gitignore 2019-04-28 mc mc [f3e612] Corrected center justified text on post view
 README.md 2019-04-29 J. Manuel Caeiro D. P J. Manuel Caeiro D. P [f83292] Update README.md
 manage.py 2019-04-22 mc mc [27a667] first commit
 requirements.txt 2019-04-22 mc mc [27a667] first commit

Read Me

mcblog-platform

A simple, lightweight blog platform in Python/Django

About

mcblog-platform is an open-source, lightweight, multi-user weblog, built to load fast on any device connected to the internet, and be screen adaptive. You can see it alive and test it here, and read more about it on its top post.

Some of mcblog's speed and security features:

  • Depends only on HTML/CSS - no JavaScript inside.
  • Uses lightweight UIkit HTML/CSS libraries - no Bootstrap.
  • Uses fast, open-source webfont service Brick - no Google fonts.
  • Adapts the size of the font to the size of the screen.
  • Allows multiple users, but restricts publish, edit and delete actions to the authenticated author of each post.
  • Allows comments, but subjects them to approval by the author of the post.

How to use

The easiest way to use mcblog's code is to make a fork of this repository to a repository of your own, because in most cases you will need it to be there to deploy onto a public server so you may use it online.

If you intend to do only small changes on the template (HTML) and the static (CSS) - the name of the blog, the color scheme and/or the main font - you may want to edit the files directly on your repository.

Otherwise, if you know how to program in Python/Django and intend to change also some of the framework files, you will want to download the whole repository into your machine, edit the files to make the desired changes and then git-push them back to your repository.

mcblog-platform code is open source and you are free to make the changes that you wish under the conditions of the MIT License. Please do not forget to mention the source copyright and read the License here.

Need help?

If you like and want to use mcblog-platform but don't know how to deploy it in order to put it online, I may be able to do it for you. (Contact manuelcaeiro[at]workmail.com)

License

The MIT License

Copyright [2019] [J. Manuel Caeiro D. P.]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

TO-DO

  • Add a text search API.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.