The Artima Developer Community
Sponsored Link

Python Buzz Forum
Doc Comments

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ian Bicking

Posts: 900
Nickname: ianb
Registered: Apr, 2003

Ian Bicking is a freelance programmer
Doc Comments Posted: Dec 14, 2005 9:04 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ian Bicking.
Original Post: Doc Comments
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ian Bicking
Latest Posts From Ian Bicking

Advertisement

After reading a post by Titus Brown I got to thinking about documentation and comments again. People constantly ask that Python documentation have a comment system similar to PHP's. It's also a recurring theme for myself, and I have long meant to write something for collecting such comments; in fact the first web application of any size that I wrote was a system for collecting comments from article contributors at a publishing house.

Anyway, I've always been frustrated by the UI available for comments. My original app stuck little links at the end of every sentence -- useful for that situation, but rather intrusive. Ka-Ping Yee's crit.org (a site which passed away, the domain now reused for something unrelated) had the user select text and used simple text matching to determine where to insert the comment. Backtalk uses quite intrusive links. So last time around I got kind of discouraged by this form of interaction. I don't know what the state of the art is these days, but it wasn't that great at the time.

But we're in this new Ajax world now (where Ajax can primarily be read to mean "Javascript now works") and I thought I should give it another go. A week later, after some manic coding and mostly ignoring my other projects, I have an app...

The app is called Commentary. You double-click on an element to leave a comment on it. Right now I want to focus purely on the use case of leaving comments on technical documentation. Based on this it writes to simple flat files which can be committed to a repository and edited both on- and off-line.

Besides the Commentary site itself, you can also comment on the SQLObject site including of course its documentation. I welcome feedback, particularly in the form of tickets.

Read: Doc Comments

Topic: Structured Blogging plugins - v1.0pre8 Previous Topic   Next Topic Topic: Just been to London 2.0rc1

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use