diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2015-01-18 00:11:55 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2015-01-18 00:11:55 +0100 |
commit | 8c2f45465f26ecf7bdf85cd09a14ec2b9fa5b8ce (patch) | |
tree | c0ed0d16394742b51903ec4930f95dcaf5c2d9f2 | |
parent | 2adb862ae400a98987890dd7ba14d65caca58cdf (diff) |
Add meta-info.
-rw-r--r-- | scrapersources/postliste-difi | 10 | ||||
-rw-r--r-- | scrapersources/postliste-fredrikstad | 10 | ||||
-rw-r--r-- | scrapersources/postliste-lindesnes | 11 |
3 files changed, 29 insertions, 2 deletions
diff --git a/scrapersources/postliste-difi b/scrapersources/postliste-difi index 459327b..aead0bd 100644 --- a/scrapersources/postliste-difi +++ b/scrapersources/postliste-difi @@ -1,4 +1,12 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: ? +# Status: finished +# Name: Direktoratet for forvaltning og IKT +# Format: PDF +# Datatype: ePhorte +# Vendor: Ergo +# Run: obsolete, moved to OEP import scraperwiki import json diff --git a/scrapersources/postliste-fredrikstad b/scrapersources/postliste-fredrikstad index 7fb5a13..f0300e2 100644 --- a/scrapersources/postliste-fredrikstad +++ b/scrapersources/postliste-fredrikstad @@ -1,3 +1,13 @@ +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: unfinished +# Name: Fredrikstad kommune +# Format: HTML +# Datatype: ? +# Vendor: ? +# Run: not finished + import scraperwiki import json diff --git a/scrapersources/postliste-lindesnes b/scrapersources/postliste-lindesnes index 39e69c0..686877e 100644 --- a/scrapersources/postliste-lindesnes +++ b/scrapersources/postliste-lindesnes @@ -1,4 +1,13 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: unfinished +# Name: Lindesnes kommune +# Format: HTML +# Datatype: ? +# Vendor: ? +# Run: not finished + import scraperwiki import lxml.html import datetime |