X Tutup
Skip to content

Commit 423601d

Browse files
committed
Merged -r 372:373 from https://src.springframework.org/svn/se-springpython-py/tags/springpython-release-0.8.0 into trunk in order to link to blog site.
git-svn-id: https://src.springframework.org/svn/se-springpython-py/trunk/springpython@374 ce8fead1-4192-4296-8608-a705134b927f
1 parent 8a3efc8 commit 423601d

File tree

2 files changed

+5
-36
lines changed

2 files changed

+5
-36
lines changed

docs/apt/index.apt

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Key Features
1717

1818
* {{{reference/html/objects.html}Inversion Of Control}} - The idea is to decouple two classes at the
1919
interface level. This lets you build many reusable parts in your software, and your whole application becomes
20-
more pluggable. You can XMLConfig, PythonConfig/@Object, PyContainerConfig, or SpringJavaConfig, allowing you
20+
more pluggable. You can use XMLConfig, PythonConfig/@Object, PyContainerConfig, or SpringJavaConfig, allowing you
2121
to read multiple formats.
2222

2323
* {{{reference/html/aop.html}Aspect-oriented Programming}} - Spring Python provides great ways to wrap advice
@@ -63,38 +63,6 @@ What's Coming?
6363

6464
Spring Python News
6565

66-
<<NEWS>> - Spring Python 0.8.0 has been released. This release contains a refactored IoC container supporting
67-
four formats (XMLConfig, PythonConfig/@Object, PyContainerConfig, and SpringJavaConfig); replacement
68-
of the term "component" with "object" in all APIs, classnames, etc.; and other bug fixes and API cleanup. 11/06/2007 G.Turnquist
69-
70-
<<NEWS>> - Spring Python 0.7.1 has been released. This release contains improvements to reference documentation as well
71-
as integration with {{{http://s3browse.com/explore/dist.springframework.org/release/EXT/se-springpython-py}Spring's new
72-
download site}}. - 10/17/2008 G.Turnquist
73-
74-
<<NEWS>> - Spring Python 0.7.0 has been released. This release contains several upgrades and improvements, including
75-
scrubbing the APIs to better match {{{http://www.python.org/dev/peps/pep-0008/}PEP-0008}}. - 9/25/2008 G.Turnquist
76-
77-
<<NEWS>> - Spring Python's web page has been updated. It now uses the maven-generate material, with links to the official
78-
documents released earlier. The former trac site is still online and available through a link on the site. While the site
79-
may appear low on information, all the main articles of documentation are contained in the reference documents themselves.
80-
- 9/19/2008 G.Turnquist
81-
82-
<<NEWS>> - Spring Python's official documentation has been staged at
83-
{{{http://springpython.webfactional.com/reference/html}http://springpython.webfactional.com/reference/html}}. - 9/17/2008 G.Turnquist
84-
85-
<<NEWS>> - Spring Python was given as a "sneak peek" into Spring Extensions to the London Spring User's Group at the
86-
end of a presentation on Spring.NET given by Russ Miles. If you follow that link to the Spring Python forums, there is another
87-
link to see the online video clip. - 9/15/2008 G.Turnquist
88-
89-
<<NEWS>> - Spring Python 0.6.0 has been released. This is the release with Spring Python as an official Spring Extension.
90-
The primary task was quality, and the first step was to integrate all the unit tests with SpringSource's build team and a
91-
continuous integration server. This has been accomplished and one sample of such a run can be found at
92-
http://build.springframework.org/browse/EXT-PYQUICK-19. A couple cosmetic issues were closed at the same time. Also, a
93-
new email distribution list has been created (mailto:springpython-users@lists.springsource.com), hosted by SpringSource,
94-
and existing members have been migrated to it. - 9/5/2008 G.Turnquist
95-
96-
<<NEWS>> - SpringSource has noticed Spring Python! Russ Miles from Spring Source recently contacted me and invited Spring
97-
Python to become an official Spring Extension. Russ is in charge of the Spring Extensions project, a process they are
98-
setting up to incubate projects that can potentially become official parts of Spring Source's software portfolio. Read more
99-
on our new discussion forum. - 8/11/2008 G.Turnquist
100-
66+
Visit {{{http://blog.springpython.webfactional.com}Spring Python's blog site}} for news, postings, and
67+
other up-to-the-minute information.
68+

docs/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
</menu>
2323

2424
<menu name="Support">
25+
<item name="News/Blog" href="http://blog.springpython.webfactional.com"/>
2526
<item name="Discussion Forum" href="http://forum.springframework.org/forumdisplay.php?f=45"/>
2627
<item name="Mailing List" href="mail-lists.html"/>
2728
</menu>

0 commit comments

Comments
 (0)
X Tutup