473,474 Members | 1,324 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Looking for ASP-based (HTML) page editor

I'm not a developer myself, but I am looking for something that maybe
one of you guys

- has done
- knows about
- would like to do - yes, I have a small budget for this. :)

The basic idea: A browser-based editor for *static* HTML pages, like
this:

1) When the script is first called, it will display a list of editable
(= HTML) files in a given directory.

2) The selected page is parsed by the script. It will look for
sections marked in a Dreamweaver-like comment style:
<!-- #BeginEditable "content" -->
CONTENT
<!-- #EndEditable -->

3) Contents of these sections are parsed and converted using a list of
RegEx expressions that translate HTML entities and markup into a more
readable, Wiki/Textile style format. E.g., <h1>foo</h1> would become
==foo== (see http://textism.com/tools/textile/ for a nice variation of
the same theme).

4) These "cleaned" content sections are presented as <textarea> fields
in a form, where a person who knows nothing about HTML can edit them.

5) After editing, the user can send the form back to the script, where
the modified sections are translated back into HTML using a
complementary list of expressions, replacing the previous content.

The whole thing should also have authorization (password protection
and/or user accounts) and maybe some kind of rollback feature.

I know that I could probably make a hundred CMS do this, but I want
something very simple and straightforward with just these features; no
database backend etc.

Does an ASP solution like this exist, maybe in someone's "unreleased
masterworks" drawer? :)

TIA.
Jul 19 '05 #1
2 1844
"David Winter" <wi*******************@yahoo.de> wrote in message
news:2c**************************@posting.google.c om...
I'm not a developer myself, but I am looking for something that maybe
one of you guys

- has done
- knows about
- would like to do - yes, I have a small budget for this. :) </snip>

www.rentacoder.com (don't use it myself, but quite a few other dev's do)

<snip> The basic idea: A browser-based editor for *static* HTML pages, like
this:

1) When the script is first called, it will display a list of editable
(= HTML) files in a given directory. </snip>

You'd need FSO (FileSystemObject) for this.... (there's probably a few other
ways but, FSO would be my personal choice)

<snip> 2) The selected page is parsed by the script. It will look for
sections marked in a Dreamweaver-like comment style:
<!-- #BeginEditable "content" -->
CONTENT
<!-- #EndEditable -->

3) Contents of these sections are parsed and converted using a list of
RegEx expressions that translate HTML entities and markup into a more
readable, Wiki/Textile style format. E.g., <h1>foo</h1> would become
==foo== (see http://textism.com/tools/textile/ for a nice variation of
the same theme).

4) These "cleaned" content sections are presented as <textarea> fields
in a form, where a person who knows nothing about HTML can edit them.

5) After editing, the user can send the form back to the script, where
the modified sections are translated back into HTML using a
complementary list of expressions, replacing the previous content. </snip>

I don't get it.....

Your obviously going to have to do part of the pages manually anyway as
you'll need to insert the markers, so, why not just use a web-based wysiwyg
editor?. Not only will it save a heck of alot of hassle, it will also save
alot of unnecessary work (and I'm sure the users themselves would prefer
such).

<snip> The whole thing should also have authorization (password protection
and/or user accounts) and maybe some kind of rollback feature. </snip>

PP and UA are simple enough, as is the rollback.... (if by "rollback" you
mean, backing up the file's before they are opened/edited?)

<snip> I know that I could probably make a hundred CMS do this, but I want
something very simple and straightforward with just these features; no
database backend etc. </snip>

Why a hundred CMS?. All you'd need is one CMS solution that supports
multiple users.

<snip> Does an ASP solution like this exist, maybe in someone's "unreleased
masterworks" drawer? :)

</snip>

Not aware of any that currently exist (atleast, not publicly anyway, there's
probably a few dev's around that have developed something similar and just
not released it).

Out of interest, why do the pages need to be "static HTML"?

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Jul 19 '05 #2
Check ASPIN.COM for HTML Editor components. There are dozens.
Newsletter or mail managers also do this, maybe even more what you're
looking for.

Jeff
On 8 Jul 2004 19:15:30 -0700, wi*******************@yahoo.de (David
Winter) wrote:
I'm not a developer myself, but I am looking for something that maybe
one of you guys

- has done
- knows about
- would like to do - yes, I have a small budget for this. :)

The basic idea: A browser-based editor for *static* HTML pages, like
this:

1) When the script is first called, it will display a list of editable
(= HTML) files in a given directory.

2) The selected page is parsed by the script. It will look for
sections marked in a Dreamweaver-like comment style:
<!-- #BeginEditable "content" -->
CONTENT
<!-- #EndEditable -->

3) Contents of these sections are parsed and converted using a list of
RegEx expressions that translate HTML entities and markup into a more
readable, Wiki/Textile style format. E.g., <h1>foo</h1> would become
==foo== (see http://textism.com/tools/textile/ for a nice variation of
the same theme).

4) These "cleaned" content sections are presented as <textarea> fields
in a form, where a person who knows nothing about HTML can edit them.

5) After editing, the user can send the form back to the script, where
the modified sections are translated back into HTML using a
complementary list of expressions, replacing the previous content.

The whole thing should also have authorization (password protection
and/or user accounts) and maybe some kind of rollback feature.

I know that I could probably make a hundred CMS do this, but I want
something very simple and straightforward with just these features; no
database backend etc.

Does an ASP solution like this exist, maybe in someone's "unreleased
masterworks" drawer? :)

TIA.


Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Jason Daly | last post by:
I'm a freshman at college as a computer science major. I'm not sure it has what I want. Does anyone know if a major commonly exists in web design (focusing in server side languages)? I want to...
2
by: Wayne Wengert | last post by:
I hope this is an appropriate group for this question? I work with a non-profit group that uses SQL Server 2000 for their data backend. They have a moderate size web site with many data driven...
6
by: Christoph | last post by:
I was browsing both the Amazon and Barnes & Noble websites looking for some good books but there appears to be *so* many and it's hard to tell which are going to be good or not. I'm looking for...
3
by: MSDN | last post by:
I'm looking for some good books to increase our knowledge in ASP.NET We have several books here already: ASP.NET unleashed, XML for ASP.NET Developers, ASP.NET (Wrox), and ADO.NET development. ...
3
by: Ahmed Shafi | last post by:
Hi there, I am developing a web application that allows developers to keep track of different Software engineering artifacts while doing development. It is a software engineering artifact...
0
by: Learner | last post by:
Hi there, We are looking for looking for an online auction software to buy that was built on .NET frame work and on ASP.NET and sqlserver. We are surfing the web to find to find a better one...
6
by: Jonathan Wood | last post by:
If you're an experienced C#/ASP.NET developer looking for projects that you can do from your own location, I may be able to provide you with some work. For more info, please visit...
1
by: JpMaxMan | last post by:
Greetings. I'm having a strange problem on a Win 2003 server machine with VS 2005 installed. When I go to web site --asp.net configuration it loads the browswer window but instead of loading it...
5
by: Alexey Smirnov | last post by:
Can someone suggest me a good light-weight free Wiki-engine? A source on C# is a plus :-) Any is help appreciated.
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.