Difference between revisions of "Vulnerable Publishing Workshop"
(6 intermediate revisions by 2 users not shown) | |||
Line 20: | Line 20: | ||
Some examples to discuss: | Some examples to discuss: | ||
+ | |||
'''Writing together''' | '''Writing together''' | ||
* Google Docs | * Google Docs | ||
Line 33: | Line 34: | ||
Edit your own page | Edit your own page | ||
− | ''' | + | '''Structuring information''' |
+ | |||
+ | First level | ||
+ | |||
+ | <pre> =Your text= </pre> | ||
+ | |||
+ | Second level | ||
+ | |||
+ | <pre> ==Your text== </pre> | ||
+ | |||
+ | Third level | ||
+ | |||
+ | <pre> ===Your text=== </pre> | ||
+ | |||
+ | '''Formatting''' | ||
Changing fonts | Changing fonts | ||
Line 64: | Line 79: | ||
{{User:Username}} - when transcluding a user page | {{User:Username}} - when transcluding a user page | ||
</pre> | </pre> | ||
− | + | <onlyinclude> | |
==Discussion on outcome== | ==Discussion on outcome== | ||
[https://beyond-social.org/wiki/index.php?title=Talk:Vulnerable_Publishing_Workshop&action=edit&redlink=1 talk page] | [https://beyond-social.org/wiki/index.php?title=Talk:Vulnerable_Publishing_Workshop&action=edit&redlink=1 talk page] | ||
}} | }} | ||
{{Events more}} | {{Events more}} | ||
+ | </onlyinclude> |
Latest revision as of 15:57, 20 January 2020
About
We will introduce wikis as platforms of vulnerability where everyone can access the process of others, see when and what others erased/replaced/changed/edited, and publish ideas as they happen, rather than finished projects. Wiki is fun! We invite you to make mistakes, to edit and curate pages together, or intervene in others' pages within the Beyond Social wiki.
We will print out the results and make small publications of collective work in progress.Links
Documentation
Discussion on tools and publishing
What tools do you use to design, to write alone or collectively, to publish?
Some examples to discuss:
Writing together
- Google Docs
- Etherpad
Publishing
- Hotglue
- Wiki
- Social media
- Medium
Wiki editing
Edit your own page
Structuring information
First level
=Your text=
Second level
==Your text==
Third level
===Your text===
Formatting
Changing fonts
<div style="font-family: Inconsolata;"> YOUR TEXT </div>
Changing paragraph style
<p style="text-align:center; font-size:30px;"> YOUR PARAGRAPH
Changing text color and background
<span style="color:#58D68D; background:#0E6655;"> YOUR TEXT </span>
For more documentation: https://www.mediawiki.org/wiki/Help:Formatting
Collective creation and printing
Instructions for the collective writing:
https://www.mediawiki.org/wiki/Transclusion <noinclude></noinclude> --- text between tags will only appear on the page itself, not on the page it's transcluded <includeonly></includeonly> --- text between tags will only appear then where the page is transcluded, not on the page itself <onlyinclude></onlyinclude> ---- only the text between these tags will be shown where the page is transcluded, but it also shows on the page itself. It can override the other tags. {{:Pagename}} - used when transcluding a page from the main namespace {{User:Username}} - when transcluding a user page