Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install emencia.django.links

How to install emencia.django.links

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install emencia.django.links
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.2.2 Failed View build log
Windows (64-bit)
0.2.2 Failed View build log
Mac OS X (10.5+)
0.2.2 Available View build log
Linux (32-bit)
0.2.2 Available View build log
Linux (64-bit)
0.2.2 Available View build log
 
License
AGPL
Dependencies
Lastest release
version 0.2.2 on Jan 5th, 2011

Introduction

emencia.django.links is a django standalone app that provide a web link's collection.

Features

  • add title and description to a web link
  • classify by language
  • classify by categories
  • published features (start-end publish date, visibility status, site)
  • standard view
  • template tag that get the x last entries

Installation

  1. With easy_install:

    System Message: WARNING/2 (<string>, line 26)

    Literal block expected; none found.

# easy_install emencia.django.links

  1. Python install:

    System Message: WARNING/2 (<string>, line 30)

    Literal block expected; none found.

# python setup.py install

You could retrive source from the pypi or bitbucket:

Instructions

  • Install the package in your python sys path

  • Add the app 'emencia.django.links' in the settings.py django project's file

  • Import urls into your root urls.py file:

    System Message: WARNING/2 (<string>, line 44)

    Literal block expected; none found.

(r'^links/', include('emencia.django.links.urls')),

  • For use the template tag simply load links_monitoring and use get_latest_links tag.

System Message: WARNING/2 (<string>, line 47)

Bullet list ends without a blank line; unexpected unindent.

The syntaxe is {% get_latest_links number_of_links as variable_name %}:

{% load links_monitoring %}
{% get_latest_links 2 as last_link %}
{% for link in last_link %}

System Message: ERROR/3 (<string>, line 52)

Inconsistent literal block quoting.

<span><a href="{{ link.url }}">{{ link.title }}</a></span> {% endfor %}

Changelog

0.2.2
  • add site management
0.2.1
  • Fix bug in admin file.
0.2
  • First public release.
0.1dev (unreleased)
  • Initial release.

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.