(we are switching to a new theme, don't worry if things look different for a while!)

Site Navigation

Home
Search
All Pages
Recent Changes

Plans

Massive Wiki Roadmap
Pier2Pier
Massive Wiki Builder redesign

For Testing

wiki link test page
Mistletoe parser test page
Mistletoe & the ampersand story

For Fun

The Walrus

Edit This Page Clicking 'Edit This Page' opens this page on github.com. You can edit, and save changes, if you are a contributor to the repository. Close the edit page to return to this one.


Massive Wiki Wednesday, 2023-08-16

MWB stuff

Collaborative Writing with Massive Wiki

How easy can it be to collaborate with text files (Markdown) and Git? - and a Git forge? - need to make easy: authentication, permissioning - limit the actions writers can take - list the typical/likely breakdowns in collaborative writing (Git-based) - what options need to be provided to deal with breakdowns?

Additional Tools and Practices

(in the following, "use a" might mean an external tool, or it might be wiki practices)

Other Writings

Massive Wiki Project Work Proposal

quinn_mchugh, Massive Wiki channel, CSC Mattermost

FWIW, I think Gitbook has a great model. For simple changes, all you have to do is:

  • In Gitbook, click "Edit" => Click "Merge" => Changes are synced to the associated git repository OR

  • In Gitbook, click "Edit" => Click "Request a review" => Reviewer approves/denies => Changes are synced to the associated git repository For more complicated collaboration, you always have the option of using standard git features with the associated git repository. Changes in the git repository are propagated to Gitbook and vice versa.

This model helps accommodate both non-technical users and technical users alike.