alexandria-book-collection-manager 0.6.9.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +10 -0
- data/.rubocop.yml +68 -0
- data/.rubocop_todo.yml +200 -0
- data/CHANGELOG.md +23 -0
- data/COPYING +339 -0
- data/ChangeLog.0 +3598 -0
- data/Gemfile +9 -0
- data/INSTALL.rdoc +156 -0
- data/PACKAGING +36 -0
- data/README.md +88 -0
- data/RELEASE_CHECKLIST +18 -0
- data/Rakefile +264 -0
- data/TODO +24 -0
- data/alexandria-book-collection-manager.gemspec +35 -0
- data/alexandria.desktop.in +10 -0
- data/bin/alexandria +82 -0
- data/doc/AUTHORS +60 -0
- data/doc/BUGS +31 -0
- data/doc/FAQ +369 -0
- data/doc/HACKING +19 -0
- data/doc/NEWS +341 -0
- data/doc/alexandria.1 +120 -0
- data/doc/cuecat_support.rdoc +67 -0
- data/lib/alexandria.rb +85 -0
- data/lib/alexandria/about.rb +82 -0
- data/lib/alexandria/book_providers.rb +411 -0
- data/lib/alexandria/book_providers/adlibris.rb +235 -0
- data/lib/alexandria/book_providers/amazon_aws.rb +261 -0
- data/lib/alexandria/book_providers/amazon_ecs_util.rb +405 -0
- data/lib/alexandria/book_providers/barnes_and_noble.rb +229 -0
- data/lib/alexandria/book_providers/bol_it.rb +162 -0
- data/lib/alexandria/book_providers/deastore.rb +277 -0
- data/lib/alexandria/book_providers/douban.rb +135 -0
- data/lib/alexandria/book_providers/ibs_it.rb +149 -0
- data/lib/alexandria/book_providers/mcu.rb +177 -0
- data/lib/alexandria/book_providers/proxis.rb +205 -0
- data/lib/alexandria/book_providers/pseudomarc.rb +185 -0
- data/lib/alexandria/book_providers/renaud.rb +142 -0
- data/lib/alexandria/book_providers/siciliano.rb +271 -0
- data/lib/alexandria/book_providers/thalia.rb +197 -0
- data/lib/alexandria/book_providers/web.rb +59 -0
- data/lib/alexandria/book_providers/webster_it.rb +173 -0
- data/lib/alexandria/book_providers/worldcat.rb +251 -0
- data/lib/alexandria/book_providers/z3950.rb +422 -0
- data/lib/alexandria/config.rb +8 -0
- data/lib/alexandria/console.rb +31 -0
- data/lib/alexandria/execution_queue.rb +96 -0
- data/lib/alexandria/export_library.rb +536 -0
- data/lib/alexandria/import_library.rb +316 -0
- data/lib/alexandria/import_library_csv.rb +270 -0
- data/lib/alexandria/logging.rb +159 -0
- data/lib/alexandria/models/book.rb +72 -0
- data/lib/alexandria/models/library.rb +714 -0
- data/lib/alexandria/net.rb +53 -0
- data/lib/alexandria/preferences.rb +324 -0
- data/lib/alexandria/scanners.rb +42 -0
- data/lib/alexandria/scanners/cuecat.rb +118 -0
- data/lib/alexandria/scanners/keyboard.rb +57 -0
- data/lib/alexandria/smart_library.rb +525 -0
- data/lib/alexandria/ui.rb +53 -0
- data/lib/alexandria/ui/builder_base.rb +43 -0
- data/lib/alexandria/ui/callbacks.rb +389 -0
- data/lib/alexandria/ui/completion_models.rb +228 -0
- data/lib/alexandria/ui/dialogs/about_dialog.rb +59 -0
- data/lib/alexandria/ui/dialogs/acquire_dialog.rb +640 -0
- data/lib/alexandria/ui/dialogs/alert_dialog.rb +68 -0
- data/lib/alexandria/ui/dialogs/bad_isbns_dialog.rb +43 -0
- data/lib/alexandria/ui/dialogs/barcode_animation.rb +159 -0
- data/lib/alexandria/ui/dialogs/book_properties_dialog.rb +210 -0
- data/lib/alexandria/ui/dialogs/book_properties_dialog_base.rb +432 -0
- data/lib/alexandria/ui/dialogs/export_dialog.rb +172 -0
- data/lib/alexandria/ui/dialogs/import_dialog.rb +205 -0
- data/lib/alexandria/ui/dialogs/misc_dialogs.rb +85 -0
- data/lib/alexandria/ui/dialogs/new_book_dialog.rb +639 -0
- data/lib/alexandria/ui/dialogs/new_book_dialog_manual.rb +153 -0
- data/lib/alexandria/ui/dialogs/new_smart_library_dialog.rb +67 -0
- data/lib/alexandria/ui/dialogs/preferences_dialog.rb +587 -0
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog.rb +56 -0
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb +432 -0
- data/lib/alexandria/ui/dndable.rb +81 -0
- data/lib/alexandria/ui/gtk_thread_help.rb +88 -0
- data/lib/alexandria/ui/icons.rb +100 -0
- data/lib/alexandria/ui/iconview.rb +91 -0
- data/lib/alexandria/ui/iconview_tooltips.rb +162 -0
- data/lib/alexandria/ui/init.rb +93 -0
- data/lib/alexandria/ui/libraries_combo.rb +75 -0
- data/lib/alexandria/ui/listview.rb +310 -0
- data/lib/alexandria/ui/main_app.rb +67 -0
- data/lib/alexandria/ui/multi_drag_treeview.rb +150 -0
- data/lib/alexandria/ui/sidepane.rb +194 -0
- data/lib/alexandria/ui/sound.rb +107 -0
- data/lib/alexandria/ui/ui_manager.rb +1308 -0
- data/lib/alexandria/undo_manager.rb +78 -0
- data/lib/alexandria/utils.rb +30 -0
- data/lib/alexandria/version.rb +24 -0
- data/lib/alexandria/web_themes.rb +75 -0
- data/misc/sounds/README +15 -0
- data/misc/sounds/bad_scan.csd +62 -0
- data/misc/sounds/good_scan.csd +61 -0
- data/misc/sounds/scanning.csd +46 -0
- data/po/ChangeLog +488 -0
- data/po/Makefile +44 -0
- data/po/README +29 -0
- data/po/commit-po +72 -0
- data/po/cs.po +1437 -0
- data/po/cy.po +1521 -0
- data/po/de.po +1400 -0
- data/po/el.po +1379 -0
- data/po/es.po +1376 -0
- data/po/fr.po +1420 -0
- data/po/ga.po +1359 -0
- data/po/gl.po +1397 -0
- data/po/it.po +1406 -0
- data/po/ja.po +1355 -0
- data/po/mk.po +1373 -0
- data/po/nb.po +1386 -0
- data/po/nl.po +1405 -0
- data/po/pl.po +1373 -0
- data/po/pt.po +1398 -0
- data/po/pt_BR.po +1409 -0
- data/po/ru.po +1372 -0
- data/po/sk.po +1380 -0
- data/po/sv.po +1402 -0
- data/po/uk.po +1423 -0
- data/po/zh_TW.po +1394 -0
- data/schemas/alexandria.schemas +300 -0
- data/share/alexandria/glade/acquire_dialog__builder.glade +201 -0
- data/share/alexandria/glade/book_properties_dialog__builder.glade +910 -0
- data/share/alexandria/glade/main_app__builder.glade +229 -0
- data/share/alexandria/glade/new_book_dialog__builder.glade +379 -0
- data/share/alexandria/glade/preferences_dialog__builder.glade +733 -0
- data/share/alexandria/icons/alexandria.png +0 -0
- data/share/alexandria/icons/alexandria_small.png +0 -0
- data/share/alexandria/icons/book.png +0 -0
- data/share/alexandria/icons/book_icon.png +0 -0
- data/share/alexandria/icons/book_small.png +0 -0
- data/share/alexandria/icons/cuecat.png +0 -0
- data/share/alexandria/icons/cuecat_inactive.png +0 -0
- data/share/alexandria/icons/favorite_tag.png +0 -0
- data/share/alexandria/icons/less.png +0 -0
- data/share/alexandria/icons/library.png +0 -0
- data/share/alexandria/icons/library_small.png +0 -0
- data/share/alexandria/icons/lookup.png +0 -0
- data/share/alexandria/icons/more.png +0 -0
- data/share/alexandria/icons/no_cover.png +0 -0
- data/share/alexandria/icons/smart_library.png +0 -0
- data/share/alexandria/icons/smart_library_small.png +0 -0
- data/share/alexandria/icons/star_set.png +0 -0
- data/share/alexandria/icons/star_unset.png +0 -0
- data/share/alexandria/icons/view_as_icons.png +0 -0
- data/share/alexandria/icons/view_as_list.png +0 -0
- data/share/alexandria/ui/menus.xml +91 -0
- data/share/alexandria/ui/popups.xml +91 -0
- data/share/alexandria/web-themes/clean/clean.css +85 -0
- data/share/alexandria/web-themes/clean/preview.jpg +0 -0
- data/share/alexandria/web-themes/list/list.css +105 -0
- data/share/alexandria/web-themes/list/preview.jpg +0 -0
- data/share/app-icon/16x16/alexandria.png +0 -0
- data/share/app-icon/16x16/alexandria.svg +263 -0
- data/share/app-icon/22x22/alexandria.png +0 -0
- data/share/app-icon/22x22/alexandria.svg +465 -0
- data/share/app-icon/24x24/alexandria.png +0 -0
- data/share/app-icon/32x32/alexandria.png +0 -0
- data/share/app-icon/32x32/alexandria.svg +813 -0
- data/share/app-icon/32x32/alexandria.xpm +241 -0
- data/share/app-icon/48x48/alexandria.png +0 -0
- data/share/app-icon/scalable/alexandria.svg +700 -0
- data/share/gnome/help/alexandria/C/about.xml +44 -0
- data/share/gnome/help/alexandria/C/adding-books.xml +339 -0
- data/share/gnome/help/alexandria/C/alexandria.xml +185 -0
- data/share/gnome/help/alexandria/C/bugs.xml +18 -0
- data/share/gnome/help/alexandria/C/editing-book-properties.xml +124 -0
- data/share/gnome/help/alexandria/C/exporting.xml +81 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_acquire_from_scanner_process.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_add_by_isbn.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_isbn_import.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_manual_details.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_rename_library_after_import.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_search_results.png +0 -0
- data/share/gnome/help/alexandria/C/figures/editing_book_properties_info.png +0 -0
- data/share/gnome/help/alexandria/C/figures/editing_book_properties_loaning.png +0 -0
- data/share/gnome/help/alexandria/C/figures/exporting_information_html.png +0 -0
- data/share/gnome/help/alexandria/C/figures/getting_started_first_launched.png +0 -0
- data/share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view.png +0 -0
- data/share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/C/figures/settings_providers_new_z3950.png +0 -0
- data/share/gnome/help/alexandria/C/figures/smart_libraries_new_smart_library.png +0 -0
- data/share/gnome/help/alexandria/C/figures/working_with_libraries_library_pane.png +0 -0
- data/share/gnome/help/alexandria/C/getting-started.xml +154 -0
- data/share/gnome/help/alexandria/C/gnu-fdl-1.2.xml +543 -0
- data/share/gnome/help/alexandria/C/introduction.xml +142 -0
- data/share/gnome/help/alexandria/C/searching.xml +90 -0
- data/share/gnome/help/alexandria/C/settings.xml +140 -0
- data/share/gnome/help/alexandria/C/smart-libraries.xml +160 -0
- data/share/gnome/help/alexandria/C/working-with-libraries.xml +76 -0
- data/share/gnome/help/alexandria/ChangeLog +99 -0
- data/share/gnome/help/alexandria/fr/alexandria.xml +2292 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_button.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_by_isbn_1.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_by_search_1.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_manually.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_z3950.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_close_button.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_edit_info.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_export_web_page.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_importing.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_library_pane.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_list_view.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_loaning.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_main_window.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_remove_button.png +0 -0
- data/share/gnome/help/alexandria/ja/about.xml +33 -0
- data/share/gnome/help/alexandria/ja/adding-books.xml +314 -0
- data/share/gnome/help/alexandria/ja/alexandria.xml +172 -0
- data/share/gnome/help/alexandria/ja/bugs.xml +11 -0
- data/share/gnome/help/alexandria/ja/editing-book-properties.xml +100 -0
- data/share/gnome/help/alexandria/ja/exporting.xml +98 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_acquire_from_scanner_process.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_add_by_isbn.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_isbn_import.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_manual_details.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_rename_library_after_import.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_search_results.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/editing_book_properties_info.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/editing_book_properties_loaning.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/exporting_information_html.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/getting_started_first_launched.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/settings_providers_new_z3950.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/smart_libraries_new_smart_library.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/working_with_libraries_library_pane.png +0 -0
- data/share/gnome/help/alexandria/ja/getting-started.xml +144 -0
- data/share/gnome/help/alexandria/ja/gnu-fdl-1.2.xml +541 -0
- data/share/gnome/help/alexandria/ja/introduction.xml +134 -0
- data/share/gnome/help/alexandria/ja/searching.xml +104 -0
- data/share/gnome/help/alexandria/ja/settings.xml +129 -0
- data/share/gnome/help/alexandria/ja/smart-libraries.xml +140 -0
- data/share/gnome/help/alexandria/ja/working-with-libraries.xml +88 -0
- data/share/menu/alexandria +7 -0
- data/share/omf/alexandria/alexandria-C.omf.in +27 -0
- data/share/omf/alexandria/alexandria-fr.omf.in +30 -0
- data/share/sounds/alexandria/bad_scan.ogg +0 -0
- data/share/sounds/alexandria/bad_scan.wav +0 -0
- data/share/sounds/alexandria/good_scan.ogg +0 -0
- data/share/sounds/alexandria/good_scan.wav +0 -0
- data/share/sounds/alexandria/scanning.ogg +0 -0
- data/share/sounds/alexandria/scanning.wav +0 -0
- data/spec/alexandria/library_spec.rb +205 -0
- data/spec/alexandria/preferences_spec.rb +22 -0
- data/spec/alexandria/scanners/cuecat_spec.rb +68 -0
- data/spec/alexandria/smart_library_spec.rb +22 -0
- data/spec/alexandria/ui/dialogs_spec.rb +90 -0
- data/spec/alexandria/ui/iconview_spec.rb +27 -0
- data/spec/alexandria/ui/listview_spec.rb +28 -0
- data/spec/alexandria/ui/main_app_spec.rb +48 -0
- data/spec/alexandria/ui/sidepane_spec.rb +27 -0
- data/spec/alexandria/ui/ui_manager_spec.rb +26 -0
- data/spec/alexandria/ui/ui_utilities_spec.rb +60 -0
- data/spec/alexandria/utilities_spec.rb +50 -0
- data/spec/data/libraries/0.6.1-noisbn/My Library/0201398257.yaml +10 -0
- data/spec/data/libraries/0.6.1-noisbn/My Library/1565920007.yaml +10 -0
- data/spec/data/libraries/0.6.1/My Library/0192812173.yaml +9 -0
- data/spec/data/libraries/0.6.1/My Library/0201398257.cover +0 -0
- data/spec/data/libraries/0.6.1/My Library/0201398257.yaml +10 -0
- data/spec/data/libraries/0.6.1/My Library/1565920007.yaml +10 -0
- data/spec/data/libraries/0.6.2/My Library/9780140266146.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780140266146.yaml +16 -0
- data/spec/data/libraries/0.6.2/My Library/9780140278781.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780140278781.yaml +21 -0
- data/spec/data/libraries/0.6.2/My Library/9780571147168.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780571147168.yaml +20 -0
- data/spec/data/libraries/0.6.2/My Library/9780575079038.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780575079038.yaml +20 -0
- data/spec/data/libraries/0.6.2/My Library/9780755322800.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780755322800.yaml +20 -0
- data/spec/spec_helper.rb +46 -0
- data/tasks/rdoc.rake +6 -0
- data/tasks/setup.rb +30 -0
- data/tasks/spec.rake +29 -0
- data/tasks/test.rake +38 -0
- data/test/application_test.rb +39 -0
- data/test/book_test.rb +34 -0
- data/test/data/isbns.txt +3 -0
- data/test/isbn_test.rb +68 -0
- data/test/providers_test.rb +254 -0
- data/test/test_helper.rb +42 -0
- data/util/rake/fileinstall.rb +313 -0
- data/util/rake/gettextgenerate.rb +158 -0
- data/util/rake/omfgenerate.rb +79 -0
- metadata +452 -0
data/doc/HACKING
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
In order to keep the code nice and clean we have a few requirements you'll
|
2
|
+
need to stick to in order to get your patch accepted:
|
3
|
+
|
4
|
+
- use 4-space tabs for indentation and expand tabs to spaces
|
5
|
+
(if you use VIM, `set ts=4' and `set et') ;
|
6
|
+
|
7
|
+
- for code blocks, use { ... } when they can be written into a
|
8
|
+
single line, otherwise use do ... end ;
|
9
|
+
|
10
|
+
- when accessing properties of Ruby-GNOME2 objects, always use
|
11
|
+
foo= instead of set_foo ;
|
12
|
+
|
13
|
+
- when hacking the user interface, make sure your changes don't
|
14
|
+
break the HIG rules (http://developer.gnome.org/projects/gup/hig/) ;
|
15
|
+
|
16
|
+
- always provide patches in unified form (`cvs diff -u') and with
|
17
|
+
a ChangeLog entry.
|
18
|
+
|
19
|
+
Be bold.
|
data/doc/NEWS
ADDED
@@ -0,0 +1,341 @@
|
|
1
|
+
================
|
2
|
+
Alexandria
|
3
|
+
================
|
4
|
+
|
5
|
+
New features:
|
6
|
+
* added the FAQ
|
7
|
+
* Now EAN/ISBN-13 is used
|
8
|
+
* New providers: webster.it, deastore.com, worldcat.org, bol.it.
|
9
|
+
"Servizio Bibliotecario Nazionale (Italy)"
|
10
|
+
* provider amadeus renamed to thalia (Amadeus was bought by Thalia)
|
11
|
+
* Now thalia supports also music, DVD, software, games
|
12
|
+
* added the country of the provider after the name
|
13
|
+
* the requirement Ruby/Amazon is now optional
|
14
|
+
* added info in case that Alexandria can't load optional libraries
|
15
|
+
* added hotkey "<control>O" for preferences
|
16
|
+
* in the "Book Properties Dialog", added "cancel" button, and renamed
|
17
|
+
"close" button to "save"
|
18
|
+
* added date when exporting to HTML or BibTeX
|
19
|
+
* added image size when exporting to HTML or Tellico
|
20
|
+
* improved export to ONIX, Tellico, CSV, HTML, BibTeX
|
21
|
+
* improved import from Tellico or ISBN list
|
22
|
+
* improved and refactored the code for Z39.50 providers
|
23
|
+
|
24
|
+
Bugs fixed:
|
25
|
+
* several fixes and updates for various providers
|
26
|
+
* converted the encoding from UTF-8, when searching by title/author/keyword
|
27
|
+
* converted the output from the provider to UTF-8
|
28
|
+
* used CGI::unescapeHTML for renaud and thalia
|
29
|
+
* now nul is returned instead of "", "n/a", or "Unknown Binding", when
|
30
|
+
the provider doesn't return a value
|
31
|
+
* allowed manual entry of books without author
|
32
|
+
* improved error and debug messages
|
33
|
+
|
34
|
+
Added translation:
|
35
|
+
|
36
|
+
Updated translations:
|
37
|
+
* revision of the Italian translation
|
38
|
+
|
39
|
+
================
|
40
|
+
Alexandria 0.6.0
|
41
|
+
================
|
42
|
+
|
43
|
+
New features:
|
44
|
+
* Z39.50 support, with the possibility to manage your own sources ;
|
45
|
+
* New book information providers: Internet Bookshop Italia, US Library of
|
46
|
+
Congress and British Library ;
|
47
|
+
* Complete manual (in English only), available either from the GNOME help
|
48
|
+
application and Alexandria itself (via Help buttons) ;
|
49
|
+
* Autocompletion is available in all fields of the Add Manually Book and
|
50
|
+
Book Properties dialogs ;
|
51
|
+
* Add a heart emblem to covers of books that have a 5 rating ;
|
52
|
+
* Support for American UPC barcodes ;
|
53
|
+
* Display covers in the search results of the Add Book dialog ;
|
54
|
+
* Added a 'Match everything' filtering option ;
|
55
|
+
* New icons ;
|
56
|
+
* More ONIX compliance.
|
57
|
+
|
58
|
+
Bugs fixed:
|
59
|
+
* Loading the model is now a bit faster ;
|
60
|
+
* Fixed a Proxis bug that was returning all editions of a book from an ISBN
|
61
|
+
search ;
|
62
|
+
* Labels in alert dialogs are now selectable ;
|
63
|
+
* Improved the wording of the status bar text ;
|
64
|
+
* Ignore CVS directories when looking for themes ;
|
65
|
+
* Ignore whitespace characters when extracting numbers for ISBN/EAN/... ;
|
66
|
+
* In the HTML export, create the directory if it does not exist yet ;
|
67
|
+
* In the ONIX export, do not write ProductWebsite elements for providers
|
68
|
+
that return nil URLs ;
|
69
|
+
* Handle low-case 'x' when validating ISBN/EAN/... ;
|
70
|
+
* In the ISBN-list text file import, iterate on the progress bar when
|
71
|
+
downloading covers ;
|
72
|
+
* In the ISBN-list text file import, start importing if there is at least one
|
73
|
+
valid ISBN in the file ;
|
74
|
+
* Added a backward compatibility hack to upgrade the old developer token
|
75
|
+
to a new valid one ;
|
76
|
+
* Resize all icons in the icon view to have the same height (and not the same
|
77
|
+
width as before) ;
|
78
|
+
* Handle GConf default values by ourself when the GConf client returns nil
|
79
|
+
values, this should fix all issues related to the installation of GConf
|
80
|
+
schemas ;
|
81
|
+
* Disable the 'View Online Information' actions if the according providers
|
82
|
+
do not provide a URL for the selected book.
|
83
|
+
|
84
|
+
Added translations:
|
85
|
+
* Jiri Pejchal <jiri.pejchal@gmail.com> (cs) ;
|
86
|
+
* Ligia Moreira <ligia.moreira@netvisao.pt> (pt) ;
|
87
|
+
* Lucas Rocha <lucasr@im.ufba.br> (pt_BR).
|
88
|
+
|
89
|
+
Updated translations:
|
90
|
+
* David Weinehall <tao@debian.org> (sv) ;
|
91
|
+
* Joachim Breitner <mail@joachim-breitner.de> (de) ;
|
92
|
+
* Laurent Sansonetti <lrz@gnome.org> (fr) ;
|
93
|
+
* Masao Mutoh <mutoh@highway.ne.jp> (ja) ;
|
94
|
+
* Miguel �ngel Garc�a (es) ;
|
95
|
+
* Mirko Maischberger <mirko@lilik.it> (it).
|
96
|
+
|
97
|
+
================
|
98
|
+
Alexandria 0.5.1
|
99
|
+
================
|
100
|
+
|
101
|
+
New features:
|
102
|
+
* Added provider for book information retrieval of the Amadeus Buch online
|
103
|
+
library (Austrian books) ;
|
104
|
+
* Allows user-specific themes in ~/.alexandria/.web-themes ;
|
105
|
+
* Localized .desktop file.
|
106
|
+
|
107
|
+
Bugs fixed:
|
108
|
+
* Fixed the wording of some messages ;
|
109
|
+
* Use alternating colours for rows in the search list of the Add Book dialog
|
110
|
+
and the providers list of the Preferences dialog ;
|
111
|
+
* The Amazon provider will cache information on ~/.alexandria/.amazon_cache
|
112
|
+
instead of /tmp/amazon, allowing multiple users with different credentials
|
113
|
+
to use it ;
|
114
|
+
* Really ignores hidden directories in ~/.alexandria ;
|
115
|
+
* Be more intelligent when building the list of providers by taking into
|
116
|
+
account nil values from the GConf schema ;
|
117
|
+
* Do not display the whole GPL text in the About dialog, just the header ;
|
118
|
+
* Display an confirmation message when trying to move a book into a library
|
119
|
+
that already has a book with the same ident ;
|
120
|
+
* Fixed the moves action after an import process ;
|
121
|
+
* Display an error message when trying to set an EAN/ISBN that is already
|
122
|
+
used by another book in the same library ;
|
123
|
+
* Forgot to mark some translatable strings ;
|
124
|
+
* Display an error message when trying to add a book with an EAN/ISBN that is
|
125
|
+
already used by another book in the same library ;
|
126
|
+
* Manually added books were not automatically added in the memory
|
127
|
+
representation of the library ;
|
128
|
+
* Pack the cover image as non-expandable in the books list view.
|
129
|
+
|
130
|
+
Added translation:
|
131
|
+
* Mirko Maischberger <mirko@lilik.it> (it).
|
132
|
+
|
133
|
+
Updated translations:
|
134
|
+
* Dafydd Harries <daf@muse.19inch.net> (cy) ;
|
135
|
+
* David Weinehall <tao@debian.org> (sv) ;
|
136
|
+
* Joachim Breitner <mail@joachim-breitner.de> (de) ;
|
137
|
+
* Laurent Sansonetti <lrz@gnome.org> (fr) ;
|
138
|
+
* Masao Mutoh <mutoh@highway.ne.jp> (ja) ;
|
139
|
+
* Miguel �ngel Garc�a (es).
|
140
|
+
|
141
|
+
================
|
142
|
+
Alexandria 0.5.0
|
143
|
+
================
|
144
|
+
|
145
|
+
New features:
|
146
|
+
* XHTML export with CSS themes ;
|
147
|
+
* Added provider for book information retrieval of the Spanish Ministry of
|
148
|
+
Culture ;
|
149
|
+
* Loaning support (very basic though), actually possible to mark a book
|
150
|
+
as loaned and specify a person name and a date ;
|
151
|
+
* Possibility to manually add ISBN-less books ;
|
152
|
+
* The ISBN-list import supports EAN ;
|
153
|
+
* The Amazon provider supports the French and Canadian web-services (via
|
154
|
+
Ruby/Amazon 0.9.0) ;
|
155
|
+
* Improved the usability of the main, import and export dialogs ;
|
156
|
+
* Performances and memory usage have been improved ;
|
157
|
+
* Migration to new GTK+ 2.6 widgets.
|
158
|
+
|
159
|
+
Bugs fixed:
|
160
|
+
* Migrated any reference to Bookcase in the Tellico import/export ;
|
161
|
+
* Fixed a bug where importing an ISBN list file would cause a crash when an
|
162
|
+
ISBN in the list did not have a cover image ;
|
163
|
+
* In the providers preferences dialog, disable the Setup button if the
|
164
|
+
selected provider does not have any preferences to setup, instead of
|
165
|
+
displaying a dialog ;
|
166
|
+
* Catches the SocketError exception when calling providers, and returns an
|
167
|
+
appropriate message ;
|
168
|
+
* When deleting more than one books, display a single alert dialog instead
|
169
|
+
of an alert dialog for each book ;
|
170
|
+
* Added the possibility to reset the rating in the book properties dialog ;
|
171
|
+
* Fixed a bug where EAN numbers with a checksum of 10 were incorrectly marked
|
172
|
+
as invalid ;
|
173
|
+
* Fixed BN.com query regexes ;
|
174
|
+
* Fixed a bug when a book returned by a search by title/authors/keyword
|
175
|
+
contains an invalid ISBN, propose the user to either add the book with a
|
176
|
+
blank ISBN or cancel the add) ;
|
177
|
+
* Added workaround for an Amazon US encoding bug ;
|
178
|
+
* Setup the Amazon online information URL according to the selected locale ;
|
179
|
+
* Filtering text field is more robust ;
|
180
|
+
* Make sure we do not select a library before having setup the moves action
|
181
|
+
at the beginning ;
|
182
|
+
* Fixed the wording of some messages.
|
183
|
+
|
184
|
+
Added translation:
|
185
|
+
* David Weinehall (sv).
|
186
|
+
|
187
|
+
Updated translations:
|
188
|
+
* Joachim Breitner (de) ;
|
189
|
+
* Laurent Sansonetti (fr) ;
|
190
|
+
* Masao Mutoh (ja) ;
|
191
|
+
* Miguel �ngel Garc�a (es).
|
192
|
+
|
193
|
+
================
|
194
|
+
Alexandria 0.4.0
|
195
|
+
================
|
196
|
+
|
197
|
+
New features:
|
198
|
+
* export libraries into ONIX, Tellico and ISBN-list formats ;
|
199
|
+
* import libraries from Tellico and ISBN-list formats ;
|
200
|
+
* a provider to the Barnes and Noble (bn.com) library has been added ;
|
201
|
+
* CueCat (R) barcode support ;
|
202
|
+
* manual addition of books ;
|
203
|
+
* allow the edition of all fields of the properties of a book (including cover
|
204
|
+
change) ;
|
205
|
+
* move books between libraries ;
|
206
|
+
* display online information (amazon, proxis, bn) for a book ;
|
207
|
+
* improved the usability of the Add Book dialog (the ISBN text entry grabs the
|
208
|
+
focus at the beginning, the criterion is automatically selected upon clicks
|
209
|
+
on insensitive widgets, the edition and publisher are appended in the search
|
210
|
+
result list for books that have the same title and authors) ;
|
211
|
+
* migration to the new GTK UI manager and file selector widgets.
|
212
|
+
|
213
|
+
Bugs fixed:
|
214
|
+
* modified the ISBN text entry to allow 18 characters (extended EAN)
|
215
|
+
instead of 13 ;
|
216
|
+
* bin/alexandria is now automatically generated by the installer, this
|
217
|
+
fixes a bug in the #! line (/usr/bin/env could not pass a parameter to
|
218
|
+
Ruby) ;
|
219
|
+
* squeezed extra space characters in the data given by Amazon ;
|
220
|
+
* fixed the ISBN validation code for numbers that end with an X ;
|
221
|
+
* recorded the maximize state of the main window in GConf ;
|
222
|
+
* fixed the default rating to 0 instead of 3 (0 means unrated) ;
|
223
|
+
* erases the 'http_proxy' environment variable if its content is invalid ;
|
224
|
+
* show an error message when trying to rename a library to an empty name, or
|
225
|
+
to a name that is already used by another library.
|
226
|
+
|
227
|
+
Added translations:
|
228
|
+
* Joachim Breitner (de) ;
|
229
|
+
* Miguel Angel Garcia (es).
|
230
|
+
|
231
|
+
No translation update in this release due to a Ruby-GetText problem.
|
232
|
+
|
233
|
+
================
|
234
|
+
Alexandria 0.3.1
|
235
|
+
================
|
236
|
+
|
237
|
+
Bugs fixed:
|
238
|
+
* removed custom sorting functions as they appear not to make anything
|
239
|
+
work better and may actually cause some problems ;
|
240
|
+
* fixed the Amazon provider to perform another lookup using the next
|
241
|
+
locale if the previous one gives no results ;
|
242
|
+
* improved exception handing to have better error messages ;
|
243
|
+
* calling providers one after one until at least one book has been found ;
|
244
|
+
* sorting by rating books that were not rated yet did crash ;
|
245
|
+
* sorting by edition and publisher were reversed ;
|
246
|
+
* the Add Book dialog is now resizable in search mode ;
|
247
|
+
* removing a book without a cover image did crash.
|
248
|
+
|
249
|
+
Updated translations:
|
250
|
+
* Dafydd Harries (cy) ;
|
251
|
+
* Laurent Sansonetti (fr) ;
|
252
|
+
* Masao Mutoh (ja).
|
253
|
+
|
254
|
+
================
|
255
|
+
Alexandria 0.3.0
|
256
|
+
================
|
257
|
+
|
258
|
+
New features:
|
259
|
+
* the Add Book dialog allows searches by title, authors and keyword as well
|
260
|
+
as regular ISBNs ;
|
261
|
+
* ISBNs are now validated before usage ;
|
262
|
+
* the Add Book dialog will autofill the ISBN text entry using the clipboard
|
263
|
+
content if it contains a valid EAN/ISBN ;
|
264
|
+
* the Add Book dialog will automatically convert EANs to ISBNs ;
|
265
|
+
* a provider to the Proxis library (http://www.proxis.be) has been added ;
|
266
|
+
* HTTP connections to Amazon and Proxis are configured to pass via a proxy
|
267
|
+
or not according to the GNOME preferences.
|
268
|
+
|
269
|
+
Bugs fixed:
|
270
|
+
* do not split title icons inside a multibyte character ;
|
271
|
+
* fixed the Amazon provider to not set the manufacturer attribute to nil
|
272
|
+
for some books that are not yet released ;
|
273
|
+
* enforced the use of UTF-8 for gettext ;
|
274
|
+
* some strings have been ngettexted ;
|
275
|
+
* the data/locale directory is cleaned by install.rb ;
|
276
|
+
* pre-setup.rb doesn't require Ruby-GetText anymore since all this does
|
277
|
+
is run msgfmt.
|
278
|
+
|
279
|
+
Updated translations:
|
280
|
+
* Dafydd Harries (cy) ;
|
281
|
+
* Laurent Sansonetti (fr) ;
|
282
|
+
* Masao Mutoh (ja).
|
283
|
+
|
284
|
+
================
|
285
|
+
Alexandria 0.2.0
|
286
|
+
================
|
287
|
+
|
288
|
+
New features:
|
289
|
+
* full i18n support ;
|
290
|
+
* a preferences dialog has been created, to configure the application and
|
291
|
+
the providers ;
|
292
|
+
* preferences are saved and restored using a GConf backend ;
|
293
|
+
* notes can be associated with books ;
|
294
|
+
* books can be rated ;
|
295
|
+
* books icons can be sorted ;
|
296
|
+
* the user interface has been improved to be more usable and accessible.
|
297
|
+
|
298
|
+
Bugs fixed:
|
299
|
+
* fixed some UTF-8 encoding problems in data from Amazon ;
|
300
|
+
* allow "-" characters in ISBNs ;
|
301
|
+
* allow more characters in library names ;
|
302
|
+
* display a default cover icon for a book which cover is not available ;
|
303
|
+
* the treeview is now sortable with UTF-8 data ;
|
304
|
+
* the 'clicked' signal is used instead of 'pressed' for Gtk::Button widgets ;
|
305
|
+
* when the current selected library is renamed the title of the application
|
306
|
+
is accordingly renamed.
|
307
|
+
* a lot of code has been refactored.
|
308
|
+
|
309
|
+
Added translations:
|
310
|
+
* Dafydd Harries (cy) ;
|
311
|
+
* Laurent Sansonetti (fr) ;
|
312
|
+
* Masao Mutoh (ja).
|
313
|
+
|
314
|
+
================
|
315
|
+
Alexandria 0.1.2
|
316
|
+
================
|
317
|
+
|
318
|
+
Bugs fixed:
|
319
|
+
* did not work with the latest version or Ruby/Amazon (0.8.1) ;
|
320
|
+
* crash when Amazon doesn't provide the author(s) for a book.
|
321
|
+
|
322
|
+
New feature:
|
323
|
+
* default to the currently selected library in the Add Book Dialog
|
324
|
+
(contributed by Zachary P. Landau).
|
325
|
+
|
326
|
+
================
|
327
|
+
Alexandria 0.1.1
|
328
|
+
================
|
329
|
+
|
330
|
+
This release fixes a bug when Alexandria fails to start if
|
331
|
+
the directory ~/.alexandria doesn't exist.
|
332
|
+
|
333
|
+
================
|
334
|
+
Alexandria 0.1.0
|
335
|
+
================
|
336
|
+
|
337
|
+
This is the first public release, which:
|
338
|
+
* retrieves book information from Amazon (including cover pictures) ;
|
339
|
+
* saves data using the YAML format ;
|
340
|
+
* features an HIG-compliant user interface ;
|
341
|
+
* shows books in different views (standard list or icons list).
|
data/doc/alexandria.1
ADDED
@@ -0,0 +1,120 @@
|
|
1
|
+
.de URL
|
2
|
+
\\$2 \(laURL: \\$1 \(ra\\$3
|
3
|
+
..
|
4
|
+
.if \n[.g] .mso www.tmac
|
5
|
+
.TH ALEXANDRIA 1 "December 1, 2007" gnome "GNOME User's Manuals"
|
6
|
+
.SH NAME
|
7
|
+
alexandria \- a book collection manager
|
8
|
+
|
9
|
+
.SH SYNOPSIS
|
10
|
+
.B alexandria
|
11
|
+
.I "[OPTIONS]"
|
12
|
+
|
13
|
+
.SH DESCRIPTION
|
14
|
+
.I Alexandria
|
15
|
+
is a GNOME desktop application for managing book collections. It has a
|
16
|
+
simple user interface which makes it easy to enter the details of your
|
17
|
+
library, generally using Internet sources to find catalogue
|
18
|
+
information for your books. It also enables you to create filtered
|
19
|
+
views of your book collection based on details such as author,
|
20
|
+
publisher etc.
|
21
|
+
.LP
|
22
|
+
When launched without any options the
|
23
|
+
.I Alexandria
|
24
|
+
main window opens and presents a view of your libraries, or if run
|
25
|
+
for the first time creates a new library ready for you to add books
|
26
|
+
either manually or with the help of providers of book information on
|
27
|
+
the Internet.
|
28
|
+
|
29
|
+
.SH OPTIONS
|
30
|
+
.B \-\-debug
|
31
|
+
Print verbose debug information describing the operation of the
|
32
|
+
program. Useful for determining behaviour when a problem is
|
33
|
+
encountered. This also sets the logger level to DEBUG.
|
34
|
+
.LP
|
35
|
+
.B \-\-version
|
36
|
+
Show program version information and exit.
|
37
|
+
.LP
|
38
|
+
.B \-\-help
|
39
|
+
Show summary of options and exit. This also shows a great many
|
40
|
+
predefined options common to all GTK programs which are not
|
41
|
+
defined in this manual page.
|
42
|
+
|
43
|
+
.SH FILES
|
44
|
+
.B $HOME/.alexandria
|
45
|
+
The per-user configuration of
|
46
|
+
.I Alexandria
|
47
|
+
is stored in this directory. Each the books in each library are
|
48
|
+
stored in a sub-directory with the library's name e.g. `My
|
49
|
+
Library'. Book files are stored in YAML format (a text-based data
|
50
|
+
format). They are named after the book's ISBN
|
51
|
+
e.g. 9780755322800.yaml The cover images are also named after with
|
52
|
+
book's ISBN, with the file extension .cover, although they are
|
53
|
+
usually JPEG format files. If a book has no ISBN, it's ID will be
|
54
|
+
a number generated from the book title.
|
55
|
+
.LP
|
56
|
+
.B $HOME/.alexandria/.smart_libraries
|
57
|
+
Smart Libraries are a filtered view of your book collection, and
|
58
|
+
are saved as YAML format files in this directory.
|
59
|
+
|
60
|
+
.SH ENVIRONMENT
|
61
|
+
.B LOGLEVEL
|
62
|
+
Setting this environment variable affects the level at which
|
63
|
+
messages will be logged. The log levels are cumulative, setting
|
64
|
+
the level to log information messages means it will also include
|
65
|
+
all warnings and error messages. Possible values are:
|
66
|
+
.RS
|
67
|
+
.LP
|
68
|
+
.B FATAL
|
69
|
+
Only log messages for fatal errors.
|
70
|
+
.LP
|
71
|
+
.B ERROR
|
72
|
+
Log messages for all errors.
|
73
|
+
.LP
|
74
|
+
.B WARN
|
75
|
+
Log warnings and errors.
|
76
|
+
.LP
|
77
|
+
.B INFO
|
78
|
+
Also include information messages.
|
79
|
+
.LP
|
80
|
+
.B DEBUG
|
81
|
+
Log everything, including debug messages.
|
82
|
+
.RE
|
83
|
+
.LP
|
84
|
+
The default level is
|
85
|
+
.B WARN
|
86
|
+
|
87
|
+
.SH BUGS
|
88
|
+
Please report any bugs you find on the
|
89
|
+
.URL "http://rubyforge.org/tracker/?group_id=205" "Tracker" " at RubyForge."
|
90
|
+
Please check for any similar reports before reporting a new bug.
|
91
|
+
.LP
|
92
|
+
You can also discuss any problems you encounter with the
|
93
|
+
.I Alexandria
|
94
|
+
developers and other users by joining the
|
95
|
+
.URL "http://rubyforge.org/mailman/listinfo/alexandria-list" "alexandria-list" " mailing list."
|
96
|
+
|
97
|
+
.SH WEB SITE
|
98
|
+
News, details of the development team and further documentation may be
|
99
|
+
found on the
|
100
|
+
.URL "http://alexandria.rubyforge.org/" "Alexandria web site" "."
|
101
|
+
|
102
|
+
.SH AUTHOR
|
103
|
+
Alexandria was originally written by Laurent Sansonetti. The current
|
104
|
+
maintainer is Joseph Method <tristil@gmail.com>. For a full list of
|
105
|
+
contributors, see the file AUTHORS in Alexandria's documentation.
|
106
|
+
.LP
|
107
|
+
This manual page was written by Cathal Mc Ginley
|
108
|
+
<cathal.alexandria@gnostai.org>.
|
109
|
+
|
110
|
+
.SH COPYRIGHT
|
111
|
+
Copyright (C) 2004-2006 Laurent Sansonetti
|
112
|
+
.LP
|
113
|
+
Copyright (C) 2007-2010 Alexandria Contributors
|
114
|
+
|
115
|
+
.SH LICENSE
|
116
|
+
.I Alexandria
|
117
|
+
is free software; you can redistribute it and/or
|
118
|
+
modify it under the terms of the GNU General Public License as
|
119
|
+
published by the Free Software Foundation; either version 2 of the
|
120
|
+
License, or (at your option) any later version.
|