]> Pileus Git - pages/commitdiff
Add some more pages
authorAndy Spencer <andy753421@gmail.com>
Mon, 24 Dec 2012 05:27:32 +0000 (05:27 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 24 Dec 2012 05:44:57 +0000 (05:44 +0000)
14 files changed:
grits/index.md
grits/news.md [deleted file]
home/contact.md
home/index.md
home/source_code.md [new file with mode: 0644]
home/test.md [deleted file]
lackey/index.md [deleted file]
menu.ini
noisebot/index.md [new file with mode: 0644]
tools/ct.md [new file with mode: 0644]
tools/index.md [new file with mode: 0644]
tools/lackey.md [new file with mode: 0644]
tools/rhawk.md [new file with mode: 0644]
wmpus/index.md

index ff54e01f587f378db48470a51593383f5d36a9c6..028f7ec326e7191bcf068921f311d1d1ddc1d299 100644 (file)
@@ -1,2 +1,26 @@
 Grits
 =====
 Grits
 =====
+Grits is a Virtual Globe library developed along side AWeather, but desigend to
+be usable by other program as well. It is differentiated from other Virtual
+Globes such as Google Earth, NASA World Wind, and KDE Marble in that it is
+developed primairily as a library that is used by other programs, such as
+AWeather, rather than providing it's own user interface.
+
+Grits without any plugins
+-------------------------
+[![Grits  ][img0s]][img0l]
+
+Satellite and Environment plugins
+---------------------------------
+[![Plugins][img1s]][img1l]
+
+Elevation plugin showing a mountain
+-----------------------------------
+[![Terrain][img2s]][img2l]
+
+[img0s]: /aweather/screens/grits_s.jpg
+[img0l]: /aweather/screens/grits.png
+[img1s]: /aweather/screens/plugins_s.jpg
+[img1l]: /aweather/screens/plugins.png
+[img2s]: /aweather/screens/terrain_s.jpg
+[img2l]: /aweather/screens/terrain.png
diff --git a/grits/news.md b/grits/news.md
deleted file mode 100644 (file)
index e69de29..0000000
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0d1c13a95b4b9ad2614f106fc4945a2b74864511 100644 (file)
@@ -0,0 +1,16 @@
+Contact
+=======
+
+Mailing lists
+-------------
+`dev@pileus.org` - for development related questions
+
+* [Mailman interface](/mailman/listinfo/dev)
+* [Archived messages](/pipermail/dev/)
+
+IRC
+---
+The official channel for pileus.org projects is on the
+[Freenode](http://freenode.net) IRC network: irc.freenode.net
+
+* \#pileus
index 4639f1d218a4f59155644765c3949740bee8b01b..725006da1be75701d03a15a302d9ffe48f4f8401 100644 (file)
@@ -1,2 +1,7 @@
-Home
+News
 ====
 ====
+
+2012-12-24
+----------
+Started work on the website. The [mailing lists](/home/contact) and [git
+repositories](/home/source_code) should also be working.
diff --git a/home/source_code.md b/home/source_code.md
new file mode 100644 (file)
index 0000000..257502f
--- /dev/null
@@ -0,0 +1,15 @@
+Source code
+===========
+
+Projects
+--------
+All pileus.org projects are available in git and are listed in the gitweb interface:
+
+* <http://pileus.org/git/>
+
+This website 
+------------
+The source code that generates this website is available
+
+* [Web site source code](/git/?p=site)
+* [Web site content](/git/?p=site)
diff --git a/home/test.md b/home/test.md
deleted file mode 100644 (file)
index b5fccdd..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-
-A First Level Header
-====================
-
-A Second Level Header
----------------------
-
-Now is the time for all good men to come to
-the aid of their country. This is just a
-regular paragraph.
-
-The quick brown fox jumped over the lazy
-dog's back.
-
-### Header 3
-
-> This is a blockquote.
->
-> This is the second paragraph in the blockquote.
->
-> ## This is an H2 in a blockquote
-
-Now is the time for all good men to come to
-the aid of their country. This is just a
-regular paragraph.
-
-The quick brown fox jumped over the lazy
-dog's back.
-
-### Header 3
-
-Now is the time for all good men to come to
-the aid of their country. This is just a
-regular paragraph.
-
-The quick brown fox jumped over the lazy
-dog's back.
diff --git a/lackey/index.md b/lackey/index.md
deleted file mode 100644 (file)
index eb9893f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-lackey
-======
index bde8e8afd4e7752e35bc024ad92f9e5329d00ced..68f9d62f86176444d3046037e31c02ce2001a1df 100644 (file)
--- a/menu.ini
+++ b/menu.ini
@@ -8,6 +8,7 @@ title=AWeather
 [grits]
 name=Grits
 
 [grits]
 name=Grits
 
-[wmpus]
+[noisebot]
+name=NoiseBot
 
 
-[lackey]
+[wmpus]
diff --git a/noisebot/index.md b/noisebot/index.md
new file mode 100644 (file)
index 0000000..ee07f0e
--- /dev/null
@@ -0,0 +1,3 @@
+NoiseBot is an IRC bot using the PircBot framework.
+
+It'll be here eventually, assuming someone convicnes that morzekma fellow to do so.
diff --git a/tools/ct.md b/tools/ct.md
new file mode 100644 (file)
index 0000000..9e04e2f
--- /dev/null
@@ -0,0 +1,3 @@
+ct is a web template system written in C. It allows embedding C code within HTML (or anything else for that matter). The pages are then translated to C code and complied into an executable which can be by a web server though CGI. 
+
+It is used on for the pileus.org and AWeather homepages.
diff --git a/tools/index.md b/tools/index.md
new file mode 100644 (file)
index 0000000..0e40be9
--- /dev/null
@@ -0,0 +1,2 @@
+Various other projects are listed here, they are generally not quite as stable
+or well organized as the rest of the projects.
diff --git a/tools/lackey.md b/tools/lackey.md
new file mode 100644 (file)
index 0000000..21ff073
--- /dev/null
@@ -0,0 +1 @@
+Lackey is a ncurses calendar client for viewing (and eventually editing) iCalendar files.
diff --git a/tools/rhawk.md b/tools/rhawk.md
new file mode 100644 (file)
index 0000000..039d63e
--- /dev/null
@@ -0,0 +1 @@
+rhawk is a IRC bot written in.. well.. awk.
index 736df7fd303fd22b12a333001b0d85c4b3f989a2..746951ecf5c4608009cf144790c51501fd9660d1 100644 (file)
@@ -1,2 +1,4 @@
 wmpus
 =====
 wmpus
 =====
+Wmpus is a window manager designed to run on both X11 and Windows, and possibly
+others.