]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
15 years agoUsing a specific path for CSS files.
sarven [Thu, 15 Jan 2009 19:33:45 +0000 (19:33 +0000)]
Using a specific path for CSS files.

15 years agoMerge branch 'uiredesign' of ../evan into uiredesign
sarven [Thu, 15 Jan 2009 19:26:07 +0000 (19:26 +0000)]
Merge branch 'uiredesign' of ../evan into uiredesign

15 years agoMerge branch 'uiredesign' of /var/www/csarven into uiredesign
Evan Prodromou [Thu, 15 Jan 2009 19:25:26 +0000 (19:25 +0000)]
Merge branch 'uiredesign' of /var/www/csarven into uiredesign

15 years agoelementElement() -> elementEnd() in Action
Evan Prodromou [Thu, 15 Jan 2009 19:24:54 +0000 (14:24 -0500)]
elementElement() -> elementEnd() in Action

15 years agoMinor: Including formData()'s inreplyto in action check
sarven [Thu, 15 Jan 2009 19:24:07 +0000 (19:24 +0000)]
Minor: Including formData()'s inreplyto in action check

15 years agostartElement() -> elementStart() in Action
Evan Prodromou [Thu, 15 Jan 2009 19:23:28 +0000 (14:23 -0500)]
startElement() -> elementStart() in Action

15 years agoExtended formData()'s hidden to use a specific @id and @name
sarven [Thu, 15 Jan 2009 19:22:03 +0000 (19:22 +0000)]
Extended formData()'s hidden to use a specific @id and @name

15 years agoFix the constructor for Action
Evan Prodromou [Thu, 15 Jan 2009 19:21:47 +0000 (14:21 -0500)]
Fix the constructor for Action

Also, fix the startXML() method

15 years agoMerge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/csarven into uiredesign
Evan Prodromou [Thu, 15 Jan 2009 18:58:32 +0000 (13:58 -0500)]
Merge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/csarven into uiredesign

15 years agoUpdated formData(), formActions(), show()
sarven [Thu, 15 Jan 2009 03:32:07 +0000 (03:32 +0000)]
Updated formData(), formActions(), show()

Added formLegend()

15 years agoResaved.
sarven [Thu, 15 Jan 2009 00:57:01 +0000 (00:57 +0000)]
Resaved.

15 years agoRefactored show() into showNotice(), showNoticeInfo(),
sarven [Thu, 15 Jan 2009 00:54:16 +0000 (00:54 +0000)]
Refactored show() into showNotice(), showNoticeInfo(),
showNoticeOptions(). Kept the existing naming convention for the rest
of the methods the same for now.

15 years agoUpdated:
sarven [Thu, 15 Jan 2009 00:36:17 +0000 (00:36 +0000)]
Updated:
showNoticeLink()

15 years agoUpdated:
sarven [Thu, 15 Jan 2009 00:30:06 +0000 (00:30 +0000)]
Updated:
showNoticeSource()
showReplyTo()

15 years agoshowReplyTo() update
sarven [Thu, 15 Jan 2009 00:21:59 +0000 (00:21 +0000)]
showReplyTo() update

15 years agoshowAuthor() minor update. Using a single anchor to wrap both avatar and
sarven [Thu, 15 Jan 2009 00:03:06 +0000 (00:03 +0000)]
showAuthor() minor update. Using a single anchor to wrap both avatar and
nickname instead of two anchors.

15 years agoRemoved the jquery form extension and xbImportNode.
sarven [Wed, 14 Jan 2009 23:50:18 +0000 (23:50 +0000)]
Removed the jquery form extension and xbImportNode.
These will be replaced by jquery's built in load() later.

15 years agoAdded Jcrop jQuery plugin
sarven [Wed, 14 Jan 2009 23:25:32 +0000 (23:25 +0000)]
Added Jcrop jQuery plugin

15 years agoMerge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/csarven into uiredesign
Evan Prodromou [Wed, 14 Jan 2009 22:21:38 +0000 (17:21 -0500)]
Merge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/csarven into uiredesign

15 years agoBase theme stylesheet includes layout, and typography information
sarven [Wed, 14 Jan 2009 22:19:17 +0000 (22:19 +0000)]
Base theme stylesheet includes layout, and typography information
Identica theme stylesheet includes colour and background information

15 years agoMerge branch 'uiredesign' of ../evan into uiredesign
sarven [Wed, 14 Jan 2009 22:07:33 +0000 (22:07 +0000)]
Merge branch 'uiredesign' of ../evan into uiredesign

15 years agoMerge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/csarven into uiredesign
Evan Prodromou [Wed, 14 Jan 2009 22:05:31 +0000 (17:05 -0500)]
Merge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/csarven into uiredesign

15 years agoAdd an optional theme parameter to theme functions
Evan Prodromou [Wed, 14 Jan 2009 22:02:18 +0000 (17:02 -0500)]
Add an optional theme parameter to theme functions

15 years agoChanged to generic nav class
sarven [Wed, 14 Jan 2009 19:17:46 +0000 (19:17 +0000)]
Changed to generic nav class

15 years agoAdd comment() method, have action use it
Evan Prodromou [Wed, 14 Jan 2009 18:57:29 +0000 (13:57 -0500)]
Add comment() method, have action use it

15 years agoParse error fix
sarven [Wed, 14 Jan 2009 17:30:03 +0000 (17:30 +0000)]
Parse error fix

15 years agoshowBody() -- revisit to add @id and @class to <body>
sarven [Wed, 14 Jan 2009 17:26:23 +0000 (17:26 +0000)]
showBody() -- revisit to add @id and @class to <body>
showContentBlock()
showContent()

added endHTML() to class HTMLOutputter

15 years agoAdd notice form
Evan Prodromou [Wed, 14 Jan 2009 17:01:53 +0000 (12:01 -0500)]
Add notice form

15 years agoUpdate jQuery libraries to 1.3
Evan Prodromou [Wed, 14 Jan 2009 16:45:07 +0000 (11:45 -0500)]
Update jQuery libraries to 1.3

15 years agoUpdated:
sarven [Wed, 14 Jan 2009 08:44:23 +0000 (08:44 +0000)]
Updated:
showHeader() -- incomplete
showPrimaryNav() -- should be updated when common_menu_item() is
redone/fixed
showSiteNotice()
showLocalNav() -- needs a revisit for common_menu_item()
showContentBlock -- needs a revisit for basic pages
showPageNotice()
showContent() -- inner should be opened for content
showFooter()
showLicenses()
showLaconicaLicense()
showContentLicense()
common_menu_item() -- Added @id for list-items. Revisit.
pagination()

Needs attention for common_menu_item() and then they can be removed:
nav_menu
common_show_header()

15 years agoRemove block form functions from lib/util.php
Evan Prodromou [Wed, 14 Jan 2009 07:34:55 +0000 (02:34 -0500)]
Remove block form functions from lib/util.php

15 years agoMove block and unblock forms to their own widgets
Evan Prodromou [Wed, 14 Jan 2009 07:33:19 +0000 (02:33 -0500)]
Move block and unblock forms to their own widgets

15 years agoFix comments on profile
Evan Prodromou [Wed, 14 Jan 2009 07:26:42 +0000 (02:26 -0500)]
Fix comments on profile

Incorrectly said this was for nudging, not subbing/unsubbing

15 years agoMove message form to its own module
Evan Prodromou [Wed, 14 Jan 2009 07:13:22 +0000 (02:13 -0500)]
Move message form to its own module

15 years agoUpdate lib/action.php to use the right XMLOutputter functions
Evan Prodromou [Wed, 14 Jan 2009 06:59:30 +0000 (01:59 -0500)]
Update lib/action.php to use the right XMLOutputter functions

Global search and replace for common_element_*

15 years agoMerge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/evan into uiredesign
Evan Prodromou [Wed, 14 Jan 2009 06:57:41 +0000 (01:57 -0500)]
Merge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/evan into uiredesign

15 years agoFix require in noticeform.php so it gets the notice form
Evan Prodromou [Wed, 14 Jan 2009 06:49:03 +0000 (01:49 -0500)]
Fix require in noticeform.php so it gets the notice form

15 years agoMerge branch 'uiredesign' of ../evan into uiredesign
sarven [Wed, 14 Jan 2009 06:40:55 +0000 (06:40 +0000)]
Merge branch 'uiredesign' of ../evan into uiredesign

15 years agoMove subscribe and unsubscribe forms to their own classes
Evan Prodromou [Wed, 14 Jan 2009 06:38:00 +0000 (01:38 -0500)]
Move subscribe and unsubscribe forms to their own classes

15 years agoUpdated showLogo().
sarven [Wed, 14 Jan 2009 06:34:22 +0000 (06:34 +0000)]
Updated showLogo().

15 years agoIncorrectly set notice attribute, fixed
Evan Prodromou [Wed, 14 Jan 2009 06:22:20 +0000 (01:22 -0500)]
Incorrectly set notice attribute, fixed

15 years agoMove nudge form to its own class
Evan Prodromou [Wed, 14 Jan 2009 06:17:17 +0000 (01:17 -0500)]
Move nudge form to its own class

15 years agoMove favor and disfavor form to their own classes
Evan Prodromou [Wed, 14 Jan 2009 06:04:49 +0000 (01:04 -0500)]
Move favor and disfavor form to their own classes

15 years agoAdd a name parameter to a couple of the form elements
Evan Prodromou [Wed, 14 Jan 2009 06:04:09 +0000 (01:04 -0500)]
Add a name parameter to a couple of the form elements

15 years agoMove notice form to its own class
Evan Prodromou [Wed, 14 Jan 2009 05:29:52 +0000 (00:29 -0500)]
Move notice form to its own class

15 years agoForm class, superclass for form widgets
Evan Prodromou [Wed, 14 Jan 2009 05:09:39 +0000 (00:09 -0500)]
Form class, superclass for form widgets

15 years agoFix extralong lines in widget.php
Evan Prodromou [Wed, 14 Jan 2009 04:56:10 +0000 (23:56 -0500)]
Fix extralong lines in widget.php

15 years agoAdd a base class for UI widgets
Evan Prodromou [Wed, 14 Jan 2009 04:54:55 +0000 (23:54 -0500)]
Add a base class for UI widgets

15 years agoModify public stream to use new UI framework
Evan Prodromou [Wed, 14 Jan 2009 04:48:05 +0000 (23:48 -0500)]
Modify public stream to use new UI framework

I modified public.php to use the new UI framework. Since the Action
class isn't functional yet, I don't know if it works.

I took some of the functionality, like the public tabs nav and the
feeds list, and made them widgets.

I also moved the navigation from common_navigation() to a method of
Action.

15 years agoMove page-generation code from lib/util.php to Action class
Evan Prodromou [Tue, 13 Jan 2009 18:41:39 +0000 (13:41 -0500)]
Move page-generation code from lib/util.php to Action class

We moved the page generation code from lib/util.php to the action class.

We also broke up the page generation code into a big recipe, where
each element of the page has a corresponding method in the Action
class. Action classes can override parts of the recipe to make their
custom output, and leave the rest up to the parent class.

NOTE: this change BREAKS pretty much everything. lib/action.php probably
does not compile, and everything that uses it needs to be fixed to use
the new framework. Stay tuned for more fun!

15 years agoChange related classes doc for HTMLOutputter
Evan Prodromou [Tue, 13 Jan 2009 18:38:58 +0000 (13:38 -0500)]
Change related classes doc for HTMLOutputter

15 years agoMake XMLOutputter work with phpcs
Evan Prodromou [Tue, 13 Jan 2009 16:47:01 +0000 (11:47 -0500)]
Make XMLOutputter work with phpcs

A couple of small changes to comply with code standards.

Also, note that the second param of element() and elementStart() can
be a string.

15 years agoExtract HTML outputting code to a class HTMLOutputter
Evan Prodromou [Tue, 13 Jan 2009 16:44:09 +0000 (11:44 -0500)]
Extract HTML outputting code to a class HTMLOutputter

Moved the common_* methods for low-level HTML output to its own
class, HTMLOutputter in lib/htmloutputter.php.

15 years agoRemove XML-generating function from lib/util.php
Evan Prodromou [Tue, 13 Jan 2009 16:02:34 +0000 (11:02 -0500)]
Remove XML-generating function from lib/util.php

15 years agoMove low-level xml outputting code to a class
Evan Prodromou [Tue, 13 Jan 2009 15:56:50 +0000 (10:56 -0500)]
Move low-level xml outputting code to a class

Made a class for outputting XML code

15 years agotrac750 Add prefix string option in Facebook app for notice sync
Zach Copley [Mon, 12 Jan 2009 05:25:07 +0000 (05:25 +0000)]
trac750 Add prefix string option in Facebook app for notice sync

15 years agotrac750 Better workflow for inviting friends to use the Facebook app
Zach Copley [Mon, 12 Jan 2009 03:16:22 +0000 (03:16 +0000)]
trac750 Better workflow for inviting friends to use the Facebook app

15 years agotrac750 Exclude Facebook friends who are already using Identi.ca app from invitee...
Zach Copley [Mon, 12 Jan 2009 00:42:42 +0000 (00:42 +0000)]
trac750 Exclude Facebook friends who are already using Identi.ca app from invitee list

15 years agotrac750 Automatically update Identi.ca profile box with user's latest dent
Zach Copley [Sun, 11 Jan 2009 08:33:28 +0000 (08:33 +0000)]
trac750 Automatically update Identi.ca profile box with user's latest dent

15 years agotrac750 - Facebook app now uses XMLWriter for output (much cleaner!)
Zach Copley [Sun, 11 Jan 2009 07:03:59 +0000 (07:03 +0000)]
trac750 - Facebook app now uses XMLWriter for output (much cleaner!)

15 years agoMerge branch 'master' of /var/www/trunk
Zach [Sun, 11 Jan 2009 04:38:51 +0000 (04:38 +0000)]
Merge branch 'master' of /var/www/trunk

15 years agoTwitter settings: show success color for msg on save settings
Zach Copley [Sun, 11 Jan 2009 04:27:53 +0000 (20:27 -0800)]
Twitter settings: show success color for msg on save settings

15 years agoMerge branch 'master' of /var/www/trunk
Zach [Sun, 11 Jan 2009 04:27:13 +0000 (04:27 +0000)]
Merge branch 'master' of /var/www/trunk

15 years agoMake git ignore TextMate project files
Zach Copley [Sun, 11 Jan 2009 04:26:01 +0000 (20:26 -0800)]
Make git ignore TextMate project files

15 years agotrac750 Facebook app's invite tab now works
Zach [Sun, 11 Jan 2009 03:00:12 +0000 (03:00 +0000)]
trac750 Facebook app's invite tab now works

15 years agoMerge branch 'master' of ../laconica-stable
Evan Prodromou [Thu, 8 Jan 2009 21:01:54 +0000 (16:01 -0500)]
Merge branch 'master' of ../laconica-stable

15 years agoAdd _darcs to .gitignore
Evan Prodromou [Thu, 8 Jan 2009 20:56:59 +0000 (20:56 +0000)]
Add _darcs to .gitignore

15 years agoRemove _darcs from git repository
Evan Prodromou [Thu, 8 Jan 2009 20:56:09 +0000 (20:56 +0000)]
Remove _darcs from git repository

Not sure how or why this got in there.

15 years agoOpenMicroBlogging spec moved to its own source tree
Evan Prodromou [Wed, 7 Jan 2009 23:24:41 +0000 (18:24 -0500)]
OpenMicroBlogging spec moved to its own source tree

I've moved the OpenMicroBlogging spec to its own project on Gitorious,
at http://gitorious.org/projects/openmicroblogging . It can be
retrieved at:

  git://gitorious.org/openmicroblogging/mainline.git

15 years agoUpdate README to refer to the git repository
Ori Avtalion [Tue, 6 Jan 2009 22:39:41 +0000 (00:39 +0200)]
Update README to refer to the git repository

15 years agoUpgrade included OpenID libraries to version 2.1.2
Evan Prodromou [Wed, 7 Jan 2009 03:54:10 +0000 (22:54 -0500)]
Upgrade included OpenID libraries to version 2.1.2

15 years agoRevert "XRDS namespace fix"
Evan Prodromou [Wed, 7 Jan 2009 03:43:43 +0000 (22:43 -0500)]
Revert "XRDS namespace fix"

This reverts commit 6d1d59a36bfa3659545027c7daf8b4abd0ac53a2.

It seems to interfere with the Yadis discovery.

15 years agoXRDS namespace fix
Evan Prodromou [Wed, 7 Jan 2009 03:24:28 +0000 (22:24 -0500)]
XRDS namespace fix

15 years agoCorrect syntax in .gitignore
root [Tue, 6 Jan 2009 23:07:30 +0000 (23:07 +0000)]
Correct syntax in .gitignore

15 years agoAdd a git ignore file for avatars, files, config.php, and .htaccess
root [Tue, 6 Jan 2009 23:06:05 +0000 (23:06 +0000)]
Add a git ignore file for avatars, files, config.php, and .htaccess

15 years agoMerge branch 'master' into devel
Evan Prodromou [Tue, 6 Jan 2009 22:09:39 +0000 (17:09 -0500)]
Merge branch 'master' into devel

Conflicts:

classes/CommandInterpreter.php
lib/twitter.php
lib/util.php

15 years agotrac750 better settings tab workflow
Zach Copley [Tue, 6 Jan 2009 20:57:38 +0000 (15:57 -0500)]
trac750 better settings tab workflow

darcs-hash:20090106205738-7b5ce-e80f73130a1f699e8d33f31c63cf90ee259b72cd.gz

15 years agoadd 'dm' as a synonym for 'd' command
Evan Prodromou [Wed, 31 Dec 2008 03:22:27 +0000 (22:22 -0500)]
add 'dm' as a synonym for 'd' command

darcs-hash:20081231032227-84dde-671346360e569522d5384663d4b808e329d4cf0c.gz

15 years agoTwitter-bridge: fix for Twitter's new strict policy of rejecting HTTP POSTs with...
Zach Copley [Fri, 26 Dec 2008 05:17:16 +0000 (00:17 -0500)]
Twitter-bridge: fix for Twitter's new strict policy of rejecting HTTP POSTs with invalid "expect" headers (not the same patch as in trunk)

darcs-hash:20081226051716-7b5ce-82040320785bab9438aa11cf5efa63fa4cba10ae.gz

15 years agoSome fixups of patches not already migrated to trunk to bring inline with PEAR coding...
Zach Copley [Thu, 25 Dec 2008 14:46:01 +0000 (09:46 -0500)]
Some fixups of patches not already migrated to trunk to bring inline with PEAR coding stds

darcs-hash:20081225144601-7b5ce-4846f3d036c36037836d15ed672c10ba33f9f84c.gz

15 years agobugpatch release code
Evan Prodromou [Sat, 20 Dec 2008 20:48:52 +0000 (15:48 -0500)]
bugpatch release code

darcs-hash:20081220204852-34904-d63d2050408db9eeaea0af8e81c5b5c9e0c8f227.gz

15 years agotwo undefined variables in noticelist.php
Evan Prodromou [Sat, 20 Dec 2008 20:43:20 +0000 (15:43 -0500)]
two undefined variables in noticelist.php

darcs-hash:20081220204320-84dde-cc64afc5ad47f07ace499fe932f59f898dd8f0dd.gz

15 years agoDirect message XHR response fix for IE and minor tweaks
Sarven Capadisli [Tue, 16 Dec 2008 07:18:18 +0000 (02:18 -0500)]
Direct message XHR response fix for IE and minor tweaks

darcs-hash:20081216071818-efd22-d2e59bb60a236538452be356f38d0974f35f0107.gz

15 years agoXHR response fix for IE
Sarven Capadisli [Tue, 16 Dec 2008 06:37:51 +0000 (01:37 -0500)]
XHR response fix for IE

darcs-hash:20081216063751-efd22-42fa56ae88c444b80d96c25236733e90f8609fc5.gz

15 years agoTwitter-compatible API - update verify_credentials to return profile
Zach Copley [Tue, 16 Dec 2008 03:04:55 +0000 (22:04 -0500)]
Twitter-compatible API - update verify_credentials to return profile

darcs-hash:20081216030455-7b5ce-552516bfb34cb0ae1550787813feb4a4514d6c53.gz

15 years agocorrectly handle remote re-subscribe
Evan Prodromou [Mon, 15 Dec 2008 13:48:24 +0000 (08:48 -0500)]
correctly handle remote re-subscribe

darcs-hash:20081215134824-84dde-de48c99b6cb45cc461125a7f8f382eb57de0bf28.gz

15 years agobug with remote subscriptions and blocks
Evan Prodromou [Mon, 15 Dec 2008 13:28:06 +0000 (08:28 -0500)]
bug with remote subscriptions and blocks

darcs-hash:20081215132806-84dde-0319e95259047d652214c151326aff64e746d532.gz

15 years agoFixed Popular tab (hopefully)
Zach Copley [Fri, 12 Dec 2008 07:56:17 +0000 (02:56 -0500)]
Fixed Popular tab (hopefully)

darcs-hash:20081212075617-7b5ce-c56db92d928c58eaa3fed7e4f226e0fca62e2bbf.gz

15 years agoSetting font-weight to normal for nicknames within notices
Sarven Capadisli [Fri, 12 Dec 2008 06:23:37 +0000 (01:23 -0500)]
Setting font-weight to normal for nicknames within notices

darcs-hash:20081212062337-efd22-8adadf1810c253e27b573727c2ff5372d264fcd2.gz

15 years agoget rid of hcard in @-replies
Evan Prodromou [Sun, 14 Dec 2008 20:45:57 +0000 (15:45 -0500)]
get rid of hcard in @-replies

darcs-hash:20081214204557-84dde-92dbf80aa81d55c9ef23faa14bc209183fdcf883.gz

15 years agotrim some output to avoid excessive whitespace
Evan Prodromou [Sun, 14 Dec 2008 16:19:42 +0000 (11:19 -0500)]
trim some output to avoid excessive whitespace

darcs-hash:20081214161942-84dde-bfb91a534eb01d3e16b364937dcf405277e75a6a.gz

15 years agotrim the body of an incoming message
Evan Prodromou [Sun, 14 Dec 2008 00:22:39 +0000 (19:22 -0500)]
trim the body of an incoming message

darcs-hash:20081214002239-84dde-9d4d15f37b48ed1830c0423e7e34cb11c7cf9c2d.gz

15 years agoremove content:items from rss output
Evan Prodromou [Fri, 12 Dec 2008 19:55:20 +0000 (14:55 -0500)]
remove content:items from rss output

darcs-hash:20081212195520-84dde-d464ee28ab9a9757b889fad437e310056f4c576a.gz

15 years agoremove spaces from atlink for unfound name
Evan Prodromou [Fri, 12 Dec 2008 17:44:14 +0000 (12:44 -0500)]
remove spaces from atlink for unfound name

darcs-hash:20081212174414-84dde-03713508050c326904594057e6e2d3f3b1ca6437.gz

15 years agodon't show form if subscription can't be found (weirdly)
Evan Prodromou [Fri, 12 Dec 2008 05:57:13 +0000 (00:57 -0500)]
don't show form if subscription can't be found (weirdly)

darcs-hash:20081212055713-84dde-1b2aa99861ee0ab7c63a48152a5590b4d2f360d9.gz

15 years agolink error with notice sources
Evan Prodromou [Fri, 12 Dec 2008 05:44:48 +0000 (00:44 -0500)]
link error with notice sources

darcs-hash:20081212054448-84dde-14b0bdbd5ce2848a171d565bc0b17902ddb10ed3.gz

15 years agodon't block yourself!
Evan Prodromou [Fri, 12 Dec 2008 05:18:30 +0000 (00:18 -0500)]
don't block yourself!

darcs-hash:20081212051830-84dde-4db7b40c27b20bd37bac261a68bd11051d263c25.gz

15 years agoUsing single id for both profile block and unblock
Sarven Capadisli [Fri, 12 Dec 2008 04:32:40 +0000 (23:32 -0500)]
Using single id for both profile block and unblock

darcs-hash:20081212043240-efd22-99f6754e2b76eed06237414955d6c01b4137cba5.gz

15 years agostub out facebook app and delete profile
Evan Prodromou [Fri, 12 Dec 2008 04:46:00 +0000 (23:46 -0500)]
stub out facebook app and delete profile

darcs-hash:20081212044600-84dde-b9fa8240a83457f9ed41c0bcdac4b20aff1f8aed.gz

15 years agodocumentation and version number
Evan Prodromou [Fri, 12 Dec 2008 04:32:01 +0000 (23:32 -0500)]
documentation and version number

darcs-hash:20081212043201-84dde-1bf07467f85f743fb5cb4ec92e5b8934bfb49578.gz