Skip to content

Client-side libraries for adding Docuss to your website or web app

Notifications You must be signed in to change notification settings

focallocal/dcs-client

 
 

Repository files navigation

dcs-client

Docuss client-side libraries are used to connect your website or web app to the Docuss plugin.

This project is not active anymore. Fixes are provided to existing users, but I stopped working on new features. You might want to check DiscPage, which is somehow a simplified version of Docuss.

Depending on your use case, you'll need one of these 3 libraries, :

  • comToPlugin.js: low-level library for communication with the Docuss plugin. Supports websites and web apps. See the documentation here.
  • dcs-html-based.js: intermediate-level library for websites. It requires that you add specific HTML markup to each page of the website. See the documentation here.
  • dcs-decorator.js: high-level library for websites. The specific HTML markup mentioned above is dynamically added to web pages based on rules contained in a description file. See the documentation here.

If you are new to Docuss, the easiest option is to use the dcs-decorator library.

License

See here.

About

Client-side libraries for adding Docuss to your website or web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.2%
  • CSS 3.8%