Skip to content

anarchivist/linkypedia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About:

linkypedia is a webapp for seeing how 3rd party web content is being used on 
wikipedia.

Setup:

- git clone https://github.com/edsu/linkypedia.git
- cd linkypedia
- pip install -r requirements.pip
- create database and user/password permissions
- cd linkypedia
- cp settings.py.tmpl settings.py
- add database credentials to linkypedia/settings.py
- python manage.py syncdb
- python manage.py runserver # or use mod_wsgi with app.wsgi
- python manage.py add_website http://www.loc.gov/
- python manage.py crawl
- python manage.py load_users
- optionally you can deploy with apache+mod_wsgi using conf/linkypedia.conf

About

a web based tool to monitor how your website content is used in wikipedia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • JavaScript 1.7%