Socket
Socket
Sign inDemoInstall

radpress

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    radpress

Simple reusable blog application


Maintainers
1

Readme

::

 _____             _
|  __ \           | |
| |__) | __ _   __| | _ __   _ __  ___  ___  ___
|  _  / / _` | / _` || '_ \ | '__|/ _ \/ __|/ __|
| | \ \| (_| || (_| || |_) || |  |  __/\__ \\__ \
|_|  \_\\__,_| \__,_|| .__/ |_|   \___||___/|___/
                     | |
                     |_|

.. image:: https://travis-ci.org/gkmngrgn/radpress.png :target: https://travis-ci.org/gkmngrgn/radpress

.. image:: https://pypip.in/d/radpress/badge.png :target: https://crate.io/packages/radpress

Radpress is a simple blog application for Djangonauts. It doesn't use a WYSIWYG editor; the default markup syntax is reStructuredText_ and you can preview your entry simply before publishing it. Radpress now ships with a Markdown_ renderer, too!

.. image:: https://rawgithub.com/twolfson/gittip-badge/0.2.0/dist/gittip.png :target: https://www.gittip.com/gokmen/

Radpress' default theme is based on Author theme_ by Mike McAlister. Thank you for the support.

Features

  • Zen mode for writing articles
  • Disqus support for comment and reactions
  • Useful sidebar widgets; tag cloud, latest posts
  • Adding page links in navigation bar
  • Listing archives by date or tag
  • Author information for articles
  • Simple theme like in Octopress.

Supported markup languages

  • reStructuredText
  • Markdown

How to contribute?

I work with Python virtualenv. After I activated my virtualenv, I install all requires with a command::

$ pip install -r requirements/development.txt

Then, I install latest stable version of Node. Node is required for compiling ".less" files. After installed Node and NPM, I install all node modules with a command::

$ fab install_node_modules

To compile less files::

$ fab compile_less

Authors

Gökmen Görgen, <gokmen[@]alageek.com>

Contributors

Ben Stott, <bgbnbigben[@]contextualsystems.com>

Licensing

Radpress is free software under terms of the MIT License. For more information, see the LICENSE file.

.. _restructuredtext: http://docutils.sourceforge.net/rst.html .. _Markdown: http://daringfireball.net/projects/markdown/ .. _Author theme: http://themes.okaythemes.com/author/

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc