You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(49) |
Sep
(25) |
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(24) |
Nov
(50) |
Dec
(4) |
2004 |
Jan
(2) |
Feb
(2) |
Mar
(5) |
Apr
|
May
(10) |
Jun
|
Jul
(10) |
Aug
(22) |
Sep
(10) |
Oct
|
Nov
(57) |
Dec
(5) |
2005 |
Jan
(24) |
Feb
(12) |
Mar
|
Apr
|
May
(3) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
(5) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: <il...@us...> - 2003-11-24 04:57:20
|
Update of /cvsroot/meshdb/src/geo/rf In directory sc8-pr-cvs1:/tmp/cvs-serv4500 Modified Files: main.c Log Message: Removed unused variables. Index: main.c =================================================================== RCS file: /cvsroot/meshdb/src/geo/rf/main.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- main.c 15 Sep 2002 12:58:29 -0000 1.2 +++ main.c 24 Nov 2003 04:57:17 -0000 1.3 @@ -48,7 +48,6 @@ /* expect "[-]deg min sec" */ int deg, min; double sec; - double d; int sign = 1; char *t = s; @@ -117,10 +116,10 @@ { struct geodesy geo = GEODESY_AMG66(56); int togrid = -1; - int i, ch, error = 0; + int ch, error = 0; int verbose = 0; int zone = -1; - double d, lat=0, lon=0, north=0, east=0, scale=0, gridconv=0; + double lat=0, lon=0, north=0, east=0, scale=0, gridconv=0; char *fmt = NULL; char *p; |
From: <il...@us...> - 2003-11-24 04:49:51
|
Update of /cvsroot/meshdb/src/geo/elev In directory sc8-pr-cvs1:/tmp/cvs-serv3593 Modified Files: elev.c Log Message: Removed unused variables. Index: elev.c =================================================================== RCS file: /cvsroot/meshdb/src/geo/elev/elev.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- elev.c 22 Oct 2003 02:27:01 -0000 1.2 +++ elev.c 24 Nov 2003 04:49:47 -0000 1.3 @@ -62,7 +62,7 @@ int w = 400, h = 100; double ea, na, ha, eb, nb, hb, ba, bb, gca, gcb, dist; double alta, altb; - double lata, lona, latb, lonb, latm, lonm, hm; + double lata, lona, latb, lonb; double xa, ya, za, xb, yb, zb; double xd, yd, zd; double yscale, yoff; |
From: <il...@us...> - 2003-11-24 04:36:43
|
Update of /cvsroot/meshdb/src/geo/libgeo In directory sc8-pr-cvs1:/tmp/cvs-serv2195 Modified Files: qt.c Log Message: Removed unused variable. Index: qt.c =================================================================== RCS file: /cvsroot/meshdb/src/geo/libgeo/qt.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- qt.c 10 Aug 2002 03:51:32 -0000 1.1.1.1 +++ qt.c 24 Nov 2003 04:36:39 -0000 1.2 @@ -175,7 +175,6 @@ char *dir; { struct qt *q; - struct qt *chain; int datafd; char label[256]; char dataname[2048]; |
From: <il...@us...> - 2003-11-24 03:57:55
|
Update of /cvsroot/meshdb/src/mailt In directory sc8-pr-cvs1:/tmp/cvs-serv30030 Modified Files: index.c Log Message: Include string.h for memset(). Index: index.c =================================================================== RCS file: /cvsroot/meshdb/src/mailt/index.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- index.c 10 Aug 2002 03:45:14 -0000 1.1.1.1 +++ index.c 24 Nov 2003 03:57:51 -0000 1.2 @@ -2,6 +2,7 @@ /* Operations to open and map an mailbox index aux file */ #include <stdio.h> +#include <string.h> #include <unistd.h> #include <sys/types.h> #include <sys/mman.h> |
From: <unl...@us...> - 2003-11-17 13:41:56
|
Update of /cvsroot/meshdb/www/deal In directory sc8-pr-cvs1:/tmp/cvs-serv652/deal Modified Files: config.php Log Message: Testing. Index: config.php =================================================================== RCS file: /cvsroot/meshdb/www/deal/config.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- config.php 17 Nov 2003 13:32:24 -0000 1.2 +++ config.php 17 Nov 2003 13:41:08 -0000 1.3 @@ -21,7 +21,7 @@ $dbhost = "localhost"; $dbname = "meshdb"; -$dbuser = "root"; -$dbpasswd = ""; +$dbuser = ""; +$dbpasswd = ""; ?> |
From: <unl...@us...> - 2003-11-17 13:33:08
|
Update of /cvsroot/meshdb/www/deal In directory sc8-pr-cvs1:/tmp/cvs-serv31720/deal Modified Files: config.php Log Message: Testing. Index: config.php =================================================================== RCS file: /cvsroot/meshdb/www/deal/config.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- config.php 14 Aug 2002 03:49:17 -0000 1.1 +++ config.php 17 Nov 2003 13:32:24 -0000 1.2 @@ -22,6 +22,6 @@ $dbhost = "localhost"; $dbname = "meshdb"; $dbuser = "root"; -$dbpasswd = ""; +$dbpasswd = ""; ?> |
From: <le...@us...> - 2003-11-15 06:18:00
|
Update of /cvsroot/meshdb/www/db2 In directory sc8-pr-cvs1:/tmp/cvs-serv2560 Modified Files: select.php Log Message: no more logging to me Index: select.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/select.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- select.php 2 Nov 2003 02:07:00 -0000 1.4 +++ select.php 15 Nov 2003 06:17:53 -0000 1.5 @@ -10,6 +10,7 @@ if (!isset($top)) $top = "result"; +/* $who = $_SERVER["REMOTE_ADDR"]; $to = "d...@it..."; mail($to, @@ -18,6 +19,7 @@ "From: Brisbane Mesh Database <own...@it...>\n". "Return-Path: own...@it...\n" ); +*/ if (strstr($q, "auth")) die("unknown error"); |
From: <il...@us...> - 2003-11-02 13:12:43
|
Update of /cvsroot/meshdb/www/db2 In directory sc8-pr-cvs1:/tmp/cvs-serv31118 Added Files: favicon.ico Log Message: Keep the favorites icon in CVS so everything is nice and self-consistent. --- NEW FILE: favicon.ico --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/meshdb/www/db2 In directory sc8-pr-cvs1:/tmp/cvs-serv14238 Modified Files: about.html address.html grid-instructions.html logos.html policies.html select.html cookies.php create.php edit.php gps.php index.php info.php search.php select.php submit.php touch.php touchgraph.php view.php Log Message: Added the favourites icon (favicon.ico) to all the pages. Index: about.html =================================================================== RCS file: /cvsroot/meshdb/www/db2/about.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- about.html 22 Oct 2003 04:46:18 -0000 1.6 +++ about.html 2 Nov 2003 02:06:59 -0000 1.7 @@ -1,6 +1,7 @@ <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> +<link rel="icon" href="favicon.ico"> <title>About the Brisbane Mesh node database</title> </head> <body> Index: address.html =================================================================== RCS file: /cvsroot/meshdb/www/db2/address.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- address.html 10 Aug 2002 03:33:24 -0000 1.1.1.1 +++ address.html 2 Nov 2003 02:07:00 -0000 1.2 @@ -2,6 +2,7 @@ <head> <link rel="stylesheet" href="style.css" type="text/css"> <link rel="start" href="index.php"> +<link rel="icon" href="favicon.ico"> <title>How to obtain and allocate IPv6 addresses</title> <style type="text/css"> blockquote { font-style: italic; } Index: grid-instructions.html =================================================================== RCS file: /cvsroot/meshdb/www/db2/grid-instructions.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- grid-instructions.html 10 Aug 2002 03:33:24 -0000 1.1.1.1 +++ grid-instructions.html 2 Nov 2003 02:07:00 -0000 1.2 @@ -1,6 +1,7 @@ <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> +<link rel="icon" href="favicon.ico"> <title>How to find your grid coordinates</title> <body> <h1>How to find your grid coordinates</h1> Index: logos.html =================================================================== RCS file: /cvsroot/meshdb/www/db2/logos.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- logos.html 10 Aug 2002 03:33:24 -0000 1.1.1.1 +++ logos.html 2 Nov 2003 02:07:00 -0000 1.2 @@ -1,6 +1,7 @@ <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> +<link rel="icon" href="favicon.ico"> <title>Brisbane Mesh logo competition</title> </head> <body> Index: policies.html =================================================================== RCS file: /cvsroot/meshdb/www/db2/policies.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- policies.html 22 Oct 2003 02:22:44 -0000 1.2 +++ policies.html 2 Nov 2003 02:07:00 -0000 1.3 @@ -1,6 +1,7 @@ <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> +<link rel="icon" href="favicon.ico"> <title>Standard access policies</title> <body> <h1>Access policies</h1> Index: select.html =================================================================== RCS file: /cvsroot/meshdb/www/db2/select.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- select.html 10 Aug 2002 03:33:24 -0000 1.1.1.1 +++ select.html 2 Nov 2003 02:07:00 -0000 1.2 @@ -2,6 +2,7 @@ <head> <title>Raw data SQL interface</title> <link rel="stylesheet" href="style.css" type="text/css"> +<link rel="icon" href="favicon.ico"> </head> <body> <h1>Brisbane Mesh raw data SQL interface</h1> Index: cookies.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/cookies.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- cookies.php 26 Aug 2002 14:21:02 -0000 1.4 +++ cookies.php 2 Nov 2003 02:07:00 -0000 1.5 @@ -68,7 +68,7 @@ <html> <head> <link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css"> -<!-- link rel="SHORTCUT ICON" href="favicon.ico" --> +<link rel="icon" href="favicon.ico"> <title>Brisbane Mesh node database</title> </head> <body> Index: create.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/create.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- create.php 7 Oct 2002 11:06:02 -0000 1.2 +++ create.php 2 Nov 2003 02:07:00 -0000 1.3 @@ -3,6 +3,7 @@ <html> <head> <link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css"> +<link rel="icon" href="favicon.ico"> </head> <body> Index: edit.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/edit.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- edit.php 10 Aug 2002 03:33:24 -0000 1.1.1.1 +++ edit.php 2 Nov 2003 02:07:00 -0000 1.2 @@ -15,6 +15,7 @@ <head> <link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css"> +<link rel="icon" href="favicon.ico"> <title>Edit node #<?=$nodeid?>: <?=htmlspecialchars(valof("admin[nodename]"))?></title> </head> <body> Index: gps.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/gps.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- gps.php 22 Oct 2003 04:47:53 -0000 1.2 +++ gps.php 2 Nov 2003 02:07:00 -0000 1.3 @@ -2,6 +2,7 @@ <html> <head> <link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css"> +<link rel="icon" href="favicon.ico"> <title>Convert between GPS/curvilinear and UTM/grid</title> <body> <h1>Convert between GPS/curvilinear and UTM/grid</h1> Index: index.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/index.php,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- index.php 22 Oct 2003 04:49:18 -0000 1.7 +++ index.php 2 Nov 2003 02:07:00 -0000 1.8 @@ -22,7 +22,7 @@ <html> <head> <link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css"> -<!-- link rel="SHORTCUT ICON" href="favicon.ico" --> +<link rel="icon" href="favicon.ico"> <title>Brisbane Mesh node database</title> <style type="text/css"> td { font-size: smaller; } Index: info.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/info.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- info.php 10 Aug 2002 11:42:39 -0000 1.3 +++ info.php 2 Nov 2003 02:07:00 -0000 1.4 @@ -1,4 +1,7 @@ <html> +<head> + <link rel="icon" href="favicon.ico"> +</head> <? include("config.php"); Index: search.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/search.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- search.php 22 Oct 2003 04:58:56 -0000 1.2 +++ search.php 2 Nov 2003 02:07:00 -0000 1.3 @@ -93,6 +93,7 @@ <html><head> <link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css"> +<link rel="icon" href="favicon.ico"> <title>Mesh search: <?=htmlspecialchars($q)?></title> </head> Index: select.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/select.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- select.php 10 Aug 2002 11:42:39 -0000 1.3 +++ select.php 2 Nov 2003 02:07:00 -0000 1.4 @@ -94,6 +94,7 @@ ?> <html> <head> <link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css"> + <link rel="icon" href="favicon.ico"> </head> <body><table border=1> <caption><?=htmlspecialchars($q)?></caption> Index: submit.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/submit.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- submit.php 10 Aug 2002 11:42:39 -0000 1.3 +++ submit.php 2 Nov 2003 02:07:00 -0000 1.4 @@ -79,6 +79,7 @@ <html> <head> <link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css"> + <link rel="icon" href="favicon.ico"> <title>Confirm delete</title> </head> <body> Index: touch.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/touch.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- touch.php 10 Aug 2002 11:42:39 -0000 1.3 +++ touch.php 2 Nov 2003 02:07:00 -0000 1.4 @@ -22,8 +22,11 @@ or die(mysql_error($db)); if (mysql_affected_rows($db)) { ?> - <html><head><title>Node <?=$nodeid?> touched!</title> - <link rel=stylesheet type="text/css" href="<?=$PREF["stylesheet"]?>"> + <html> + <head> + <title>Node <?=$nodeid?> touched!</title> + <link rel=stylesheet type="text/css" href="<?=$PREF["stylesheet"]?>"> + <link rel="icon" href="favicon.ico"> </head> <body> <h1 align=center> Index: touchgraph.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/touchgraph.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- touchgraph.php 22 Oct 2003 04:59:43 -0000 1.2 +++ touchgraph.php 2 Nov 2003 02:07:00 -0000 1.3 @@ -26,7 +26,7 @@ <html> <head> <link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css"> -<!-- link rel="SHORTCUT ICON" href="favicon.ico" --> +<link rel="icon" href="favicon.ico"> <title>Brisbane Mesh TouchGraph view</title> </head> <body> Index: view.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/view.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- view.php 22 Oct 2003 05:16:26 -0000 1.6 +++ view.php 2 Nov 2003 02:07:00 -0000 1.7 @@ -138,6 +138,7 @@ <head> <link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css"> <link rel="start" href="index.php"> +<link rel="icon" href="favicon.ico"> <title>View node #<?=$nodeid?>: <?=val("admin[nodename]")?></title> </head> <body> |
From: <il...@us...> - 2003-10-23 15:39:41
|
Update of /cvsroot/meshdb/src/mailt In directory sc8-pr-cvs1:/tmp/cvs-serv3629/mailt Added Files: .cvsignore Log Message: Ignore generated executables. --- NEW FILE: .cvsignore --- mkill msgid size t update view |
From: <il...@us...> - 2003-10-23 03:58:39
|
Update of /cvsroot/meshdb/src In directory sc8-pr-cvs1:/tmp/cvs-serv3170 Added Files: README Log Message: Summary of directory contenst. --- NEW FILE: README --- geo - surface elevation and altitude plotting/utils mailt - mail archive viewer for the web vpf - topographic map plotting (roads, cities, coastline etc) |
From: <il...@us...> - 2003-10-23 02:56:43
|
Update of /cvsroot/meshdb/src/vpf In directory sc8-pr-cvs1:/tmp/cvs-serv3170/vpf Added Files: README Log Message: Summary of directory contenst. --- NEW FILE: README --- libvpf - VPF vector database library dump - tool to dump contents of VPF tables to stdout psplot - plots VPF regions in postscript gdps - convert (simple) postscript to PNG |
From: <il...@us...> - 2003-10-23 02:47:55
|
Update of /cvsroot/meshdb/src/mailt In directory sc8-pr-cvs1:/tmp/cvs-serv13963/mailt Modified Files: subjects.php Log Message: Outstanding commit from David: use a .htaccess file in the list subdirectory to point to the location of the CGI scripts. Index: subjects.php =================================================================== RCS file: /cvsroot/meshdb/src/mailt/subjects.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- subjects.php 10 Aug 2002 03:45:14 -0000 1.1.1.1 +++ subjects.php 23 Oct 2003 01:20:02 -0000 1.2 @@ -7,6 +7,7 @@ include("mail.inc"); $self = "subjects.php"; $viewcgi = "../cgi-bin/view-list.cgi"; +$viewcgi = "msg"; # relies on a .htaccess file to redirect $o = openmbox("mbox"); $msgs = $o["msgs"]; |
From: <il...@us...> - 2003-10-22 13:31:24
|
Update of /cvsroot/meshdb/www/db2 In directory sc8-pr-cvs1:/tmp/cvs-serv31306 Modified Files: map2d.inc Log Message: Corrected the units in the scale sanity check. Index: map2d.inc =================================================================== RCS file: /cvsroot/meshdb/www/db2/map2d.inc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- map2d.inc 22 Oct 2003 04:51:09 -0000 1.2 +++ map2d.inc 22 Oct 2003 04:52:52 -0000 1.3 @@ -8,7 +8,7 @@ global $PREFS; if ($s < 0.00001) - die("Scale too small: $s pixel/m"); + die("Scale too small: $s m/pixel"); /* XXX |
From: <il...@us...> - 2003-10-22 11:40:19
|
Update of /cvsroot/meshdb/src/vpf/gdps In directory sc8-pr-cvs1:/tmp/cvs-serv11813/vpf/gdps Modified Files: draw.c error.c main.c operator.c Log Message: Outstanding commit from David: comments, whitespace and other minor niceties. Index: draw.c =================================================================== RCS file: /cvsroot/meshdb/src/vpf/gdps/draw.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- draw.c 18 Sep 2002 06:41:02 -0000 1.4 +++ draw.c 22 Oct 2003 06:26:58 -0000 1.5 @@ -23,6 +23,9 @@ static void draw_string(struct gstate *, const char *, int, double *, double *, double *, double *, int); +/* + * Convert a position into a GD pixel coordinate + */ static void pos(gs, p, i, xp, yp) struct gstate *gs; @@ -35,6 +38,9 @@ *yp = GSTATE_Y(gs, c->x, c->y); } +/* + * Get the GD colour index for the current colour + */ static int getcolor(gs) struct gstate *gs; @@ -194,6 +200,17 @@ ((struct isect *)b)->x; } +/* + * Fill a polygon. + * + * This function is really The Fundamental Reason that I wrote + * this whole program. Although GD comes with its own polygon fill + * routine, it doesn't give very nice results. This routine + * is much more careful about which pixels are scanned and which + * aren't. I've done extensive testing and tuning of the following + * algorithm and implementation. The results, I feel, are very nice. + * + */ void draw_fill(gs, p, evenodd) struct gstate *gs; @@ -215,7 +232,7 @@ col = getcolor(gs); - /* Convert points via matrix */ + /* Convert points via current transformation matrix */ point = malloc(npoint * sizeof *point); for (i = 0; i < npoint; i++) { struct coord *c = &VECTOR_AT(&p->coord, i); Index: error.c =================================================================== RCS file: /cvsroot/meshdb/src/vpf/gdps/error.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- error.c 18 Sep 2002 04:30:36 -0000 1.2 +++ error.c 22 Oct 2003 06:26:58 -0000 1.3 @@ -34,7 +34,7 @@ vfprintf(stderr, fmt, ap); if (showobj) { - fprintf(stderr, " [object is "); + fprintf(stderr, " [object %p is ", o); if (!o) fprintf(stderr, "(null)"); else Index: main.c =================================================================== RCS file: /cvsroot/meshdb/src/vpf/gdps/main.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- main.c 18 Sep 2002 04:30:36 -0000 1.3 +++ main.c 22 Oct 2003 06:26:58 -0000 1.4 @@ -33,12 +33,15 @@ while ((ch = getopt(argc, argv, "dg:")) != -1) switch(ch) { case 'd': + /* debug */ debug++; break; + case 'g': + /* geometry */ width = strtoul(optarg, &s, 10); if (s == optarg || *s != 'x') { error = 1; break; } - optarg = s+1; + optarg = s + 1; height = strtoul(optarg, &s, 10); if (s == optarg || *s != '\0') { error = 1; break; } break; @@ -53,12 +56,13 @@ } /* Set up initial global state and erase the page */ - gstate_init(&gs, gdImageCreateTrueColor(width, height)); + gstate_init(&gs, gdImageCreate(width, height)); run_name(&gs, "erasepage"); /* Run standard input */ source_file = file_new(stdin); run_file(&gs, source_file); + /* XXX - normal exit is through showpage() in operator.c */ exit(0); } Index: operator.c =================================================================== RCS file: /cvsroot/meshdb/src/vpf/gdps/operator.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- operator.c 18 Sep 2002 04:30:36 -0000 1.3 +++ operator.c 22 Oct 2003 06:26:58 -0000 1.4 @@ -31,10 +31,10 @@ #define RANGECLIP(v, min, max) ((v) < (min) ? (min) : (v) > (max) ? (max) : (v)) /* Prototypes */ -static double real(struct gstate *); -static signed long int integer(struct gstate *); -static void pushtruth(struct gstate *, int); -static int bool(struct gstate *); +static double real(struct gstate *); +static signed long int integer(struct gstate *); +static void pushtruth(struct gstate *, int); +static int bool(struct gstate *); /*------------------------------------------------------------ * Operator |
From: <il...@us...> - 2003-10-22 09:03:45
|
Update of /cvsroot/meshdb/src/mailt In directory sc8-pr-cvs1:/tmp/cvs-serv11444/mailt Modified Files: view.c Log Message: Outstanding commit from David: interpret an empty content-type as plain text. Index: view.c =================================================================== RCS file: /cvsroot/meshdb/src/mailt/view.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- view.c 22 Aug 2002 15:32:28 -0000 1.3 +++ view.c 22 Oct 2003 06:24:34 -0000 1.4 @@ -583,7 +583,7 @@ v = hdr_split(hs, he); s = o->mbox + m->pos; e = s + m->hdrlen + m->bodylen; - if (!v[0] || strcasecmp(v[0], "text/plain") == 0) + if (!v[0] || !*v[0] || strcasecmp(v[0], "text/plain") == 0) goto textplain; else if (strcasecmp(v[0], "multipart/mixed") == 0) showmixed(v, s, e, NULL, id); |
From: <il...@us...> - 2003-10-22 08:44:00
|
Update of /cvsroot/meshdb/www/db2 In directory sc8-pr-cvs1:/tmp/cvs-serv30649 Modified Files: index.php Log Message: Outstanding commit from David: link to the touchgraph from nodes with interfaces. Index: index.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/index.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- index.php 7 Oct 2002 11:06:02 -0000 1.6 +++ index.php 22 Oct 2003 04:49:18 -0000 1.7 @@ -223,6 +223,8 @@ echo " <td class=\"$col\">"; if ($col == "Ifs" && $v == "0") $v = " "; + else if ($col == "Ifs") + $v = "<a href=\"touchgraph.php?nodeid=$nodeid\">$v</a>"; if ($col == "Name") echo "<a href=\"view.php?nodeid=$nodeid\">$v</a>"; else if ($col == "Age" && $row[$col] > 0) |
From: <il...@us...> - 2003-10-22 08:02:30
|
Update of /cvsroot/meshdb/www/db2 In directory sc8-pr-cvs1:/tmp/cvs-serv30299 Modified Files: about.html Log Message: Outstanding commit from David: the SQL interface is the HTML page; the PHP is for the result. Index: about.html =================================================================== RCS file: /cvsroot/meshdb/www/db2/about.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- about.html 22 Oct 2003 02:22:13 -0000 1.5 +++ about.html 22 Oct 2003 04:46:18 -0000 1.6 @@ -78,8 +78,8 @@ <p> All of the <a href="http://meshdb.sf.net/">source code</a> to the database scripts and mapping tools is available, if you are interested. -Also, a <a href="select.php">generic database select</a> form is available -that you can use with XSL to construct your own web pages. +Also, a <a href="select.html">generic database select</a> form is +available that you can use with XSL to construct your own web pages. Please see the <a href="../copyright.html">copyright</a> info. </p> |
From: <il...@us...> - 2003-10-22 07:07:59
|
Update of /cvsroot/meshdb/www/db2 In directory sc8-pr-cvs1:/tmp/cvs-serv31024 Modified Files: map2d.inc Log Message: Outstanding commit from David: check the scale is vaguely sane. Index: map2d.inc =================================================================== RCS file: /cvsroot/meshdb/www/db2/map2d.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- map2d.inc 7 Oct 2002 11:06:02 -0000 1.1 +++ map2d.inc 22 Oct 2003 04:51:09 -0000 1.2 @@ -7,6 +7,9 @@ global $MYSQLHOST, $MYSQLUSER, $MYSQLPASS, $MYSQLDB, $OURPROXY; global $PREFS; + if ($s < 0.00001) + die("Scale too small: $s pixel/m"); + /* XXX XXX mapblast is not using shifted coords! |
From: <il...@us...> - 2003-10-22 07:00:23
|
Update of /cvsroot/meshdb/src/vpf/gdps In directory sc8-pr-cvs1:/tmp/cvs-serv3629/vpf/gdps Added Files: .cvsignore Log Message: Ignore generated executables. --- NEW FILE: .cvsignore --- gdps |
From: <il...@us...> - 2003-10-22 06:44:35
|
Update of /cvsroot/meshdb/www/db2 In directory sc8-pr-cvs1:/tmp/cvs-serv30466 Modified Files: gps.php Log Message: Outstanding commit from David: terminology fixes. Index: gps.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/gps.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gps.php 10 Aug 2002 03:33:24 -0000 1.1.1.1 +++ gps.php 22 Oct 2003 04:47:53 -0000 1.2 @@ -2,18 +2,18 @@ <html> <head> <link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css"> -<title>Convert between GPS/geodetic and UBD/grid</title> +<title>Convert between GPS/curvilinear and UTM/grid</title> <body> -<h1>Convert between GPS/geodetic and UBD/grid</h1> +<h1>Convert between GPS/curvilinear and UTM/grid</h1> <p> -This page allows you to convert Queensland geodetic coordinates (lat/long) to -grid coordinates, and back again. +This page allows you to convert Queensland curvilinear coordinates (lat/long) to +grid coordinates (eastings/northings), and back again. <? $TOGRID = "to grid"; - $FROMGRID = "to geodetic"; + $FROMGRID = "to curv."; /* function array_map($f, $a) { @@ -110,7 +110,7 @@ } ?> <table> -<tr><td width=20% align=center>GPS<td width=5%><td width=20% align=center>UBD +<tr><td width=20% align=center>Curvilinear<br>(GPS)<td width=5%><td width=20% align=center>UTM<br>(UBD) <tr align=center><td> Latitude:<input name="lat" value="<?=htmlspecialchars($lat)?>" size=10> <br> @@ -118,9 +118,9 @@ <br> System: <select name="llsystem"> <option value="grs80" <? - if ($llsystem == "grs80") echo "selected";?>>WGS84 (global)</option> + if ($llsystem == "grs80") echo "selected";?>>WGS84 (GPS/modern)</option> <option value="ans" <? - if ($llsystem == "ans") echo "selected";?>>AGD66 (Aust.)</option> + if ($llsystem == "ans") echo "selected";?>>AGD66 (old Aust. maps)</option> </select> <td valign=middle> |
From: <il...@us...> - 2003-10-22 06:35:46
|
Update of /cvsroot/meshdb/src/geo/alt In directory sc8-pr-cvs1:/tmp/cvs-serv3629/geo/alt Added Files: .cvsignore Log Message: Ignore generated executables. --- NEW FILE: .cvsignore --- alt |
From: <il...@us...> - 2003-10-22 06:07:52
|
Update of /cvsroot/meshdb/src/vpf/dump In directory sc8-pr-cvs1:/tmp/cvs-serv3629/vpf/dump Added Files: .cvsignore Log Message: Ignore generated executables. --- NEW FILE: .cvsignore --- vpfdump |
From: <il...@us...> - 2003-10-22 06:07:47
|
Update of /cvsroot/meshdb/src/geo/shift In directory sc8-pr-cvs1:/tmp/cvs-serv3629/geo/shift Added Files: .cvsignore Log Message: Ignore generated executables. --- NEW FILE: .cvsignore --- shift |
From: <il...@us...> - 2003-10-22 06:07:38
|
Update of /cvsroot/meshdb/src/geo/elev In directory sc8-pr-cvs1:/tmp/cvs-serv3629/geo/elev Added Files: .cvsignore Log Message: Ignore generated executables. --- NEW FILE: .cvsignore --- elev |