Commit 8626cc80 authored by delanoe's avatar delanoe

Merge branch 'testing' into stable

parents d638ba2d dfea034d
...@@ -197,7 +197,7 @@ RESOURCETYPES = [ ...@@ -197,7 +197,7 @@ RESOURCETYPES = [
'crawler': None, 'crawler': None,
}, },
{ 'type': 3, { 'type': 3,
'name': 'Pubmed [CRAWLER/XML]', 'name': 'Pubmed [XML]',
'format': 'Pubmed', 'format': 'Pubmed',
'parser': "PubmedParser", 'parser': "PubmedParser",
'file_formats':["zip", "xml"], 'file_formats':["zip", "xml"],
...@@ -233,7 +233,7 @@ RESOURCETYPES = [ ...@@ -233,7 +233,7 @@ RESOURCETYPES = [
'crawler': None, 'crawler': None,
}, },
{ 'type': 8, { 'type': 8,
'name': 'ISTex [CRAWLER]', 'name': 'ISTex',
'format': 'json', 'format': 'json',
'parser': "ISTexParser", 'parser': "ISTexParser",
'file_formats':["zip", "txt"], 'file_formats':["zip", "txt"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment