Changeset 29

Show
Ignore:
Timestamp:
04/01/06 15:01:38 (3 years ago)
Author:
atack2
Message:

Added a makefile and included a makefile. This will work when all the files are in the root directory.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/overhaul/about.xul

    r2 r29  
    22<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 
    33<window class="dialog" 
    4         title="Hello, world! - About
     4        title="About Overhaul
    55        orient="vertical" 
    66        autostretch="always" 
     
    1212<groupbox align="center" orient="horizontal"> 
    1313<vbox> 
    14   <text value="Hello, world!" style="font-weight: bold; font-size: x-large;"/> 
     14  <text value="Overhaul Extension" style="font-weight: bold; font-size: x-large;"/> 
    1515  <text value="ver. 0.1"/> 
    1616  <separator class="thin"/> 
    1717  <text value="Created By:" style="font-weight: bold;"/> 
    18   <text value="Eric Hamiter" class="url" 
    19         onclick="window.open('http://extensions.roachfiend.com'); window.close();"/> 
    20   <separator class="thin"/> 
    21     <text value="Home Page:" style="font-weight: bold;"/> 
    22     <text value="http://extensions.roachfiend.com/" 
    23           class="url" 
    24         onclick="window.open('http://extensions.roachfiend.com/'); window.close();"/> 
    25   <separator class="thin"/> 
    26 </vbox> 
    27 <spring flex="1"/> 
    28 <image src="chrome://helloworld/skin/helloworldb.png"/> 
     18  <text value="ACM SIGSoft" class="url" 
     19        onclick="window.open('http://www.acm.uiuc.edu/sigsoft/'); window.close();" /> 
    2920</groupbox> 
    3021 
  • trunk/install.rdf

    r2 r29  
    66        <Description about="urn:mozilla:install-manifest"> 
    77 
    8                 <em:id>{9AA46F4F-4DC7-4c06-97AF-5035170633FE}</em:id> 
     8                <em:id>overhaul@acm.uiuc.edu</em:id> 
    99                <em:name>Overhaul Extension</em:name> 
    1010                <em:version>0.1</em:version>