From 47d1c9e215974d79f65949f1a428b3ccd9140d42 Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Tue, 8 Jun 2010 10:33:02 -0400 Subject: [PATCH] =?utf8?q?Initial=20commit,=20at=20version=20=CE=B1=201=20?= =?utf8?q?(0.0.1).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + Info.plist | 50 ++++++++++++++++++++ Settings.plist | 16 +++++++ URLBarReloadButton.png | Bin 0 -> 348 bytes URLBarStopButton.png | Bin 0 -> 417 bytes toolbar.html | 102 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 169 insertions(+) create mode 100644 .gitignore create mode 100644 Info.plist create mode 100644 Settings.plist create mode 100644 URLBarReloadButton.png create mode 100644 URLBarStopButton.png create mode 100644 toolbar.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/Info.plist b/Info.plist new file mode 100644 index 0000000..a52e649 --- /dev/null +++ b/Info.plist @@ -0,0 +1,50 @@ + + + + + Author + iThink Software + CFBundleDisplayName + Delicious + CFBundleIdentifier + com.ithinksw.safariextensions.delicious + CFBundleInfoDictionaryVersion + 6.0 + CFBundleShortVersionString + α 1 + CFBundleVersion + 0.0.1 + Chrome + + Bars + + + Filename + toolbar.html + Identifier + com.ithinksw.safariextensions.delicious.bar + Label + Delicious + + + + Content + + Scripts + + + Description + Integrates Safari with the Delicious social bookmarking service. + ExtensionInfoDictionaryVersion + 1.0 + Permissions + + Website Access + + + Update Manifest URL + http://download.ithinksw.com/safariextensions/.update.plist + Website + http://ithinksw.com/ + + diff --git a/Settings.plist b/Settings.plist new file mode 100644 index 0000000..4f05ddf --- /dev/null +++ b/Settings.plist @@ -0,0 +1,16 @@ + + + + + + DefaultValue + + Key + com.ithinksw.safariextensions.delicious.username + Title + Delicious username + Type + TextField + + + diff --git a/URLBarReloadButton.png b/URLBarReloadButton.png new file mode 100644 index 0000000000000000000000000000000000000000..25fab478f7d4780a3c8a96988744051ce69327f9 GIT binary patch literal 348 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`oCO|{#S9GG!XV7ZFl&wkP*5S+ zBgmJ5p-Pp3p`n?9;R}#%xyZnf8_&S-B8P#&rkjC5I->bGdj(MKBTpB{kcwMJE*p9= zCkn7W(AQ$*Pk7FI#P~>@_v*DQ`U*EV@)ooBOjf>;mz;XwlGBE*LI)3dvAoq~alH17 zwJF8Cjf0Qpu#KE?e%inN!PmFC=A3NWW;9d8)v&j?(b=ZIan-74K^wZ=WfuRwEm*bV zi1(+^FCQD;9urJ*x5(DmBa{g6>d^kZhFa2#o q!`eBob?vy!et5q7^E>~K9K**+dY_kDEZhS0ErX}4pUXO@geCy@qlGvC literal 0 HcmV?d00001 diff --git a/URLBarStopButton.png b/URLBarStopButton.png new file mode 100644 index 0000000000000000000000000000000000000000..b7c61d71e6f0800496b8b0acfbd28556fe837247 GIT binary patch literal 417 zcmV;S0bc%zP)(_`g8%^ZB>(_~(EtE#UjP8;Yybc}ivR!{ScB&W zcmMzaCrLy>RCwCNlQC+;KoCX$SRuN=O5juE2B{266>t}HfRx!rphjCsO&|vlIlz*_ zm8t|(xpw1gtaJfqF_T6T@>)ux!UJ3E%>Kvc4@=C9CAGrBS`4@wU*b4^0`LmpMQi=* z%mWZlOFo=n$0|ZM zt@Yj&PdexW>um$TI1_g}tN+AGsZ=SI3L%cn9J$-M0ua&84J-(P+JWpYEHm?P%CbzP zlm}x>#LV7k<{4umDdnLo%Vey%05J2KnI9eT0O@Ayai4Df8~+9XH%;$(t2~EE00000 LNkvXXu0mjf+JvJ- literal 0 HcmV?d00001 diff --git a/toolbar.html b/toolbar.html new file mode 100644 index 0000000..9c5511c --- /dev/null +++ b/toolbar.html @@ -0,0 +1,102 @@ + + + + + + +Toolbar + +
+ \ No newline at end of file -- 2.20.1