Skip to content

Commit

Permalink
Add the following keys to the bundle’s info.plist:
Browse files Browse the repository at this point in the history
contactName:
   The full name of the contact for this bundle.
contactEmailRot13:
   A ROT13 encoded email address for the bundle contact (we obfuscate it to avoid spammers from picking up the files, seeing how bundles will often be available via anonymous svn over http).
description:
   A short description for this bundle. Do link to more info about the language (or whatever) the bundle is about. I decided on using HTML for this (but leave out the initial paragraph tag) since it seemed like overkill to run a single line of text through Markdown.pl, just to convert [foo](link) into <a href="link">foo</a>

Many of the current descriptions could use some improvements, I just wanted to get the ball rolling :)


git-svn-id: http://svn.textmate.org/trunk/Bundles/GetBundle.tmbundle@6718 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
sorbits committed Mar 4, 2007
1 parent 758dc41 commit 54cef4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions info.plist
Expand Up @@ -2,13 +2,19 @@
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>contactEmailRot13</key>
<string>fronfgvna.tenrffy@inyvqpbqr.ng</string>
<key>contactName</key>
<string>Sebastian Gräßl</string>
<key>deleted</key>
<array>
<string>D48CE60E-EE6E-495E-8473-A7FE9796F87F</string>
<string>D48CE60E-EE6E-495E-8473-A7FE9796F87F</string>
<string>351E6A40-A0DA-4562-86B3-55FACF557429</string>
<string>351E6A40-A0DA-4562-86B3-55FACF557429</string>
</array>
<key>description</key>
<string>A bundle to &lt;a href="http://sg.validcode.at/stuff/textmate-getbundle-bundle"&gt;retrieve more bundles&lt;/a&gt; from the subversion repository at macromates.com.</string>
<key>mainMenu</key>
<dict>
<key>items</key>
Expand Down

0 comments on commit 54cef4b

Please sign in to comment.