Added some content tiddlers and styles for TW5

This commit is contained in:
Jeremy Ruston 2011-12-14 15:45:09 +00:00
parent 00f8021749
commit a1a9de8ec1
6 changed files with 36 additions and 6 deletions

View File

@ -12,19 +12,20 @@ article {
max-width: 944px;
margin: auto;
}
h1 {
.title {
font-weight: bold;
font-size: 62px;
line-height: 81px;
margin-top: 27px;
margin-bottom: 54px;
}
h2 {
h1 {
font-size: 33px;
line-height: 54px;
margin-top: 54px;
margin-bottom: 27px;
}
h3 {
h2 {
font-size: 25px;
line-height: 27px;
margin-top: 27px;
@ -34,6 +35,6 @@ p, ul {
margin-top: 0px;
margin-bottom: 27px;
}
small, aside {
.small, aside {
font-size: 13px;
}

View File

@ -0,0 +1,10 @@
title: HelloThere
modifier: JeremyRuston
Welcome to TiddlyWiki5, a [[primordial|ThisIsAlpha]], modernised reusable non-linear personal web notebook.
TiddlyWiki is a unique [[wiki|WikiWikiWeb]] that people [[love using|Raves]] to keep ideas and information organised. It was originally created by JeremyRuston and is now a thriving [[open source|OpenSourceLicense]] project with a busy [[Community]] of independent developers.
TiddlyWiki is written in [[HTML]], [[CSS]] and JavaScript to run on any reasonably modern [[browser|Browsers]] without needing any ServerSide logic. It allows anyone to create personal SelfContained hypertext documents that can be published to a WebServer, sent by email, stored in a DropBox or kept on a USB thumb drive to make a WikiOnAStick. Because it doesn't need to be installed and configured it makes a great GuerillaWiki. This is revision <<version>> of TiddlyWiki, and is published under an OpenSourceLicense.
Unlike most wikis, TiddlyWiki doesn't directly support group collaboration; it is a wiki in the sense of elevating linking be a part of the punctuation of writing. You can easily publish a TiddlyWiki you have created by placing the single file on a web server (for instance the homepage hosting provided by many ISPs). If you need full group collaboration features, there are several HostedOptions to choose from.

View File

@ -0,0 +1,9 @@
title: SimpleTemplate
modifier: JeremyRuston
{{title{
<<view title>>}}}
{{small{
<<view modifier link>> <<view modified date>>}}}
{{body{
<<view text wikified>>}}}

View File

@ -0,0 +1,4 @@
title: ThisIsAlpha
modifier: JeremyRuston
TiddlyWiki5 is currently at //alpha status//, which means that it is still evolving, and not yet ready to be relied upon. But it also means that you can influence its development - join the [[Community]] and find out how you can help.

View File

@ -0,0 +1,3 @@
tiddler: HelloThere.tid
tiddler: ThisIsAlpha.tid
tiddler: SimpleTemplate.tid

View File

@ -2,6 +2,11 @@ template: tiddlywiki5.template.html
copyright: ../copyright.txt
style: styles.css
recipe: ../test/tiddlywiki.2.6.5/source/tiddlywiki.com/tiddlywiki-com-ref/split.recipe
recipe: ../test/tiddlywiki.2.6.5/source/tiddlywiki.com/tiddlywiki-com/split.recipe
recipe: tiddlers/split.recipe
jslib: ../test/tiddlywiki.2.6.5/source/tiddlywiki/jquery/jquery.js
jsmodule: ../js/ArgParser.js
@ -24,5 +29,3 @@ jsmodule: ../js/Main.js
jsbootstart: BootStart.js
jsbootend: BootLoader.js
recipe: ../test/tiddlywiki.2.6.5/source/tiddlywiki.com/tiddlywiki-com-ref/split.recipe
recipe: ../test/tiddlywiki.2.6.5/source/tiddlywiki.com/tiddlywiki-com/split.recipe