<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity=60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
/***
|''Name:''|CatalanLingo|
|''Description:''|Central Catalan translation for TW|
|''Author:''|Paco Rivière (http://pacoriviere.cat)|
|''Version:''|2.4.0|
|''Source:''|https://projectes.lafarga.cat/projects/tiddlywiki/downloads|
|''Date:''|Apr 16, 2008|
|''Comments:''|Agrairem els vostres comentaris a https://projectes.lafarga.cat/forum/?group_id=38|
|''License:''|[[BSD open source license]]|
|''~CoreVersion:''|2.4.0|
***/

/*{{{*/
//--
//-- Translateable strings
//--

// Strings in "double quotes" should be translated; strings in 'single quotes' should be left alone

config.locale = "ca"; // W3C language tag

merge(config.options,{
    txtUserName: "ElVostreNom"});

merge(config.tasks,{
save: {text: "desa", tooltip: "Desa tots els canvis en aquest arxiu", action: saveChanges},
sync: {text: "sincronitza", tooltip: "Sincronitza els canvis amb d'altres fitxers i servidors TiddlyWiki", content: '<<sync>>'},
importTask: {text: "importa", tooltip: "Importa tiddlers i connector d'altres fitxers TiddlyWiki i servidors", content: '<<importTiddlers>>'},
tweak: {text: "opcions", tooltip: "Tria el comportament de TiddlyWiki", content: '<<options>>'},
upgrade: {text: "actualitza", tooltip: "Actualitza el cpdi del nucli de TiddlyWiki", content: '<<upgrade>>'},
plugins: {text: "connectors", tooltip: "Gestiona els connectors", content: '<<plugins>>'}
});

// Options that can be set in the options panel and/or cookies
merge(config.optionsDesc,{
    txtUserName: "Nom utilitzat per signar els canvis",
    chkRegExpSearch: "Cerca expressions regulars",
    chkCaseSensitiveSearch: "Distingeix les majúscules en cercar",
    chkAnimate: "Fes servir animacions",
    chkSaveBackups: "Desa una còpia de seguretat abans de desar els canvis",
    chkAutoSave: "Registra els canvis de forma automàtica",
    chkGenerateAnRssFeed: "Genera un fil RSS en desar els canvis",
    chkSaveEmptyTemplate: "Genera un fitxer 'empty.html'en desar els canvis",
    chkOpenInNewWindow: "Obre els vincles externs en un altre finestra",
    chkToggleLinks: "Tanca els elements oberts en clicar sobre els seus vincles",
    chkHttpReadOnly: "Amaga els botons d'edició quan s'accedeix com per HTTP",
    chkForceMinorUpdate: "Tracta les edicions com a Canvis Menors conservant data i hora",
    chkConfirmDelete: "Demana confirmació abans de superimir un element",
    chkInsertTabs: "Inserta un tabulador amb la tecla 3tab en lloc de slatar el camp",
    txtBackupFolder: "Nom de la carpeta per als arxius de còpia",
    txtMaxEditRows: "Màxim nombre de línies d'una capsa d'edició tiddler",
    txtFileSystemCharSet: "Codificació de caractèrs per desar els (només per Firefox/Mozilla)"});

merge(config.messages,{
    customConfigError: "S'han trobat problemes en carregar els connectors. Veieu el PluginManager per a més detalls",
    pluginError: "Error: %0",
    pluginDisabled: "La etiqueta 'systemConfigDisable' no ha permés l'execució",
    pluginForced: "La etiqueta 'systemConfigForce' ha forçat l'execució",
    pluginVersionError: "No s'ha executat el connector donat que cal una versió més recent de TiddlyWiki",
    nothingSelected: "No heu triat res. Selecioneu un o més elements",
    savedSnapshotError: "Sembla que aquest TiddlyWiki s'ha desat malament. Veieu el detalls a http://pacoriviere.googlepages.com/TiddlyWiki.html#BaixaElProgramari",
    subtitleUnknown: "(desconegut)",
    undefinedTiddlerToolTip: "El tiddler '%0' encara no existeix",
    shadowedTiddlerToolTip: "El tiddler '%0' encara no existeix, però té un valor predefinit",
    tiddlerLinkTooltip: "%0 - %1, %2",
    externalLinkTooltip: "Enllaç extern cap a %0",
    noTags: "No hi ha tiddlers amb etiquetes",
    notFileUrlError: "Cal desar aquest TiddlyWiki a un arxiu abans de poder desar els canvis",
    cantSaveError: "No es poden desar els canvis. Pot ser que el vostre navegador no permeti desar (Proveu de fer servir Firefox, en lloc), o degut a que el nom de la ruta de l'arxiu TiddlyWiki té algun caràcter incorrecte",
    invalidFileError: "Sembla que l'arxiu original '%0' no és un TiddlyWiki vàlid",
    backupSaved: "S'ha desat la còpia",
    backupFailed: "No ha estat possible desar la còpia de l'arxiu",
    rssSaved: "S'ha desat el fil RSS",
    rssFailed: "No ha estat possible desar el fil RSS",
    emptySaved: "S'ha desat la plantilla buida",
    emptyFailed: "No ha estat possible desar la plantilla buida",
    mainSaved: "S'ha desat l'arxiu principal de TiddlyWiki",
    mainFailed: "No ha estat possible desar l'arxiu principal de TiddlyWiki. Els vostres canvis no s'han desat",
    macroError: "Hi ha un error a la macro <<%0>>",
    macroErrorDetails: "Hi ha hagut un error a l'executar la macro <<%0>>:\n%1",
    missingMacro: "No es troba la macro",
    overwriteWarning: "Ja hi ha un tiddler amb el nom '%0'. Trieu DAcord si el voleu sobreescriure",
    unsavedChangesWarning: "ATENCIÓ! Hi ha canvis que no s'han desat al TiddlyWiki\n\nTrieu DAcord per desar\nTrieu ANUL·LA per descartar-los",
    confirmExit: "--------------------------------\n\nHi ha canvis que no s'han desat al TiddlyWiki. Si continueu perdreu aquests canvis\n\n--------------------------------",
    saveInstructions: "DesaElsCanvis",
    unsupportedTWFormat: "El format del TiddlyWiki no es permés '%0'",
    tiddlerSaveError: "Hi ha hagut un error en desar el tiddler '%0'",
    tiddlerLoadError: "Hi ha hagut un error en desar el tiddler '%0'",
    wrongSaveFormat: "No es pot desar en el format de magatzament '%0'. Feu servir el format standard per a desar.",
    invalidFieldName: "El nom del camp no és vàlid vàlid %0",
    fieldCannotBeChanged: "No es pot modificar el camp '%0'",
    loadingMissingTiddler: "Intentant recuperar el '%0' del servidor '%1' a:\n\n'%2' a l'espai de treball '%3'"});

merge(config.messages.messageClose,{
    text: "tanca",
    tooltip: "Tanca aquest tiddler"});

config.messages.backstage = {
    open: {text: "bastidors", tooltip: "Obre els bastidors per les tasques d'autor i editor"},
    close: {text: "tanca", tooltip: "Tanca els bastidors"},
    prompt: "bastidors : ",
    decal: {
        edit: {text: "edita", tooltip: "Edita el tiddler '%0'"}
    }
};

config.messages.listView = {
    tiddlerTooltip: "Cliqueu per preveure el tiddler",
    previewUnavailable: "(no es pot preveure)"
};

config.messages.dates.months = ["de gener de", "de febrer de", "de març de", "d'abril de", "de maig de", "de juny de", "de juliol de", "d'agost de", "de setembre de", "d'octubre de", "de novembre de","de desembre de"];
config.messages.dates.days = ["Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte"];
config.messages.dates.shortMonths = ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Des"];
config.messages.dates.shortDays = ["Diu", "Dil", "Dma", "Dcr", "Dij", "Div", "Dis"];
// suffixes for dates, eg "1st","2nd","3rd"..."30th","31st"
config.messages.dates.daySuffixes = ["r","n","r","t","é","é","é","é","é","é",
        "é","é","é","é","é","é","é","é","é","é",
        "é","","é","é","é","é","é","é","é","é",
        "é"];
config.messages.dates.am = "m.";
config.messages.dates.pm = "t.";

merge(config.messages.tiddlerPopup,{
    });

merge(config.views.wikified.tag,{
    labelNoTags: "sense etiquetes",
    labelTags: "etiquetes: ",
    openTag: "Obre l'etiqueta '%0'",
    tooltip: "Obre els tiddlers etiquetats amb '%0'",
    openAllText: "obre tots",
    openAllTooltip: "Obre tots aquests tiddlers",
    popupNone: "No hi ha altres tiddlers etiquetats amb '%0'"});

merge(config.views.wikified,{
    defaultText: "El tiddler '%0' no existeix. Cliqueu dos cops per començar-lo",
    defaultModifier: "(falta)",
    shadowModifier: "(tiddler ombra pre-definit)",
    dateFormat: "DD MMM YYYY",
    createdPrompt: "creat el"});

merge(config.views.editor,{
    tagPrompt: "Afegiu les etiquetes separades per espais, [[feu servir corxets]] si cal, o afegiu-ne",
    defaultText: "Entreu el text per a '%0'.'"});

merge(config.views.editor.tagChooser,{
    text: "etiquetes",
    tooltip: "Tria entre les etiquetes actuals per afegir a aquest tiddler",
    popupNone: "No hi ha etiquetes definides",
    tagTooltip: "Atribuir a etiqueta '%0'"});

merge(config.messages,{
    sizeTemplates:
        [
        {unit: 1024*1024*1024, template: "%0\u00a0GB"},
        {unit: 1024*1024, template: "%0\u00a0MB"},
        {unit: 1024, template: "%0\u00a0KB"},
        {unit: 1, template: "%0\u00a0B"}
        ]});

merge(config.macros.search,{
    label: "cerca",
    prompt: "Cerca en aquest TiddlyWiki",
    accessKey: "F",
    successMsg: "S'han trobat %0 tiddlers que contenen: '%1'",
    failureMsg: "No s'ha trobat cap tiddler amb: '%0'"});

merge(config.macros.tagging,{
    label: "articles:",
    labelNotTag: "cap article",
    tooltip: "Llista de tiddlers etiquetats amb '%0'"});

merge(config.macros.timeline,{
    dateFormat: "DD MMM YYYY"});

merge(config.macros.allTags,{
    tooltip: "Mostra tiddlers com a etiqueta '%0'",
    noTags: "No hi ha tiddlers amb etiquetes"});

config.macros.list.all.prompt = "Tots els tiddlers per ordre alfabètic";
config.macros.list.missing.prompt = "Tiddlers que tenen enllaços cap a ells, però no estàn definits";
config.macros.list.orphans.prompt = "Tiddlers sense enllaços des de cap altre";
config.macros.list.shadowed.prompt = "Tiddlers amb ombres amb contingut per omisió";
config.macros.list.touched.prompt = "Tiddlers que heu modificat localment";

merge(config.macros.closeAll,{
    label: "tanca tots",
    prompt: "Tanca tots els tiddlers oberts (excepte els que s'estàn editant)"});

merge(config.macros.permaview,{
    label: "torna vista",
    prompt: "Enllaça a una URL que torni tots els tiddlers que es mostren ara"});

merge(config.macros.saveChanges,{
    label: "desa els canvis",
    prompt: "Desa tots els canvis a un arxiu",
    accessKey: "S"});

merge(config.macros.newTiddler,{
    label: "nou tiddler",
    prompt: "Obre un nou tiddler",
    title: "Nou tiddler",
    accessKey: "N"});

merge(config.macros.newJournal,{
    label: "nou diari",
    prompt: "Obre un nou tiddler amb la data i hora actuals",
    accessKey: "J"});

merge(config.macros.options,{
    wizardTitle: "Opcions avançades",
    step1Title: "Aquestes opcions es desen a les galetes del vostre navegador",
    step1Html: "<input type='hidden' name='markList'></input><br><input type='checkbox' checked='false' name='chkUnknown'>Mostre les opcions desconegudes</input>",
    unknownDescription: "//(desconegut)//",
    listViewTemplate: {
        columns: [
            {name: 'Option', field: 'option', title: "Opció", type: 'String'},
            {name: 'Description', field: 'description', title: "Descripció", type: 'WikiText'},
            {name: 'Name', field: 'name', title: "Nom", type: 'String'}
            ],
        rowClasses: [
            {className: 'lowlight', field: 'lowlight'}
            ]}
    });

merge(config.macros.plugins,{
    wizardTitle: "Gestor de connectors",
    step1Title: "Connectors carregats",
    step1Html: "<input type='hidden' name='markList'></input>", // DO NOT TRANSLATE
    skippedText: "(Aquest connector encara no s'ha carregat)",
    noPluginText: "No hi ha cap connector instal·lat",
    confirmDeleteText: "Segur que voleu que suprimir els connectors:\n\n%0",
    removeLabel: "suprimeix l'etiqueta systemConfig",
    removePrompt: "Suprimeix l'etiqueta systemConfig",
    deleteLabel: "suprimeix",
    deletePrompt: "Suprimeix definitivament aquests tiddlers",
    listViewTemplate: {
        columns: [
            {name: 'Selected', field: 'Selected', rowName: 'title', type: 'Selector'},
            {name: 'Tiddler', field: 'tiddler', title: "Tiddler", type: 'Tiddler'},
            {name: 'Size', field: 'size', tiddlerLink: 'size', title: "Mida", type: 'Size'},
            {name: 'Forced', field: 'forced', title: "Forçat", tag: 'systemConfigForce', type: 'TagCheckbox'},
            {name: 'Disabled', field: 'disabled', title: "Desactivat", tag: 'systemConfigDisable', type: 'TagCheckbox'},
            {name: 'Executed', field: 'executed', title: "Carregat", type: 'Boolean', trueText: "Sí", falseText: "No"},
            {name: 'Startup Time', field: 'startupTime', title: "Temps de càrrega", type: 'String'},
            {name: 'Error', field: 'error', title: "Resultat", type: 'Boolean', trueText: "Error", falseText: "DAcord"},
            {name: 'Log', field: 'log', title: "Registre", type: 'StringList'}
            ],
        rowClasses: [
            {className: 'error', field: 'error'},
            {className: 'warning', field: 'avís'}
            ]}
    });

merge(config.macros.toolbar,{
    moreLabel: "més",
    morePrompt: "Mostra més ordres"
    });

merge(config.macros.refreshDisplay,{
    label: "actualitza",
    prompt: "Torna a carregar tot el TiddlyWiki"
    });

merge(config.macros.importTiddlers,{
    readOnlyWarning: "No podeu importar a un fitxer TiddlyWiki només de lectura. Mireu d'obrir-lo des d'un fitxer, file:// URL",
    wizardTitle: "Importa tiddlers d'un altre fitxer o servidor",
    step1Title: "Pas 1: Indiqueu el fitxer TiddlyWiki o servidor",
    step1Html: "Indiqueu el tipus de servidor: <select name='selTypes'><option value=''>Trieu...</option></select><br>Entreu la URL o la ruta aquí: <input type='text' size=50 name='txtPath'><br>...o navega: <input type='file' size=50 name='txtBrowse'><br><hr>...o trieu un canal predefinit: <select name='selFeeds'><option value=''>Trieu...</option></select>",
    openLabel: "obre",
    openPrompt: "Obre la connexió amb aquest fitxer o servidor",
    openError: "Hi ha hagut un problema en importar el fitxer Tiddlywiki",
    statusOpenHost: "Obrint el servidor",
    statusGetWorkspaceList: "Obtenint la llista d'espais de treball disponibles",
    step2Title: "Pas 2: Trieu un espai de treball",
    step2Html: "Entreu el nom de l'espai de treball: <input type='text' size=50 name='txtWorkspace'><br>...o trieu un espai de treball: <select name='selWorkspace'><option value=''>Trieu...</option></select>",
    cancelLabel: "anul·la",
    cancelPrompt: "Anul·la la importació",
    statusOpenWorkspace: "Obrint l'espai de treball",
    statusGetTiddlerList: "Obtenint la llista de tiddlers",
    step3Title: "Pas 3: Trieu els tiddlers que voleu importar",
    step3Html: "<input type='hidden' name='markList'></input><br><input type='checkbox' checked='true' name='chkSync'>Manté aquests tiddlers enllaçats a aquest servidor per doder sincronitzar el canvis</input><br><input type='checkbox' name='chkSave'>Deseu els detalls del servidor en un tiddler 'systemServer' anomenat:</input> <input type='text' size=25 name='txtSaveTiddler'>",
    importLabel: "importa",
    importPrompt: "Importa aquests tiddlers",
    confirmOverwriteText: "Segur que voleu substituir aquests tiddlers:\n\n%0",
    step4Title: "Pas 4: Important %0 tiddler(s)",
    step4Html: "<input type='hidden' name='markReport'></input>", // DO NOT TRANSLATE
    doneLabel: "fet",
    donePrompt: "Tanca l'assistent",
    statusDoingImport: "Important els tiddlers",
    statusDoneImport: "S'han importat tots els tiddlers",
    systemServerNamePattern: "%2 de %1",
    systemServerNamePatternNoWorkspace: "%1",
    confirmOverwriteSaveTiddler: "El tiddler '%0' ja existeix. Cliqueu 'DAcord' per sobreescriure'l amb els detalls d'aquest servidor, o 'Anul·la' per deixar-ho tal com és",
    serverSaveTemplate: "|''Tipus:''|%0|\n|''URL:''|%1|\n|''Espai:''|%2|\n\nAquest tiddler es va crear automàticament per registrar els detalls d'aquest servidor",
    serverSaveModifier: "(System)",
    listViewTemplate: {
        columns: [
            {name: 'Selected', field: 'Selected', rowName: 'title', type: 'Selector'},
            {name: 'Tiddler', field: 'tiddler', title: "Tiddler", type: 'Tiddler'},
            {name: 'Size', field: 'size', tiddlerLink: 'size', title: "Mida", type: 'Size'},
            {name: 'Tags', field: 'tags', title: "Etiquetes", type: 'Tags'}
            ],
        rowClasses: [
            ]}
    });

merge(config.macros.upgrade,{
    wizardTitle: "Actualitza el codi del nucli de TiddlyWiki",
    step1Title: "Posa al dia o repara aquest this TiddlyWiki a la darrera versió",
    step1Html: "Aneu a actualitzar a la darrera versió el nucli de TiddlyWiki (de <a href='%0' class='externalLink' target='_blank'>%1</a>). El vostre contingut es conservarà al actualitzar.<br><br>Les actualitzacions del nucli poden fer que els connectors més antics deixin de funcionar correctament. Si trobeu problemes amb l'arxiu actualitzat, veieu <a href='http://www.tiddlywiki.org/wiki/CoreUpgrades' class='externalLink' target='_blank'>http://www.tiddlywiki.org/wiki/CoreUpgrades</a>",
    upgradeLabel: "actualitza",
    upgradePrompt: "Inicia el procés d'actualització",
    statusPreparingBackup: "Preparant la còpia de seguretat",
    statusSavingBackup: "Desant la còpia de seguretat",
    errorSavingBackup: "S'han trobat un problema en desar la còpia de seguretat",
    statusLoadingCore: "Carregant el codi del nucli",
    errorLoadingCore: "Hi ha hagut un error carregant el codi del nucli",
    errorCoreFormat: "Hi ha hagut un error amb el nou codi del nucli",
    statusSavingCore: "Desant el nou codi del nucli",
    statusReloadingCore: "Tornant a carregar el nou codi del nucli"
    });

merge(config.macros.sync,{
    listViewTemplate: {
        columns: [
            {name: 'Selected', field: 'selected', rowName: 'title', type: 'Selector'},
            {name: 'Tiddler', field: 'tiddler', title: "Tiddler", type: 'Tiddler'},
            {name: 'Server Type', field: 'serverType', title: "Tipus de servidor", type: 'String'},
            {name: 'Server Host', field: 'serverHost', title: "Servidor", type: 'String'},
            {name: 'Server Workspace', field: 'serverWorkspace', title: "Espai de treball", type: 'String'},
            {name: 'Status', field: 'status', title: "Estat de Sicronització", type: 'String'},
            {name: 'Server URL', field: 'serverUrl', title: "URL del servidor", text: "Mostra", type: 'Link'}
            ],
        rowClasses: [
            ],
        buttons: [
            {caption: "Sync these tiddlers", name: 'sync'}
            ]},
    wizardTitle: "Sincronitza amb servidors i fitxers externs",
    step1Title: "Trieu els tiddlers que voleu sincronitzar",
    step1Html: "<input type='hidden' name='markList'></input>", // DO NOT TRANSLATE
    syncLabel: "sinc",
    syncPrompt: "Sincronitza aquests tiddlers",
    hasChanged: "Ha canviat mentre no era connectat",
    hasNotChanged: "Sense canvis mentre no era connectat",
    syncStatusList: {
        none: {text: "...", color: "cap"},
        changedServer: {text: "Canviat al servidor", color: '#80ff80'},
        changedLocally: {text: "Canviat mentre desconnectat", color: '#80ff80'},
        changedBoth: {text: "Canviat mentre desconnectat i al servidor", color: '#ff8080'},
        notFound: {text: "No s'ha trobat al servidor", color: '#ffff80'},
        putToServer: {text: "S'han desat els canvis al servidor", color: '#ff80ff'},
        gotFromServer: {text: "S'han recuperat els canvis des del servidor", color: '#80ffff'}
        }
    });

merge(config.macros.annotations,{
    });

merge(config.commands.closeTiddler,{
    text: "tanca",
    tooltip: "Tanca aquest tiddler"});

merge(config.commands.closeOthers,{
    text: "tanca altres",
    tooltip: "Tanca tots els altres tiddlers"});

merge(config.commands.editTiddler,{
    text: "edita",
    tooltip: "Edita aquest tiddler",
    readOnlyText: "mostra",
    readOnlyTooltip: "Mostra el codi d'aquest tiddler"});

merge(config.commands.saveTiddler,{
    text: "desa",
    tooltip: "Desa els canvis d'aquest tiddler"});

merge(config.commands.cancelTiddler,{
    text: "anul·la",
    tooltip: "Anul·la els canvis a aquest tiddler",
    warning: "Segur que voleu anul·lar els canvis a '%0'?",
    readOnlyText: "fet",
    readOnlyTooltip: "Torna a l'aspecte normal"});

merge(config.commands.deleteTiddler,{
    text: "suprimeix",
    tooltip: "Suprimeix aquest tiddler",
    warning: "Segur que voleu suprimir '%0'?"});

merge(config.commands.permalink,{
    text: "enllaç permanent",
    tooltip: "Enllaç permanent d'aquest tiddler"});

merge(config.commands.references,{
    text: "referències",
    tooltip: "Obre els tiddlers que enllacen a aquest",
    popupNone: "sense referències"});

merge(config.commands.jump,{
    text: "salta",
    tooltip: "Salta a un altre tiddler obert"});

merge(config.commands.syncing,{
    text: "sincronitzant",
    tooltip: "Control de la sincronització d'aquest tiddler amb un servidor o fitxer extern",
    currentlySyncing: "<div>Es sincromitza <span class='popupHighlight'>'%0'</span> amb:</"+"div><div>servidor: <span class='popupHighlight'>%1</span></"+"div><div>workspace: <span class='popupHighlight'>%2</span></"+"div>", // Note escaping of closing <div> tag
    notCurrentlySyncing: "No s'està sincronitzant",
    captionUnSync: "Atura la sincronització d'aquest tiddler",
    chooseServer: "Sincronitza aquest tiddler amb un altre servidor:",
    currServerMarker: "\u25cf ",
    notCurrServerMarker: "  "});

merge(config.commands.fields,{
    text: "camps",
    tooltip: "Mostra els camps ampliats d'aquest tiddler",
    emptyText: "Aquest tiddler no té camps ampliats",
    listViewTemplate: {
        columns: [
            {name: 'Field', field: 'field', title: "Camp", type: 'String'},
            {name: 'Value', field: 'value', title: "Valor", type: 'String'}
            ],
        rowClasses: [
            ],
        buttons: [
            ]}});
merge(config.shadowTiddlers,{
    DefaultTiddlers: "ComComençar",
    MainMenu: "TiddlyWiki\nComComençar\n[[Aparença]]\n[[BaixaElProgramari]]\n[[Connectors]]\n[[Donacions]]\n\n© 2007 [[UnaMesa|http://www.unamesa.org/]]\n[[©|Copyright]] 2007 [[frivière|http://pacoriviere.cat/]]\n\n\n^^TiddlyWiki versió <<version>>^^",
    SiteTitle: "El meu TiddlyWiki",
    SiteSubtitle: "bloc web personal no lineal, reutilitzable",
    SiteUrl: "http://www.tiddlywiki.com/",
    Aparença: "Podeu canviar l'aspecte i comportament de TiddlyWiki gairebé com volgueu:\n\n* Amb ColorPalette per canviar l'esquema de colors de base\n* Amb [[CustomStyleSheet|http://www.tiddlywiki.com/#CustomStyleSheet]] per a controlar detalladament el seu aspecte\n* Amb PageTemplate, ViewTemplate o EditTemplate per canviar la composició de la pàgina i la disposició de tiddlers individuals\n* Utilitzeu temes preparats de [[TiddlyThemes|http://tiddlythemes.com/]]\n* Visiteu el resum de Configuration per veure tots els tiddlers especials de configuració\n* Instal·leu [[Connectors]] per estendre la funcionalitat bàsica (i també [[podeu escriure o adaptar el vostre|http://gimcrackd.com/etc/src/codex/]] fàcilment)\n\nHi ha també un grapat de [[TiddlyWikiTools|http://www.tiddlywiki.com/#TiddlyWikiTools]] que podeu utilitzar per ampliar TiddlyWiki.",
    BaixaElProgramari: "Anem a baixar una còpia de TiddlyWiki que tú podràs modificar al teu ordinador.\n\nClica [[aquí|https://projectes.lafarga.cat/frs/?group_id=38]] i tria la darrera versió.\n\nA partir d'aquí ja pots obrir la pàgina al teu navegador, modificar-la i omplir-la de contingut. Pots fer-la servir al teu ordinador o pujar-la a internet i compartir-la.\n\nAquí trobaràs una [[èxplicació més detallada|http://pacoriviere.googlepages.com/20minuts.html]]",
    Copyright: "CatalanLingo - Localització de TiddlyWiki versió 2.0.0 (c) Paco Rivière, 2006. \n\nSi ''feu servir CatalanLingo públicament'' apreciaria un enllaç cap a (http://pacoriviere.cat/).\n\n''L'ús comercial'' requireix permís previ escrit. Contacteu Paco Rivière a (web [a] pacoriviere [punt] cat).\n\n!LLICÈNCIA\n\nCopyright (c) Paco Rivière 2006\n\nEs permet la distribució del codi font i binari, amb o sense modificacions, sempre que es compleixin les següents condicions:\n\nLa distribució del codi font ha de mantenir el copyright anterior, aquesta llista de condicions i el següent avís.\n\nLa distribució del codi binari ha de mantenir el copyright anterior, aquesta llista de condicions i el següent avís a la documentació i/o altres materials subministrats amb la distribució.\n\nEl nom de Paco Rivière ni els dels seus col·laboradors no es poden fer servir per recolçar o promoure productes derivats d'aquest programari, sense el seu permís explícit previ per escrit.\n\nELS POSSEÏDORS DEL COPYRIGHT I/O ALTRES PARTS FACILITEN EL PROGRAMARI 'TAL QUAL' SENSE CAP MENA DE GARANTIA, NI EXPLÍCITA NI IMPLÍCITA, INCLOSES, ENTRE ALTRES, LES GARANTIES IMPLÍCITES DE COMERCIALITZABILITAT I APTITUD PER A PROPÒSITS DETERMINATS. EN CAP CAS EL POSSEÏDOR DEL COPYRIGHT I/O ALTRES PARTS, TRET DEL QUE REQUEREIXIN ELS ACORDS PER ESCRIT, NO US HAURÀ DE RESPONDRE PER PERJUDICIS, INCLOSOS ELS DIRECTES, INDIRECTES, ESPECIALS, EXEMPLARS, O DANYS CONSEQÜENTS (INCLOSES ENTRE D'ALTRES LES PÈRDUES DE DADES, O BENEFICIS; O INTERRUPCIO DEL NEGOCI), COM SIGUI QUE S'HAGIN PRODUÏT I EN QUALSEVOL TEORIA DE FIABILITAT, TAN SI ÉS EN CONTRACTE, FIABILITAT ESTRICTE, O ALTRES (INCLOSES LA NEGLIGÈNCIA O ALTRES), QUE ES DERIVIN DE L'ÚS DEL PROGRAMA, EN QUALSEVOL FORMA, FINS I TOT SI AQUEST POSSEÏDOR O ALTRA PART HA ESTAT ADVERTIDA DE LA POSSIBILITAT D'AQUESTS PERJUDICIS.",
    ComComençar: "Per començar amb aquest TiddlyWiki en blanc, heu de modificar els següents tiddlers:\n* [[TitolDelLloc|SiteTitle]] & [[SubtitolDelLloc|SiteSubtitle]]: El títol i el subtítol del lloc, com es mostra a sobre (un cop desats, també apareixeran a la barra de títols del navegador)\n* [[MenuPrincipal|MainMenu]]: El menú (normalment a l'esquerra)\n* [[TiddlersPerOmisio|DefaultTiddlers]]: Conté els noms dels tiddlers que voleu que apareguin quan s'obre el TiddlyWiki\nTambé heu d'entrar el vostre nom d'usuari per signar les vostres edicions: <<option txtUserName>>",
    Connectors: "Els connectors (plugins) permeten ampliar les funcions de [[TiddlyWiki]]:\n\n* ''En català'':\n** [[Calendari|http://projectes.lafarga.cat/frs/?group_id=38]] Calendari i agenda.\n** [[Tria el Tema|http://projectes.lafarga.cat/frs/?group_id=38]] Tria l'aspecte de TiddlyWiki entre diversos fulls d'estil.\n** [[Presentació|http://projectes.lafarga.cat/frs/?group_id=38]] Fes presentacions amb TiddlyWiki.\n** [[arxiuPlugin|http://projectes.lafarga.cat/frs/?group_id=38]] Per agrupar els Tiddlers per mesos.\n** [[DissenyUgrudi|http://projectes.lafarga.cat/frs/?group_id=38]] Disseny freaky\n** [[WikiBar|http://projectes.lafarga.cat/frs/?group_id=38]] Una barra d'eines a l'estil Viquipèdia\n** [[RellotgePlugin|http://projectes.lafarga.cat/frs/?group_id=38]] Un rellotge analògic, només amb JavaScript\nPantalles: http://flickr.com/photos/friviere/sets/72157594150898782/\n\n* ''En anglés'': http://www.tiddlywiki.com/index.html#Plugins",
    Donacions: "La localització de TiddlyWiki al català és programari lliure, disponible gratuitament per tothom i sempre ho serà. Si feu  servir TiddlyWiki de forma regular i us resulta útil, podeu [[contribuïr amb una donació|https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=web%40pacoriviere%2ecat&item_name=Donaci%c3%b3%20per%20la%20localitzaci%c3%b3%20de%20TiddlyWiki%20al%20catal%c3%a0&amount=10%2e00&no_shipping=1&return=http%3a%2f%2fpacoriviere%2egooglepages%2ecom%2fTiddlyWiki%2ehtml&no_note=1&tax=0&currency_code=EUR&lc=ES&bn=PP%2dDonationsBF&charset=UTF%2d8]] encara que sigui modesta  a PayPal (com ara 10 Euros)",
    SideBarOptions: "<<search>><<closeAll>><<permaview>><<newTiddler>><<newJournal '0DD MMM YYYY' 'diari'>><<saveChanges>><<slider chkSliderOptionsPanel OptionsPanel opcions 'Canvia les opcions avançades del TiddlyWiki'>>",
    OptionsPanel: "Les opcions per personalitzar TiddlyWiki es desen al vostre navegador\n\nEl vostre nom per signar les vostres edicions. Escribiu-lo com una ParaulaWiki (com ara MartiCliment)\n<<option txtUserName>>\n<<option chkSaveBackups>> DesaCòpies\n<<option chkAutoSave>> AutoDesa\n<<option chkRegExpSearch>> CercaExpReg\n<<option chkCaseSensitiveSearch>> CercaSensibleACaixa\n<<option chkAnimate>> ActivaAnimacions\n\n----\nMostra les OpcionsAvançades",
    SideBarTabs: "<<tabs txtMainTab 'Data' 'Tiddlers per ordre cronològic' TabTimeline 'Títol' 'Tiddlers per ordre alfabètic' TabAll 'Etiquetes' 'Tiddlers etiquetats' TabTags 'Més' 'Més llistes' TabMore>>",
    TabTimeline: "<<timeline>>",
    TabAll: "<<list all>>",
    TabTags: "<<allTags>>",
    TabMore: "<<tabs txtMoreTab 'Falten' 'Tiddlers que no existeixen' TabMoreMissing 'Orfes' 'Tiddlers orfes' TabMoreOrphans Ombres 'Tiddlers amb ombra' TabMoreShadowed>>",
    TabMoreMissing: "<<list missing>>",
    TabMoreOrphans: "<<list orphans>>",
    TabMoreShadowed: "<<list shadowed>>",
    TiddlyWiki: "TiddlyWiki en català:\n\nhttp://pacoriviere.googlepages.com/TiddlyWikiCA.html\n[[Guia ràpida en català|http://pacoriviere.googlepages.com/20minuts.html]]\n\nLloc web original de TiddlyWiki (en anglés):\n\nhttp://www.tiddlywiki.com/",
    PluginManager: "<<plugins>>",
    ImportTiddlers: "<<importTiddlers>>",
        OpcionsAvançades: "<<tiddler AdvancedOptions>>",
        GestorDeConnectors: "<<tiddler PluginManager>>",
        ImportaTiddlers: "<<tiddler ImportTiddlers>>"});
delete config.shadowTiddlers.GettingStarted;

merge(config.annotations,{
    AdvancedOptions: "Aquest tiddler ombra dóna accès a vàries opcions avançades",
    ColorPalette: "Els valors que hi ha en aquest tiddler ombra determinen l'esquema de colors de la interfície d'usuari de ~TiddlyWiki",
    DefaultTiddlers: "Els tiddlers que es llisten en aquest tiddler ombra es mostren quan arrenca ~TiddlyWiki",
    EditTemplate: "La plantilla HTML que hi ha en aquest tiddler ombra determina l'aspecte dels tiddlers mentre s'editen",
    GettingStarted: "Aquest tiddler ombra dóna instruccions bàsiques d'ús",
    ImportTiddlers: "Aquest tiddler ombra permet importar tiddlers",
    MainMenu: "Aquest tiddler ombra es fa servir per al contingut del menú principal de la columna de l'esquerra",
    MarkupPreHead: "Aquest tiddler s'inserta a la part superior de la secció <head> del fitxer HTML de TiddlyWiki",
    MarkupPostHead: "Aquest tiddler s'inserta a la part final de la secció <head> del fitxer HTML de TiddlyWiki",
    MarkupPreBody: "Aquest tiddler s'inserta a la part superior de la secció <body> del fitxer HTML de TiddlyWiki",
    MarkupPostBody: "Aquest tiddler s'inserta a la part final de la secció <body> del fitxer HTML de TiddlyWiki just abans del bloc de seqüències",
    OptionsPanel: "Aquest tiddler ombra es fa servir per al contingut del quadre d'opcions slider de la columna de la dreta",
    PageTemplate: "La plantilla HTML que hi ha en aquest tiddler ombra determina la disposició de ~TiddlyWiki",
    PluginManager: "Aquest tiddler ombra dóna access al gestor de connectors",
    SideBarOptions: "Aquest tiddler ombra es fa servir per al contingut del quadre d'opcions de la columna de la dreta",
    SideBarTabs: "Aquest tiddler ombra es fa servir per al contingut del quadre d'etiquetes de la columna de la dreta",
    SiteSubtitle: "Aquest tiddler ombra es fa servir per la segona part del títol de la pàgina",
    SiteTitle: "Aquest tiddler ombra es fa servir per la primera part del títol de la pàgina",
    SiteUrl: "Aquest tiddler ombra cal escriure l'adreça URL sencera per la publicació",
    StyleSheetColours: "Aquest tiddler ombra conté les definicions CSS relatives al color dels elements de la pàgina",
    StyleSheet: "Aquest tiddler pot contenir les vostres definicions CSS personalitzades",
    StyleSheetLayout: "Aquest tiddler ombra conté les definicions CSS relatives a la disposició dels elements de la pàgina",
    StyleSheetLocale: "Aquest tiddler ombra conté les definicions CSS relatives a la traducció local",
    StyleSheetPrint: "Aquest tiddler ombra conté les definicions CSS per la impressió",
    TabAll: "Aquest tiddler ombra conté el contingut de la pestanya 'Títol'de la columna de la dreta",
    TabMore: "Aquest tiddler ombra conté el contingut de la pestanya 'Més'de la columna de la dreta",
    TabMoreMissing: "Aquest tiddler ombra conté el contingut de la pestanya 'Falten'de la columna de la dreta",
    TabMoreOrphans: "Aquest tiddler ombra conté el contingut de la pestanya 'Orfes'de la columna de la dreta",
    TabMoreShadowed: "Aquest tiddler ombra conté el contingut de la pestanya 'Ombres'de la columna de la dreta",
    TabTags: "Aquest tiddler ombra conté el contingut de la pestanya 'Etiquetes'de la columna de la dreta",
    TabTimeline: "Aquest tiddler ombra conté el contingut de la pestanya 'Data'de la columna de la dreta",
    ViewTemplate: "La plantilla HTML que hi ha en aquest tiddler ombra determina l'aspecte dels tiddlers"
    });

/*}}}*/
/***
| Name:|Clock2|
| Author:|Simon Baird|
| Description:|A skinnable, sizeable analog clock|
| Source:|http://tiddlyspot.com/mptw/#Clock2|
| Requires:|Firefox 1.5.x or maybe Safari|
| Version:|1.0.6|
| Date:|8-Jul-2008|
!!Note
* Does not work in IE or Opera due to lack of canvas support.
* If you make a nice skin send it to me and I will include it here.
*I'm not actively maintaining this plugin
* See also http://randomibis.com/coolclock/
!!Ideas
* Can we support IE with this? http://sourceforge.net/projects/excanvas
* Skin should specify order of drawing so things can be on top of other things
* Fix it so we can have filled and/or stroked elements
* Skin should allow any number of moving and static elements
* Make download and example for non-TW use
* Make floating draggable?
!!Examples
{{{
<<clock2 fancy>><<clock2 120>>
<<clock2 chunkySwiss>> <<clock2 60 chunkySwiss noSeconds>><<clock2 '{
	outerBorder: { lineWidth: 60, radius:55, color: "#dd8877", alpha: 1 },
	smallIndicator: { lineWidth: 4, startAt: 80, endAt: 95, color: "white", alpha: 1 },
	largeIndicator: { lineWidth: 12, startAt: 77, endAt: 89, color: "#dd8877", alpha: 1 },
	hourHand: { lineWidth: 15, startAt: -15, endAt: 50, color: "white", alpha: 1 },
	minuteHand: { lineWidth: 10, startAt: 24, endAt: 200, color: "#771100", alpha: 0.6 },
	secondHand: { lineWidth: 3, startAt: 22, endAt: 83, color: "green", alpha: 0 },
	secondDecoration: { lineWidth: 1, startAt: 52, radius: 26, fillColor: "white", color: "red", alpha: 0.2 }
}'>>

}}}
<<clock2 fancy>><<clock2 120>>
<<clock2 chunkySwiss>> <<clock2 60 chunkySwiss noSeconds>><<clock2 '{
	outerBorder: { lineWidth: 60, radius:55, color: "#dd8877", alpha: 1 },
	smallIndicator: { lineWidth: 4, startAt: 80, endAt: 95, color: "white", alpha: 1 },
	largeIndicator: { lineWidth: 12, startAt: 77, endAt: 89, color: "#dd8877", alpha: 1 },
	hourHand: { lineWidth: 15, startAt: -15, endAt: 50, color: "white", alpha: 1 },
	minuteHand: { lineWidth: 10, startAt: 24, endAt: 200, color: "#771100", alpha: 0.6 },
	secondHand: { lineWidth: 3, startAt: 22, endAt: 83, color: "green", alpha: 0 },
	secondDecoration: { lineWidth: 1, startAt: 52, radius: 26, fillColor: "white", color: "red", alpha: 0.2 }
}'>>

See also BigClock.
!!Code
***/
//{{{

window.CoolClock = function(canvasId,displayRadius,skinId,showSecondHand) {
	return this.init(canvasId,displayRadius,skinId,showSecondHand);
}

CoolClock.config = {
	clockTracker: {},
	tickDelay: 1000,
	longTickDelay: 15000,
	defaultRadius: 85,
	renderRadius: 100,
	defaultSkin: "swissRail",
	skins:	{
		// try making your own...
		swissRail: {
			outerBorder: { lineWidth: 1, radius:95, color: "black", alpha: 1 },
			smallIndicator: { lineWidth: 2, startAt: 89, endAt: 93, color: "black", alpha: 1 },
			largeIndicator: { lineWidth: 4, startAt: 80, endAt: 93, color: "black", alpha: 1 },
			hourHand: { lineWidth: 8, startAt: -15, endAt: 50, color: "black", alpha: 1 },
			minuteHand: { lineWidth: 7, startAt: -15, endAt: 75, color: "black", alpha: 1 },
			secondHand: { lineWidth: 1, startAt: -20, endAt: 85, color: "red", alpha: 1 },
			secondDecoration: { lineWidth: 1, startAt: 70, radius: 4, fillColor: "red", color: "red", alpha: 1 }
		},
		chunkySwiss: {
			outerBorder: { lineWidth: 5, radius:97, color: "black", alpha: 1 },
			smallIndicator: { lineWidth: 4, startAt: 89, endAt: 93, color: "black", alpha: 1 },
			largeIndicator: { lineWidth: 8, startAt: 80, endAt: 93, color: "black", alpha: 1 },
			hourHand: { lineWidth: 12, startAt: -15, endAt: 60, color: "black", alpha: 1 },
			minuteHand: { lineWidth: 10, startAt: -15, endAt: 85, color: "black", alpha: 1 },
			secondHand: { lineWidth: 4, startAt: -20, endAt: 85, color: "red", alpha: 1 },
			secondDecoration: { lineWidth: 2, startAt: 70, radius: 8, fillColor: "red", color: "red", alpha: 1 }
		},
		fancy: {
			outerBorder: { lineWidth: 5, radius:95, color: "green", alpha: 0.7 },
			smallIndicator: { lineWidth: 1, startAt: 80, endAt: 93, color: "black", alpha: 0.4 },
			largeIndicator: { lineWidth: 1, startAt: 30, endAt: 93, color: "black", alpha: 0.5 },
			hourHand: { lineWidth: 8, startAt: -15, endAt: 50, color: "blue", alpha: 0.7 },
			minuteHand: { lineWidth: 7, startAt: -15, endAt: 92, color: "red", alpha: 0.7 },
			secondHand: { lineWidth: 10, startAt: 80, endAt: 85, color: "blue", alpha: 0.3 },
			secondDecoration: { lineWidth: 1, startAt: 30, radius: 50, fillColor: "blue", color: "red", alpha: 0.15 }
		}
	}
};

CoolClock.prototype = {
	init: function(canvasId,displayRadius,skinId,showSecondHand) {
		this.canvasId = canvasId;
		this.displayRadius = displayRadius || CoolClock.config.defaultRadius;
		this.skinId = skinId || CoolClock.config.defaultSkin;
		this.showSecondHand = typeof showSecondHand == "boolean" ? showSecondHand : true;
		this.tickDelay = CoolClock.config[ this.showSecondHand ? "tickDelay" : "longTickDelay"];

		this.canvas = document.getElementById(canvasId);
		this.canvas.setAttribute("width",this.displayRadius*2);
		this.canvas.setAttribute("height",this.displayRadius*2);

		this.renderRadius = CoolClock.config.renderRadius; 

		var scale = this.displayRadius / this.renderRadius;
		this.ctx = this.canvas.getContext("2d");
		this.ctx.scale(scale,scale);

		CoolClock.config.clockTracker[canvasId] = this;
		this.tick();
		return this;
	},

	fullCircle: function(skin) {
		this.fullCircleAt(this.renderRadius,this.renderRadius,skin);
	},

	fullCircleAt: function(x,y,skin) {
		with (this.ctx) {
			save();
			globalAlpha = skin.alpha;
			lineWidth = skin.lineWidth;
			if (!document.all)
				beginPath();
			arc(x, y, skin.radius, 0, 2*Math.PI, false);
			if (skin.fillColor) {
				fillStyle = skin.fillColor
				fill();
			}
			else {
				// XXX why not stroke and fill
				strokeStyle = skin.color;
				stroke();
			}
			restore();
		}
	},

	radialLineAtAngle: function(angleFraction,skin) {
		with (this.ctx) {
			save();
			translate(this.renderRadius,this.renderRadius);
			rotate(Math.PI * (2 * angleFraction - 0.5));
			globalAlpha = skin.alpha;
			strokeStyle = skin.color;
			lineWidth = skin.lineWidth;
			if (skin.radius) {
				this.fullCircleAt(skin.startAt,0,skin)
			}
			else {
				beginPath();
				moveTo(skin.startAt,0)
				lineTo(skin.endAt,0);
				stroke();
			}
			restore();
		}
	},

	render: function(hour,min,sec) {
		var skin = CoolClock.config.skins[this.skinId];
		this.ctx.clearRect(0,0,this.renderRadius*2,this.renderRadius*2);

		this.fullCircle(skin.outerBorder);

		for (var i=0;i<60;i++)
			this.radialLineAtAngle(i/60,skin[ i%5 ? "smallIndicator" : "largeIndicator"]);
				
		this.radialLineAtAngle((hour+min/60)/12,skin.hourHand);
		this.radialLineAtAngle((min+sec/60)/60,skin.minuteHand);
		if (this.showSecondHand) {
			this.radialLineAtAngle(sec/60,skin.secondHand);
			this.radialLineAtAngle(sec/60,skin.secondDecoration);
		}
	},


	nextTick: function() {
		setTimeout("CoolClock.config.clockTracker['"+this.canvasId+"'].tick()",this.tickDelay);
	},

	stillHere: function() {
		return document.getElementById(this.canvasId) != null;
	},

	refreshDisplay: function() {
		var now = new Date();
		this.render(now.getHours(),now.getMinutes(),now.getSeconds());
	},

	tick: function() {
		if (this.stillHere()) {
			this.refreshDisplay()
			this.nextTick();
		}
	}
}



config.macros.clock2 = {
	counter: 0,
	handler: function (place,macroName,params,wikifier,paramString,tiddler) {
		var size,skin,seconds,skinData;
		for (var i=0;i<params.length;i++)
			if (/^\d+$/.exec(params[i]))
				size = params[i];
			else if (params[i] == "noSeconds")
				seconds = false;
			else if (/^\{/.exec(params[i]))
				eval("skinData = " + params[i]);
			else
				skin = params[i];
		if (skinData) {
			CoolClock.config.skins.customSkin = skinData;
			skin = "customSkin";
		}
		var canvas = createTiddlyElement(place,"canvas","clockcanvas"+this.counter);
		var clock = new CoolClock("clockcanvas"+this.counter,size,skin,seconds);
		this.counter++;
	}
}

//}}}
Per començar amb aquest TiddlyWiki en blanc, heu de modificar els següents tiddlers:
* [[TitolDelLloc|SiteTitle]] & [[SubtitolDelLloc|SiteSubtitle]]: El títol i el subtítol del lloc, com es mostra a sobre (un cop desats, també apareixeran a la barra de títols del navegador)
* [[MenuPrincipal|MainMenu]]: El menú (normalment a l'esquerra)
* [[TiddlersPerOmisio|DefaultTiddlers]]: Conté els noms dels tiddlers que voleu que apareguin quan s'obre el TiddlyWiki
També heu d'entrar el vostre nom d'usuari per signar les vostres edicions: Joaquim
<!-- Inicio codigo contador --><script Language=JavaScript>
document.write("<img src=\"http://www.servicont.com/cgi-bin/sc.cgi?cnt=comptista&ref=");
document.write(document.referrer);
document.write("\" alt=\"www.servicont.com\">");
</script>
El temps: [img[Click for a weather forecast for Girona, Catalonia, Spain|http://banners.wunderground.com/banner/infoboxtr_metric/language/catalan/global/stations/08184.gif][http://catalan.wunderground.com/global/stations/08184.html]]

Un rellotge que [[no funciona amb Internet Explorer|https://projectes.lafarga.cat/frs/download.php/962/RellotgePlugin.html#Rellotge%20RellotgePlugin]]: <<clock2>>

Un rellotge en català: <html>
<div class='widget-content'>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 4,0,2,0 = width="250" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version" height="133">
        <param value="http://www.comunicaciodigital.com/rellotge_catala_incrustat/eHORACAT.swf?t=5&w=230&h=120" name="movie"/>
        <param value="transparent" name="wmode"/>
        <embed width="250" src="http://www.comunicaciodigital.com/rellotge_catala_incrustat/eHORACAT.swf?t=5&w=230&h=120" height="133" wmode="transparent" type="application/x-shockwave-flash"/>
</embed></object>

</div>
</html>

You are invited to visit my [[bookmarks|http://eeea.udg.edu/~armengol/bookmark.htm]].

... and to [[smile|http://eeea.udg.edu/~armengol/iee.htm]].

The Hunger Site: [img[http://www.thehungersite.com|thehungersitebanner.gif][http://www.thehungersite.com]]

Google català: [img[Google català|http://www.google.com/intl/ca_ALL/images/logo.gif][http://www.google.com/intl/ca/]]

Aquesta pàgina originalment va estar feta amb el  Netscape 4.7: [img[netscape.gif]] [img[mozilla.gif]]

[img[ |http://pics3.inxhost.com/images/sticker.gif][http://catalan-108407425716.spampoison.com]]

[img[ |eurocaucelogo.jpg][http://www.euro.cauce.org/en/]]
[[Joaquim Armengol Llobet]]

<div class='title' macro='view title'></div>
<div class='toolbar' macro='toolbar +saveTiddler -cancelTiddler deleteTiddler'></div>
<div class='editor' macro='edit title'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser'></span></div>
[[Professor Titular d'Universitat|http://en.wikipedia.org/wiki/Academic_ranks_in_Spain]] (Associate Professor)

Unitat d'Enginyeria de Sistemes i Automàtica (ESA)
Departament d'Enginyeria Elèctrica, Electrònica i Automàtica ([[EEEA|http://www.udg.cat/depeeea/]])
Universitat de Girona ([[UdG|http://www.udg.cat/]])

Modal Intervals and Control Engineering research group (MICE): [[webpage|http://iiia.udg.edu/micelab]], [[blog|https://micelabgirona.wordpress.com/about-us/]]. 
Institut d'Informàtica i Aplicacions ([[IIiA|http://iiia.udg.edu/]])

[img[smail.gif]]  Despatx 130
[[Escola Politècnica Superior|http://eps.udg.edu/]], [[Edifici P4|http://www.openstreetmap.org/#map=19/41.96375/2.83127]]
[[Campus de Montilivi|https://goo.gl/maps/yIWhw]]
[[Universitat de Girona|http://www.udg.cat]]
[[Carrer Universitat de Girona, 6|http://wikimapia.org/#lat=41.9630847&lon=2.8317537&z=20&l=53&m=b]]
E-17003 [[Girona|http://ca.wikipedia.org/wiki/Girona]]

[img[tel.gif]] Intern ~UdG: 5381
[img[tel.gif]] +34 689 421 348
[img[fax.gif]] +34 972 418 813
[img[email.gif]] [[joaquim.armengol@udg.cat|mailto:joaquim.armengol@udg.cat]]

Personal websites:
*[[Universitat de Girona|http://www.udg.edu/planapersonal/tabid/8656/Default.aspx?ID=2000598]]
*~LinkedIn: [img[linkedin-icon.png][https://www.linkedin.com/in/joaquimarmengol]]
*[[ResearchGate|https://www.researchgate.net/profile/Joaquim_Armengol]].
*[[Academia|https://independent.academia.edu/JoaquimArmengol]].
*[[Google Scholar / Google Acadèmic|https://scholar.google.es/citations?user=AVZHKLcAAAAJ&hl=ca&oi=ao]].
*ORCID (Open Researcher and Contributor ID): [[0000-0002-5507-2808|http://orcid.org/0000-0002-5507-2808]].
*Scopus Author ID: [[7006225907|http://www.scopus.com/inward/authorDetails.url?authorID=7006225907&partnerID=MN8TOARS]].
*~ResearcherID: [[I-3879-2014|http://www.researcherid.com/rid/I-3879-2014]].
*[[Kudos|https://www.growkudos.com/profiles/146940]].
*[[Biblioteca Nacional de España|http://datos.bne.es/persona/XX1018195.html]].
*[[Dialnet|http://dialnet.unirioja.es/servlet/autor?codigo=2173936]].
*ISNI (International Standard Name Identifier): [[0000 0000 6048 5071|http://isni-url.oclc.nl/isni/0000000060485071]].
*[[VIAF (Virtual International Authority File)|http://viaf.org/viaf/86562112]].
*[[Library of Congress|http://id.loc.gov/authorities/names/no2014018397]].
*[[SUDOC (Système Universitaire de Documentation)|http://www.idref.fr/175627843]].
*[[OCLC (Online Computer Library Center)|http://www.worldcat.org/oclc/807302271]].

!Formació Acadèmica
* 1990. Enginyer Tècnic Industrial, especialitat Electrònica. Escola Universitària Politècnica de Girona ([[Universitat Politècnica de Catalunya|http://www.upc.edu]]).
* 1992. Enginyer Industrial, especialitat Elèctrica. Escola Tècnica Superior d'Enginyers Industrials de Terrassa ([[Universitat Politècnica de Catalunya|http://www.upc.edu]]).
* 2000. Doctor Europeu Enginyer Industrial ([[Universitat de Girona|http://www.udg.cat]]).

!Teaching / Docència

Past events:
*[[8th INTERNATIONAL SUMMER SCHOOL ON FAULT DIAGNOSIS OF COMPLEX SYSTEMS|http://www.lsi.us.es/~rdiag/index.php/Escuela2019uk/HomePage]]. Sevilla, Spain, 17^^th^^ to 21^^st^^ of June, 2019. 
*[[7th INTERNATIONAL SUMMER SCHOOL ON FAULT DIAGNOSIS OF COMPLEX SYSTEMS|http://diagnosis17.cs2ac.upc.edu/]]. Terrassa, Barcelona, Catalonia, Spain, 3^^rd^^ to 7^^th^^ of July, 2017. 
*[[6th INTERNATIONAL SUMMER SCHOOL ON FAULT DIAGNOSIS OF COMPLEX SYSTEMS|http://www.lsi.us.es/~rdiag/index.php/Escuela2015uk/HomePage]]. Segovia, Spain, 22^^nd^^ to 26^^th^^ of June, 2015. 
*[[V INTERNATIONAL SUMMER SCHOOL ON FAULT DIAGNOSIS OF COMPLEX SYSTEMS|http://www.lsi.us.es/~rdiag/index.php/Escuela2013uk/HomePage]]. Madrid, Spain, 1^^st^^ to 5^^th^^ of July, 2013. 
*[[IV INTERNATIONAL SUMMER SCHOOL ON FAULT DIAGNOSIS OF COMPLEX SYSTEMS|http://www.lsi.us.es/~rdiag/index.php/Escuela2010uk/HomePage]]. Girona, Catalonia, Spain, 5^^th^^ to 9^^th^^ of July, 2010.
*[[III INTERNATIONAL SUMMER SCHOOL ON FAULT DIAGNOSIS OF COMPLEX SYSTEMS|http://www.lsi.us.es/~rdiag/index.php/Escuela2008uk/HomePage]]. Sevilla, Spain, 2008.
*II INTERNATIONAL SUMMER SCHOOL ON FAULT DIAGNOSIS OF COMPLEX SYSTEMS. Peñaranda de Duero, Spain, 2006.
*I INTERNATIONAL SUMMER SCHOOL ON FAULT DIAGNOSIS OF COMPLEX SYSTEMS. Barcelona, Catalonia, Spain, 2004.

!Research / Recerca

Main research topics:
*Application of [[Modal Interval Analysis|http://ima.udg.edu/SIGLA/X/mod_interval]] ([[book|http://www.springer.com/mathematics/analysis/book/978-3-319-01720-4]]) to the supervision of uncertain systems (Visit [[Interval Computations|http://www.cs.utep.edu/interval-comp/main.html]]).
*[[Artificial Pancreas|https://micelabdiabetes.wordpress.com/]]

[[PhD thesis proposal - Proposta de tesi doctoral - Propuesta de tesis doctoral - Proposition de sujet de thèse]]

Projecte [[DiSQobolo|http://eeea.udg.edu/~armengol/DiSQobolo.html]].

[[Recent publications|http://www.udg.edu/planapersonal/tabid/8656/Default.aspx?ID=2000598]]
[[Older publications|http://eeea.udg.edu/~armengol/vella.html]]

[[Coses]]

Comentaris: [[joaquim.armengol@udg.cat|mailto:joaquim.armengol@udg.cat]]. 
TiddlyWiki
ComComençar
[[Aparença]]
[[BaixaElProgramari]]
[[Connectors]]
[[Donacions]]

© 2007 [[UnaMesa|http://www.unamesa.org/]]
[[©|Copyright]] 2007 [[frivière|http://pacoriviere.cat/]]


^^TiddlyWiki versió <<version>>^^


<<tiddler AdvancedOptions>>
<!--{{{-->
<div id='header'>
</div>
<div id='sidebar'>
<div id='titleLine'></div>
<span id='siteTitle' refresh='content' tiddler='SiteTitle'></span>- <span id='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>

<!--}}}-->
~PhD thesis proposal at the ~MICElab research group: Identification of uncertain systems.

!RESEARCH GROUP

[[MICElab|http://iiia.udg.edu/micelab]], which stands for ''M''odal ''I''nterval and ''C''ontrol ''E''ngineering ''Lab''oratory, is a research group of the [[Universitat de Girona|http://www.udg.cat]] ([[Girona|http://en.wikipedia.org/wiki/Girona]], [[Catalonia|http://en.wikipedia.org/wiki/Catalonia]], [[Spain|http://en.wikipedia.org/wiki/Spain]]) that aims to develop tools based on [[Interval Analysis|http://www.cs.utep.edu/interval-comp/main.html]] to deal with uncertain systems. Interval analysis has been applied in several fields such as modeling, simulation, fault detection and diagnosis, set inversion, optimization problems, robust control analysis and design, computer graphics, etc. 

Currently the group is working in several international and national research projects and needs ~PhD candidates to work on these projects.

!RESEARCH TOPIC

The MICE research group works on applications of control engineering to real complex applications. One of the main concerns is uncertainty. A way to deal with uncertainty is bounding it by using intervals, so several tools based on intervals have been developed in the recent years.

One of those complex applications is the control of blood glucose in patients with diabetes, in which the MICE research group has a [[solid background|http://www.insulaid2.org]]. Several advances with the final goal of the development of the so-called Artificial Pancreas have been done in the recent years, but to achieve this goal, many issues still must be solved. In biological systems, uncertainties are larger because many variables can not be measured or can not be measured continuously. On the other hand, there is a large variability: the behaviour can change from one day to another, from one time of the day to another, from one individual to another, etc.

The aim of this ~PhD proposal is the development of methods and techniques to obtain interval models to express the uncertainty of systems, specifically interval models for the glucose-insulin system. Different alternatives will be assessed: identification theory, interval analysis, constraint satisfaction problems, dynamic refining, etc.

!TASKS
*Development of methods for the identification of uncertain complex systems. 
*Application to identification and validation of models for the glucoregulatory system, which has large uncertainties.

!GRANTS / SCHOLARSHIPS / FELLOWSHIPS

Different [[PhD grants|http://portalderecerca.udg.edu/pr/becaris.aspx]] are offered throughout the year by the Universitat de Girona and the Catalan and Spanish governments. Typically these grants are for three or four years and gross salary is around 1500 EUR per month. The candidate can apply for these grants. 

!REQUIREMENTS FOR THE CANDIDATES

Qualified candidates should have a Master degree and a background in e.g., systems and control, electrical engineering, mechanical engineering, civil engineering, mathematics, or similar disciplines. The candidates must be enthusiastic and greatly interested in fundamental research. Good programming skills are welcome. In addition, excellent communication skills are important for the position and a good command of the English language is required.

!CONTACT

Interested applicants are invited to send an e-mail with Curriculum Vitae, master degree certificate, academic records, a list of publications and a cover letter stating the motivation, to [[Prof. Remei Calm|mailto:remei.calm@udg.cat]] or to [[Prof. Joaquim Armengol|mailto:joaquim.armengol@udg.cat]].



Bloc web personal no lineal, reutilitzable. 

Since 2008-07-07. 

Basat en TiddlyWiki 2.4.0. 
''Can Joaquim Armengol Llobet''
/***
http://tiddlystyles.com/#theme:TiddlyPedia
***/

/*{{{*/
body{
 background: #f9f9f9 url(headbg.jpg) no-repeat top left;
}

#titleLine{
 display: block;
 background: transparent url(wiki.png) no-repeat 18px -7px;
 _background: transparent;
 height: 120px;
 _height: 135px;
 width: 150px;
 color: #000;
 border: 1px;
 padding: 0;
 margin: 0;
}

* html #titleLine{
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wiki.png',sizingMethod='scale');
}

#contentWrapper #siteTitle a{
 display: inline;
 font-weight: bold;
 color: #000;
 font-size: 13px;
}

#siteSubtitle{
 padding: 0;
}

#siteTitle, #mainMenu{
 position: static;
}

#contentWrapper #sidebar{
 top: 0;
 left: 0;
}

#displayArea {
 margin: 0 0 0 15em;
}

#messageArea{
 position: fixed;
 top: 0;
 right: 0;
 font-size: 10px;
 border: 1px solid #aaa;
 background: #fff;
 z-index: 25;
}

#messageArea a:link{
 color: #002bb8;
 text-decoration: none;
}

#messageArea a:hover{
 text-decoration: underline;
}

.viewer{
 background: #fff;
 border: 1px solid #aaa;
 padding: 1em;
margin: 0;
}

.body{
 padding: 1px;
}

.title{
 background: #fff;
 border: 1px solid #aaa;
 display: inline;
 margin-left: .5em;
 padding: 2px .5em;
 border-bottom: 0;
 font-weight: bold;
 color: #000;
 font-size: 1.2em;
}

.toolbar{
 visibility: visible;
 display: inline;
 padding: 0;
 font-family: sans-serif;
}

.toolbar a.button:link,.toolbar a.button:visited{
 background: #fff;
 border: 1px solid #aaa;
 color:#002bb8;
 font-size: 11px;
 padding-bottom: 0;
 margin-right: .25em;
}

/* TiddlyPedia was Created by Clinton Checketts based on the Monobook skin of Wikipedia */

#contentWrapper .toolbar .button:hover{
 border-bottom: 1px solid #fff;
 background: #fff;
 color:#002bb8;
}

.toolbar a.button:hover{
 border-bottom: 1px solid #fff;
 background: #fff;
 color:#000;
}

#displayArea .viewer a,a.button:link,a.button:visited,
a.tiddlyLink:link,a.tiddlyLink:visited,
#sidebarOptions .sliderPanel a{
 color:#002bb8;
 background: transparent;
 border: 0;
}

.viewer a:hover,a.button:hover,a.button:active,
a.tiddlyLink:hover,a.tiddlyLink:active,
.viewer a.button:hover,
#sidebarOptions .sliderPanel a:hover{
 color:#002bb8;
 background: transparent;
 text-decoration: underline;
}

#mainMenu{
 font-family: sans-serif;
 text-align: left;
 font-size: x-small;
 width: 100%;
 margin: 0;
 padding: 0;
}

#mainMenu h1{
 font-size: 11px;
 font-weight: normal;
 padding: 0;
 margin: 0;
 background: transparent;
}

#mainMenu ul{
 font-size: 11px;
 border: 1px solid #aaa;
 padding: .25em 0;
 margin: 0;
 list-style-type: square;
 list-style-image: url(bullet.gif);
 background: #fff;
 width: 100%;
}

#mainMenu li{
 margin: 0 0 0 2em;
 padding: 0;
}

#contentWrapper #mainMenu a:link,#contentWrapper #mainMenu a:visited{
 color:#002bb8;
 padding: 0;
 margin: 0;
 background: transparent;
}

#mainMenu .externalLink {
 text-decoration: none;
}

#mainMenu .externalLink:hover {
 text-decoration: underline;
}

#sidebar{
 padding: .5em;
 font-family: sans-serif;
}

#sidebarOptions{
 border: 1px solid #aaa;
 background: #fff;
 margin-top: .5em;
 width: 100%;
}

#sidebar .sliderPanel{
 margin: 0;
}

#contentWrapper #sidebarOptions .button,#contentWrapper #sidebarOptions .button:hover{
 color:#002bb8;
 padding: .1em 0 .1em 2em;
 background: transparent url(bullet.gif) 10px -2px no-repeat;
}

#sidebarOptions input{
 width: 80%;
 margin: 0 .5em;
}

#sidebarTabs{
 background: #fff;
 margin-top: .5em;
 width: 100%;
}

#sidebarTabs .tabContents,#sidebarTabs .tabContents .tabContents{
 border: 1px solid #aaa;
 background: #fff;
}

#sidebarTabs .tabSelected,#sidebarTabs .tabcontents .tabSelected {
 background: #fff;
 border: 1px solid #aaa;
 border-bottom: 0;
 cursor: default;
 padding-bottom: 3px;
 color: #000;
}

#sidebarTabs .tabUnselected,#sidebarTabs .tabContents .tabUnselected{
 background: #aaa;
 padding-bottom: 0;
 color: #000;
}

#contentWrapper #sidebarTabs .tiddlyLink,#contentWrapper #sidebarTabs .button,
#contentWrapper #sidebarTabs a.tiddlyLink:hover,#contentWrapper #sidebarTabs a.button:hover{
 background: transparent;
 color: #002bb8;
}

.footer{
 margin: -1em 0 1em 0;
}

.footer .button:hover,.editorFooter .button:hover{
background: transparent;
 color: #002bb8;
 border-bottom: 1px solid #002bb8;
}

#popup{
 background: #e9e9e9;
 color: #000;
}

#popup hr{
 border-color: #aaa;
 background-color: #aaa;
}

#popup a{
 color: #000;
}

#popup a:hover,#contentWrapper #sidebarTabs #popup a:hover{
 background: #666;
 color: #fff;
 text-decoration: none;
}

#displayArea .tiddler a.tiddlyLinkNonExisting{
 color: #ba0000;
}

#displayArea .tiddler a.externalLink{
 text-decoration: none;
 color:#002bb8;
 padding-right: 1em;
 background: transparent url(external.png) 100% 50% no-repeat;
}

#displayArea .tiddler a.externalLink:hover{
 text-decoration: underline;
}

.viewer pre{
 background: #e9e9e9;
 border: 1px solid #666;
}

.viewer h1, .viewer h2, .viewer h3, .viewer h4, .viewer h5, .viewer h6{
 background: transparent;
 border-bottom: .2em solid #aaa;
}

#sidebar .sliderPanel{
 background: #e9e9e9;
}

#sidebar .sliderPanel input{width: auto;}

.tagged, .tagging, .listTitle{
 float: none;
 display: inline;
}

.tagged li, .tagging li,
.tagged ul, .tagging ul{
 display: inline;
}

/*}}}*/
TiddlyWiki en català:

http://pacoriviere.googlepages.com/TiddlyWikiCA.html
[[Guia ràpida en català|http://pacoriviere.googlepages.com/20minuts.html]]

[[Guia en castellà|http://zopelana.org/ciberperiodismo/?p=131]]

Lloc web original de TiddlyWiki (en anglés):

http://www.tiddlywiki.com/
Estadístiques Servicont: <html>
<!-- Enlace con estadisticas --><a href="http://www.servicont.com/cgi-bin/stu.cgi?n=comptista"><img SRC="http://www.servicont.com/img/graph.jpg" BORDER=0 ></a><!-- Fin del enlace -->
</html>
<!--{{{-->
<div class='title' macro='view title'></div>
<div class='toolbar' macro='toolbar -closeTiddler closeOthers +editTiddler permalink references jump'></div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->