This is an automated email from the ASF dual-hosted git repository.

petasis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git


The following commit(s) were added to refs/heads/master by this push:
     new acd0c70  Readme.md in markdown
acd0c70 is described below

commit acd0c70c903b43f1a47160924f6ea3c8d8c56b07
Author: petasis <petas...@yahoo.gr>
AuthorDate: Sun Dec 16 15:10:48 2018 +0200

    Readme.md in markdown
---
 ChangeLog |  3 +++
 README.md | 31 +++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index b2fa288..8324639 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
 2018-12-16 Georgios Petasis <petas...@apache.org>
+    * Readme.md: Added a Markdown README file, which shows the build status
+    from Appveyor, for Windows.
+
     * .appveyor.yml: Started a build configuration for Appveyor:
     https://ci.appveyor.com/project/petasis/tcl-rivet
 
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ffd0900
--- /dev/null
+++ b/README.md
@@ -0,0 +1,31 @@
+# ![Rivet Logo](doc/images/home.png) <center>Apache Rivet</center> 
+---
+
+[Apache Rivet](https://tcl.apache.org/rivet/) is a powerful, flexible, 
consistent, fast, and robust solution to creating web applications with the 
help of the [Tcl](http://www.tcl.tk/) language and [Apache HTTP 
Server](https://httpd.apache.org/).
+
+See the doc/html/installation.html directory for installation and usage 
instructions.
+
+See INSTALL for brief installation instructions - although the above docs in 
HTML are more thorough and extensive.
+
+See LICENSE for licensing terms.
+
+$Id$
+
+## Current Travis/AppVeyor CI build status for Rivet:
+
+| OS | Master Branch | Release Branch |
+---|---|---
+| Linux 64, Tcl/Tk 8.6 |  | |
+| Windows 64, Tcl/Tk 8.6 | [![Build 
status](https://ci.appveyor.com/api/projects/status/3si279ye7gxl7wgg?svg=true)](https://ci.appveyor.com/project/petasis/tcl-rivet)
 | |
+| macOS 64 (Darwin), Tcl/Tk 8.5 |  | |
+
+
+## KNOWN PROBLEMS
+
+ - Rivet is reported to conflict with cgi scripts on some Linux machines. 
Symptom of the problem is when cgi scripts hang forever and don't send contents 
to the client
+
+## RIVET NAMESPACE
+
+ - With the intruduction of the ::rivet namespace the command set has been 
moved into it and each command should now be fully qualified. Building rivet 
you can choose in case to place the commands on the export 
+ list or even automatically import them into the global namespace. This is a 
deprecated option though unless you have a compatibility issue with existing 
legacy Rivet based code.
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org
For additional commands, e-mail: commits-h...@tcl.apache.org

Reply via email to