aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès2008-02-04 19:57:03 +0100
committerLudovic Courtès2008-02-04 19:57:03 +0100
commit6f33b3f61f86faecaec53b38372f56b86d95a646 (patch)
treec122a42c0ff4f5b16b406801afb77ea0cc92d4d6
parent8e9a6fd0ae7c5096f2dca8848515bf1cc1237a9c (diff)
downloadskribilo-6f33b3f61f86faecaec53b38372f56b86d95a646.tar.gz
skribilo-6f33b3f61f86faecaec53b38372f56b86d95a646.tar.lz
skribilo-6f33b3f61f86faecaec53b38372f56b86d95a646.zip
Mark the release as "alpha".
-rw-r--r--README-alpha24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/README-alpha b/README-alpha
new file mode 100644
index 0000000..8d569c7
--- /dev/null
+++ b/README-alpha
@@ -0,0 +1,24 @@
+Please note that this is an "alpha" release, meaning that (i) there are
+some glitches here and there, (ii) the API is still subject to change,
+and (iii) documentation may be incomplete or inaccurate.
+
+Obvious glitches include limited support or lack thereof of all engines
+for some markups or packages. API changes may include removal of legacy
+Skribe procedure (e.g., those exported by `(skribilo lib)'), better
+error condition handling, etc.
+
+Nonetheless, this release is hopefully not too far away from a "stable"
+release, so keep hope!
+
+
+
+Copyright 2008 Ludovic Courtès <ludo@gnu.org>
+
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved.
+
+;;; Local Variables:
+;;; mode: text
+;;; coding: utf-8
+;;; End:
diff --git a/configure.ac b/configure.ac
index 7c27859..a3c3c1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT(skribilo, 0.9.0, skribilo-users@nongnu.org)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(m4)
-AM_INIT_AUTOMAKE([gnu no-define check-news])
+AM_INIT_AUTOMAKE([gnu no-define check-news readme-alpha])
AC_CONFIG_SRCDIR([src/guile/skribilo/reader.scm])