Difference between pages "MediaWiki:Spamprotectiontext" and "Package:Sublime Text Editor"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
== Ouch! ==
{{Ebuild
|Summary=Sublime Text is an advanced commercial text editor.
|CatPkg=app-editors/sublime-text
|Maintainer=Oleg,
|Homepage=http://sublimetext.com
}}
Sublime Text is a very complete text editor with lots of features, and support for plugins. It's free, but often shows a popup showing that's unregistered, so you can purchase the license for USD$70.


Your edits have been blocked by our spam filter. In order to eliminate link spam, we only allow URLs to the sites listed in [[URLWhitelist]].  
== Install ==
First, you must have installed [[Package:Layman|Layman]] with Git support. Then, add the overlay ''sublime-text'':


''Note that our spam protection can be triggered by unauthorized URLs that already existed on the page you were editing. We still have a few of these pages lurking around.''
<console>###i## layman -a sublime-text</console>


=== If your legitimate edits have been hampered... ===
Now, install the version you want. For the version 2:
<console>###i## emerge -av sublime-text:2</console>


Hop on IRC (<tt>#funtoo</tt> on <tt>irc.freenode.net</tt>) and let us know what site to add to the URL whitelist. Core Team members have the ability to update our URL whitelist. We appreciate your contributions to our wiki and will do our best to resolve any URL issues as quickly as possible :)
For the version 3 (default):
<console>###i## emerge -av sublime-text:3</console>
 
You can have installed both versions, so you must install it with the USE flag ''multislot'', that also brings the package eselect-sublime.
{{EbuildFooter}}

Latest revision as of 04:52, January 3, 2015

Sublime Text Editor

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Sublime Text is a very complete text editor with lots of features, and support for plugins. It's free, but often shows a popup showing that's unregistered, so you can purchase the license for USD$70.

Install

First, you must have installed Layman with Git support. Then, add the overlay sublime-text:

root # layman -a sublime-text

Now, install the version you want. For the version 2:

root # emerge -av sublime-text:2

For the version 3 (default):

root # emerge -av sublime-text:3

You can have installed both versions, so you must install it with the USE flag multislot, that also brings the package eselect-sublime.