Skip to content

sbsdev/cmis-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published