/cmis-clj

A quick hack to export documents from a content store via CMIS

Primary LanguageClojureGNU Affero General Public License v3.0AGPL-3.0

cmis-clj

A quick hack to export documents from a content store via CMIS.

Usage

Start a REPL and use it from there.

(require '[clojure.java.io :as io])
(with-open [writer (io/writer "export/ebooks.csv")]
  (write-ebook-numbers writer (extract-ebook-numbers "username" "password")))

(extract-content "username" "password")

You might want to adapt the default values that are hard coded at the top of core.clj.

References

License

Copyright © 2018 Swiss Library for the Blind, Visually Impaired and Print Disabled.

Distributed under the GNU Affero General Public License. See the file LICENSE.