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

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Tue Apr 13 17:46:47 EDT 2004


Author: deboald
Date: 2004-04-13 17:46:47 -0400 (Tue, 13 Apr 2004)
New Revision: 1456

Modified:
   trunk/md-website/faq.aspx
Log:
questions now have anchors


Modified: trunk/md-website/faq.aspx
===================================================================
--- trunk/md-website/faq.aspx	2004-04-13 21:28:20 UTC (rev 1455)
+++ trunk/md-website/faq.aspx	2004-04-13 21:46:47 UTC (rev 1456)
@@ -9,7 +9,7 @@
 
       <div class="headlinebar">FAQ</div>
 
-<p>How do I add mimetypes in gnome 2.6?</p>
+<p><a name="mimetype_gnome26" />How do I add mimetypes in gnome 2.6?</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
@@ -18,12 +18,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>Where do I get gecko-sharp.pc?</p>
+<p><a name="gecko-sharp" />Where do I get gecko-sharp.pc?</p>
 
 <p>gecko-sharp.pc can be found in the gtkmozembed-sharp CVS module in the Mono
 CVS repository.</p>
 <br/>
-<p>Why aren't my C# files syntax highlighted?</p>
+<p><a name="syntax_highlighting" />Why aren't my C# files syntax highlighted?</p>
        
 <p>GNOME doesn't recognize *.cs files as the text/x-csharp
 mimetype.  gtksourceview-sharp tries to set this up automatically,
@@ -74,4 +74,7 @@
 ">Integrating with GNOME (a little out of date)</a></li>
 </ul>	    
 
+
+<br /><br /><br /><br /><br /><br /><br /><br />
+
 <ccms:PageFooter runat="server"/>




More information about the Monodevelop-patches-list mailing list