Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Isaac Bythewood ea087caab4 Finished adding basic tests with the API, time to start fleshing them out. 12 anos atrás
pinry Finished adding basic tests with the API, time to start fleshing them out. 12 anos atrás
requirements Separating jenkins requirements and settings from the rest of the app. 12 anos atrás
.gitignore Setting up jenkins depends, preping for writing tests. 12 anos atrás
LICENSE Basic license and readme added. 12 anos atrás
README.md Separating jenkins requirements and settings from the rest of the app. 12 anos atrás
manage.py Initial commit. 12 anos atrás
screenshot.png Adding screenshot. 12 anos atrás

README.md

Pinry

Pinry is a self-hostable Pinterest and Wookmark clone.

Pinry Screenshot

Why?

Because I don’t like sharing. I would use these services to store a lot of images and data that isn’t necessarily personal but that I don’t actually want to share or deal with the possibility of having it taken down by a DMCA notice. My use of Pinterest/Wookmark boils down to having personal board for things I want to remember or keep for inspiration.

Plans

Some features that I want to implement, if you know how to implement them then please do them for me! I’m very pull-request friendly and will not yell at you for bad code, I’ll simply work with you to improve it.

  • Add non-image URL support, take “screenshot” of page as a thumbnail.
  • Create a bookmarklet for quick saving.
  • Manual and automatic tagging via description, image alt tags and whatever else I can scrape.
  • Statistics page with graphs for image views, what times of day have the most posts, etc.

Getting Started

Have virtualenv and pip installed. You may also need to have the build dependencies for PIL installed. (If you are on Ubuntu you can do this by typing “sudo apt-get build-dep python-imaging”.)

$ git clone git://github.com/overshard/pinry.git
$ cd pinry
$ virtualenv .
$ bin/pip install -r requirements/development.txt
$ bin/python manage.py syncdb
$ bin/python manage.py migrate
$ bin/python manage.py runserver

Following this will get you a development server up and running. If you want a production server Google around for more information on running Django in a production environment and create a “pinry/settings/production.py” file.

Jenkins Build Status

For build information on the latest commit head over to Pinry on my Jenkins server.