articles/guides/GnomeToMATE: add Disqus

This commit is contained in:
Mikaela Suomalainen 2012-11-25 09:27:46 +02:00
parent 9041d40fbb
commit b56de4dad4
2 changed files with 67 additions and 10 deletions

View File

@ -93,7 +93,7 @@ Terminal emulator
</tr>
</table>
<h1 id="notice-about-aptitude">Notice about aptitude</h1>
<h2 id="notice-about-aptitude">Notice about aptitude</h2>
<p>If you don't have aptitude installed, you can get it with</p>
<blockquote>
<p>apt-get install aptitude</p>
@ -102,23 +102,51 @@ Terminal emulator
<blockquote>
<p>alias aptitude=apt-get</p>
</blockquote>
<h1 id="removing-gnome-versions.">Removing GNOME versions.</h1>
<h2 id="removing-gnome-versions.">Removing GNOME versions.</h2>
<p>If you want to remove GNOME versions, just run</p>
<blockquote>
<p>aptitude remove nautilus gedit eom evince file-roller gnome-terminal</p>
</blockquote>
<p>as root.</p>
<h1 id="removing-mate-versions">Removing MATE versions</h1>
<h2 id="removing-mate-versions">Removing MATE versions</h2>
<p>If you want to remove MATE versions, just run</p>
<blockquote>
<p>aptitude remove caja mate-text-editor eom atril engrampa mate-terminal</p>
</blockquote>
<p>as root.</p>
<h1 id="warning-you-do-everything-on-this-page-with-your-own-risk.">WARNING: You do everything on this page with your own risk.</h1>
<h1 id="sources">Sources</h1>
<p><strong>WARNING: You do everything on this page with your own risk.</strong></p>
<h2 id="sources">Sources</h2>
<p><a href="http://mate-desktop.org/applications/">MATE applicaltions</a></p>
<p>Own experience with Linux since 2008.</p>
</body>
</html>
<p><em>WARNING: These guides are very unclear and I should use time to make them understandable etc.</em> says sitemap.</em></p>
<hr/>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_developer = 0;
var disqus_url = 'http://mkaysi.github.com/articles/guides/GnomeToMATE.html';
var disques_title = 'Moving from GNOME to MATE';
var disqus_shortname = 'mkaysishomepage'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async =
true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0])
.appendChild(dsq);
})();
</script>
<noscript>
Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Dis qus.</a>
</noscript>
<p>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus </span></a>
</p>
<!-- vim : set ft=html -->

View File

@ -54,7 +54,7 @@
</tr>
</table>
# Notice about aptitude
## Notice about aptitude
If you don't have aptitude installed, you can get it with
@ -64,7 +64,7 @@ as root or if you don't want to use it,
> alias aptitude=apt-get
# Removing GNOME versions.
## Removing GNOME versions.
If you want to remove GNOME versions, just run
@ -72,7 +72,7 @@ If you want to remove GNOME versions, just run
as root.
# Removing MATE versions
## Removing MATE versions
If you want to remove MATE versions, just run
@ -80,9 +80,9 @@ If you want to remove MATE versions, just run
as root.
# WARNING: You do everything on this page with your own risk.
<strong>WARNING: You do everything on this page with your own risk.</strong>
# Sources
## Sources
[MATE applicaltions]
@ -92,3 +92,32 @@ Own experience with Linux since 2008.
</body>
</html>
<em>WARNING: These guides are very unclear and I should use time to make them understandable etc.</em> says sitemap.</em>
<hr/>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_developer = 0;
var disqus_url = 'http://mkaysi.github.com/articles/guides/GnomeToMATE.html';
var disques_title = 'Moving from GNOME to MATE';
var disqus_shortname = 'mkaysishomepage'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async =
true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0])
.appendChild(dsq);
})();
</script>
<noscript>
Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Dis
qus.</a>
</noscript>
<p><a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus
</span></a></p>
<!-- vim : set ft=html -->