[Monodevelop-patches-list] r1584 - trunk/md-website

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Wed May 5 23:28:58 EDT 2004


Author: jluke
Date: 2004-05-05 23:28:58 -0400 (Wed, 05 May 2004)
New Revision: 1584

Modified:
   trunk/md-website/faq.aspx
Log:
make the questions anchors so you can tell they are links


Modified: trunk/md-website/faq.aspx
===================================================================
--- trunk/md-website/faq.aspx	2004-05-06 02:58:20 UTC (rev 1583)
+++ trunk/md-website/faq.aspx	2004-05-06 03:28:58 UTC (rev 1584)
@@ -9,7 +9,7 @@
 
       <div class="headlinebar">FAQ</div>
 
-<p><a name="gdb" />How do I get a backtrace with gdb?</p>
+<p><a name="gdb">How do I get a backtrace with gdb?</a></p>
 <p>
 <ol>
   <li>Add the following to ~/.gdbinit:<br />
@@ -25,7 +25,7 @@
 </ol>
 </p>
 
-<p><a name="mimetype_gnome26" />How do I add mimetypes in gnome 2.6?</p>
+<p><a name="mimetype_gnome26">How do I add mimetypes in gnome 2.6?</a></p>
 
 <p>First you copy monodevelop.xml to $(gnome_prefix)/share/mime/packages. Then you run update-mime-database $(gnome_prefix)/share/mime. On fedora, and many other distros $gnome_prefix is /usr, so you do:</p>
 <pre class="code">cp monodevelop.xml /usr/share/mime/packages
@@ -34,12 +34,12 @@
 <pre class="code">find /usr/share/mime -type f -exec chmod 644 {} \;</pre>
 <p>With a user who has permissions to do so.</p>
 <br/>
-<p><a name="gecko-sharp" />Where do I get gecko-sharp.pc?</p>
+<p><a name="gecko-sharp">Where do I get gecko-sharp.pc?</a></p>
 
 <p>gecko-sharp.pc can be found in the gtkmozembed-sharp CVS module in the Mono
 CVS repository.</p>
 <br/>
-<p><a name="syntax_highlighting" />Why aren't my C# files syntax highlighted?</p>
+<p><a name="syntax_highlighting">Why aren't my C# files syntax highlighted?</a></p>
        
 <p>GNOME doesn't recognize *.cs files as the text/x-csharp
 mimetype.  gtksourceview-sharp tries to set this up automatically,
@@ -47,7 +47,7 @@
 gnome-file-types-properties to do this. If you are running gnome 2.6, see
 above.</p>
 <br/>   
-<p>What if the configuration summary says 'no' for one of the requirements?</p>
+<p><a name="pkgconfig">What if the configuration summary says 'no' for one of the requirements?</a></p>
 	   
 <p>The configure script uses pkg-config to see if you have the
 required packages to build.  If it can't detect a package that




More information about the Monodevelop-patches-list mailing list