merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 02 Jan 2012 20:23:25 +0200
changeset 1188 9ec5ad4e7d15
parent 1187 eaa71972ea1d (current diff)
parent 1186 d3f5435a513b (diff)
child 1189 78104ca7c163
merged
syntax-highlighter.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
+
--- /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
+
--- 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