Svoboda | Graniru | BBC Russia | Golosameriki | Facebook

To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Original author(s)Donovan Preston[1][2][3][4]
Developer(s)Divmod
Initial releaseMay 6, 2004; 20 years ago (2004-05-06)
Stable release
0.14.4 / June 14, 2018; 5 years ago (2018-06-14)[5]
Repository
Written inPython
Operating systemCross-platform
TypeWeb application framework
LicenseMIT License

Nevow (pronounced like the French nouveau) is a Python web application framework originally developed by the company Divmod. Template substitution is achieved via a small Tag Attribute Language, which is usually embedded in on-disk XML templates, though there is also a pure-Python domain-specific language called Stan, for expressing this markup programmatically. Nevow integrates well with Twisted, a framework for event-driven programming.

Nevow had 960 unit tests as of June 2008,[6] and was deployed on several high-profile web sites, most notably the official Python site.[7]

As of mid-2010, Divmod went out of business,[8] causing development work on Nevow to all but cease, and in 2011 its homepage was no longer accessible.[9] There is a project on Launchpad, hosting the source code of Divmod[10] including the source code of the Nevow project.[11]

Athena

Athena is a Nevow component which facilitates bi-directional, asynchronous communication between the Python and JavaScript portions of a web application in the form of remote procedure calls. This technique is typically called Ajax or Comet, though Nevow's implementation predates both of these labels.[12] Athena also includes an inheritance-based JavaScript object system, which forms the basis of a client-side widget abstraction, module system and in-browser unit testing kit.

References

  1. ^ this 2004 paper by Donovan Preston, the original author of Nevow and Formless Archive index at the Wayback Machine
  2. ^ Nevow: A Web Application Construction Kit, Donovan Preston
  3. ^ Donovan Preston, @donovanpreston Mountain View, CA, I work at Mozilla Research mostly in JavaScript. I hack with dom.js and spidermonkey and rust. Previously, I worked with Python, eventlet, nevow, twisted. http://donovanpreston.blogspot.com/
  4. ^ Subject: Re: ANN: Twisted 1.1.0, the framework of *your* internet, From: Donovan Preston, Date: 2003-10-27, Newsgroups: gmane.comp.python.twisted, nevow was originally a research project -- a weekend's worth of hacking whose benefits turned out to be so great that we decided to focus on bringing it up to a usable state for Quotient as soon as possible. And that's where it is now.
  5. ^ "Releases · twisted/nevow". GitHub. Retrieved 2020-11-04.
  6. ^ Running Nevow on top of PyPy, June 20, 2008, PyPy Status Blog
  7. ^ PythonWebsitePyramidDocs, Pyramid is the internal website templating system used to build the python.org pages. (It is not connected to the Pyramid web framework, formerly named BFG, that's used with Pylons.) Pyramid uses Nevow as its templating system and YAML as the format for its file based data - PythonInfo Wiki, python.org
  8. ^ Goodbye, Divmod. Hello, World!, July 10, 2009, Deciphering Glyph
  9. ^ Divmod Nevow commits Archived 2012-10-15 at the Wayback Machine on Ohloh
  10. ^ Divmod Archived August 13, 2006, at the Wayback Machine
  11. ^ Divmod on Launchpad
  12. ^ History Archived 2016-03-03 at the Wayback Machine, Nevow Athena from Scratch, or The Evolution of a Chat Application — Divmod Nevow vtrunk documentation
This page was last edited on 7 June 2024, at 06:44
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.