Commit Graph

155 Commits

Author SHA1 Message Date
Phyks
bfda2be38b Fix config 2014-06-30 15:07:00 +02:00
Phyks
0866367887 Fixed bool is not iterable if URL is not fetchable 2014-06-30 11:05:03 +02:00
Phyks
67611ab648 Fix config.py 2014-06-30 10:50:33 +02:00
Phyks
6353818c83 Update travis build 2014-06-30 00:42:19 +02:00
Phyks
bc44b14ce6 Update travis build 2014-06-30 00:40:50 +02:00
Phyks
fc5c6488c1 Bugfix in config, r instead of w arg 2014-06-30 00:38:29 +02:00
Phyks
7e99f7898a Merge branch 'master' into config_file 2014-06-30 00:37:48 +02:00
Phyks
0fb67d68e4 Forgot to update params.py references in README 2014-06-30 00:27:59 +02:00
Phyks
5846cfb0ac Same thing for tearpages 2014-06-30 00:26:06 +02:00
Phyks
d4286ea5de Delete arxiv2bib from the repo 2014-06-30 00:20:41 +02:00
Phyks
6be5cb3f16 Updated conf 2014-06-30 00:19:38 +02:00
Phyks
b231b578cc Updated test files
According to https://github.com/Phyks/BMC/issues/7.

Also updated fetcher file to fix two bugs :
* Whitespaces in ISBN
* If PDF to text (or djvu to text) is not long enough, the end of the
file was not processed.
2014-06-29 23:02:44 +02:00
Phyks
bc15f86057 Added a test file for watermarks 2014-06-29 20:44:49 +02:00
Phyks
2e7369e14e Test files added
See https://github.com/Phyks/BMC/issues/7.
2014-06-29 20:36:02 +02:00
Lucas Verney
3ed4d82307 Merge pull request #6 from sciunto/fiximport
fix import isbntools
2014-06-29 18:29:05 +02:00
Lucas Verney
f5a8319966 Update README.md
Revert travis build. Will add again when passing.
2014-06-29 18:25:46 +02:00
Lucas Verney
c360bfb4b9 Update README.md
Added travis build image.
2014-06-29 18:24:48 +02:00
Lucas Verney
c752c1c3dc Merge pull request #4 from sciunto/travisci
add travis
2014-06-29 18:21:46 +02:00
François Boulogne
938ceaf9b8 fix import isbntools 2014-06-28 22:35:56 -04:00
François Boulogne
83278c533b add travis 2014-06-28 22:23:14 -04:00
Phyks
d106e2534c Backend unittests 2014-06-12 14:20:49 +02:00
Phyks
855e6fa1fc Bugfixes in checkBibtex
* except too wide on first y / N
* clean user input for isbn (remove '-' and ' ')
* forgot a tools.
2014-06-11 14:50:57 +02:00
Phyks
e538c16a42 Some unittests for backend module 2014-06-11 14:37:10 +02:00
Phyks
db7553782f Assert bibtex is correct 2014-06-09 14:55:24 +02:00
Phyks
3591f0cb1f * Skip option in manual fallback
* Homogeneize manual entry for books / articles
* Sum up skipped elements
* Trailing whitespaces in search
2014-06-08 20:41:40 +02:00
Phyks
059b6c26a4 Infos about apparent infinite loop in README 2014-06-08 19:27:00 +02:00
Phyks
d49691c6f5 Bad filename printed on successful import with multiple files 2014-06-08 19:18:43 +02:00
Phyks
2eb49eca94 Bugfix when no skip 2014-06-08 18:54:24 +02:00
Phyks
2509a69694 Export bibtex function 2014-05-27 12:17:59 +02:00
Phyks
479aea4101 Some unit test 2014-05-26 16:50:58 +02:00
Phyks
5a8ea0750f License + Consolidating fetcher.py 2014-05-26 16:12:21 +02:00
Lucas Verney
845f70027a Merge pull request #2 from sciunto/scriptname
MAINT: rename main.py to bmc.py
2014-05-23 14:05:37 +02:00
François Boulogne
f454ceb374 MAINT: rename main.py to bmc.py 2014-05-23 13:48:25 +02:00
Phyks
1c092ee911 Beginning of a search query parser 2014-05-18 22:12:49 +02:00
Phyks
d81443385b Better handling of arXiv update 2014-05-18 21:22:39 +02:00
Phyks
f1afbdd1ac Customization option for files renaming 2014-05-17 22:21:51 +02:00
Phyks
e3bc6f2d92 Autoconfirm option + flake8 2014-05-17 17:23:56 +02:00
Phyks
33c377c74c Better arXiv version handling in filenames + skip option 2014-05-15 18:34:59 +02:00
Phyks
62706c5364 Bugfix in manual mode 2014-05-15 00:11:56 +02:00
Phyks
e5cf3441aa Typo with arXiv versions 2014-05-14 23:59:12 +02:00
Phyks
9eaf790983 Progress bar for download 2014-05-14 23:07:06 +02:00
Phyks
7f1fb2eb54 List 2014-05-14 22:52:17 +02:00
Phyks
b2488e5707 Update arXiv papers 2014-05-14 22:45:25 +02:00
Phyks
558946f48d Resync should be working 2014-05-14 17:07:57 +02:00
Phyks
8c0a9e83bc Edit working 2014-05-14 14:53:56 +02:00
Phyks
eecdcc93bf Utf-8 + README updated 2014-05-13 15:21:00 +02:00
Phyks
b4f0e7c0eb Import / Download / Delete working
All bug should be fixed for the import / download / delete functions.

* Some problems with utf-8 and homogeneize_latex_encoding in
python-bbtexparser are bypassed and will be cleaned in a better way when
the latest version will be available in pip.
* Tweaked regex for isbn, which was not cas insensitive and forgot about
spaces separated numbers.
* File entry in arXiv bibtex is now deleted to avoid confusion.
2014-05-11 19:29:42 +02:00
Phyks
204357222c Fixed some bugs in delete by id / file
* Remove homogeneize_latex_encoding which is problematic
* Fixed encoded path to pdf files
2014-05-11 03:06:18 +02:00
Phyks
481d3eb048 Typo in main 2014-05-09 23:50:57 +02:00
Phyks
c8054e2c67 Fixes in argparse 2014-05-09 23:50:19 +02:00