DIY Disclosure files: Difference between revisions
Jump to navigation
Jump to search
CarstenEmde (talk | contribs) (Created initial content) |
CarstenEmde (talk | contribs) (Added more options) |
||
Line 3: | Line 3: | ||
<script src="/scripts/osadl.js"> | <script src="/scripts/osadl.js"> | ||
</script> | </script> | ||
<h5>Overall design</h5> | |||
<input type="radio" id="none" name="licensing" checked="checked" value="-ln"> | |||
<label for="none"> Additional section with copyright notices per file</label><br> | |||
<input type="radio" id="referenced" name="licensing" value="-lr"> | |||
<label for="referenced"> Same as first choice plus all licenses referenced</label><br> | |||
<input type="radio" id="bsdtext" name="licensing" value="-lb"> | |||
<label for="bsdtext"> Same as first choice plus non-standard BSD licenses verbatim</label><br> | |||
<input type="radio" id="hashedtext" name="licensing" value="-lh"> | |||
<label for="hashedtext"> Same as first choice plus all hashed licenses verbatim</label><br> | |||
<input type="radio" id="text" name="licensing" value="-lt"> | |||
<label for="text"> Same as first choice plus all licenses verbatim</label><br> | |||
<h5>Additional features</h5> | |||
<input type="checkbox" id="checksums" name="checksums"> | |||
<label for="checksums"> Checksums of files</label><br> | |||
<input type="checkbox" id="numbered" name="numbered"> | |||
<label for="numbered"> Files numbered</label><br> | |||
<input type="checkbox" id="preamble" name="preamble"> | |||
<label for="preamble"> Prepend preamble</label><br> | |||
<h4>Look for software packages that may have already been curated at <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> and provide links to the related individually designed disclosure documents</h4> | <h4>Look for software packages that may have already been curated at <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> and provide links to the related individually designed disclosure documents</h4> | ||
<input type="text" onkeyup="searchtextkeyup(event, this, 'diydisclosure');" size="30" /><button onclick="searchOSSelot(this, 'diydisclosure');">Search for an <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> disclosure document</button><br /> | <input type="text" onkeyup="searchtextkeyup(event, this, 'diydisclosure');" size="30" /><button onclick="searchOSSelot(this, 'diydisclosure');">Search for an <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> disclosure document</button><br /> | ||
<span style="display: none;"></span> | <span style="display: none;"></span> |
Revision as of 21:31, 6 October 2023
Create individually designed disclosure files
Overall design
Additional features
Look for software packages that may have already been curated at O and provide links to the related individually designed disclosure documents
Material from multiple packages can each be given a title line and then concatenated.
Interface to obtain a list of licenses
A similar interface provides for listing the licenses that a particular software package uses instead of the entire disclosure documents.