Skip to content

Appengine wo blobs #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 72 commits into
base: master
Choose a base branch
from
Open

Appengine wo blobs #2

wants to merge 72 commits into from

Conversation

sardok
Copy link

@sardok sardok commented Feb 18, 2011

get firefox addon for this branch as well.

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.
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