![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Web Design Forums and discussions on webdesign |
Web Design | |||||||||
|
|
|
|
| |||||
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | I consider helping an organization to implement a new website layout. They add new pages every week, so they have about 4000 webpages. So I just cannot implement a new layout by hand. I need some (freeware) software that can insert and replace text on multiple html pages. I only need to do some basic standard tasks for all pages such as: Insert a link to a stylesheet in the page head: <link rel="StyleSheet" href="style.css" type="text/css"> And replace all: <body ...something....> with <body> So it could be a simple search-and-replace tool that can replaces text starting with "<body" and ending with ">", with "<body>", etc. |
|
| | #2 (permalink) |
| Civilians | And lo, didst speak in alt.www.webmaster: > I need some (freeware) software that can > insert and replace text on multiple html pages. I highly recommend ReplaceEm. <http://www.boolean.ca/replace/> Grey |
|
| | #3 (permalink) |
| Civilians | GreyWyvern wrote: > And lo, didst speak in alt.www.webmaster: > >> I need some (freeware) software that can >> insert and replace text on multiple html pages. > > > I highly recommend ReplaceEm. <http://www.boolean.ca/replace/> > > Grey If the OP has access to DreamWeaver, all this stuff is automated. -- x theSpaceGirl (miranda) # lead designer @ http://www.dhnewmedia.com # # remove NO SPAM to email, or use form on website # |
|
| | #4 (permalink) |
| Civilians | And lo, SpaceGirl didst speak in alt.www.webmaster: > GreyWyvern wrote: >> And lo, didst speak in alt.www.webmaster: >> >>> I need some (freeware) software that can >>> insert and replace text on multiple html pages. >> >> I highly recommend ReplaceEm. <http://www.boolean.ca/replace/> > > If the OP has access to DreamWeaver, all this stuff is automated. Euw. It might do multiple search and replace fine, but what about all that other icky goo that comes with it? Grey -- The technical axiom that nothing is impossible sinisterly implies the pitfall corollory that nothing is ridiculous. - http://www.greywyvern.com/ringmaker - Orca Ringmaker: Host a web ring from your website! |
|
| | #5 (permalink) |
| Civilians | "GreyWyvern" <spam@greywyvern.com> wrote in message news p.smxgm0mbsl6xfd@news.nas.net...> And lo, SpaceGirl didst speak in alt.www.webmaster: > > GreyWyvern wrote: > >> And lo, didst speak in alt.www.webmaster: > >> > >>> I need some (freeware) software that can > >>> insert and replace text on multiple html pages. > >> > >> I highly recommend ReplaceEm. <http://www.boolean.ca/replace/> > > > > If the OP has access to DreamWeaver, all this stuff is automated. > > Euw. It might do multiple search and replace fine, but what about all > that other icky goo that comes with it? it produces cleaner sites than any other WYSIWYG, in fact I often use DW to clean up other websites ... G |
|
| | #6 (permalink) |
| Civilians | On Mon, 28 Feb 2005 17 56 -0500, Gerry W - for email use my name atdergal 0 com <sales@exleaseit.co.uk> wrote: > it produces cleaner sites than any other WYSIWYG, in fact I often use DW > to clean up other websites ... The code isn't what I meant. I meant all those other tools that the OP doesn't need. He/she only wanted a global S&R tool. Grey -- The technical axiom that nothing is impossible sinisterly implies the pitfall corollary that nothing is ridiculous. - http://www.greywyvern.com/webslavent?msg=149 - Presto the Puffin! |
|
| | #7 (permalink) |
| Civilians | In: <42234525$0$13771$ba624c82@nntp03.dk.telia.net>, <Richard> wrote: >I consider helping an organization to implement a new website layout. They >add new pages every week, so they have about 4000 webpages. So I just cannot >implement a new layout by hand. I need some (freeware) software that can >insert and replace text on multiple html pages. I only need to do some basic >standard tasks for all pages such as: > >Insert a link to a stylesheet in the page head: ><link rel="StyleSheet" href="style.css" type="text/css"> > >And replace all: ><body ...something....> with <body> > >So it could be a simple search-and-replace tool that can replaces text >starting with "<body" and ending with ">", with "<body>", etc. If the tags are consistant, like: <body xyz> and NOT mixes of: <body x y z > You could probably just roll your own perl script or use 'sed'. Multi-lines are the tough part. (obviously you'd want to test it first) Might I suggest something like docbook of there are 1000's of pages being added? Docbook or some other standard that is 'easy' to change. Wouldn't exactly call docbook 'easy' as far as getting the tools working, but it is kind of nice once it's installed, I suppose one could use just a subset and then a personal XSLT to do the transform. Jamie -- http://www.geniegate.com Custom web programming guhzo_42@lnubb.pbz (rot13) User Management Solutions |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: SEARCH AND REPLACE | David McRitchie | Microsoft Applications | 1 | 08-23-2005 16:00 |
| Dynamic Web Pages and Search Engines | John Whitworth | Web Design | 0 | 04-12-2005 16:00 |
| How can I open a HTML file using VBA and Search then Replace something | nguyenxuanson@gmail.com | Web Design | 3 | 03-17-2005 20:00 |
| Search & Replace | Scott Shively | Microsoft Applications | 2 | 01-06-2005 17:00 |
| Re: Which Search and replace utility? | monkeyjob | Web Design | 0 | 06-22-2004 23:25 |
![]() | ![]() | ![]() |