clam

Quickly turn command-line applications into RESTful webservices with a web-application front-end. You provide a specification of your command line application, its input, output and parameters, and CLAM wraps around your application to form a fully fledged RESTful webservice.

GPL-3.0 License

Downloads
2.1K
Stars
129
Committers
7

Bot releases are hidden (Show)

clam - v2.3.4

Published by proycon about 6 years ago

Minor update:

  • Added codemeta metadata
  • Extra information on output templates on info/ page (accommodating a request by @henkvdheuvel)
clam - v2.3.3

Published by proycon over 6 years ago

  • Introducing INTERNALURLPREFIX configuration parameter as an attempted fix for issue #68
clam - v2.3.2

Published by proycon over 6 years ago

  • Fix for double slash problem in URLs
clam - v2.3.1

Published by proycon over 6 years ago

  • Fixed regression bug in v2.3 when using urlprefix
clam - v2.3

Published by proycon over 6 years ago

Update with various enhancements and fixes.

  • Investigate increased flexibility in cross-domain loading XSL of stylesheets #63
  • Implement support for external configuration files (yaml) #67 (needed for LaMachine v2)
  • Allow pre-setting global parameters #66 (needed for CLARIN LR switchboard)
  • implement CUSTOMHTML_PROJECTFAILED #42
  • [ui] center "show input files" button? #44
  • Clean up info page (RESTful specification), doesn't filter duplicate output templates + minor issues #62
clam - v2.2.5

Published by proycon over 6 years ago

  • Minor update, added JSONFormat and renamed UndefinedXMLFormat to XMLFormat (with backwards compatibility link)
clam - v2.2.4

Published by proycon almost 7 years ago

  • Minor bugfix releases, fixes issue #61
clam - v2.2.3

Published by proycon almost 7 years ago

Minor bugfix release (don't fall over dangling symlinks)

clam - v2.2.2

Published by proycon almost 7 years ago

  • Minor bugfix release for FLATViewer
clam - v2.2.1

Published by proycon almost 7 years ago

  • Fixed forwarded authentication (#55)
clam - v2.2

Published by proycon about 7 years ago

  • Implemented workaround for problems with HTTP 100 Continue (#54)
  • Added multiple authentication support (Allowing basic & Digest at the same time), note that Basic is only available if an SSL connection is used, see the next time:
  • Added ASSUMESSL setting, will be autodetected based on port if not set explicitly. Support for HTTP Basic Authentication is enabled automatically if set.
  • Fixes for HTTP Basic Authentication
clam - v2.1.14

Published by proycon over 7 years ago

Another important bugfix for Access-Control-Allow-Origin (Cross-Site Request Forgery) (#51)

clam - v2.1.13

Published by proycon over 7 years ago

  • Various fixes for configurable Access-Control-Allow-Origin (Cross-Site Request Forgery) (#51), was incomplete in v2.1.12
clam - v2.1.12

Published by proycon over 7 years ago

  • Added configurable Access-Control-Allow-Origin (Cross-Site Request Forgery) (#51)
clam - v2.1.11

Published by proycon over 7 years ago

Minor update: Better feedback on error in FLAT viewer

clam - v2.1.10

Published by proycon over 7 years ago

Minor bugfix release: fixes interface problem regarding input sources

clam - v2.1.9

Published by proycon over 7 years ago

Minor bugfix release:

  • Hide filename field in interface when filename is fixed anyway #23
  • Implement more elegant solution for custom CSS (allow absolute paths now) #20
clam - v2.1.8

Published by proycon over 7 years ago

Minor update release (adds loadmetadata parameter to CLAMClient API)

clam - v2.1.7

Published by proycon almost 8 years ago

  • Cleanup by moving webservices for our NLP tools from CLAM itself to new separate repository clamservices (#47)
  • Added a viewer to delegate FoLiA output to FLAT (#48)
clam - v2.1.6

Published by proycon almost 8 years ago

  • Clean-up release
  • Advertise full version string
  • Entry point clamservice/startclamservice no longer re-invokes a Python interpreter
  • Use of exec() replaced by importlib