From 91de9033f98ff1cfd9ba4e284f16931a33052dfc Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 19 Mar 2013 22:45:12 +0000 Subject: [PATCH] Remove more pesky instances of "reusable" --- editions/clientserver/wiki/SiteSubtitle.tid | 2 +- editions/tw5.com/tiddlers/HelloThere.tid | 2 +- package.json | 2 +- readme.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editions/clientserver/wiki/SiteSubtitle.tid b/editions/clientserver/wiki/SiteSubtitle.tid index 256e89024..cb3ab4ffc 100644 --- a/editions/clientserver/wiki/SiteSubtitle.tid +++ b/editions/clientserver/wiki/SiteSubtitle.tid @@ -1,4 +1,4 @@ title: SiteSubtitle modifier: JeremyRuston -a reusable non-linear personal web notebook \ No newline at end of file +a non-linear personal web notebook \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/HelloThere.tid b/editions/tw5.com/tiddlers/HelloThere.tid index 90e585b8f..99dc5bd99 100644 --- a/editions/tw5.com/tiddlers/HelloThere.tid +++ b/editions/tw5.com/tiddlers/HelloThere.tid @@ -4,7 +4,7 @@ tags: introduction greetings type: text/vnd.tiddlywiki modified: 201208121934 -Welcome to TiddlyWiki5, a reboot of TiddlyWiki, the reusable non-linear personal web notebook [[first released in 2004|History]]. It is a complete interactive wiki in JavaScript that can be run from a single HTML file in the browser or as a powerful [[node.js application|node.js]]. +Welcome to TiddlyWiki5, a reboot of TiddlyWiki, the non-linear personal web notebook [[first released in 2004|History]]. It is a complete interactive wiki in JavaScript that can be run from a single HTML file in the browser or as a powerful [[node.js application|node.js]]. TiddlyWiki is designed to fit around your brain, giving you a better way of managing information than traditional documents and emails. The fundamental idea is that information is more useful and reusable if we cut it up into the smallest semantically meaningful chunks -- [[tiddlers|Tiddlers]] -- and give them titles so that they can be structured with links, tags and macros. TiddlyWiki aims to provide a fluid interface for working with tiddlers, allowing them to be aggregated and composed into longer narratives. diff --git a/package.json b/package.json index feb2ef933..ebf3900a0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "preferGlobal": "true", "version": "5.0.0-alpha.9", "author": "Jeremy Ruston ", - "description": "a reusable non-linear personal web notebook", + "description": "a non-linear personal web notebook", "contributors": [ { "name": "Jeremy Ruston", diff --git a/readme.md b/readme.md index 70e183788..3b4a93b39 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ TiddlyWiki5

Welcome to TiddlyWiki5, a reboot of -TiddlyWiki, the reusable non-linear personal web notebook +TiddlyWiki, the non-linear personal web notebook first released in 2004. It is a complete interactive wiki in JavaScript that can be run from a single HTML file in the browser or as a powerful node.js application.