<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Boiler inspection</title> <style> body{ font-family: Arial, Helvetica, sans-serif; font-size: 1.2ch; } h1{ font-size: 40px; } h5{ color: darkgrey; font-size: 25px; } #submit{ width: 600px; height: 200px; } </style> </head> <body> <h1>🔧 Boiler inspection 🔦</h1> <h3>what needs to be maintained? </h3> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <br><br><br> <p style="font-size: 2em;">the everydays struggles experienced within the niche practices of self-organizing in solidarity with independent web infrastructures in the cultural field exceed a one-size-fits-all definition of maintenance.</p> <br><br> <form action=""> <label for="org_name">name of the organization</label> <input type="text" name="org_name"> <br> <label for="date">inspected on</label> <input type="text" name="date" placeholder="date"> <label for="inspector">by</label> <input type="text" name="inspector" placeholder="name"> <br> <br> <br> <label for="org_description">short description of the organization's activity</label> <br> <textarea name="org_description" id="" cols="80" rows="6"></textarea> <br> <br> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <br> <h5>Bureaucratic introduction</h5> score from 1 to 10 the presence of the following: <br> <h5>admininistration concerns</h5> Dependency on the organization's income stream? <br> <input type="text"> <br> Space and resources for failure <br> <input type="text"> <br> Autonomy from bigger cultural institutions and their agenda <br> <input type="text"> <br> Space and resource for learning administration work <br> <input type="text"> <br> <h5>caretaking concerns</h5> Time is dedicated to the organization outside of designated moments?<br> <input type="text"> <br> <br> Mental load <br> <input type="text"> <br> <br> Anxiety experienced <br> <input type="text"> <br> <br> Panic mode before deadlines <br> <input type="text"> <br> <br> nervous breakdown <br> <input type="text"> <br> <br> frustration due to inter-personal misunderstandings <br> <input type="text"> <br> <br> Time dedicated to repair broken things (be more specific) <br> <input type="text"> <br> <br> Time dedicated to healing fights <br> <input type="text"> <br> <br> Time dedicated to address unsolved conflicts <br> <input type="text"> <br> <br> space and resources for emotional support <br> <input type="text"> <br> <br> <input type="color"> <br> <br> <input type="file" name="snippet" id=""> <br><br> <input type="checkbox"><input type="checkbox"><input type="checkbox"><input type="checkbox"><input type="checkbox"><input type="checkbox"><input type="checkbox"><input type="checkbox"><input type="checkbox"><input type="checkbox"> <br><br> <input type="number"> <br><br> <input type="password"> <br><br> <input type="radio"><input type="radio"><input type="radio"><input type="radio"><input type="radio"> <br><br> <input type="range"> <br><br> <input type="url"> <br><br> <br> <br> <h5>hacking concerns </h5> frustration due to technical issues <br> <input type="text"> <br> Time dedicated to connect with the components(members) of the organization <br> <input type="text"><br> space and resources for learning technical things <br> <input type="text"> <br> space and resources for research and experimentation <br> <input type="text"><br> other <input type=""> <br> <input type="text"> <br> <br><br> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <br> <h5>TBC Q&A </h5> Space for more questions: <br> <textarea name="" id="" cols="70" rows="7"></textarea> <br><br> <h5>next steps</h5> - report>> who makes it? <input type="checkbox"> <label for="">the organization at the end of the inspection</label> <input type="checkbox"> <label for="">every individual inspector </label> <input type="checkbox" name="" id=""><label for="">the commettee of inspectors, the one wrote the form (representative)</label> who reads it? <input type="checkbox"> <label for="">only who submitted the boiler inspection form </label> <input type="checkbox"> <label for="">only the members of the org</label> <input type="checkbox" name="" id=""><label for="">everybody outside the org</label> who is publishing? <br> <br> if commettee of inspectors: <br> <input type="checkbox" name="" id=""> <label for=""> public mailing list read only </label> <br> <input type="checkbox" name="" id=""> <label for=""> public repository read-write-execute (people can contribute adding their version of the form and sending reports)</label> <br> <input type="checkbox" name="" id=""> <label for=""> public post mailing list</label> if organization: <input type="checkbox" name="" id=""> <label for=""> public website folder/repo (org.net/boiler_inspected_on...)</label> <input type="checkbox" name="" id=""> <label for=""> there's a physical copy of smth(report + attachments) in the space,</label> a single inspector cannot publish the report alone (think about it) how the report is made? <input type="checkbox" name="" id=""> <label for=""> public website folder/repo (org.net/boiler_inspected_on...)</label> TRY THE REPORT <br><br><br> <input type="submit" value="submit" id="submit"> </form> </body> </html>