[grits] Change website to pileus.org



commit f5e661776dd6f1ced6aa49d2f1c9a76c1b2aa8e4
Author: Andy Spencer <andy753421 gmail com>
Date:   Sat Dec 15 09:18:12 2012 +0000

    Change website to pileus.org

 ChangeLog   |    7 ++++++-
 HACKING     |    2 +-
 Makefile.am |    2 +-
 README      |    2 +-
 grits.doap  |    2 +-
 5 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e8c99d6..26426ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 See the Git log for detailed information
-http://lug.rose-hulman.edu/git/
+http://pileus.org/git/?p=grits
+
+v0.7 (2012/02/15):
+  * Add high resolution OpenStreetMap maps
+  * Allow images in GritsTile
+  * Add GritsLine object
 
 v0.6 (2011/10/31):
   * Update polygon plugin
diff --git a/HACKING b/HACKING
index d2bc8df..167db56 100644
--- a/HACKING
+++ b/HACKING
@@ -1,5 +1,5 @@
 For Grits development:
-  - http://www.lug.rose-hulman.edu/proj/aweather/development
+  - http://pileus.org/grits
 
 For OpenGL programming:
   - http://www.opengl.org/sdk/docs/man/
diff --git a/Makefile.am b/Makefile.am
index d954af1..497282c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ release: all dist
 	git push --all
 	echo $(VERSION) > LATEST
 	scp LATEST $(PACKAGE)-$(VERSION).tar.* \
-		"spenceal lug rose-hulman edu:/home/lug/htdocs/proj/$(PACKAGE)"; \
+		"andy pileus org:/home/pileus/htdocs/$(PACKAGE)"; \
 	rm -f LATEST
 
 depscan:
diff --git a/README b/README
index 25faa38..f9995c7 100644
--- a/README
+++ b/README
@@ -6,4 +6,4 @@ Wind, and KDE Marble in that it is developed primairily as a library that is
 used by other programs, rather than providing it's own user interface.
 
 For more information, see the homepage:
-  - http://www.lug.rose-hulman.edu/proj/aweather/grits
+  - http://pileus.org/grits
diff --git a/grits.doap b/grits.doap
index c78a9a2..a9faa98 100644
--- a/grits.doap
+++ b/grits.doap
@@ -6,7 +6,7 @@
 
   <name xml:lang="en">Grits</name>
   <shortdesc xml:lang="en">Virtual Globe library</shortdesc>
-  <homepage rdf:resource="http://lug.rose-hulman.edu/code/projects/grits"; />
+  <homepage rdf:resource="http://pileus.org/grits"; />
 
   <maintainer>
     <foaf:Person>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]