Search: Difference between revisions

From OSSelot
Jump to navigation Jump to search
(Added button to display the technical background information only on demand)
m (Updated OSSelot logo to new font feature)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
=About searching=
=About searching=
This page provides information how to use a Web script to find out whether a particular software package and optionally in a particular version already has been curated. It can be used to create references into the particular <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> repository on Github as exemplified [[Disclosure_files|here]].
This page provides information how to use a Web script to find out whether a particular software package and optionally in a particular version already has been curated. It can be used to create references into the particular <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">OSSelot</span> repository on Github as exemplified [[Disclosure_files|here]].


==Find out whether a particular version of a software package is supported and has already been curated==
==Find out whether a particular version of a software package is supported and has already been curated==
Line 7: Line 8:
<div id="showondemand" style="display: none;">
<div id="showondemand" style="display: none;">
</html>
</html>
For this purpose a special Web script is provided at the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> Web interface.
For this purpose a special Web script is provided at the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">OSSelot</span> Web interface.


===Call the Web script from browser===
===Call the Web script from browser===
Line 15: Line 16:
  angular/version-16.0.1
  angular/version-16.0.1
  angular/version-16.1.2
  angular/version-16.1.2
If a package has not been curated so far, the output of the given URL remains empty. Otherwise, the output can be concatenated to the URL of the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> Github package repository at '''''<nowiki>https://github.com/Open-Source-Compliance/package-analysis/tree/main/analysed-packages/</nowiki>''''' such as, for example,
If a package has not been curated so far, the output of the given URL remains empty. Otherwise, the output can be concatenated to the URL of the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">OSSelot</span> Github package repository at '''''<nowiki>https://github.com/Open-Source-Compliance/package-analysis/tree/main/analysed-packages/</nowiki>''''' such as, for example,


https://github.com/Open-Source-Compliance/package-analysis/tree/main/analysed-packages/angular/version-15.2.2
https://github.com/Open-Source-Compliance/package-analysis/tree/main/analysed-packages/angular/version-15.2.2
Line 34: Line 35:
</div>
</div>
</html>
</html>
==Web interface to immediately run the above Web script from this page and provide links to the found repositories==
==Web interface to immediately run the above described Web script from this page and provide links to the found repositories==


<html>
<html>
<script src="/scripts/osadl.js">
<script src="/scripts/osadl.js">
</script>
</script>
<h4>Look for other 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 repositories</h4>
<h4>Look for other software packages that may have already been curated at <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">OSSelot</span> and provide links to the related repositories</h4>


<input type="text" onkeyup="searchtextkeyup(event, this, 'repo');" size="30" /><button onclick="searchOSSelot(this, 'repo');">Search the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> repository</button><br />
<input type="text" onkeyup="searchtextkeyup(event, this, 'repo');" size="30" /><button onclick="searchOSSelot(this, 'repo');">Search the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">OSSelot</span> repository</button><br />
<span style="display: none;"></span>
<span style="display: none;"></span>
<br />
<br />
Line 47: Line 48:


==Web interfaces to extract particular information==
==Web interfaces to extract particular information==
The above Web script may be encapsulated in a shell script to extract particular information from the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> resources such as [[Disclosure_files|disclosure documents]] or [[Licenses|list of licenses in use]].
The above Web script may be encapsulated in a shell script to extract particular information from the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">OSSelot</span> resources such as [[Disclosure_files|disclosure documents]], [[DIY_Disclosure_files|individually designed disclosure documents]] or [[Licenses|list of licenses in use]].

Latest revision as of 15:49, 1 November 2023

About searching

This page provides information how to use a Web script to find out whether a particular software package and optionally in a particular version already has been curated. It can be used to create references into the particular OSSelot repository on Github as exemplified here.

Find out whether a particular version of a software package is supported and has already been curated

Web interface to immediately run the above described Web script from this page and provide links to the found repositories

Look for other software packages that may have already been curated at OSSelot and provide links to the related repositories



Web interfaces to extract particular information

The above Web script may be encapsulated in a shell script to extract particular information from the OSSelot resources such as disclosure documents, individually designed disclosure documents or list of licenses in use.