aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-10-03 10:02:19 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-10-03 10:02:19 +0000
commitf9c8c47f5186793069c5eec9c945ebd6fdb4a06d (patch)
treeb37e08a28becda36f828b5347a287820ade8a2e5
parent2ebe95259ab885e235cef88aabe0fa6ae29c81c1 (diff)
downloadswis-f9c8c47f5186793069c5eec9c945ebd6fdb4a06d.tar.gz
swis-f9c8c47f5186793069c5eec9c945ebd6fdb4a06d.tar.bz2
Update
git-svn-id: file:///svnroot/swis/trunk@6 05ba3e8d-823b-0410-8fb2-de0ee4edb5ba
-rw-r--r--ChangeLog3
-rw-r--r--README38
-rw-r--r--README-hacking55
3 files changed, 96 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c92d87..e4cce24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-10-03 Sergey Poznyakoff <gray@gnu.org.ua>
+ * README-hacking: New file
+ * README: Initial edit.
+
* src/swis.h: Update
* src/html-strip.l: Implement command line options. Convert only
html body.
diff --git a/README b/README
index e69de29..f9bd062 100644
--- a/README
+++ b/README
@@ -0,0 +1,38 @@
+Swis README
+Copyright (C) 2007 Sergey Poznyakoff
+See the end of file for copying conditions.
+
+* Introduction
+
+Swis (also spelled as SWIS) has nothing to do with Switzerland. It is
+an abbreviation for "Simple Web Indexing Software".
+
+* Documentation
+
+None so far. Use the source, Luke.
+
+* Bug reporting.
+
+Send bug reports to <gray@gnu.org.ua>.
+
+
+* Copyright information:
+
+Copyright (C) 2007 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/README-hacking b/README-hacking
new file mode 100644
index 0000000..ea2020f
--- /dev/null
+++ b/README-hacking
@@ -0,0 +1,55 @@
+These notes intend to help people working on the SVN version of
+this package. See the end of this file for the copying conditions.
+
+* Requirements
+
+You need the following packages to build the SVN version of Swis. I do
+not make any efforts to accommodate older versions of these packages,
+so please make sure that you have the latest stable version.
+
+- Automake <http://www.gnu.org/software/automake/>
+- Autoconf <http://www.gnu.org/software/autoconf/>
+- Gnulib <http://www.gnu.org/software/gnulib/>
+- Flex <http://flex.sourceforge.net/>
+- M4 <http://www.gnu.org/software/m4/>
+
+* Bootstrapping
+
+Obviously, if you are reading these notes, you did manage to check out
+the source tree from SVN. The next step is to create the configuration
+framework:
+
+1. Change to the source tree directory
+
+ $ cd swis
+
+2. Run `bootstrap' pointing the --gnulib-srcdir option to the location
+of the local directory where gnulib sources reside, e.g.:
+
+ ./bootstrap --gnulib-srcdir=/usr/src/gnulib
+
+Once done, proceed as described in the file README (section
+`Installation').
+
+
+* Copyright information
+
+ Copyright (C) 2007 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.
+
+^L
+Local Variables:
+mode: outline
+paragraph-separate: "[ ^L]*$"
+version-control: never
+End:
+

Return to:

Send suggestions and report system problems to the System administrator.