New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 22:50, 21 November 2025Technotextual editorial guidelines for wiki layout practices (hist | edit) ‎[9,925 bytes]Manetta (talk | contribs) (Created page with "== Technotextual editorial guidelines for wiki layout practices == ''Wiki software has an attitude! The following are a set of handles to be used as guidelines during a conversation between editor-designers and design-editors at the start of a publishing project, to shape the editorial workflow together.'' Open questions: * the scope of this document: focus on wiki-to-print or wiki-layout practices (which includes websites, printed publications, ...) * do we want to in...")
  • 10:50, 14 November 2025How to make the EtherpadLite MediaWiki extention not leak ip-addresses or usernames (hist | edit) ‎[1,271 bytes]Manetta (talk | contribs) (Created page with "in <code>extensions/EtherpadLite/EtherpadLite_body.php edit the following lines: <syntaxhighlight lang="php"> # Etherpad Lite requires rawurlencoded userName, thus we must add it manually if ( method_exists( $parser, 'getUserIdentity' ) ) { // MW 1.36+ $user = $parser->getUserIdentity(); } else { $user = $parser->getUser(); } $url = wfAppendQuery( $url, array( "showControls" => $showControls, "showChat"...")
  • 11:10, 9 November 2025CC-collective conditions for use (hist | edit) ‎[7,138 bytes]Simoon (talk | contribs) (Created page with "When you[*] cross paths with CC, you are welcome to use this server under the following collective conditions [to pronounce as a stuttering c-c-c-conditions...]. And please add your use of the server to the https://cc.vvvvvvaria.org/pad/p/cc-conditions collective calendar, so we can keep an eye on the capacity of the server together. How can this server be available AND unstable, shared AND sustainable, free to be used AND situated, a production environment AND in...")
  • 10:46, 9 November 2025D*signweek 2025 (hist | edit) ‎[4,383 bytes]Simoon (talk | contribs) (Created page with "==How do your practice and projects relate to the design week motto, “For who(m) is the making?”== The design week motto asks about the inter-dependent relationships between designers, audiences and design itself. This inter-dependency is also expressed in OSP’s circular motto “Tools shape practice shape tools...”. It’s not a huge stretch of the imagination to make the same connection between those who develop or host tools and those who use them. CC is (c...")
  • 11:02, 7 November 2025Install Etherpad-lite (hist | edit) ‎[1,670 bytes]Manetta (talk | contribs) (Created page with "==Installation== ''7 Nov 2025'' These are the steps followed to install Etherpad-lite 2.5.3 on CC: https://github.com/ether/etherpad-lite?tab=readme-ov-file#installation required: Node.js >= 18.18.2. nodejs in apt trixie: <code>nodejs/stable 20.19.2+dfsg-1 amd64</code> apt install nodejs npm npm install -g pnpm "pnpm is up to 2x faster than npm" (hmm, oke) adduser --system --no-create-home etherpad-lite cd /opt/ git clone -b master https://github.com/ethe...")
  • 10:48, 7 November 2025How to create a system user (hist | edit) ‎[155 bytes]Manetta (talk | contribs) (Created page with "make a system user: $ sudo adduser --system --no-create-home USERNAME switch to system user: $ sudo su -s /bin/bash USERNAME Category:Sysadmin")
  • 09:20, 7 November 2025Services on CC (hist | edit) ‎[3,485 bytes]Manetta (talk | contribs) (Created page with "==debian== * OVH server: debian 11 (bullseye) * latest stable: debian 13 (trixie) <pre> deb http://deb.debian.org/debian bullseye main deb-src http://deb.debian.org/debian bullseye main deb http://security.debian.org/debian-security bullseye-security main deb-src http://security.debian.org/debian-security bullseye-security main deb http://deb.debian.org/debian bullseye-updates main deb-src http://deb.debian.org/debian bullseye-updates main deb http://deb.debian.org/deb...")
  • 11:37, 5 November 2025Why Bootleg Books? / Pourquoi des livres pirates? (hist | edit) ‎[1,493 bytes]Simoon (talk | contribs) (Created page with "''Why Bootleg Books? / Pourquoi des livres pirates?'' is a zine I made on the occasion of my exhibition at esam Caen in February 2025. The zine is a bootleg of Why Publish Noise? by Miekal And, a zine about the open distribution of “noise”, which he defines as “those particles which escape automatic assimilation by the cognitive machine”. I drew a parallel with the practice of bootlegging, and followed And’s style of making statements that try to answer a ques...")
  • 13:10, 26 September 2025CC situated (hist | edit) ‎[321 bytes]Manetta (talk | contribs) (Created page with "here we are")
  • 12:54, 24 September 2025Web folklore tools (hist | edit) ‎[784 bytes]Manetta (talk | contribs) (Created page with "This will be an amazing list of tools")
  • 09:34, 24 September 2025Set Paged.js in presentation mode (hist | edit) ‎[354 bytes]Manetta (talk | contribs) (Created page with "<syntaxhighlight lang="css"> →‎------------------------------------- presentation mode: @media screen{ div.pagedjs_pages { display: block !important; } div.pagedjs_page{ display: block; margin: 1em auto !important; clear: both !important; } } /* ------------------------------------- </syntaxhighlight>")
  • 09:28, 19 September 2025Wiki publishing (hist | edit) ‎[23,203 bytes]Manetta (talk | contribs) (Created page with "=Wiki publishing= ''This is a very drafty version still! Text under construction.'' __TOC__ ==recent changes snapshots (check changes)== So, if I remember correctly... We were interested in questioning what making layouts is with a wiki. And thinking less about the cosmetic aesthetics of wiki layouting and diving into the structural aesthetics of a wiki as a layout engine. What do you mean with cosmetic aesthetics? Layout is generally understood as an arrangement of...")