Giter VIP home page Giter VIP logo

pillarploughandpython / django-stories Goto Github PK

View Code? Open in Web Editor NEW

This project forked from callowayproject/django-stories

0.0 1.0 0.0 1.82 MB

An application for handling newspaper-like stories on a web site.

Home Page: http://django-stories.readthedocs.org/

License: Apache License 2.0

Shell 0.41% Makefile 2.28% CSS 10.21% JavaScript 1.52% HTML 20.91% Python 61.90% Batchfile 2.23% CoffeeScript 0.53%

django-stories's Introduction

BUILD

Django Stories

Version:1.0.4
Docs:http://django-stories.readthedocs.org/
Download:http://pypi.python.org/pypi/django-stories/
Source:http://github.com/callowayproject/django-stories/

This app is designed to be flexible to configure, but still simple to the writers and editors.

Design Goals

  • Reduced dependencies: Checks for optional packages and only creates the fields if they are there.
  • Rich content embedding from GUI: For embedded content, the markup language's GUI can do everything it needs.
  • Flexible dependencies: Can pick from several applications that provide similar service, for example django-staff vs. User, massmedia vs. photologue

Features

  • Revision tracking: Keeps track of saved versions and allows a user to revert to a previous version.
  • Related items: Can set any configured item to be related to the story. These are for Photos, Videos, other stories, etc.
  • Quick Edit: Several fields can be changed in the list view including Headline, Subheadline, Teaser, Kicker and Published Status. A form is used and can be overridden by your project to include what ever fields you want.
  • Optional 404 supressing: Sometimes you may have to take down content. You can now return a page with an explanation instead of returning a 404 error.

Change Log

  • New in 1.0.4
  • Story ensures that a publish date and time is set automatically if the status is set to publish.
  • get_absolute_url now returns an empty string if there is no publish date, instead of raising an exception.
  • 1.0.3
  • django 1.5 support
  • tested with django-categories 1.2.*
  • dropped support for django 1.2
  • 1.0.2
  • Added a default manager
  • 1.0.1
  • New CurrentSiteManager
  • Widget fields can now be specified with settings.WIDGET_FIELDS
  • 1.0
  • Code refactor

  • South migrations

  • Relations are now a seperate inner app of stories

  • Tests

  • New author_display property to replace te current author property

  • Removed most requirements as they are not really "Required". BeautifulSoup remains a requirement.

  • New settings: WIDGET, WIDGET_ATTRS. Since TinyMCE was removed as a requirement, these we settings will be used to supply the widget for the story.body field.

  • Setting STORY_ORDERING was renamed to ORDERING. Using STORY_ORDERING is still possible, but a warning will be displayed.

  • Fixed issues with Quick Edit functionality on the stories changelist

  • Fixes to the Quick Edit functionality

    • QuickEdit now works =)
    • Removed external jQuery references for Quick Edit. Now uses ``django.jQuery`
    • Removed inline css/js, these are now in seperate files
    • The js was rewritten in coffeescript

New in 0.6

  • A refactoring of the settings to be dictionary-based.
  • Added ability to limit choices in the author model
  • Added new settings: AUTHOR_MODEL, USE_CATEGORIES, USE_REVERSION

New in 0.5

In 0.5 a new field was added: comment_status. Comment status deprecates the comments flag as it allows for a third state of comments: Frozen (show old comments but don't allow new comments).

There is a SQL script to add the new field and migrate the appropriate values from the old field. The old field is not removed from the table, but all references to it within the app are gone.

django-stories's People

Contributors

jsoa avatar justquick avatar coordt avatar finkedave avatar enverbisevac avatar

Watchers

Pillar, Plough and Python avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.