|
From: Colin S. <col...@ex...> - 2005-05-05 20:45:23
|
The CMS here is Drupal. It's certainly possible to handle historical URLs, and some already are. Most of the site is handled dynamically by Drupal, but /dtd and /buttons is redirected internally (invisibly) by Apache to the new http://static.springframework.org site meant for completely static content like online documentation. It was critical to do this to not break DTD URLs and existing button links using the images directly from the Spring website. There is a question of what to do this for however. The old static structure was somewhat adhoc and simplistic. If you look at your example http://www.springframework.org/docs/api/org/springframework/web/servlet/mvc/SimpleFormController.html there's no product name (spring base library vs. webflow vs whatever other lib) in there, and there's no version number. Under the new structure, this is available as http://static.springframework.org/spring/docs/1.1.5/api/org/springframework/web/servlet/mvc/SimpleFormController.html Colin Matt Raible wrote: > Nice work guys - now we just need to get you to write the CMS using > Spring. ;-) I'm guessing this site uses Plone like the > springframework.com site? > > One request: is it possible to put in some smart redirection so that > old URLs still resolve? For example: > > http://www.springframework.org/docs/api/org/springframework/web/ > servlet/mvc/SimpleFormController.html > > I imagine there's lots of articles and such that link to the > documentation and now those links might not resolve. > > http://www.w3.org/Provider/Style/URI.html ;-) > > Thanks, > > Matt > > > On May 5, 2005, at 1:42 PM, Colin Sampaleanu wrote: > >> I'm happy to announce that a new, enhanced >> http://www.springframework.org is now live! >> >> The site, sporting a new look and driven by a dynamic content >> management engine, should serve the needs of the Spring community >> much better. Expect the look and feel, as well as the capabilities >> of the site, to continue to evolve. >> >> Thanks to Interface21 for sponsoring the installation, design and >> hosting of the new site. >> >> (Note that because of DNS caching, it may be up to an hour from the >> time of this email before you can actually see the new site). >> >> -- >> Colin Sampaleanu >> Interface21 Principal Consultant >> Spring Training, Consulting and Support - "From the Source" >> http://www.springframework.com > |