Huh? No way to markup announcements here?

2015-04-18 Thread edreamleo
Many google groups support markdown or other markup.

I see no mention of markup here:
https://www.python.org/community/clpya-guidelines.txt/

Is there any way to format announcements?  If so, how.  If not, why not?

Edward
-- 
https://mail.python.org/mailman/listinfo/python-list


ANN: Leo 5.1-final. PIM, scripting Python IDE, Outliner

2015-04-17 Thread edreamleo
p
a href=http://leoeditor.com/;Leo/a 5.1 final is now available at
a href=http://sourceforge.net/projects/leo/files/Leo/;SourceForge./a
Leo is Open Software, using the
a href=http://leoeditor.com/license.html;MIT License/a.
/p

p
Leo 5.1-final is recommended for anyone using Leo 5.1 b1 or Leo 5.0-final.
/p

h3The highlights of Leo 5.1/h3

p
This release features b@clean/b, one of the most important developments in 
Leo's history.
@clean nodes create external files without sentinel comments,
yet bLeo can update @clean trees from changes made to the corresponding 
external files/b.
Steve Zatz explains a 
href=http://leoeditor.com/testimonials.html#steve-zatz-explains-why-clean-changes-everything;why
 @clean changes everything/a.
/p

h3More highlights/h3

p
ul
li@clean trees preserve clone links and user attributes (uA's)./li
liReading @clean trees is faster than reading @auto or @shadow trees./li
liA new a href=http://leoeditor.com/load-leo.html;web page/a displays 
.leo files in the browser./li
liAdded bcommand history/b to Leo's minibuffer./li
liA new IdleTime class greatly simplifies idle-time handling./li
liLeo now honors @language inside @doc parts./li
li@data nodes can be composed of their descendant nodes./li
/ul
/p

h3Links/h3

p
ul
li
The a 
href=http://leoeditor.com/appendices.html#the-mulder-ream-update-algorithm; 
Mulder/Ream algorithm/a
updates @clean trees/li
lia href=http://leoeditor.com;Leo's home page/a
lia href=http://leoeditor.com/leo_toc.html;Documentation/a
lia href=http://leoeditor.com/tutorial.html;Tutorials/a
lia href=http://leoeditor.com/screencasts.html;Video tutorials/a
lia href=http://groups.google.com/group/leo-editor;Forum/a
lia href=http://sourceforge.net/projects/leo/files/;Download/a
lia href=https://github.com/leo-editor/leo-editor;Leo on Github/a
lia href=http://leoeditor.com/testimonials.html;What people are saying 
about Leo/a
lia href=http://leoeditor.com/load-leo.html;A web page that displays .leo 
files/a
lia href=http://leoeditor.com/leoLinks.html;More links/a
/ul
/p

p
Edward K. Ream: a href=mailto:edream...@gmail.com;email/a.
/p

pa HREF=href=http://leoeditor.com/;Leo 5.1/a
is a PIM, a Python scripting IDE and outliner. (16-Apr-15)
/p
-- 
https://mail.python.org/mailman/listinfo/python-list


Leo 5.1 b2 released

2015-04-13 Thread edreamleo
[Leo](http://leoeditor.com/) 5.1 b2 is now available [at 
SourceForge.](http://sourceforge.net/projects/leo/files/Leo/) Leo is a PIM, an 
IDE and an outliner.

b2 restores the proper operation of @nosent.  It is recommended for anyone 
using Leo 5.1 b1.

**The highlights of Leo 5.1**

This release features **@clean** trees, one of the most important developments 
in Leo's history.

@clean nodes create external files without sentinel comments, yet Leo can 
update @clean trees from changes made to the corresponding external files, 
something long thought impossible.

@clean trees preserve clone links and user attributes (uA's). Reading @clean 
trees is faster than reading @auto or @shadow trees. Steve Zatz [explains why 
@clean changes 
everything.](http://leoeditor.com/testimonials.html#steve-zatz-explains-why-clean-changes-everything)

The [Mulder/Ream 
algorithm](http://leoeditor.com/appendices.html#the-mulder-ream-update-algorithm)
 updates @clean trees from changes made in the corresponding external files. 
This is a completely rewritten and much simpler version of Bernhard Mulder's 
original @shadow update algorithm.

**More highlights**
 
* A new [web page](http://leoeditor.com/load-leo.html) displays .leo files in 
the browser.
  
* Added **command history** to Leo's minibuffer.

* A new IdleTime class greatly simplifies idle-time handling.

* Leo now honors @language inside @doc parts

* @data nodes can be composed of their descendant nodes.

* @shadow is now deprecated. @clean is superior to @shadow in all respects. Leo 
will support all flavors of @auto indefinitely.

Links:
--
[Leo](http://leoeditor.com)
[Docs](http://leoeditor.com/leo_toc.html)
[Tutorials](http://leoeditor.com/tutorial.html)
[Videos](http://leoeditor.com/screencasts.html)
[Forum](http://groups.google.com/group/leo-editor)
[Download](http://sourceforge.net/projects/leo/files/)
[Github](https://github.com/leo-editor/leo-editor)
[Quotes](http://leoeditor.com/testimonials.html)
[Viewer page](http://leoeditor.com/load-leo.html)
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


ANN: Leo 5.0 final released

2014-11-26 Thread edreamleo
Leo 5.0-final is now available at:
http://sourceforge.net/projects/leo/files/Leo/

Leo is a PIM, an IDE and an outliner.
Video tutorials: http://leoeditor.com/screencasts.html
Text tutorials: http://leoeditor.com/tutorial.html

The highlights of Leo 5.0
--

* Better compatibility with vim, Emacs, pylint and PyQt:
- Optional native emulation of vim commands.
- Full support for Emacs org-mode outlines.
- Full support for Vim .otl outlines.
- Better support for pylint.
- Support for both PyQt4 and PyQt5.
* Smoother installation:
- Support for brew install leo on MacOS.
- 'python setup.py install' now works.
- pip install leo now works.
- Leo is now a debian package.
* Better handling of nodes containing large text:
- Idle time syntax coloring eliminates delay.
- Optional delayed loading of large text.
* Power features:
- Command history for minibuffer commands.
- Leo available via github repository.
- File name completion.
- Cloned nodes expand and contract independently.
- @data nodes can be composed from descendant nodes.
- No need to change Leo's main style sheet:
  it can be customized with @color and @font settings.
- @persistence nodes save data in @auto trees.
- A pluggable architecture for @auto nodes.
- The style-reload command changes Leo's appearance instantly.
* Important new plugins for tagging, display and node evaluation.
* For beginners:
- Leo's default workbook files contains Leo's quickstart guide.
* Hundreds of new/improved features and bug fixes.

Links:
--
Leo:   http://leoeditor.com
Docs:  http://leoeditor.com/leo_toc.html
Tutorials: http://leoeditor.com/tutorial.html
Videos:http://leoeditor.com/screencasts.html
Forum: http://groups.google.com/group/leo-editor
Download:  http://sourceforge.net/projects/leo/files/
Github:https://github.com/leo-editor/leo-editor
Quotes:http://leoeditor.com/testimonials.html
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Leo 5.0 beta 2 released

2014-11-18 Thread edreamleo
Leo 5.0b2 is now available at:
http://sourceforge.net/projects/leo/files/Leo/

This release fixes several installation issues
and updates installation instructions for Linux/Ubuntu.

Leo is a PIM, an IDE and an outliner.
Video tutorials: http://leoeditor.com/screencasts.html
Text tutorials: http://leoeditor.com/tutorial.html

The highlights of Leo 5.0
--

* Better compatibility with vim, Emacs, pylint and PyQt:
- Optional native emulation of vim commands.
- Full support for Emacs org-mode outlines.
- Full support for Vim .otl outlines.
- Better support for pylint.
- Support for both PyQt4 and PyQt5.
* Better handling of nodes containing large text:
- Idle time syntax coloring eliminates delay.
- Optional delayed loading of large text.
* Power features:
- Command history for minibuffer commands.
- Leo available via github repository.
- File name completion.
- Cloned nodes expand and contract independently.
- @data nodes can be composed from descendant nodes.
- No need to change Leo's main style sheet:
  it can be customized with @color and @font settings.
- @persistence nodes save data in @auto trees.
- A pluggable architecture for @auto nodes.
- The style-reload command changes Leo's appearance instantly.
* Important new plugins for tagging, display and node evaluation.
* For beginners:
- Leo's default workbook files contains Leo's quickstart guide.
* Hundreds of new/improved features and bug fixes.

Links:
--
Leo:   http://leoeditor.com
Docs:  http://leoeditor.com/leo_toc.html
Tutorials: http://leoeditor.com/tutorial.html
Videos:http://leoeditor.com/screencasts.html
Forum: http://groups.google.com/group/leo-editor
Download:  http://sourceforge.net/projects/leo/files/
Github:https://github.com/leo-editor/leo-editor
Quotes:http://leoeditor.com/testimonials.html
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


ANN: Leo 5.0 beta 2 released

2014-11-18 Thread edreamleo
Leo 5.0b2 is now available at:
http://sourceforge.net/projects/leo/files/Leo/

This release fixes several installation issues
and updates installation instructions for Linux/Ubuntu.

Leo is a PIM, an IDE and an outliner.
Video tutorials: http://leoeditor.com/screencasts.html
Text tutorials: http://leoeditor.com/tutorial.html

The highlights of Leo 5.0
--

* Better compatibility with vim, Emacs, pylint and PyQt:
- Optional native emulation of vim commands.
- Full support for Emacs org-mode outlines.
- Full support for Vim .otl outlines.
- Better support for pylint.
- Support for both PyQt4 and PyQt5.
* Better handling of nodes containing large text:
- Idle time syntax coloring eliminates delay.
- Optional delayed loading of large text.
* Power features:
- Command history for minibuffer commands.
- Leo available via github repository.
- File name completion.
- Cloned nodes expand and contract independently.
- @data nodes can be composed from descendant nodes.
- No need to change Leo's main style sheet:
  it can be customized with @color and @font settings.
- @persistence nodes save data in @auto trees.
- A pluggable architecture for @auto nodes.
- The style-reload command changes Leo's appearance instantly.
* Important new plugins for tagging, display and node evaluation.
* For beginners:
- Leo's default workbook files contains Leo's quickstart guide.
* Hundreds of new/improved features and bug fixes.

Links:
--
Leo:   http://leoeditor.com
Docs:  http://leoeditor.com/leo_toc.html
Tutorials: http://leoeditor.com/tutorial.html
Videos:http://leoeditor.com/screencasts.html
Forum: http://groups.google.com/group/leo-editor
Download:  http://sourceforge.net/projects/leo/files/
Github:https://github.com/leo-editor/leo-editor
Quotes:http://leoeditor.com/testimonials.html
-- 
https://mail.python.org/mailman/listinfo/python-list


Leo 5.0 alpha 2 released

2014-11-08 Thread edreamleo
Leo 5.0a2 is now available at:
http://sourceforge.net/projects/leo/files/Leo/

Leo is a PIM, an IDE and an outliner.
Video tutorials: http://leoeditor.com/screencasts.html
Text tutorials: http://leoeditor.com/tutorial.html

The highlights of Leo 5.0
--

* Better compatibility with vim, Emacs, pylint and PyQt:
- Optional native emulation of vim commands.
- Full support for Emacs org-mode outlines.
- Better support for pylint.
- Support for both PyQt4 and PyQt5.
* Better handling of nodes containing large text:
- Idle time syntax coloring eliminates delay.
- Optional delayed loading of large text.
* Power features:
- Leo available via github repository.
- File name completion.
- Cloned nodes expand and contract independently.
- @data nodes can be composed from descendant nodes.
- No need to change Leo's main style sheet:
  it can be customized with @color and @font settings.
- @persistence nodes save data in @auto trees.
- A pluggable architecture for @auto nodes.
- The style-reload command changes Leo's appearance instantly.
* Important new plugins for tagging, display and node evaluation.
* For beginners:
- Leo's default workbook files contains Leo's quickstart guide.
* Hundreds of new/improved features and bug fixes.

Links:
--
Leo:   http://leoeditor.com
Docs:  http://leoeditor.com/leo_toc.html
Tutorials: http://leoeditor.com/tutorial.html
Videos:http://leoeditor.com/screencasts.html
Forum: http://groups.google.com/group/leo-editor
Download:  http://sourceforge.net/projects/leo/files/
Github:https://github.com/leo-editor/leo-editor
Quotes:http://leoeditor.com/testimonials.html
-- 
https://mail.python.org/mailman/listinfo/python-list


ANN: Leo 4.11 final released: Python scripting IDE

2013-11-12 Thread edreamleo
Leo 4.11 final is now available at: 
http://sourceforge.net/projects/leo/files/Leo/ Leo 4.11 contains over a year's 
work on Leo.

Leo is a PIM, an IDE and an outliner for programmers, authors and web
designers. Leo's unique features organize data in a revolutionary way.
Python scripts can easily access all parts of Leo outlines.
See http://leoeditor.com/tutorial.html

The highlights of Leo 4.11:
---

- Leo's tutorials have been rewritten and simplified.
- Greatly improved abbreviations, including templates.
- Clones are now valid anywhere in @file nodes.
- Leo now warns if a .leo file is open elsewhere.
- Leo's IPython bridge now works with IPython 1.x.
- Added support for @testsetup and @testclass.
- Added support for sessions.
- Added colorizing themes.
- A colored border highlights the pane with focus.
- Added support for the clojure, markdown and TypeScript languages.
- Added importers for .ipynb, .otl and vimoutliner files.
- Many new and improved commands, plugins and scripts.
- Dozens of bug fixes and code-level improvements.

Links:
--
Leo:   http://leoeditor.com
Docs:  http://leoeditor.com/leo_toc.html
Tutorials: http://leoeditor.com/tutorial.html
Forum: http://groups.google.com/group/leo-editor
Download:  http://sourceforge.net/projects/leo/files/
Bzr:   http://code.launchpad.net/leo-editor/
Quotes:http://leoeditor.com/testimonials.html

-- 
https://mail.python.org/mailman/listinfo/python-list


ANN: Leo 4.11b1 released

2013-11-01 Thread edreamleo
Leo 4.11 b1 is now available at:
https://sourceforge.net/projects/leo/files/Leo/4.11-b1/
Leo 4.11 contains over a year's work on Leo.

Leo is a PIM, an IDE and an outliner for programmers, authors and web
designers. Leo's unique features organize data in a revolutionary way.
See http://leoeditor.com/tutorial.html

The highlights of Leo 4.11:
---

- Leo's tutorials have been rewritten and simplified.
- Greatly improved abbreviations, including templates.
- Clones are now valid anywhere in @file nodes.
- Leo now warns if a .leo file is open elsewhere.
- Leo's IPython bridge now works with IPython 1.x.
- Added support for @testsetup and @testclass.
- Added support for sessions.
- Added colorizing themes.
- A colored border highlights the pane with focus.
- Added support for the clojure, markdown and TypeScript languages.
- Added importers for .ipynb, .otl and vimoutliner files.
- Many new and improved commands, plugins and scripts.
- Dozens of bug fixes and code-level improvements.

Links:
--
Leo:   http://leoeditor.com
Docs:  http://leoeditor.com/leo_toc.html
Tutorials: http://leoeditor.com/tutorial.html
Forum: http://groups.google.com/group/leo-editor
Download:  http://sourceforge.net/projects/leo/files/
Bzr:   http://code.launchpad.net/leo-editor/
Quotes:http://leoeditor.com/testimonials.html

Edward K. Ream
November 1, 2013
-- 
https://mail.python.org/mailman/listinfo/python-list