diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-12-07 22:37:14 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-12-07 22:37:14 +0100 |
commit | ac6a9141c78935710c8dfce377dea1a23f8964ea (patch) | |
tree | 833650df5b3bae4918595fac81832a6f31a60249 | |
parent | 41c3dc0e79fe5444a51502106f4802e3f67f0076 (diff) |
Add meta-info about some scrapers.
-rw-r--r-- | scrapersources/postliste-ballangen | 3 | ||||
-rw-r--r-- | scrapersources/postliste-lier | 10 | ||||
-rw-r--r-- | scrapersources/postliste-lunner-kommune | 4 | ||||
-rw-r--r-- | scrapersources/postliste-mattilsynet | 11 | ||||
-rw-r--r-- | scrapersources/postliste-oep | 10 | ||||
-rw-r--r-- | scrapersources/postliste-saltdal | 10 | ||||
-rw-r--r-- | scrapersources/postliste-universitetssykehuset-nord-norge | 11 |
7 files changed, 53 insertions, 6 deletions
diff --git a/scrapersources/postliste-ballangen b/scrapersources/postliste-ballangen index 7cce476..80e3242 100644 --- a/scrapersources/postliste-ballangen +++ b/scrapersources/postliste-ballangen @@ -3,6 +3,9 @@ # Type: kommune # Status: finished # Name: Ballangen kommune +# Format: HTML +# Datatype: ? +# Vendor: ? # Run: daily import scraperwiki diff --git a/scrapersources/postliste-lier b/scrapersources/postliste-lier index 8064d7a..ef30f94 100644 --- a/scrapersources/postliste-lier +++ b/scrapersources/postliste-lier @@ -1,4 +1,12 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: finished +# Name: Lier kommune +# Format: PDF +# Datatype: ? +# Vendor: ? +# Run: daily import scraperwiki import json diff --git a/scrapersources/postliste-lunner-kommune b/scrapersources/postliste-lunner-kommune index 5abb7b9..e514778 100644 --- a/scrapersources/postliste-lunner-kommune +++ b/scrapersources/postliste-lunner-kommune @@ -3,7 +3,11 @@ # Type: kommune # Status: finished # Name: Lunner kommune +# Format: HTML +# Datatype: ? +# Vendor: ? # Run: daily +# Missingfields: casedesc journalseqnr journalyear journalid import scraperwiki import urllib2 diff --git a/scrapersources/postliste-mattilsynet b/scrapersources/postliste-mattilsynet index 9dea5e4..04f9826 100644 --- a/scrapersources/postliste-mattilsynet +++ b/scrapersources/postliste-mattilsynet @@ -1,4 +1,13 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: center +# Status: unfinished +# Name: Mattilsynet +# Format: HTML +# Datatype: ? +# Vendor: ? +# Run: daily +# Missingfields: recorddate import scraperwiki import json diff --git a/scrapersources/postliste-oep b/scrapersources/postliste-oep index bcfde1b..95e0a2f 100644 --- a/scrapersources/postliste-oep +++ b/scrapersources/postliste-oep @@ -1,4 +1,12 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: statlig +# Status: finished +# Name: Offentlig Elektronisk postjournal +# Format: HTML +# Datatype: ? +# Vendor: ? +# Run: hourly import scraperwiki import lxml.html diff --git a/scrapersources/postliste-saltdal b/scrapersources/postliste-saltdal index 0650d6c..0eac673 100644 --- a/scrapersources/postliste-saltdal +++ b/scrapersources/postliste-saltdal @@ -1,4 +1,12 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: finished +# Name: Saltdal kommune +# Format: PDF +# Datatype: ePhorte +# Vendor: Ergo +# Run: daily import scraperwiki import json diff --git a/scrapersources/postliste-universitetssykehuset-nord-norge b/scrapersources/postliste-universitetssykehuset-nord-norge index 1b06793..faf1dce 100644 --- a/scrapersources/postliste-universitetssykehuset-nord-norge +++ b/scrapersources/postliste-universitetssykehuset-nord-norge @@ -1,5 +1,12 @@ -# -*- coding: UTF-8 -*- - +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: helseinstitusjon +# Status: finished +# Name: Universitetssykehuset Nord-norge +# Format: PDF +# Datatype: ePhorte +# Vendor: Ergo +# Run: daily import scraperwiki import json |