[pypy-svn] r38256 - pypy/dist/pypy/doc
fijal at codespeak.net
fijal at codespeak.net
Fri Feb 9 14:57:32 CET 2007
Author: fijal
Date: Fri Feb 9 14:57:31 2007
New Revision: 38256
Modified:
pypy/dist/pypy/doc/translation.txt
Log:
Link to JS backend, rewording.
Modified: pypy/dist/pypy/doc/translation.txt
==============================================================================
--- pypy/dist/pypy/doc/translation.txt (original)
+++ pypy/dist/pypy/doc/translation.txt Fri Feb 9 14:57:31 2007
@@ -690,7 +690,7 @@
Instead, the goal of GenJS is more directed towards allowing one to write
Ajax_ web applications entirely in Python (the client side would have to be
-restricted to RPython_), and this is the subject of Maciej Fijalkowski's
+restricted to RPython_), and this was the subject of Maciej Fijalkowski's
Summer Of Code 2006 project.
.. _Ajax: http://en.wikipedia.org/wiki/AJAX
@@ -699,6 +699,12 @@
for the Summer Of Code project) and now he and Maciej are collaborating on its
further development.
+To read more about JS backend there is a `whatis document`_ and
+a `using document`_.
+
+.. _`whatis document`: js/whatis.html
+.. _`using document`: js/using.html
+
GenCL
+++++
More information about the Pypy-commit
mailing list