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:
Michael Hutchinson 2007-02-16 15:14:22 +00:00
Родитель d601e0f5ea
Коммит 2e016d8ea4
4 изменённых файлов: 28 добавлений и 4 удалений

Просмотреть файл

@ -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:

Просмотреть файл

@ -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
Просмотреть файл

@ -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 ""