From 2a1b9e35299ad8d2bb54882bcd5786953179af38 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Tue, 10 Jan 2012 10:07:12 +0000 Subject: [PATCH] Misc updates for 0.6.3 - Move user guide - Update news/downloads/etc --- html.ct | 55 ++++++++++++++++++++++++++++++++++++++----------------- html.h | 11 ++++++----- index.c | 2 +- mkfile | 2 +- 4 files changed, 46 insertions(+), 24 deletions(-) diff --git a/html.ct b/html.ct index 68be683..6154d6f 100644 --- a/html.ct +++ b/html.ct @@ -127,16 +127,23 @@ Content-Type: text/html; charset=UTF-8 without any license fees or royalties.

<% } %> -<% void print_manual(void) { %> -
- <% print_file("manual.inc"); %> -
-<% } %> - <% void print_news(void) { %>
+
2012-01-10
+
+ AWeather 0.6.3 released:
    +
  • Added support for Mac OS X
  • +
  • Added an much improved User Guide, + written by Jason Holmes
  • +
  • Miscellaneous bug fixes
  • +
+ + (p.s. AWeather 0.6.2 doesn't exist, you never + heard of it, and neither have I) +
+
2011-11-25
AWeather 0.6.1 released:
    @@ -177,7 +184,14 @@ Content-Type: text/html; charset=UTF-8 and Ubuntu packages
+
+

See also: Older news, + gitweb

+<% } %> +<% void print_oldnews(void) { %> + < News +
2011-06-19
AWeather 0.5 released:
    @@ -203,14 +217,7 @@ Content-Type: text/html; charset=UTF-8
  • Added an option to automatically refresh after a timeout
  • New fullscreen mode
-
-

See also: Older news, - gitweb

-<% } %> -<% void print_oldnews(void) { %> - < News -
2010-05-17
AWeather 0.4.1:
  • Win32 fixes and improved debug support
  • @@ -240,6 +247,12 @@ Content-Type: text/html; charset=UTF-8
<% } %> +<% void print_manual(void) { %> +
+ <% print_file("manual.inc"); %> +
+<% } %> + <% void print_screenshots(void) { %>

AWeather provides a consistent user interface that allows the @@ -300,18 +313,26 @@ Content-Type: text/html; charset=UTF-8

Arch
Available from the AUR
--> + +
  • Windows
    -
    aweather-<%= VERSION_WIN32 %>-gtk.exe +
    aweather-<%= VERSION_WIN %>-gtk.exe (Use this unless you know what you're doing)
    Without GTK
    -
    aweather-<%= VERSION_WIN32 %>.exe
    +
    aweather-<%= VERSION_WIN %>.exe
  • Mac OS X
    -
    Coming soon (Mac OS developer? Help out)
    +
    aweather-<%= VERSION_MAC %>.dmg
  • @@ -319,7 +340,7 @@ Content-Type: text/html; charset=UTF-8

    Pre-releases, betas, and other hazardous software

    Check out the files directory for any potential updates

    -

    Pre-releases are labeled with a -p0 and are mainly built for testing the Windows packages

    +

    Pre-releases are labeled with a -p0 and are mainly built for testing the Windows and Mac packages

    Development code

    diff --git a/html.h b/html.h index 4ad29e0..fbfb82c 100644 --- a/html.h +++ b/html.h @@ -1,10 +1,11 @@ /* Version information */ -#define VERSION "0.6.1" -#define VERSION_GRITS "0.6.2" -#define VERSION_WIN32 "0.6.1" +#define VERSION "0.6.3" +#define VERSION_GRITS "0.6.3" +#define VERSION_WIN "0.6.3" +#define VERSION_MAC "0.6.3" -#define VERSION_DESC "Version " VERSION " adds a Radar menu for quickly " \ - "jumping to a NEXRAD site and also fixes some bugs" +#define VERSION_DESC "Version " VERSION " adds support for Mac OS X and " \ + "provides an improved User Guide" /* Link info */ #define WIKI_INDEX "/code/projects/aweather/wiki" diff --git a/index.c b/index.c index 304293d..543b53e 100644 --- a/index.c +++ b/index.c @@ -11,8 +11,8 @@ const char desc[] = /* Page data */ page_t header[] = { {"about", "About", print_about, 0.7, NULL}, - {"manual", "Manual", print_manual, 0.5, NULL}, {"news", "News", print_news, 0.3, NULL}, + {"manual", "Manual", print_manual, 0.5, NULL}, {"screenshots", "Screenshots", print_screenshots, 0.5, NULL}, {"download", "Download", print_download, 0.7, NULL}, {"development", "Development", print_development, 0.3, NULL}, diff --git a/mkfile b/mkfile index 83df932..4b7a69f 100644 --- a/mkfile +++ b/mkfile @@ -12,7 +12,7 @@ index.cgi: index.o html.o %.c: %.ct $CT -o $target $prereq -manual.inc: ../docs/manual.ad +manual.inc: ../docs/userguide.ad asciidoc -s -a toc -a numbered -b xhtml11 -o- $prereq \ | awk -f toc.awk > $target -- 2.43.2