|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<preface id="preface"> |
3 | | - <title>Preface</title> |
4 | | - |
5 | | - <para><ulink url="http://springpython.webfactional.com">Spring Python</ulink> |
6 | | - is an extension of the Java-based Spring Framework and |
7 | | - Spring Security Framework, targeted for Python. It is not a straight port, |
8 | | - but instead an extension of the same concepts that need solutions applied |
9 | | - in <ulink url="http://python.org">Python</ulink>.</para> |
10 | | - |
11 | | - <para>This document provides a reference guide to Spring's features. Since |
12 | | - this document is still to be considered very much work-in-progress, if you |
13 | | - have any requests or comments, please post them on the <ulink |
14 | | - url="http://lists.springsource.com/listmanager/listinfo/springpython-users">user mailing list</ulink> |
15 | | - or on the <ulink |
16 | | - url="http://forum.springframework.org/forumdisplay.php?f=45">Spring Python |
17 | | - support forums</ulink>.</para> |
18 | | - |
19 | | - <note> |
20 | | - <title>What we mean by "Spring Java"</title> |
21 | | - |
22 | | - <para>Throughout this documentation, the term <emphasis>Spring Java</emphasis> is used on |
23 | | - occasion as shorthand for <emphasis>The Spring Framework</emphasis>, referring to the original, |
24 | | - java-based framework.</para> |
25 | | - </note> |
26 | | - |
27 | | - <para>Before we go on, a few words of gratitude are due to the SpringSource |
28 | | - team for putting together a framework for writing this reference documentation.</para> |
29 | | - |
30 | | -</preface> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<preface id="preface"> |
| 3 | + <title>Preface</title> |
| 4 | + |
| 5 | + <para><ulink url="http://springpython.webfactional.com">Spring Python</ulink> |
| 6 | + is an extension of the Java-based Spring Framework and |
| 7 | + Spring Security Framework, targeted for Python. It is not a straight port, |
| 8 | + but instead an extension of the same concepts that need solutions applied |
| 9 | + in <ulink url="http://python.org">Python</ulink>.</para> |
| 10 | + |
| 11 | + <para>This document provides a reference guide to Spring's features. Since |
| 12 | + this document is still to be considered very much work-in-progress, if you |
| 13 | + have any requests or comments, please post them on the <ulink |
| 14 | + url="http://lists.springsource.com/listmanager/listinfo/springpython-users">user mailing list</ulink> |
| 15 | + or on the <ulink |
| 16 | + url="http://forum.springframework.org/forumdisplay.php?f=45">Spring Python |
| 17 | + support forums</ulink>.</para> |
| 18 | + |
| 19 | + <note> |
| 20 | + <title>What we mean by "Spring Java"</title> |
| 21 | + |
| 22 | + <para>Throughout this documentation, the term <emphasis>Spring Java</emphasis> is used on |
| 23 | + occasion as shorthand for <emphasis>The Spring Framework</emphasis>, referring to the original, |
| 24 | + java-based framework.</para> |
| 25 | + </note> |
| 26 | + |
| 27 | + <para>Before we go on, a few words of gratitude are due to the SpringSource |
| 28 | + team for putting together a framework for writing this reference documentation.</para> |
| 29 | + |
| 30 | +</preface> |
0 commit comments