# # # add_file "wiki/People/AnthonyCooper.mdwn" # content [cb59f7a90da4d044789a4c14fdd69e2631744549] # # patch "wiki/InterfacesFrontendsAndTools.mdwn" # from [1c4f252363b7bf0f3c559139b7088b80ff7a8af1] # to [37233d708cac449df72a4af3d2b964ec0eb13a42] # ============================================================ --- wiki/People/AnthonyCooper.mdwn cb59f7a90da4d044789a4c14fdd69e2631744549 +++ wiki/People/AnthonyCooper.mdwn cb59f7a90da4d044789a4c14fdd69e2631744549 @@ -0,0 +1,11 @@ +[[!tag migration-wip]] +[[!tag developer]] + +## Anthony Cooper (aecooper) + + * uses monotone since May 2007 + * I haven't actually worked on monotone yet + * author of the mtn-browse applocation and the Monotone::AutomateStdio Perl CPAN library module + * contact: aecooper AT coosoft DOT plus DOT com + * IRC: OFTC network (rarely) (Nick: aecooper) + * Homepage: http://www.coosoft.plus.com/index.html ============================================================ --- wiki/InterfacesFrontendsAndTools.mdwn 1c4f252363b7bf0f3c559139b7088b80ff7a8af1 +++ wiki/InterfacesFrontendsAndTools.mdwn 37233d708cac449df72a4af3d2b964ec0eb13a42 @@ -14,6 +14,7 @@ * **[ViewMTN](http://grahame.angrygoats.net/viewmtn.shtml)**: a web interface to a monotone repository. * **[TracMonotone](http://tracmtn.1erlei.de/)**: A version control system plugin for **[Trac](http://trac.edgewall.com)** a popular integrated history browser/wiki/bug tracker. Latest [stable](http://viewmtn.angrygoats.net/all/branch/changes/net.venge.monotone.trac-plugin)/[development](http://viewmtn.angrygoats.net/all/branch/changes/net.venge.monotone.trac-plugin.twisted) version. * **[guitone](http://guitone.thomaskeller.biz)**: A Qt-based, cross-platform frontend for monotone. [Latest version](http://viewmtn.angrygoats.net/branch/head/browse/net.venge.monotone.guitone) (via viewmtn). + * **[mtn-browse](http://www.coosoft.plus.com/software.html)**: A Perl Gtk2 based, graphical database browser for monotone (requires no workspace). [Latest version](http://viewmtn.angrygoats.net/all/branch/changes/net.venge.monotone.contrib.mtn-browse) (via viewmtn). * **[mtsh](http://mtn-host.prjek.net/projects/mtsh/)**: GTK+ wrapper for monotone focusing on working copy operations -- add, drop, revert, rename, commit, update, diff, and browsing. Has a mechanism for per-file commit comments. *(This is a bit old and very much unmaintained.)* * **Usher**: A server manager that can be used to serve several projects on the same IP/port, starting and stopping servers as needed. In branch `net.venge.monotone.contrib.usher`. * **[meld](http://meld.sf.net)**: a general diff, merge, and history browsing tool written in [Python](http://python.org) for [Gnome](http://gnome.org). Has monotone support since 1.1.3. @@ -22,6 +23,7 @@ * **[m7](http://www.midwinter.com/~lch/programming/m7/)**: Experimental drop-in command-line wrapper for monotone. Adds simple local version numbers (no longer using certs) and an enhanced annotate front-end. * **monotree**: Java app for browsing and visualizing history; more portable than monotone-viz. In branch `net.venge.monotone.contrib.monotree`. * **[RSCM::Monotone](http://rscm.rubyforge.org/classes/RSCM/Monotone.html)**: a [Ruby](http://www.ruby-lang.org/) interface to monotone. + * **[Monotone::AutomateStdio](http://www.coosoft.plus.com/software.html)**: A Perl library for interfacing with Monotone via its automate stdio interface. [Latest version](http://viewmtn.angrygoats.net/all/branch/changes/net.venge.monotone.contrib.lib.automate-stdio) (via viewmtn). * **monotone-notify.pl**: A script to watch a monotone repository and, for example, send emails on commits. In `contrib/` directory of monotone's source tree. [Latest version](http://viewmtn.angrygoats.net/branch/head/file/net.venge.monotone/contrib/monotone-notify.pl) (via viewmtn). * **ciabot_monotone.py**: A notification script for [CIA](http://cia.navi.cx). In `contrib/` directory of monotone's source tree. [Latest version](http://viewmtn.angrygoats.net/branch/head/file/net.venge.monotone/contrib/ciabot_monotone.py) (via viewmtn). * Script for **importing maildir-format mailboxes** to monotone, for offline reading and syncing: [on the list](http://lists.gnu.org/archive/html/monotone-devel/2005-09/msg00234.html).