Skip to content

Conversation

@sardok
Copy link

@sardok sardok commented Feb 18, 2011

No description provided.

Sinan Nalkaya and others added 30 commits September 17, 2010 15:31
* Added parameter support for followings;
  - username (username of the database)
  - password (password for the given/default username)
  - host (host address of the database server)
  - database (database name)
  Since optparse is deprecated (version 2.7), argparse is used instead.

* removed unnecessary library inclusion and comments
* Added database config parser
* ItemPipeline fetches config to communicate database

Note: Modify your database config file (at datbase.cfg)
* helper applications and libraries goes to utils/ directory
* settings can be added/edited under settings/ directory

!!! WARNING !!!
 In order to use libraries under utils dir, this path needed to be added PYTHONPATH env. variable.

 example from .bashrc:
 export PYTHONPATH=$PYTHONPATH:/home/sinan/dev/bookcrawler/utils

 Or you can link/add these file(s) to /usr/local/lib/python2.6/site-packages
* db path fetched from generic helper library by DatabaseConfig()
* Added xml response parser.
* Added notification to the extension (not finished).
* Added links to books, in notification box.
* Removed backup version of the file.
Her site için ayrı bir dosya tutuluyor.
Querying by isbn is the way current chrome-extesion works.
Removed old icon
Set the version to 0.1
Sinan Nalkaya and others added 30 commits February 18, 2011 15:44
* Added xml response parser.
* Added notification to the extension (not finished).
* Added links to books, in notification box.
* Removed backup version of the file.
…ing of the file.

This is because we may need ISBN information earlier.
when an AttributeError exception occurs.
This means item could not be parsed successfully.
…irst

There is no TakeLast processor. So I used Compose.
Conflicts:
	crawler/crawler/pipelines.py
	firefox-addon/KitapSever/chrome/content/kitapsever.js
	utils/readdb.py
* Properly runs at every load of the page.
* Checks domain names.
* Fixed turkish characters.
* Removed settings.
* Updated icons.
* Updated manifest file.
* Updated install.rdf file.
* Updated language file.
Conflicts:
	firefox-addon/KitapSever/chrome.manifest
	firefox-addon/KitapSever/chrome/content/browser.xul
	firefox-addon/KitapSever/chrome/content/kitapsever.js
	firefox-addon/KitapSever/install.rdf
	firefox-addon/KitapSever/skin/kitapsever.png
	firefox-addon/KitapSever/skin/skin.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant