https://github.com/justquick/django-xlink
Django cross link searches particular sites for links back to your site and stores them
https://github.com/justquick/django-xlink
Last synced: about 2 months ago
JSON representation
Django cross link searches particular sites for links back to your site and stores them
- Host: GitHub
- URL: https://github.com/justquick/django-xlink
- Owner: justquick
- Created: 2010-07-01T15:18:37.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-07-19T14:21:54.000Z (almost 16 years ago)
- Last Synced: 2025-02-28T21:36:42.084Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 396 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Django Cross Link Documentation
===============================
:Authors:
Justin Quick
:Version: 0.1
::
pip install django-xlink==0.1.1
Django Cross Link takes in particular URLs on an external site and periodically
combs through those URLs searching for links back to your site. The cross
site links are stored in the database for future use and display
Requirements
--------------
XLink requires `lxml `_ for HTML parsing::
pip install lxml
Setup
------
Add ``xlink`` to your ``INSTALLED_APPS`` and run ``./manage.py syncdb``
Add some queries in the admin so xlink knows which URLs to comb through and which
domain (usually your own site's) you want to search for cross linking.
Next run the management command ``./manage.py xlink_search`` which will take the queries
and populate them with results of cross site links.
I recomend putting the management command in a cronjob every hour or so to make
the results appear in real time.
TODO
-----
Spider pages starting at one URL looking for cross site links