# HG changeset patch # User Oleksandr Gavenko # Date 1325528605 -7200 # Node ID 9ec5ad4e7d15d5bb1bf4853e8e3bab5622a9b2a0 # Parent eaa71972ea1d86a8263d8b416f11fb8c18ff8014# Parent d3f5435a513be36f8ed68451a5d6e7994e0ef5f2 merged diff -r eaa71972ea1d -r 9ec5ad4e7d15 highlight.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/highlight.rst Mon Jan 02 20:23:25 2012 +0200 @@ -0,0 +1,47 @@ +.. -*- coding: utf-8 -*- + +====================== + Syntax highlighting. +====================== + +JavaScript based syntax highlighters. +===================================== + +Used for syntax highlighting code block in blogs/articles. + +SyntaxHighlighter. +------------------ + +SyntaxHighlighter is a fully functional self-contained code syntax highlighter +developed in JavaScript. + +Support: + + ActionScript3 Bash/shell ColdFusion C# C++ CSS Delphi Diff Erlang Groovy + JavaScript Java JavaFX Perl PHP Plain Text PowerShell Python Ruby Scala SQL + Visual-Basic XML + + http://alexgorbatchev.com/SyntaxHighlighter + home page + +google-code-prettify. +--------------------- + + http://code.google.com/p/google-code-prettify + home page + +Command line highlighters. +========================== + +GNU Source-highlight. +--------------------- + +This program, given a source file, produces a document with syntax highlighting. +It also provides a C++ highlight library. + +Supported output formats: HTML, XHTML, LATEX, MediaWiki, ODF, TEXINFO, DocBook, +ANSI color escape sequences. + + http://www.gnu.org/software/src-highlite/ + home page + diff -r eaa71972ea1d -r 9ec5ad4e7d15 linux-driver.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-driver.rst Mon Jan 02 20:23:25 2012 +0200 @@ -0,0 +1,31 @@ +.. -*- coding: utf-8 -*- + +===================== + Driver under Linux. +===================== +.. contents:: + +NVidia video driver. +==================== + +To install non-free driver with 3D acceleration:: + + $ sudo apt-get install nvidia-glx + +Basic configuration can de bone through:: + + $ nvidia-xconfig + +See: + + * http://wiki.debian.org/GraphicsCard#nVidia + * http://wiki.debian.org/NvidiaGraphicsDrivers + +nouveau video driver. +===================== + +Nouveau: Accelerated Open Source driver for nVidia cards. + + http://nouveau.freedesktop.org/wiki/ + home page + diff -r eaa71972ea1d -r 9ec5ad4e7d15 syntax-highlighter.rst --- a/syntax-highlighter.rst Wed Dec 28 15:55:25 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ --*- mode: outline -*- - -* JavaScript based syntax highlighter. - -Used for syntax highlighting code block in blogs/articles. - -** SyntaxHighlighter. - -SyntaxHighlighter is a fully functional self-contained code syntax highlighter -developed in JavaScript. - -Support: - - ActionScript3 Bash/shell ColdFusion C# C++ CSS Delphi Diff Erlang Groovy - JavaScript Java JavaFX Perl PHP Plain Text PowerShell Python Ruby Scala SQL - Visual-Basic XML - - http://alexgorbatchev.com/SyntaxHighlighter - home page - -** google-code-prettify. - - http://code.google.com/p/google-code-prettify - home page \ No newline at end of file