diff options
author | ctrlaltca <> | 2013-01-19 11:56:07 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-19 11:56:07 +0000 |
commit | 59010e4ce45bc85bae299bd92b738d455d6be597 (patch) | |
tree | 6b7e6087aa6a6a998874b4b783247a1821e2780b | |
parent | f598e7fd7eaa1a29380b05c264e502d6691a7eef (diff) |
editors directory: added a proper readme file;
set date for 3.2.1 release
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | build.xml | 2 | ||||
-rw-r--r-- | buildscripts/classtree/ExtensionReadme.html | 20 |
4 files changed, 23 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 6b3be115..edabd47f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -803,6 +803,7 @@ buildscripts/chmbuilder/classes/pages/Classes.page -text buildscripts/chmbuilder/classes/pages/MainLayout.tpl -text buildscripts/chmbuilder/classes/pages/style.css -text buildscripts/classtree/DWExtensionReadme.txt -text +buildscripts/classtree/ExtensionReadme.html -text buildscripts/jGrouseDoc/3rdparty/ant/LICENSE -text buildscripts/jGrouseDoc/3rdparty/ant/LICENSE.dom -text buildscripts/jGrouseDoc/3rdparty/ant/LICENSE.sax -text @@ -1,4 +1,4 @@ -Version 3.2.1 Jan XX, 2013 +Version 3.2.1 Jan 19, 2013 BUG: Issue #44 - [895] SDateFormatter cannot parse date earlier than 1970 (ctrlaltca) ENH: Issue #180 - Integrate XMLRPC web service (rojaro) @@ -325,7 +325,7 @@ var_dump($sqlmap->queryForList('products-with-price', 50)); <fileset refid="test-tools" />
</copy>
- <copy file="buildscripts/classtree/DWExtensionReadme.txt" tofile="${build.src.dir}/editors/Dreamweaver/readme.txt" />
+ <copy file="buildscripts/classtree/ExtensionReadme.html" tofile="${build.src.dir}/editors/ExtensionReadme.html" />
<copy file="framework/pradolite.php" tofile="${build.src.dir}/framework/pradolite.php" />
<copy file="framework/prado-cli.php" tofile="${build.src.dir}/framework/prado-cli.php" />
diff --git a/buildscripts/classtree/ExtensionReadme.html b/buildscripts/classtree/ExtensionReadme.html new file mode 100644 index 00000000..fed1205c --- /dev/null +++ b/buildscripts/classtree/ExtensionReadme.html @@ -0,0 +1,20 @@ +<html> +<head> +<title>Extension Readme</title> +</head> +<body> +<p> +This directory used to contain the editor's extensions for PRADO. +</p> +<p>They have been moved elsewhere; we suggest you to download the most +up-to-date versions at <a href="http://code.google.com/p/prado3/downloads/list" >PRADO's google code page</a> +</p> +<p>Currently we provide extensions for the following editors: +<ul> +<li><a href="http://www.adobe.com/it/products/dreamweaver.html">Adobe Dreamweaver</a></li> +<li><a href="http://notepad-plus-plus.org">Notepad++</a></li> +<li><a href="http://inotai.com">Intype</a></li> +<li><a href="http://macromates.com">TextMate</a></li> +<li><a href="http://www.sublimetext.com">Sublime Text (using the TextMate extension)</a></li> +</ul> +</p>
\ No newline at end of file |