swish/commit

New files from upstream

authorJan Wielemaker
Thu May 3 12:02:49 2018 +0200
committerJan Wielemaker
Thu May 3 12:04:06 2018 +0200
commit2aec03dcccddb259fed1dd84ac8915ca6ad2057d
tree4aee4d4e27488bc9b26b0cde30d78e75e58ef91e
parent3201945dc41b4a001dd0874d9b7adbf1d7df4f2a
Diff style: stat patch
 client/sin-table.html                              |   11 ++
 examples/swish_tutorials.swinb                     |    9 ++
 lib/swish/authenticate.pl                          |    1 +
 lib/swish/avatar.pl                                |   31 ++
 lib/swish/bad-words-google.txt                     |  550 ++++++++
 lib/swish/bad-words.txt                            | 1384 ++++++++++++++++++++
 lib/swish/chat.pl                                  |   76 ++
 lib/swish/chatstore.pl                             |   26 ++
 lib/swish/content_filter.pl                        |  242 ++++
 lib/swish/cron.pl                                  |  168 +++
 lib/swish/gitty.pl                                 |  102 ++
 lib/swish/gitty_driver_files.pl                    |  656 ++++++++++
 lib/swish/highlight.pl                             |   23 ++
 lib/swish/include.pl                               |  121 ++
 lib/swish/jquery.pl                                |    7 ++
 lib/swish/logging.pl                               |   32 ++
 lib/swish/markdown.pl                              |    3 ++
 lib/swish/page.pl                                  |   65 ++
 lib/swish/paths.pl                                 |    9 ++
 lib/swish/plugin/notify.pl                         |   21 ++
 lib/swish/projection.pl                            |  138 ++
 lib/swish/provenance.pl                            |  306 +++++
 lib/swish/render/c3.pl                             |   22 ++
 lib/swish/render/wordnet.pl                        |   79 ++
 lib/swish/search.pl                                |   15 ++
 lib/swish/storage.pl                               |  525 ++++++++
 lib/swish/swish_debug.pl                           |    8 +
 lib/swish/trace.pl                                 |   87 ++
 web/bower_components/codemirror/mode/css/css.js    |   33 ++
 .../codemirror/mode/htmlmixed/htmlmixed.js         |    4 ++
 .../codemirror/mode/javascript/javascript.js       |  249 ++++
 web/help/about.html                                |    5 ++
 web/help/sourcelist.html                           |   61 +
 web/js/require.js                                  |    4 ++
 34 files changed, 4704 insertions(+), 369 deletions(-)