Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inverse-inc/sogo-integrator.tb17
SOGo Integrator (Thunderbird 17)
https://github.com/inverse-inc/sogo-integrator.tb17
Last synced: about 2 months ago
JSON representation
SOGo Integrator (Thunderbird 17)
- Host: GitHub
- URL: https://github.com/inverse-inc/sogo-integrator.tb17
- Owner: inverse-inc
- License: gpl-2.0
- Created: 2012-11-08T19:53:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-07T17:07:59.000Z (about 11 years ago)
- Last Synced: 2024-05-12T00:42:23.721Z (8 months ago)
- Language: JavaScript
- Homepage: http://sogo.nu/
- Size: 269 KB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
To build :
% make distclean
% make build=siteFor example :
% make build=sogo-demo
To activate debugging info, add to site.js :
pref("javascript.options.showInConsole", true);
pref("nglayout.debug.disable_xul_cache", true);
pref("browser.dom.window.dump.enabled", true);
pref("javascript.options.strict", true);If you want to uninstall a previously installed extension from SOGo's updates.php script, just set its version number to "disabled" in the php script.