Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

press_review

A press review app that help to organize and summarize your press review. This app is not useful for a production service. However, I use it mannually to organize and create summaries and to return a LibreOffice document.

Requirements

Press Review is developed on a Ubuntu system running:

Installing it

To enable press_review in your project you need to add it to INSTALLED_APPS in your projects settings.py file::

INSTALLED_APPS = (
        ...
                'press_review',
                        ...
)

Basic use

Install this app, go to admin interface and enjoy. The .odt files are saved on the root path.

Getting Involved

Open Source projects can always use more help. Fixing a problem, documenting a feature, adding translation in your language. If you have some time to spare and like to help us, here are the places to do so:

Documentation

For the moment, there is no good documentation for this app.

Next features

  • Write tests
  • Write documentation
  • Add an RSS aggregator
  • A lot of things

Credits and License

Pierre-Emmanuel Pourquier create this.

This program is free software: you can redistribute it and/or modify it under the terms of either the MIT License. See the file COPYING.md for details.

All dependencies and requirements also are under the terms of an open source licence.

About

A press review app that help to organize and summarize

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors