Ir al contenido
Otras versiones

Cargando…

Deprecated features

Esta página aún no está disponible en tu idioma.

Date Feature Description
14-06-2016 Google Contacts Google Contacts integration has been deprecated from OpenKM v6.4.35.
The contacts feature will be supported but not the synchronization with Google Contacts.
11-06-2017 OpenMeetings Open Meetings integration has been deprecated from OpenKM v6.4.35.
11-05-2017 AutoCAD Preview Applet This AutoCAD preview was removed in OpenKM v6.4.34 and replaced by CADViewer integration.

OpenMeetings is a free browser-based software that allows you to set up instantly a conference in the Web. You can use your microphone or webcam, share documents on a white board, share your screen or record meetings. It is available as hosted service or you download and install a package on your server with no limitations in usage or users.

Field / Property Type Description
extension.openmeetings.url String The url of the OpenMeetings server.
localhost
extension.openmeetings.port String Default port is 5080.
5080
extension.openmeetings.user String OpenMeetings user with administration grants.
extension.openmeetings.credentials String OpenMeetings password.
  • Go to Administration > Utilities > Database query. At bottom right select option JDBC, paste into the box the SQL inserts of the extensions you want to enable. Finally click at bottom right the button execute.
INSERT INTO OKM_EXTENSION (EXT_UUID, EXT_NAME) VALUES ('905075bd-f969-4d95-91ea-4900adc90471', 'OpenMeetings');

AutoCAD previewer allows one to perform basic operations like zoom in/out, rotate, show/hide layers and print. AutoCAD preview extension allows to convert AutoCAD files to PDF and preview them or preview DXF files. In the Tools menu, the AutoCAD option allows one to select which preview conversion is enabled.

Field / Property Type Description
system.dwg2dxf String DWG to DXF converter tool. Used in old AutoCAD preview.
wine /home/openkm/.wine/ACC/AcmeCADConverter.exe
  • Go to Administration > Utilities > Database query. At bottom right select option JDBCpaste into the box the SQL inserts of the extensions you want to enable. Finally click at bottom right the button execute.
INSERT INTO OKM_EXTENSION (EXT_UUID, EXT_NAME) VALUES ('0dc9c9a0-eb0b-11df-98cf-0800200c9a66', 'AutoCAD Preview');