📄 readme
字号:
ASP Template v1.3
=================
A library to help ASP developers separate their ASP code from HTML.
ASP Template has been developed by Valerio Santinelli in order to overcome a
problem often found when building dynamic websites. You often end up having
pages with mixed HTML and ASP code and that's a problem when you want to
let a graphician work on the pages without messing the code up.
What ASP Template does is separating the ASP code from the actual HTML by
placing all the HTML code inside so-called "templates" that can be manipulated
by graphicians without the risk of corrupting the underlying code.
ASP Templates also gives some constructs to place directly in the HTML in order
to make it easy to create repeating blocks and variables.
Starting from version v1.3 a very good working version of the .NET version of
ASPTemplate has been included for those interested in porting their ASP
applications over to ASP.NET or evaluating an alternative to .NET placeholders.
LEGAL DISCLAIMER
ASP Template
Copyright (C) 2001-2004 Valerio Santinelli
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
INSTALLATION
To install this product please refer to INSTALL located in the same directory as
this file.
CREDITS
ASP Template team consists of:
Valerio Santinelli <tanis@altralogica.it>
Stijn de Bekker <s.debekker@tasper.nl>
Bambang <sibambang@users.sourceforge.net>
Many thanks are flying out to the following people:
Olivier Galaup <ogalaup@unlimitedmail.org>
For the first .NET ASPX conversion of ASPTemplate.
Manuel Bua <Manuel.Bua@invisiblesite.it>
for the best (and current) .NET conversion of ASPTemplate (VB.NET).
All of ASP Template users who have contributed patches and fixes.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -