[Neos] Indentation for lists, paragraphs, etc.

Aske Ertmann aske at moc.net
Thu Dec 18 18:59:04 CET 2014


Hi Jim

You’re welcome.

There isn’t any built in tool for processing such a list, and as Lienhart points out that could be done a server level instead of in the CMS.

Coincidentally I had a similar problem to solve for a client this week which resulted in this package https://github.com/mocdk/MOC.Redirects <https://github.com/mocdk/MOC.Redirects>, which allows editors to paste an old URL on a page which will then be redirected with 301 to that page.
This requires manual work from the editor, but a CSV list mapping would none the less require the same. A script could easily be written to import a list and add that to the pages, but again you’d need a mapping so not sure if it makes sense.

Cheers,
Aske

> On 16 Dec 2014, at 17:44, Jim Heckler <james.heckler at gmail.com> wrote:
> 
> Hi Aske,
> 
> Thanks for your continued replies. Regarding 301 redirects, I think I need to explain myself better. Currently we're working on migrating a 2000+ page, 16 year old website to a CMS from a legacy WYSIWYG editor. We have established page ranks and presume that our user base has a lot of our pages bookmarked. Obviously once we migrate to a new CMS, all of our URLs are going to change and we risk losing our page rank within search engines. What we're looking for is a way to use 301 redirects so that when users go to old bookmarks, e.g. oursite.com/current/page/url.php, it redirects to the new page, e.g. oursite.com/newcms/new/page/url.php.
> 
> Ideally we could just batch process this with a list (CSV?) of old URLs that we want to redirect to new, valid URLs.
> 
> Hopefully this is a lot more clear. Sorry for any confusion. I'm only an amateur web developer in my spare time so sometimes I don't communicate my ideas as clearly as possible. Thanks for your continued help!
> 
> Best,
> Jim
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos



More information about the Neos mailing list