2007-02-16 Michael Hutchinson <m.j.hutchinson@gmail.com>
* README: * configure.in: Add a notice informing users that AspNetEdit is now maintained in MonoDevelop. * INSTALL: Fix longstanding typo. svn path=/trunk/aspeditor/; revision=73022
This commit is contained in:
Родитель
d601e0f5ea
Коммит
2e016d8ea4
|
@ -1,3 +1,11 @@
|
|||
2007-02-16 Michael Hutchinson <m.j.hutchinson@gmail.com>
|
||||
|
||||
* README:
|
||||
* configure.in: Add a notice informing users that AspNetEdit is now
|
||||
maintained in MonoDevelop.
|
||||
|
||||
* INSTALL: Fix longstanding typo.
|
||||
|
||||
2006-07-04 Michael Hutchinson <m.j.hutchinson@gmail.com>
|
||||
|
||||
* configure.in:
|
||||
|
|
2
INSTALL
2
INSTALL
|
@ -15,7 +15,7 @@ Building AspNetEdit
|
|||
===================
|
||||
Open a terminal in the root aspnetedit director and run the following commands
|
||||
|
||||
./autoconf.sh --prefix=PREFIX
|
||||
./autogen.sh --prefix=PREFIX
|
||||
make
|
||||
|
||||
|
||||
|
|
14
README
14
README
|
@ -1,8 +1,16 @@
|
|||
****************************** PLEASE NOTE *************************************
|
||||
* AspNetEdit has now been merged into the MonoDevelop IDE *
|
||||
* (http://www.monodevelop.com) and this standalone version has not been *
|
||||
* maintained since July 2006. If you would like to resurrect the standalone *
|
||||
* editor please contact Michael Hutchinson <m.j.hutchinson@gmail.com>. *
|
||||
********************************************************************************
|
||||
|
||||
Introduction
|
||||
============
|
||||
This is a pre-release version of AspNetEdit, Mono's Graphical Editor for ASP.NET. This version is provided as a preview for curious developers only. Not all functionality is present or working, so please do not judge it until a final release is made.
|
||||
|
||||
At the moment you will need the cutting edge subversion Mono class libraries (module mcs).
|
||||
This is a pre-release version of AspNetEdit, Mono's Graphical Editor for
|
||||
ASP.NET. This version is provided as a preview for curious developers only.
|
||||
Not all functionality is present or working, so please do not judge it until
|
||||
a final release is made.
|
||||
|
||||
|
||||
Installation
|
||||
|
|
|
@ -156,3 +156,11 @@ echo " * C# compiler options = $MCS_OPTIONS"
|
|||
echo " * Gecko libraries from: $mozpackage"
|
||||
echo " * $mozpackage home: $MOZILLA_HOME"
|
||||
echo ""
|
||||
echo "*************************** PLEASE NOTE *********************************"
|
||||
echo "* AspNetEdit has now been merged into the MonoDevelop IDE *"
|
||||
echo "* (http://www.monodevelop.com) and this standalone version has not *"
|
||||
echo "* been maintained since July 2006. If you would like to resurrect the *"
|
||||
echo "* standalone editor please contact Michael Hutchinson at *"
|
||||
echo "* <m.j.hutchinson@gmail.com>. *"
|
||||
echo "*************************************************************************"
|
||||
echo ""
|
||||
|
|
Загрузка…
Ссылка в новой задаче