1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00

TidlyFox progresses

Now we have an icon and some functionality
This commit is contained in:
Jeremy Ruston 2012-08-25 19:29:55 +01:00
parent dcd13bf140
commit 3cc38ba1b2
6 changed files with 10 additions and 11 deletions

View File

@ -1,7 +1,7 @@
content helloworld content/
overlay chrome://browser/content/browser.xul chrome://helloworld/content/overlay.xul
content tiddlyfox content/
overlay chrome://browser/content/browser.xul chrome://tiddlyfox/content/overlay.xul
locale helloworld en-US locale/en-US/
locale tiddlyfox en-US locale/en-US/
skin helloworld classic/1.0 skin/
style chrome://global/content/customizeToolbar.xul chrome://helloworld/skin/overlay.css
skin tiddlyfox classic/1.0 skin/
style chrome://global/content/customizeToolbar.xul chrome://tiddlyfox/skin/overlay.css

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -5,16 +5,15 @@
<Description about="urn:mozilla:install-manifest">
<em:id>tiddlyfox@tiddlywiki.org</em:id>
<em:type>2</em:type>
<em:name>TiddlyFox extension for Firefox</em:name>
<em:version>1.0</em:version>
<em:description>A Firefox extension to enable TiddlyWiki to save changes directly to the file system</em:description>
<em:creator>Jeremy Ruston</em:creator>
<em:homepageURL>https://jermolene.github.com/TiddlyWiki5</em:homepageURL>
<em:homepageURL>https://five.tiddlywiki.com/tiddlyfox</em:homepageURL>
<em:iconURL>chrome://tiddlyfox/content/tiddlyfox_32x32.png</em:iconURL>
<!--em:optionsURL>chrome://tiddlyfox/content/settings.xul</em:optionsURL>
<em:aboutURL>chrome://tiddlyfox/content/about.xul</em:aboutURL>
<em:iconURL>chrome://tiddlyfox/skin/mainicon.png</em:iconURL>
<em:updateURL>http://tiddlywiki.com/tiddlyfox/update.rdf</em:updateURL-->
<em:updateURL>http://five.tiddlywiki.com/tiddlyfox/update.rdf</em:updateURL-->
<!-- Firefox -->
<em:targetApplication>

View File

@ -1,3 +1,3 @@
<!ENTITY title.label "Hello World">
<!ENTITY title.label "TiddlyFox">
<!ENTITY separate.label "This is a separate window!">
<!ENTITY close.label "Close">

View File

@ -1 +1 @@
<!ENTITY helloworld "Hello World!">
<!ENTITY tiddlyfox "TiddlyFox!">

Binary file not shown.