Skip to content

PDIS/ethercalc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,281 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandstorm nginx reverse proxy configure for external page mode

Add these lines, change [your domain].sandcats.io to your domain name.

server {
  listen 80;
  server_name *.lh.[your domain].sandcats.io;
  proxy_redirect off;

  if ($host ~ '^(?<grain_id>.*)\.lh(?<grain_host>.*)') {
    set $proxy_host $grain_id$grain_host;
  }

  location / {
    proxy_pass https://127.0.0.1:6080;
    proxy_set_header Host $proxy_host;
  }
}

Licensing

Common Public Attribution License (Socialtext Inc.)

  • socialcalcspreadsheetcontrol.js
  • socialcalctableeditor.js

Artistic License 2.0 (Socialtext Inc.)

  • formatnumber2.js
  • formula1.js
  • socialcalc-3.js
  • socialcalcconstants.js
  • socialcalcpopup.js

Artistic License 2.0 (Framasoft)

  • l10n/fr.json

MIT License (John Resig, The Dojo Foundation)

  • static/jquery.js

MIT License (HubSpot, Inc.)

  • static/vex-theme-flat-attack.css
  • static/vex.combined.min.js
  • static/vex.css

MIT License (Stuart Knightley, David Duponchel, Franz Buchinger, Ant'onio Afonso)

  • static/jszip.js

Apache License 2.0 (SheetJS)

  • static/shim.js
  • static/xlsx.js
  • static/xlsxworker.js
  • start.html (xlsx2socialcalc.js)

CC0 Public Domain (唐鳳)

  • src/*.ls

Mozilla Public License Version 2.0 (LibreOffice contributors)

  • images/sc_*.png

About

LinksHolder is a port of Hackfoldr to Sandstorm.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 63.4%
  • CSS 27.3%
  • HTML 4.3%
  • LiveScript 3.9%
  • Shell 0.4%
  • Ruby 0.2%
  • Other 0.5%