Include the version number in the plugin library path

See also:
https://github.com/Jermolene/build.jermolene.github.io/commit/a00a8a6df6
09ef5e4b2ed85039da72780ac81512
print-window-tiddler
Jermolene 2015-03-16 15:44:24 +00:00
rodzic d4d69d7dd3
commit cf11741df9
4 zmienionych plików z 9 dodań i 5 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
title: $:/config/OfficialPluginLibrary
tags: $:/tags/PluginLibrary
url: http://tiddlywiki.com/library/index.html
url: http://tiddlywiki.com/library/v5.1.8/index.html
caption: {{$:/language/OfficialPluginLibrary}}
The official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team.

Wyświetl plik

@ -21,3 +21,7 @@ title: Releasing a new version of TiddlyWiki
# Run `../build.jermolene.github.io/github-push.sh` to push the new files to GitHub
# Run `../build.jermolene.github.io/tiddlyspace-upload.sh <username> <password>` to upload the release to TiddlySpace
# Tweet the release with the text "TiddlyWiki v5.x.x released to http://tiddlywiki.com #newtiddlywikirelease"
# Preparation for the next release:
## Adjust version number in [[$:/config/OfficialPluginLibrary]]
## Adjust version number in https://github.com/Jermolene/build.jermolene.github.io in `bld.sh` and `make-library-bld.sh`

Wyświetl plik

@ -10,8 +10,8 @@
"build": {
"library": [
"--makelibrary","$:/UpgradeLibrary",
"--savelibrarytiddlers","$:/UpgradeLibrary","library/recipes/default/tiddlers/","$:/UpgradeLibrary/List",
"--savetiddler","$:/UpgradeLibrary/List","library/recipes/default/tiddlers.json",
"--rendertiddler","$:/plugins/tiddlywiki/pluginlibrary/library.template.html","library/index.html","text/plain"]
"--savelibrarytiddlers","$:/UpgradeLibrary","recipes/default/tiddlers/","$:/UpgradeLibrary/List",
"--savetiddler","$:/UpgradeLibrary/List","recipes/default/tiddlers.json",
"--rendertiddler","$:/plugins/tiddlywiki/pluginlibrary/library.template.html","index.html","text/plain"]
}
}

Wyświetl plik

@ -1,6 +1,6 @@
title: $:/config/OfficialPluginLibrary
tags: $:/tags/PluginLibrary
url: http://tiddlywiki.com/prerelease/library/index.html
url: http://tiddlywiki.com/prerelease/library/v5.1.8/index.html
caption: {{$:/language/OfficialPluginLibrary}} (Prerelease)
The prerelease version of the official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team.