Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
cloogle.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cloogle
cloogle.org
Commits
719531a8
Verified
Commit
719531a8
authored
Jan 29, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link to /doc from main site; link to language report PDF from /doc
parent
37ccaa0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
frontend/api.js
frontend/api.js
+1
-2
frontend/doc/index.php
frontend/doc/index.php
+3
-1
No files found.
frontend/api.js
View file @
719531a8
...
...
@@ -22,8 +22,7 @@ function makeGeneralHelp(query) {
'
<a href="http://clean.cs.ru.nl/index.php?title=Special:Search&fulltext=Search&search=
'
+
encodeURIComponent
(
query
)
+
'
" target="_blank">
'
+
'
search on the Clean wiki</a>.<br/>
'
+
'
For explanations about Clean concepts and syntax, see the
'
+
'
<a href="http://clean.cs.ru.nl/download/doc/CleanLangRep.2.2.pdf" target="_blank">
'
+
'
Clean language report</a>.
'
;
'
<a href="/doc" target="_blank">Clean language report</a>.
'
;
}
function
toggleLibSelection
(
className
)
{
...
...
frontend/doc/index.php
View file @
719531a8
...
...
@@ -50,7 +50,9 @@
<?php
include_once
(
'contents.php'
);
?>
<hr/>
The content of the language report is copyright
©
1987-2001, Hilt B.V., The Netherlands.
See the
<a
href=
"#CleanRep.2.2_2.htm;jump=_Toc311797972"
>
copyright notice
</a>
.
See the
<a
style=
"padding-left:0;"
href=
"#CleanRep.2.2_2.htm;jump=_Toc311797972"
>
copyright notice
</a>
.
<hr/>
Download the language report as a
<a
style=
"padding-left:0;"
href=
"http://clean.cs.ru.nl/download/doc/CleanLangRep.2.2.pdf"
>
PDF
</a>
.
<br/>
</div><div
id=
"viewer"
>
<?php
include_once
(
'src.php'
);
?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment