diff --git a/README.md b/README.md index a11695e..6b6f385 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ tiddler content on demand. Create an Google App Engine standard app and deploy with - appcfg.py -A your-app -V your-version update . + gcloud --project=your-app app deploy Then visit https://your-app.appspot.com/. As noted above, only admins will have access to the content. @@ -77,16 +77,16 @@ propagate to the other. ## TiddlyWiki base image The TiddlyWiki code is stored in and served from index.html, which -(as you can see by clicking on the Tools tab) is TiddlyWiki version 5.1.13. +(as you can see by clicking on the Tools tab) is TiddlyWiki version 5.1.21. Plugins must be pre-baked into the TiddlyWiki file, not stored on the server -as lazily loaded Tiddlers. The index.html in this directory is 5.1.13 with +as lazily loaded Tiddlers. The index.html in this directory is 5.1.21 with the TiddlyWeb and Markdown plugins added. The TiddlyWeb plugin is required, so that index.html talks back to the server for content. The process for preparing a new index.html is: -- Open tiddlywiki-5.1.13.html in your web browser. +- Open tiddlywiki-5.1.21.html in your web browser. - Click the control panel (gear) icon. - Click the Plugins tab. - Click "Get more plugins". diff --git a/app.yaml b/app.yaml index 89f56fe..35dbbf4 100644 --- a/app.yaml +++ b/app.yaml @@ -1,10 +1,8 @@ -application: tiddlywiki-gae -version: 2016-12-22 -runtime: go -api_version: go1 +# go112+ doesn't support login: handlers +runtime: go111 handlers: - url: /.* login: admin secure: always - script: _go_app + script: auto diff --git a/index.html b/index.html index fc36056..3cf8e16 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,16 @@ + - +
- + + + - + @@ -15,40 +18,46 @@ +Copyright (c) 2004-2007, Jeremy Ruston +Copyright (c) 2007-2018, UnaMesa Association +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." />