shire-digest.meta:shire-digest.meta

;)


License
SMPPL

Documentation

meta

Build Status

Pipeline

                                            +------------------+                                                        
                                            |                  |                                                        
                                    site    |  crawler #1      |                                                        
+-------------+      +-----------+          |                  |    post meta     +-------------+        +-------------+
|             |      |           |  list    |  crawler #2      |                  |             |        |             |
|  config.clj +------+ producer  +----------+                  +------------------+ generator(s)+--------+  delivery   |
|             |      |           |          |  crawler #3      |                  |             |        |             |
+-------------+      +-----------+          |                  |                  +-------------+        +-------------+
                                            |  crawler #4      |                                                        
                                            |                  |                                                        
                                            +------------------+                                                        

Config.clj

{:sites {"http://en.wikipedia.org" {:crawler :en-tfa
                                    :options {}}
         ; Options is omittable.
         "http://example.org" {:crawler :echo}}

 :generators {:simple {:path "/var/temp/simple-output"}
              :mail {:receiver ["hbc@vtmer.com"]}
              :anothoer-generator {}}}

TODO

  • use macros to improve config.clj's readability.

License

Copyright © 2014 hbc

Distributed under the SMPPL License.