Prototyping 2020.01.13: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
m (Text replacement - "<code>" to "<nowiki>")
Line 96: Line 96:
* [https://www.mediawiki.org/wiki/Download Download MW] .tar.gz folder to the the html/ dir of this machine, usually `/var/www/html`
* [https://www.mediawiki.org/wiki/Download Download MW] .tar.gz folder to the the html/ dir of this machine, usually `/var/www/html`
* untar `tar xfvz mediawiki-1.34.0.tar.gz`
* untar `tar xfvz mediawiki-1.34.0.tar.gz`
* change the name on the resulting mw directory, for instance <code>superwiki</code>   
* change the name on the resulting mw directory, for instance <nowiki>superwiki</code>   
* in the browser go to <code>IP.of.server/superwiki</code> for browser based installer
* in the browser go to <nowiki>IP.of.server/superwiki</code> for browser based installer
* install extensions:
* install extensions:
** wikieditor
** wikieditor
Line 118: Line 118:


=Mediawiki work groups=
=Mediawiki work groups=
'''Each work group should document its changes and process in the <code>[[Help:]]</code> pages of the itchwiki'''
'''Each work group should document its changes and process in the <nowiki>[[Help:]]</code> pages of the itchwiki'''


<code>[[Special:SpecialPages]]</code> and <code>Special:AdminLinks</code> is a good place to look on the wiki for pages that help with Media, Admin, Navigation
<nowiki>[[Special:SpecialPages]]</code> and <nowiki>Special:AdminLinks</code> is a good place to look on the wiki for pages that help with Media, Admin, Navigation


==Group: Media==
==Group: Media==
Line 132: Line 132:


Wiki pages:
Wiki pages:
* <code>[[Special:NewFiles]]</code>
* <nowiki>[[Special:NewFiles]]</code>
* <code>[[Special:ListFiles]]</code>
* <nowiki>[[Special:ListFiles]]</code>
* <code>[[Special:MediaStatistics]]</code>
* <nowiki>[[Special:MediaStatistics]]</code>


Mediawiki documentation:  https://www.mediawiki.org/wiki/Manual:Configuring_file_uploads
Mediawiki documentation:  https://www.mediawiki.org/wiki/Manual:Configuring_file_uploads


itch documentation page <code>[[Help:Media]]</code>
itch documentation page <nowiki>[[Help:Media]]</code>


==Group: Admin==
==Group: Admin==
Line 148: Line 148:


Wiki pages:  
Wiki pages:  
* <code>[[Special:AdminLinks]]</code>
* <nowiki>[[Special:AdminLinks]]</code>
* <code>[[Special:UserRights]]</code>
* <nowiki>[[Special:UserRights]]</code>


Mediawiki documentation: https://www.mediawiki.org/wiki/Manual:System_administration#Setting_administrative_rights
Mediawiki documentation: https://www.mediawiki.org/wiki/Manual:System_administration#Setting_administrative_rights


itch documentation page <code>[[Help:Administration]]</code>
itch documentation page <nowiki>[[Help:Administration]]</code>
==Group: Navigation==
==Group: Navigation==
This groups should be responsible for:
This groups should be responsible for:
* ensuring important pages of wiki have links in sidebar and main page
* ensuring important pages of wiki have links in sidebar and main page
* transclude special pages such as <code>{{Special:NewFiles}}</code> to main page
* transclude special pages such as <nowiki>{{Special:NewFiles}}</code> to main page
* if wished change the CSS in <code>[[MediaWiki:Common.css]]</code>
* if wished change the CSS in <nowiki>[[MediaWiki:Common.css]]</code>


Wiki pages:  
Wiki pages:  
* <code>[[MediaWiki:Sidebar]]</code>
* <nowiki>[[MediaWiki:Sidebar]]</code>
* <code>[[Main_Page]]</code>
* <nowiki>[[Main_Page]]</code>


Mediawiki documentation: https://www.mediawiki.org/wiki/Manual:Interface/Sidebar
Mediawiki documentation: https://www.mediawiki.org/wiki/Manual:Interface/Sidebar


itch documentation page <code>[[Help:Navigation]]</code>
itch documentation page <nowiki>[[Help:Navigation]]</code>

Revision as of 10:27, 13 January 2020

Mediawiki as development archive and editorial space


text, images, pdf (audio)
    \                                            DEV
     `
      `     **********
        -> * mediawiki *
            **********
              \
               `-> site generator
_ _ _ _ _ _ _ _ _ _ _ \_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
                       \
                        `-> static website
                                   \
                                   |`-> access via Tor
  RELEASE                          \ 
                                    `-> print publication 


Projects where MW serves as backed to other reading interfaces

static

Mondotheque / The Radiated Book

Pg 0005.jpg

Mondotheque A Radiated Book Un livre irradiant Een irradierend boek.png


PZI Graduation website

Catalog - result of wiki to print

Natasha Berting: Warnet

Screen Shot 2019-06-05 at 17.52.22.png Screen Shot 2019-06-05 at 17.57.59.png

dynamic

Renee Turner: Warp Weft Memory

The Warp and Weft of Memory-1.jpg

Femke Snelting & Michael Murtaugh: Tonnelstof

ToneelstofMooiBoogCrop-512x203.png

Pages on Wiki based Publishing



Access to sandbox Pi


How to SSH to HUB nodes

On the user's personal machine (where the public key was generated) just:

ssh -J xpub.nl:2501 $IP

If for any reason it doesnt work, please send us the output of:

ssh -J xpub.nl:2501 $IP -vvv

~/.ssh/config

Here is a ssh configuration which should allow you to ssh easily from your local machine to one of the Hub nodes

using only:

ssh hub.nodename

By adding to ~/.ssh/config the following configuration, and changing with the correct details:

Host hub.nodename 
User username
Hostname  10.0.0.XXX
ProxyJump username@xpub.nl:2501
Identityfile ~/.ssh/id_rsa
Serveraliveinterval 30

Where:

  • nodename: is the name you would like to give this node of hub.
  • XXX: termination if node's IP
  • username: your username in the Pi and Xpub server (should be the same)
  • ~/.ssh/id_rsa location of the private keys



Mediawiki install:

Follow instructions at https://www.mediawiki.org/wiki/Manual:Installation_guide

Dependencies installed:

  • webserver: Apache
  • PHP7.3 + necessary extensions
  • imagemagick
  • MYSQL server
    • create db & db user for wiki

Install MediaWiki

  • Download MW .tar.gz folder to the the html/ dir of this machine, usually `/var/www/html`
  • untar `tar xfvz mediawiki-1.34.0.tar.gz`
  • change the name on the resulting mw directory, for instance <nowiki>superwiki
  • in the browser go to <nowiki>IP.of.server/superwiki for browser based installer
  • install extensions:
    • wikieditor
    • OATHAuth


Post Installation

  • image uploads
    • enable images upload to designate location (inside MW directory)
    • define formats allowed
    • define maximum size of uploads
      • in MW LocalSettings.php
      • in php.ini


Mediawiki work groups

Each work group should document its changes and process in the <nowiki>[[Help:]] pages of the itchwiki

<nowiki>Special:SpecialPages and <nowiki>Special:AdminLinks is a good place to look on the wiki for pages that help with Media, Admin, Navigation

Group: Media

  • ensure media files can be uploaded
  • ensure media are uploaded to the right location: where external harddisk is mounted
  • ensure that the upload size limit is large enough to allow for the largest upload
  • outline the information that should be included once media is uploaded
  • upload the media from the archive, following the process describe in Digital_zines_I:_PDF#Make_a_single_PDF_of_all_the_images
    • why PDFs instead of single images?
    • searchable pdfs

Wiki pages:

Mediawiki documentation: https://www.mediawiki.org/wiki/Manual:Configuring_file_uploads

itch documentation page <nowiki>Help:Media

Group: Admin

This groups should be responsible for

  • creating account to guests & tutors
    • xpub1 + tutors should be given admin rights
  • give or revoke rights to users
  • keep an eye on active users

Wiki pages:

Mediawiki documentation: https://www.mediawiki.org/wiki/Manual:System_administration#Setting_administrative_rights

itch documentation page <nowiki>Help:Administration

Group: Navigation

This groups should be responsible for:

  • ensuring important pages of wiki have links in sidebar and main page
  • transclude special pages such as <nowiki>
  • Screenshot0531001751.png Wang ziheng
    00:23, 31 May 2024
    403 × 697; 94 KB

  • PZI facing budget cuts meeting proposal 29may24.pdf Lrobbins
    11:20, 30 May 2024
    1,239 × 1,754, 2 pages; 42 KB

  • Still APieceOfPaper 10.png Aitana25
    10:44, 30 May 2024
    2,560 × 1,600; 3.83 MB

  • Still APieceOfPaper 5.png Aitana25
    10:35, 30 May 2024
    2,560 × 1,600; 4.23 MB

  • Still APieceOfPaper 2.png Aitana25
    10:33, 30 May 2024
    2,560 × 1,600; 4.27 MB

  • Lettertomyneighbours v1.jpg Mania
    16:45, 29 May 2024
    3,024 × 4,032; 1.88 MB

  • WhatsApp Image 2024-05-29 at 15.46.54.jpg Mxrwho
    15:53, 29 May 2024
    1,664 × 1,765; 402 KB

  • Punched card.png Anita!
    14:18, 29 May 2024
    3,024 × 4,032; 14.43 MB

  • Ptm.001.jpg Michel W
    12:46, 29 May 2024
    1,920 × 1,080; 1.79 MB

  • WhatsApp Image 2024-05-15 at 11.32.53 4cd4be77.jpg Lor.ensō
    12:27, 29 May 2024
    1,512 × 2,016; 236 KB

  • Pasted image 20240521120146.png Lor.ensō
    12:26, 29 May 2024
    160 × 145; 2 KB

  • Pasted image 20240521120123.png Lor.ensō
    12:26, 29 May 2024
    194 × 154; 2 KB

  • Pasted image 20240521120053.png Lor.ensō
    12:26, 29 May 2024
    192 × 147; 3 KB

  • Pasted image 20240521120020.png Lor.ensō
    12:26, 29 May 2024
    189 × 153; 2 KB

  • Pasted image 20240521115746.png Lor.ensō
    12:26, 29 May 2024
    194 × 142; 2 KB

  • Pasted image 20240521115700.png Lor.ensō
    12:26, 29 May 2024
    163 × 156; 2 KB

  • Punch card.png Anita!
    12:07, 29 May 2024
    3,024 × 4,032; 13.87 MB

  • Result of running that script.png Anita!
    12:02, 29 May 2024
    1,000 × 500; 9 KB

  • Liminal bridgeaaaaaaa.jpg Alessia
    11:44, 29 May 2024
    1,280 × 1,920; 544 KB

  • Liminal bridgeaaaaaa.jpg Alessia
    11:34, 29 May 2024
    829 × 1,105; 133 KB

  • Liminal bridgeaaaaa.jpg Alessia
    11:33, 29 May 2024
    1,280 × 1,920; 742 KB

  • Liminal bridgeaaaa.jpg Alessia
    11:31, 29 May 2024
    1,920 × 1,280; 431 KB

  • Liminal bridgeaaa.jpg Alessia
    11:30, 29 May 2024
    1,280 × 1,920; 405 KB

  • Threads.jpg Alessia
    11:06, 29 May 2024
    3,508 × 2,480; 602 KB

  • Boh.jpg Alessia
    10:42, 29 May 2024
    1,536 × 2,048; 224 KB

  • Traffic lights control box 3.mp4 ZUZU
    10:23, 28 May 2024

    1.49 MB
  • Traffic lights control box 2.jpg ZUZU
    10:22, 28 May 2024
    1,280 × 1,707; 186 KB

  • Traffic lights control box 1.jpg ZUZU
    10:22, 28 May 2024
    1,702 × 1,276; 335 KB

  • 1716842430322.jpg Wang ziheng
    23:23, 27 May 2024
    4,000 × 3,000; 3.87 MB

  • 1716842453564.jpg Wang ziheng
    23:22, 27 May 2024
    3,724 × 2,684; 4.29 MB

  • 1716842461013.jpg Wang ziheng
    23:22, 27 May 2024
    3,733 × 2,550; 3.29 MB

  • Improv traffic light.jpg Thijshijsijsjss
    22:53, 27 May 2024
    3,456 × 4,608; 4.96 MB

  • Road to nowhere.jpg Thijshijsijsjss
    22:53, 27 May 2024
    4,608 × 3,456; 4.89 MB

  • Almighty button.jpg Thijshijsijsjss
    22:53, 27 May 2024
    4,608 × 3,456; 3.96 MB

  • Brussels pillowtalk 8.jpg Thijshijsijsjss
    21:01, 26 May 2024
    4,608 × 3,456; 4.13 MB

  • Brussels album wall.jpg Thijshijsijsjss
    21:01, 26 May 2024
    7,056 × 3,872; 5.37 MB

  • Brussels pillowtalk 4.jpg Thijshijsijsjss
    21:01, 26 May 2024
    4,608 × 3,456; 6.29 MB

  • Brussels pillowtalk 6.jpg Thijshijsijsjss
    21:01, 26 May 2024
    4,608 × 3,456; 4.03 MB

  • Brussels pillowtalk 1.jpg Thijshijsijsjss
    21:01, 26 May 2024
    4,608 × 3,456; 3.06 MB

  • Brussels pillowtalk 2.jpg Thijshijsijsjss
    21:01, 26 May 2024
    4,608 × 3,456; 4.03 MB

  • Brussels pillowtalk 7.jpg Thijshijsijsjss
    21:01, 26 May 2024
    4,608 × 3,456; 5.32 MB

  • Brussels pillowtalk 3.jpg Thijshijsijsjss
    21:00, 26 May 2024
    4,608 × 3,456; 3.56 MB

  • Brussels pillowtalk 5.jpg Thijshijsijsjss
    21:00, 26 May 2024
    4,608 × 3,456; 5.6 MB

  • Stoel.jpg Thijshijsijsjss
    20:19, 26 May 2024
    3,083 × 3,083; 2.5 MB

  • The-ascension-plot.jpg Thijshijsijsjss
    12:35, 26 May 2024
    3,367 × 3,367; 3.88 MB

  • Vespertine plot collage.jpg Thijshijsijsjss
    12:26, 26 May 2024
    3,456 × 4,608; 5.6 MB

  • Goingblankagain-plot.jpg Thijshijsijsjss
    00:39, 25 May 2024
    3,456 × 4,608; 4.61 MB

  • Somewhere to be 2.jpg Sarafattahi
    15:50, 24 May 2024
    1,179 × 1,833; 280 KB

  • Somewhere to be 1.jpg Sarafattahi
    15:48, 24 May 2024
    1,179 × 1,833; 251 KB

  • 1716554409795.jpg Wang ziheng
    15:32, 24 May 2024
    3,000 × 4,000; 3.96 MB

  • to main page

    Wiki pages:

    Mediawiki documentation: https://www.mediawiki.org/wiki/Manual:Interface/Sidebar

    itch documentation page <nowiki>Help:Navigation