mw
14 years ago_login() now actually logs in to remote wiki
Ian Weller [Tue, 22 Dec 2009 09:25:12 +0000 (03:25 -0600)]
_login() now actually logs in to remote wiki

14 years agoStore current revision ID in metadir
Ian Weller [Tue, 22 Dec 2009 09:04:47 +0000 (03:04 -0600)]
Store current revision ID in metadir

14 years agoAPI definitely not locked in yet for version 1
Ian Weller [Tue, 22 Dec 2009 09:04:16 +0000 (03:04 -0600)]
API definitely not locked in yet for version 1

14 years agoRestore 'see HACKING' message in README
Ian Weller [Tue, 22 Dec 2009 08:54:40 +0000 (02:54 -0600)]
Restore 'see HACKING' message in README

14 years agoAdd planned basic workflow to README
Ian Weller [Tue, 22 Dec 2009 08:50:13 +0000 (02:50 -0600)]
Add planned basic workflow to README

14 years agoRename fetch to pull
Ian Weller [Tue, 22 Dec 2009 08:46:09 +0000 (02:46 -0600)]
Rename fetch to pull

We'll use 'fetch' to download newer wiki revisions, which will lead to
using 'update' to apply those newer revisions.

14 years agostatus: Add command
Ian Weller [Tue, 22 Dec 2009 08:34:27 +0000 (02:34 -0600)]
status: Add command

14 years agoFix pagename/filename conversion problem
Ian Weller [Tue, 22 Dec 2009 08:16:09 +0000 (02:16 -0600)]
Fix pagename/filename conversion problem

14 years agoRename pages_add_rev to pages_add_rv
Ian Weller [Tue, 22 Dec 2009 07:58:26 +0000 (01:58 -0600)]
Rename pages_add_rev to pages_add_rv

14 years agoCentralize pagename/filename conversions
Ian Weller [Tue, 22 Dec 2009 07:41:07 +0000 (01:41 -0600)]
Centralize pagename/filename conversions

14 years agofetch: Update for new metadir functions
Ian Weller [Tue, 22 Dec 2009 02:28:52 +0000 (20:28 -0600)]
fetch: Update for new metadir functions

14 years agoFixes to Metadir:pages_add_rev
Ian Weller [Tue, 22 Dec 2009 02:28:39 +0000 (20:28 -0600)]
Fixes to Metadir:pages_add_rev

14 years agoOpen .mw/version file for writing
Ian Weller [Tue, 22 Dec 2009 02:24:45 +0000 (20:24 -0600)]
Open .mw/version file for writing

14 years agoClose all file descriptors
Ian Weller [Tue, 22 Dec 2009 02:20:29 +0000 (20:20 -0600)]
Close all file descriptors

14 years agoStart metadir versioning now before it's too late
Ian Weller [Tue, 22 Dec 2009 02:20:10 +0000 (20:20 -0600)]
Start metadir versioning now before it's too late

14 years agoRestructure metadir
Ian Weller [Tue, 22 Dec 2009 02:16:23 +0000 (20:16 -0600)]
Restructure metadir

14 years agoMetadir.create(): handle tiered repositories
Ian Weller [Tue, 22 Dec 2009 01:14:04 +0000 (19:14 -0600)]
Metadir.create(): handle tiered repositories

14 years agoMerge branch 'master' of github.com:ianweller/mw
Ian Weller [Tue, 22 Dec 2009 01:06:01 +0000 (19:06 -0600)]
Merge branch 'master' of github.com:ianweller/mw

14 years agofetch: Handle pages that do not exist
Ian Weller [Sat, 19 Dec 2009 05:45:55 +0000 (23:45 -0600)]
fetch: Handle pages that do not exist

14 years agoReplace FSF's mailing address with FSF website
Ian Weller [Fri, 18 Dec 2009 20:35:56 +0000 (14:35 -0600)]
Replace FSF's mailing address with FSF website

14 years agoMake subcommands finally work properly
Ian Weller [Fri, 18 Dec 2009 16:51:59 +0000 (10:51 -0600)]
Make subcommands finally work properly

14 years agoFix usage() from duplicating shortcuts as commands
Ian Weller [Fri, 18 Dec 2009 16:51:16 +0000 (10:51 -0600)]
Fix usage() from duplicating shortcuts as commands

14 years agoFix subcommand creation
Ian Weller [Fri, 18 Dec 2009 16:45:25 +0000 (10:45 -0600)]
Fix subcommand creation

14 years agoHandle slashes in page names semi-appropriately
Ian Weller [Mon, 7 Dec 2009 07:00:26 +0000 (02:00 -0500)]
Handle slashes in page names semi-appropriately

14 years agoAdd capability for subcommand shortcuts
Ian Weller [Mon, 7 Dec 2009 05:42:52 +0000 (00:42 -0500)]
Add capability for subcommand shortcuts

14 years agoAdd README, add a bit to HACKING
Ian Weller [Mon, 7 Dec 2009 03:18:23 +0000 (22:18 -0500)]
Add README, add a bit to HACKING

14 years agoInitial commit with init and fetch commands
Ian Weller [Mon, 7 Dec 2009 03:11:52 +0000 (22:11 -0500)]
Initial commit with init and fetch commands

Benjamin Mako Hill || Want to submit a patch?