aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--README-alpha66
-rw-r--r--TODO44
-rw-r--r--configure.ac4
4 files changed, 120 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 07ed6b8..a18ffb6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,13 @@
-tagr NEWS - User visible changes.
+Tagr NEWS -- history of user-visible changes. 2009-04-27
Copyright (C) 2000, 2005, 2009 Max Bouglacoff, Sergey Poznyakoff
-See the end for copying conditions.
+See the end of file for copying conditions.
Please send tagr bug reports to <gray@gnu.org.ua>
Version 1.9.90 (Git)
+Major rewrite.
+
^L
Version 1.0
@@ -35,6 +37,10 @@ Boston, MA 02111-1307, USA.
Local variables:
mode: outline
paragraph-separate: "[ ]*$"
+eval: (add-hook 'write-file-hooks 'time-stamp)
+time-stamp-start: "changes. "
+time-stamp-format: "%:y-%02m-%02d"
+time-stamp-end: "\n"
end:
diff --git a/README-alpha b/README-alpha
new file mode 100644
index 0000000..3c3d054
--- /dev/null
+++ b/README-alpha
@@ -0,0 +1,66 @@
+This file is part of Tagr.
+See end of file for copying conditions.
+
+* Introduction
+
+This is a *pre-release* version, and not ready for production use yet.
+If you are taking source from Git, you will need to have several
+special tools to help contribute. See the file README-hacking for more
+information. See chapter `Building' for the detailed instructions on
+how to build the package.
+
+Please, note that the accompanying documentation may be inaccurate
+or incomplete. The Git logs are the authoritative documentation of
+all recent changes.
+
+Please, send comments and problem reports to <gray@gnu.org.ua>.
+
+* Checking Out the Sources
+
+The following instructions apply if you wish to obtain sources from
+the Git repository:
+
+To clone the Tagr repository, issue the following command:
+
+ git clone git://git.gnu.org.ua/tagr.git
+
+or
+
+ git clone http://git.gnu.org.ua/repo/tagr.git
+
+This will create a directory named `tagr' and populate it with the
+sources.
+
+For more information about Git access, visit
+http://puszcza.gnu.org.ua/git/?group=tagr
+
+* Building
+
+Usual procedures apply:
+
+ ./configure
+ make
+ make install
+
+See the files INSTALL and README for the detailed instructions.
+
+* Copyright information:
+
+Copyright (C) 2009 Sergey Poznyakoff
+
+ Permission is granted to anyone to make or distribute verbatim copies
+ of this document as received, in any medium, provided that the
+ copyright notice and this permission notice are preserved,
+ thus giving the recipient permission to redistribute in turn.
+
+ Permission is granted to distribute modified versions
+ of this document, or of portions of it,
+ under the above conditions, provided also that they
+ carry prominent notices stating who last changed them.
+
+
+Local Variables:
+mode: outline
+paragraph-separate: "[ ]*$"
+version-control: never
+End:
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..0871b7e
--- /dev/null
+++ b/TODO
@@ -0,0 +1,44 @@
+Tagr TODO list. 2009-04-27
+Copyright (C) 2009 Sergey Poznyakoff
+
+* Zero-unknown option and interrupted data feeds
+
+Decide what to do if a data feed gets interrupted.
+
+* Synchronous updates
+
+Provide an option to schedule graph updates after finishing
+processing of a feed.
+
+* Percentage graphs
+
+* Filled graphs
+
+Figure out how to properly fill a graph.
+
+* Improve symbol tables
+
+There should be two numeric data types: integer and double. Provide
+a way to define symbols from the configuration file, in the
+topmost level as well as within a monitor. This will also require
+changing of the way tables are stored on disk.
+
+* Accept symbolic color names in `color-*' statements
+
+* Growright option
+
+Decide what to do with the `growright' argument to draw_graph.
+
+* Separate graphs
+
+It could be desirable to split graphs into separate ones.
+
+
+Local variables:
+mode: outline
+paragraph-separate: "[ ]*$"
+eval: (add-hook 'write-file-hooks 'time-stamp)
+time-stamp-start: "list. "
+time-stamp-format: "%:y-%02m-%02d"
+time-stamp-end: "\n"
+end:
diff --git a/configure.ac b/configure.ac
index 70e0c79..91dd85c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,12 +15,12 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_PREREQ(2.59)
+AC_PREREQ(2.61)
AC_INIT([tagr], 1.9.90, [gray@gnu.org.ua])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([1.8 gnits])
+AM_INIT_AUTOMAKE([1.10 gnits tar-ustar std-options])
# Checks for programs.
AC_PROG_CC

Return to:

Send suggestions and report system problems to the System administrator.