From: Andy Spencer Date: Mon, 24 Dec 2012 05:27:32 +0000 (+0000) Subject: Add some more pages X-Git-Url: http://pileus.org/git/?p=pages;a=commitdiff_plain;h=f291ea28052d73ee5233dcc33dfe12e208bce207 Add some more pages --- diff --git a/grits/index.md b/grits/index.md index ff54e01..028f7ec 100644 --- a/grits/index.md +++ b/grits/index.md @@ -1,2 +1,26 @@ 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 index e69de29..0000000 diff --git a/home/contact.md b/home/contact.md index e69de29..0d1c13a 100644 --- a/home/contact.md +++ b/home/contact.md @@ -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 diff --git a/home/index.md b/home/index.md index 4639f1d..725006d 100644 --- a/home/index.md +++ b/home/index.md @@ -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 index 0000000..257502f --- /dev/null +++ b/home/source_code.md @@ -0,0 +1,15 @@ +Source code +=========== + +Projects +-------- +All pileus.org projects are available in git and are listed in the gitweb interface: + +* + +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 index b5fccdd..0000000 --- a/home/test.md +++ /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 index eb9893f..0000000 --- a/lackey/index.md +++ /dev/null @@ -1,2 +0,0 @@ -lackey -====== diff --git a/menu.ini b/menu.ini index bde8e8a..68f9d62 100644 --- a/menu.ini +++ b/menu.ini @@ -8,6 +8,7 @@ title=AWeather [grits] name=Grits -[wmpus] +[noisebot] +name=NoiseBot -[lackey] +[wmpus] diff --git a/noisebot/index.md b/noisebot/index.md new file mode 100644 index 0000000..ee07f0e --- /dev/null +++ b/noisebot/index.md @@ -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 index 0000000..9e04e2f --- /dev/null +++ b/tools/ct.md @@ -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 index 0000000..0e40be9 --- /dev/null +++ b/tools/index.md @@ -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 index 0000000..21ff073 --- /dev/null +++ b/tools/lackey.md @@ -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 index 0000000..039d63e --- /dev/null +++ b/tools/rhawk.md @@ -0,0 +1 @@ +rhawk is a IRC bot written in.. well.. awk. diff --git a/wmpus/index.md b/wmpus/index.md index 736df7f..746951e 100644 --- a/wmpus/index.md +++ b/wmpus/index.md @@ -1,2 +1,4 @@ wmpus ===== +Wmpus is a window manager designed to run on both X11 and Windows, and possibly +others.