Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Johnson <ian.johnson@appliedlanguage.com>2013-07-03 13:52:31 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-07-03 13:52:31 +0400
commit92fb11e6150323bad1d7cb48a40af36dbbe52cb4 (patch)
tree4ecee90f9b5858e775f45941b0483403e354e4f9
parent288140330ddc9bdd5c193ebc5318f0a5974d96d2 (diff)
Complete beta documentation.
-rw-r--r--documentation/chapters/introduction/introduction.tex9
-rw-r--r--documentation/pcl-manual.tex6
2 files changed, 12 insertions, 3 deletions
diff --git a/documentation/chapters/introduction/introduction.tex b/documentation/chapters/introduction/introduction.tex
index f4ec3a1..e0a805e 100644
--- a/documentation/chapters/introduction/introduction.tex
+++ b/documentation/chapters/introduction/introduction.tex
@@ -1 +1,10 @@
\chapter{Introduction}
+Pipeline Creation Language (PCL) is a general purpose language for creating non-recurrent software pipelines. PCL is a small grammar for combining computation using re-usable components which can be shared or distributed. A number of combinator operators are defined which execute components sequentially or in parallel. Also, a number of pre-defined components can be used to ``glue'' component together, merge parallel outputs, or conditional execute components.
+
+PCL was developed as part of the MosesCore project sponsored by the European Commission's Seveth Framework Programme (Grant Number 288487) \url{http://www.statmt.org/mosescore/}. For more information on the Seventh Framework Programme please see \url{http://cordis.europa.eu/fp7/home_en.html}.
+
+\section{License and Availability}
+PCL compiler and runtime has been released under a LGPL v3.0\footnote{See the GNU Lesser General Public License at \url{http://www.gnu.org/copyleft/lesser.html}} license. It is available from GitHub using the following command:
+\begin{verbatim}
+git clone git@github.com:ianj-als/pcl.git
+\end{verbatim}
diff --git a/documentation/pcl-manual.tex b/documentation/pcl-manual.tex
index af66dae..a947a14 100644
--- a/documentation/pcl-manual.tex
+++ b/documentation/pcl-manual.tex
@@ -68,7 +68,7 @@
\begin{abstract}
Pipeline Creation Language (PCL) is a general purpose language for creating non-recurrent software pipelines. This manual describes the syntax of PCL, how to compile it, and run it. Also, how to adapt your existing scripts or programs for use with PCL.
-PCL was developed as part of the MosesCore project sponsored by the European Commission's Seveth Framework Programme (Grant Number 288487) \url{http://www.statmt.org/mosescore/}. For more information on the Seventh Framework Programme please see \url{http://cordis.europa.eu/fp7/home_en.html}.
+PCL was developed as part of the MosesCore project sponsored by the European Commission's Seventh Framework Programme (Grant Number 288487) \url{http://www.statmt.org/mosescore/}. For more information on the Seventh Framework Programme please see \url{http://cordis.europa.eu/fp7/home_en.html}.
\end{abstract}
\pagenumbering{roman}
@@ -85,7 +85,7 @@ PCL was developed as part of the MosesCore project sponsored by the European Com
\include{chapters/run-time/run-time}
\include{chapters/adapter/adapter}
-\bibliographystyle{plain}{}
-\bibliography{pcl-manual}
+%\bibliographystyle{plain}{}
+%\bibliography{pcl-manual}
\end{document}