OpenSoundControl.org:   /pages   /contents   /spec/1.0   /spec/1.1   /implementations   /publications   /about
(contents of this file: links to each section)


This Site’s Rules for the Filenames of OSC Publications

This website contains a list of OSC-related publications, each with a page on the website listing that publication’s title, authors, etc. Each page’s URL consists of /publications/ followed by the name of the specific html file. These are the rules for how the site determines each publication’s filename:

This is the line of build-pubs.sh implementing this:

echo ${YEAR}-${TITLE}  | sed 's/(.*)//g' | tr '-' ' ' | tr  -d '[:punct:]' | sed 's/[ ]*$//g' | tr ' ' '-' | tr -s '-

This page of OpenSoundControl website updated Fri May 21 17:15:49 PDT 2021 by matt (license: CC BY).