Skip to content

Commit

Permalink
Merge pull request #7 from YakovL/dev
Browse files Browse the repository at this point in the history
update site: supported version and footer link
  • Loading branch information
YakovL authored Dec 30, 2023
2 parents d8fb408 + 5c86d50 commit 52cd417
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
the author of the MicroTiddlyServer fork, and to the author of the original MiniTiddlyServer
who is sadly unknown to me.</p><p>Last but no least, I'd like to thank the whole TiddlyWiki community for all the discussions,
inspiration and encouragement brought through the google groups.
</p></section></main><footer class="wrapper__footer">&copy; Yakov Litvin, 2018</footer></div></body></html>
</p></section></main><footer class="wrapper__footer">&copy; <a href="https://yakovlitvin.pro/TW/" target="_blank">Yakov Litvin</a>, 2018</footer></div></body></html>
2 changes: 1 addition & 1 deletion donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
and that's the key for Open Source projects like TiddlyWiki and MainTiddlyServer.</p><p>Receiving a donation makes me know that I either saved someone's time,
relieved somebody experiencing a bug or may be even opened a new perspective for them, which is great!
If that's the case, here's a way for you to reward my efforts:
</p><form class="donation-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="HVPHVF4M8XMA2"><input class="donation-form__image" type="image" src="./images/donate-button_paypal.png" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button"><img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></form><p>Let's build a world where giving is the key and generosity is rewarded!</p></section></main><footer class="wrapper__footer">&copy; Yakov Litvin, 2018</footer></div></body></html>
</p><form class="donation-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="HVPHVF4M8XMA2"><input class="donation-form__image" type="image" src="./images/donate-button_paypal.png" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button"><img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></form><p>Let's build a world where giving is the key and generosity is rewarded!</p></section></main><footer class="wrapper__footer">&copy; <a href="https://yakovlitvin.pro/TW/" target="_blank">Yakov Litvin</a>, 2018</footer></div></body></html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
It is written in PHP so it can work on almost any OS (including Android) or hosting.
It won't stop working because of dropping FireFox addons support (like it is with TiddlyFox)
or any other browser security restrictions.
A minor downside is you have to setup a server for it (see the <a href="usage.html">how</a> section).</p><p>Currently versions 2.6.5-2.9.4 of TWc are supported but this range can be extended if needed.</p></section><section><header>It also...</header><ul><li>makes saving asynchronous: TW doesn't "hang" while saving;</li><li>makes saving incremental for TW v2.8.0+ which works 100+ times faster,
A minor downside is you have to setup a server for it (see the <a href="usage.html">how</a> section).</p><p>Currently versions 2.6.5-2.10.0 of TWc are supported but this range can be extended if needed.</p></section><section><header>It also...</header><ul><li>makes saving asynchronous: TW doesn't "hang" while saving;</li><li>makes saving incremental for TW v2.8.0+ which works 100+ times faster,
decreases traffic by a factor of 100+ (when used online);</li><li>allows to serve your TWs on one device (say, your phone)
and work with them on another one (say, your PC);</li><li>when served on Unix-like OS using Apache, allows to password-protect the folder with TW;</li><li>supports backups (timestamped names, same folder, controlled by TW's chkSaveBackups);</li><li>enables <a href="http://yakovl.bplaced.net/TW/STP/STP.html" target="_blank">including</a>, requests to web in some "difficult" cases;</li></ul><p>Summary of perspectives can be found <a href="about.html#perspectives">here</a>.</p></section></main><footer class="wrapper__footer">&copy; Yakov Litvin, 2018</footer></div></body></html>
and work with them on another one (say, your PC);</li><li>when served on Unix-like OS using Apache, allows to password-protect the folder with TW;</li><li>supports backups (timestamped names, same folder, controlled by TW's chkSaveBackups);</li><li>enables <a href="http://yakovl.bplaced.net/TW/STP/STP.html" target="_blank">including</a>, requests to web in some "difficult" cases;</li></ul><p>Summary of perspectives can be found <a href="about.html#perspectives">here</a>.</p></section></main><footer class="wrapper__footer">&copy; <a href="https://yakovlitvin.pro/TW/" target="_blank">Yakov Litvin</a>, 2018</footer></div></body></html>
2 changes: 1 addition & 1 deletion license.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p></main><footer class="wrapper__footer">&copy; Yakov Litvin, 2018</footer></div></body></html>
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p></main><footer class="wrapper__footer">&copy; <a href="https://yakovlitvin.pro/TW/" target="_blank">Yakov Litvin</a>, 2018</footer></div></body></html>
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ main a { color: inherit; opacity: 0.5; }
padding-bottom: 1em;
}

footer a {
color: inherit;
}

::selection {
background: #b7b69f;
}
Expand Down
2 changes: 1 addition & 1 deletion usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
and most of them use Apache [how to check]</li><li>[troubleshoot forbidden access to write to disk, installing php modules – mostly for custom installations]</li></ul></li><li>put MTS and your TiddlyWikis into a server folder<ul><li>[how to find it]</li><li>[paranoic mode: password-protect first, add TWs afterwards]</li></ul></li><li>open MTS<ul><li>[how to figure the address]</li></ul></li><li>[either provide further instructions or put them inside MTS itself]</li></ol></section><section><header>Configuring []</header><p>[aside what's available in "?options": working folders, htaccess for restricting only MTS and auxiliary files]</p><p>If you develop or use a plugin which uses custom storage format (like some encryption plugins),
you may want to disable granulated saving to make them work properly.
This is done by either setting <code>config.options.chkAvoidGranulatedSaving = true;</code> in a plugin
or via backstage/tweak/Show unknown options interface.</p></section></main><footer class="wrapper__footer">&copy; Yakov Litvin, 2018</footer></div></body></html>
or via backstage/tweak/Show unknown options interface.</p></section></main><footer class="wrapper__footer">&copy; <a href="https://yakovlitvin.pro/TW/" target="_blank">Yakov Litvin</a>, 2018</footer></div></body></html>

0 comments on commit 52cd417

Please sign in to comment.