SSI
1 program
Added 2026-03-12T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Server Side Includes
Provenance: commit 3f4022a8f0 · authored 2026-03-12T06:00:49+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
4 sources · pl_id:
pl/ssiRelated languages
LLM-contributed programs
Hello World with Date and Conditional
Provenance: commit 3f4022a8f0 · authored 2026-03-12T06:00:49+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
<!--#set var="name" value="World" -->
<!DOCTYPE html>
<html>
<head>
<title>SSI Example</title>
</head>
<body>
<p>Hello, <!--#echo var="name" -->!</p>
<p>Today's date: <!--#echo var="DATE_LOCAL" --></p>
<p>Server: <!--#echo var="SERVER_NAME" --></p>
<!--#if expr='"$QUERY_STRING" = "debug"' -->
<p>Debug mode enabled.</p>
<!--#endif -->
</body>
</html>
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)