<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JOS.</title>
	<atom:link href="http://jos.jorgelig.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jos.jorgelig.com</link>
	<description>Otra vez el blog</description>
	<lastBuildDate>Tue, 04 Oct 2011 18:05:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>GIT, mostrar listado de archivos modificados.</title>
		<link>http://jos.jorgelig.com/desarrollo-web/git-mostrar-listado-de-archivos-modificados/</link>
		<comments>http://jos.jorgelig.com/desarrollo-web/git-mostrar-listado-de-archivos-modificados/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 16:56:10 +0000</pubDate>
		<dc:creator>JOS</dc:creator>
				<category><![CDATA[Desarrollo web]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://jos.jorgelig.com/sin-categoria/git-log-prettyformat-name-only/</guid>
		<description><![CDATA[git log &#8211;pretty=format: &#8211;name-only &#8211;since=&#8221;4 oct 2011 09:00&#8243; &#124; sort &#124; uniq]]></description>
			<content:encoded><![CDATA[<blockquote><p>git log &#8211;pretty=format: &#8211;name-only &#8211;since=&#8221;4 oct 2011 09:00&#8243; | sort | uniq</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jos.jorgelig.com/desarrollo-web/git-mostrar-listado-de-archivos-modificados/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Indentado automático con Vim</title>
		<link>http://jos.jorgelig.com/desarrollo-web/indentado-automatico-con-vim/</link>
		<comments>http://jos.jorgelig.com/desarrollo-web/indentado-automatico-con-vim/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 04:04:04 +0000</pubDate>
		<dc:creator>JOS</dc:creator>
				<category><![CDATA[Desarrollo web]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://jos.jorgelig.com/?p=264</guid>
		<description><![CDATA[Para indentar automáticamente el código usando Vim solo hay que&#8230; gg=G Y listo.]]></description>
			<content:encoded><![CDATA[<p>Para indentar automáticamente el código usando Vim solo hay que&#8230;</p>
<blockquote><p>gg=G</p></blockquote>
<p>Y listo.</p>
]]></content:encoded>
			<wfw:commentRss>http://jos.jorgelig.com/desarrollo-web/indentado-automatico-con-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim Color Scheme con Coloration</title>
		<link>http://jos.jorgelig.com/desarrollo-web/vim-color-scheme-con-coloration/</link>
		<comments>http://jos.jorgelig.com/desarrollo-web/vim-color-scheme-con-coloration/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 20:52:27 +0000</pubDate>
		<dc:creator>JOS</dc:creator>
				<category><![CDATA[Desarrollo web]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://jos.jorgelig.com/?p=208</guid>
		<description><![CDATA[Coloration es un servicio y o gema de ruby cuyo fin es convertir los temas de coloreado de sintaxis hechos para textmate y rehacerlos para otro editor de código fuente, como Vim, JEdit y Kate. Y como Vim es lo máximo, &#8220;hice&#8221; este tema en base a un tema para textmate inspirado en un tema [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://coloration.sickill.net/" target="_blank">Coloration</a> es un servicio y o gema de ruby cuyo fin es convertir los temas de coloreado de sintaxis hechos para textmate y rehacerlos para otro editor de código fuente, como Vim, JEdit y Kate.</p>
<p>Y como Vim es lo máximo, &#8220;hice&#8221; este tema en base a un tema para textmate inspirado en un tema para Coda para usarlo en Vim. :P<br />
Claro que con modificaciones hechas a mano por su servidor.</p>
<div class="wp-caption aligncenter">
<img title="Vim color scheme" src="https://lh6.googleusercontent.com/_4uW841XSLhQ/TYEn0KxQ-EI/AAAAAAAAABE/A0w1rRzj9DM/s800/codaforvim.jpg" alt="Vim color scheme" width="425" height="448" />
<p class="wp-caption-text">Coloreado de sintaxis para vim inspirado en Coda</p>
</div>
<p>Y Aquí el código fuente del tema para vim.</p>
<blockquote><p>
set background=dark<br />
highlight clear</p>
<p>if exists(&#8220;syntax_on&#8221;)<br />
  syntax reset<br />
endif</p>
<p>let g:colors_name = &#8220;Coda&#8221;</p>
<p>hi Cursor  guifg=NONE guibg=#000000 gui=NONE<br />
hi Visual  guifg=NONE guibg=#a7caff gui=NONE<br />
hi CursorLine  guifg=NONE guibg=#EEF1F5 gui=NONE<br />
hi CursorColumn  guifg=NONE guibg=#eef1f5 gui=NONE<br />
hi LineNr  guifg=#808080 guibg=#ffffff gui=NONE<br />
hi VertSplit  guifg=#cfcfcf guibg=#cfcfcf gui=NONE<br />
hi MatchParen  guifg=#000000 guibg=NONE gui=NONE<br />
hi StatusLine  guifg=#000000 guibg=#FFDB76 gui=NONE<br />
hi StatusLineNC  guifg=#000000 guibg=#cfcfcf gui=NONE<br />
hi Pmenu  guifg=#000000 guibg=#EFEFEF gui=NONE<br />
hi PmenuSel  guifg=NONE guibg=#a7caff gui=NONE<br />
hi IncSearch  guifg=NONE guibg=#a7caff gui=NONE<br />
hi Search  guifg=NONE guibg=#a7caff gui=NONE<br />
hi Directory  guifg=#3042BF guibg=NONE gui=NONE<br />
hi Folded  guifg=#3c802c guibg=#ffffff gui=NONE</p>
<p>hi Normal  guifg=#000000 guibg=#ffffff gui=NONE<br />
hi Boolean  guifg=#000000 guibg=NONE gui=NONE<br />
hi Character  guifg=#916319 guibg=NONE gui=NONE<br />
hi Comment  guifg=#3c802c guibg=NONE gui=italic<br />
hi Conditional  guifg=#aa2063 guibg=NONE gui=NONE<br />
hi Constant  guifg=NONE guibg=NONE gui=NONE<br />
hi Define  guifg=#000000 guibg=NONE gui=NONE<br />
hi ErrorMsg  guifg=#eb291c guibg=NONE gui=NONE<br />
hi WarningMsg  guifg=#eb291c guibg=NONE gui=NONE<br />
hi Float  guifg=#0f20f6 guibg=NONE gui=NONE<br />
hi Function  guifg=#053369 guibg=NONE gui=NONE<br />
hi Identifier  guifg=#aa2063 guibg=NONE gui=NONE<br />
hi Keyword  guifg=#000000 guibg=NONE gui=NONE<br />
hi Label  guifg=#0d6800 guibg=NONE gui=NONE<br />
hi NonText  guifg=#bfbfbf guibg=#eef1f5 gui=NONE<br />
hi Number  guifg=#0f20f6 guibg=NONE gui=NONE<br />
hi Operator  guifg=#000000 guibg=NONE gui=NONE<br />
hi PreProc  guifg=#000000 guibg=NONE gui=NONE<br />
hi Special  guifg=#000000 guibg=NONE gui=NONE<br />
hi SpecialKey  guifg=#bfbfbf guibg=#eef1f5 gui=NONE<br />
hi Statement  guifg=#aa2063 guibg=NONE gui=NONE<br />
hi StorageClass  guifg=#aa2063 guibg=NONE gui=NONE<br />
hi String  guifg=#0d6800 guibg=NONE gui=NONE<br />
hi Tag  guifg=#a21297 guibg=NONE gui=NONE<br />
hi Title  guifg=#000000 guibg=NONE gui=bold<br />
hi Todo  guifg=#3c802c guibg=NONE gui=inverse,bold,italic<br />
hi Type  guifg=NONE guibg=NONE gui=NONE<br />
hi Underlined  guifg=NONE guibg=NONE gui=underline<br />
hi rubyClass  guifg=#aa2063 guibg=NONE gui=NONE<br />
hi rubyFunction  guifg=#053369 guibg=NONE gui=NONE<br />
hi rubyInterpolationDelimiter  guifg=NONE guibg=NONE gui=NONE<br />
hi rubySymbol  guifg=#916319 guibg=NONE gui=NONE<br />
hi rubyConstant  guifg=NONE guibg=NONE gui=NONE<br />
hi rubyStringDelimiter  guifg=#0d6800 guibg=NONE gui=NONE<br />
hi rubyBlockParameter  guifg=#053369 guibg=NONE gui=NONE<br />
hi rubyInstanceVariable  guifg=#916319 guibg=NONE gui=NONE<br />
hi rubyInclude  guifg=#000000 guibg=NONE gui=NONE<br />
hi rubyGlobalVariable  guifg=#000000 guibg=NONE gui=NONE<br />
hi rubyRegexp  guifg=#0d6800 guibg=NONE gui=NONE<br />
hi rubyRegexpDelimiter  guifg=#0d6800 guibg=NONE gui=NONE<br />
hi rubyEscape  guifg=#916319 guibg=NONE gui=NONE<br />
hi rubyControl  guifg=#aa2063 guibg=NONE gui=NONE<br />
hi rubyClassVariable  guifg=NONE guibg=NONE gui=NONE<br />
hi rubyOperator  guifg=#000000 guibg=NONE gui=NONE<br />
hi rubyException  guifg=#000000 guibg=NONE gui=NONE<br />
hi rubyPseudoVariable  guifg=#916319 guibg=NONE gui=NONE<br />
hi rubyRailsUserClass  guifg=NONE guibg=NONE gui=NONE<br />
hi rubyRailsARAssociationMethod  guifg=#7520af guibg=NONE gui=NONE<br />
hi rubyRailsARMethod  guifg=#7520af guibg=NONE gui=NONE<br />
hi rubyRailsRenderMethod  guifg=#7520af guibg=NONE gui=NONE<br />
hi rubyRailsMethod  guifg=#7520af guibg=NONE gui=NONE<br />
hi erubyDelimiter  guifg=#ea291c guibg=NONE gui=NONE<br />
hi erubyComment  guifg=#3c802c guibg=NONE gui=italic<br />
hi erubyRailsMethod  guifg=#7520af guibg=NONE gui=NONE<br />
hi htmlTag  guifg=#a21297 guibg=NONE gui=NONE<br />
hi htmlEndTag  guifg=#a21297 guibg=NONE gui=NONE<br />
hi htmlTagName  guifg=#a21297 guibg=NONE gui=NONE<br />
hi htmlArg  guifg=#a21297 guibg=NONE gui=NONE<br />
hi htmlSpecialChar  guifg=#916319 guibg=NONE gui=NONE<br />
hi javaScriptFunction  guifg=#aa2063 guibg=NONE gui=NONE<br />
hi javaScriptRailsFunction  guifg=#7520af guibg=NONE gui=NONE<br />
hi javaScriptBraces  guifg=NONE guibg=NONE gui=NONE<br />
hi yamlKey  guifg=#a21297 guibg=NONE gui=NONE<br />
hi yamlAnchor  guifg=#000000 guibg=NONE gui=NONE<br />
hi yamlAlias  guifg=#000000 guibg=NONE gui=NONE<br />
hi yamlDocumentHeader  guifg=#0d6800 guibg=NONE gui=NONE<br />
hi cssURL  guifg=#053369 guibg=NONE gui=NONE<br />
hi cssFunctionName  guifg=#7520af guibg=NONE gui=NONE<br />
hi cssColor  guifg=#916319 guibg=NONE gui=NONE<br />
hi cssPseudoClassId  guifg=#b14e00 guibg=NONE gui=NONE<br />
hi cssClassName  guifg=#b14e00 guibg=NONE gui=NONE<br />
hi cssValueLength  guifg=#0f20f6 guibg=NONE gui=NONE<br />
hi cssCommonAttr  guifg=NONE guibg=NONE gui=NONE<br />
hi cssBraces  guifg=NONE guibg=NONE gui=NONE
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jos.jorgelig.com/desarrollo-web/vim-color-scheme-con-coloration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

