[Liblas-commits] hg: a few updates. Try to add twitter feed to main
page
liblas-commits at liblas.org
liblas-commits at liblas.org
Fri Nov 5 22:43:01 EDT 2010
changeset 7ea6b51408cd in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=7ea6b51408cd
summary: a few updates. Try to add twitter feed to main page
diffstat:
doc/_templates/indexsidebar.html | 37 +++++++++++++++++++++++++++++++++++
doc/_templates/layout.html | 4 +++
doc/compilation.txt | 4 ++-
doc/docs.txt | 1 +
doc/images/osgeo4w-select-liblas.png | 0
doc/index.txt | 2 +-
doc/osgeo4w.txt | 11 ++++++++++
7 files changed, 57 insertions(+), 2 deletions(-)
diffs (124 lines):
diff -r 6743c501ac6b -r 7ea6b51408cd doc/_templates/indexsidebar.html
--- a/doc/_templates/indexsidebar.html Fri Nov 05 20:24:39 2010 -0500
+++ b/doc/_templates/indexsidebar.html Fri Nov 05 21:42:52 2010 -0500
@@ -10,6 +10,43 @@
</p>
<p>
+<script src="http://widgets.twimg.com/j/2/widget.js" ></script>
+<script type="text/javascript" >
+new TWTR.Widget({
+ version: 2,
+ type: 'profile',
+ rpp: 4,
+ interval: 6000,
+ width: 'auto',
+ height: 300,
+ theme: {
+ shell: {
+ background: '#e2e05a',
+ color: '#050005'
+ },
+ tweets: {
+ background: '#e2e05a',
+ color: '#000000',
+ links: '#000544'
+ }
+ },
+ features: {
+ scrollbar: false,
+ loop: false,
+ live: false,
+ hashtags: true,
+ timestamp: true,
+ avatars: false,
+ behavior: 'all'
+ }
+}).render().setUser('liblas').start();
+</script>
+</p>
+
+
+
+<p>
<script type="text/javascript" src="http://www.ohloh.net/p/10742/widgets/project_thin_badge.js"></script>
</p>
+
diff -r 6743c501ac6b -r 7ea6b51408cd doc/_templates/layout.html
--- a/doc/_templates/layout.html Fri Nov 05 20:24:39 2010 -0500
+++ b/doc/_templates/layout.html Fri Nov 05 21:42:52 2010 -0500
@@ -1,6 +1,9 @@
{% extends "!layout.html" %}
+{% block extrahead %}
+{{ super() }}
+{% endblock %}
{% block relbar1 %}
@@ -50,4 +53,5 @@
</div>
+
{% endblock %}
diff -r 6743c501ac6b -r 7ea6b51408cd doc/compilation.txt
--- a/doc/compilation.txt Fri Nov 05 20:24:39 2010 -0500
+++ b/doc/compilation.txt Fri Nov 05 21:42:52 2010 -0500
@@ -41,7 +41,9 @@
The only supported build environment libLAS moving forward from the 1.6
release is `CMake`_. `Autoconf`_ configuration will be phased out and will
no longer be updated after the 1.6 release.
-
+
+.. _prerequisites:
+
Prerequisites
..............................................................................
diff -r 6743c501ac6b -r 7ea6b51408cd doc/docs.txt
--- a/doc/docs.txt Fri Nov 05 20:24:39 2010 -0500
+++ b/doc/docs.txt Fri Nov 05 21:42:52 2010 -0500
@@ -18,6 +18,7 @@
:maxdepth: 2
start
+ Windows Installation <osgeo4w>
compilation
tutorial/index
faq
diff -r 6743c501ac6b -r 7ea6b51408cd doc/images/osgeo4w-select-liblas.png
Binary file doc/images/osgeo4w-select-liblas.png has changed
diff -r 6743c501ac6b -r 7ea6b51408cd doc/index.txt
--- a/doc/index.txt Fri Nov 05 20:24:39 2010 -0500
+++ b/doc/index.txt Fri Nov 05 21:42:52 2010 -0500
@@ -3,7 +3,7 @@
******************************************************************************
libLAS - LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset
******************************************************************************
-
+
libLAS is a C/C++ library for reading and writing the very common `LAS`
`LiDAR`_ format. The `ASPRS LAS format`_ is a sequential binary format used to
diff -r 6743c501ac6b -r 7ea6b51408cd doc/osgeo4w.txt
--- a/doc/osgeo4w.txt Fri Nov 05 20:24:39 2010 -0500
+++ b/doc/osgeo4w.txt Fri Nov 05 21:42:52 2010 -0500
@@ -8,4 +8,15 @@
:Author: Howard Butler
:Contact: hobu.inc at gmail dot com
+
+This document describes how to install libLAS and its related :ref:`utilities <utilities>`
+using `OSGeo4W`_. `OSGeo4W`_ is a collection of Windows packages that uses the `Cygwin`_
+installer to manage package dependencies. libLAS in its fully-featured form
+requires a number of dependencies
+
+.. seealso::
+ :ref:`Prerequisites` contains a detailed listing of the
+ prerequisites that libLAS needs to provide a full feature set.
+
.. _`OSGeo4W`: http://trac.osgeo.org/osgeo4w/
+.. _`Cygwin`: http://www.cygwin.com/
More information about the Liblas-commits
mailing list