Skip to content

Commit

Permalink
rooting out the last traces of SourceForge
Browse files Browse the repository at this point in the history
  • Loading branch information
grammarware committed Dec 18, 2012
1 parent a942550 commit b209ccd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 19 deletions.
7 changes: 0 additions & 7 deletions Makefile
@@ -1,12 +1,5 @@
all:

upload:
scp index.html rlaemmel,slps@web.sourceforge.net:htdocs

sync:
rm -f tmp.xml
rsync -avz --delete --exclude=".svn" --exclude="Makefile" --exclude="_dev" * sspider,slps@web.sourceforge.net:htdocs

clean:
rm -f *~ zoo/*/*

Expand Down
2 changes: 1 addition & 1 deletion grk/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Grammar Recovery Kit</title>
<meta http-equiv="refresh" content="0;url=http://slps.svn.sourceforge.net/viewvc/slps/topics/recovery/grk/">
<meta http-equiv="refresh" content="0;url=https://github.com/grammarware/slps/tree/master/topics/recovery/grk">
</head>
<body>
</body>
Expand Down
15 changes: 8 additions & 7 deletions testmatch/index.html
Expand Up @@ -9,6 +9,7 @@

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3743366-7']);
_gaq.push(['_setDomainName', 'github.com']);
_gaq.push(['_trackPageview']);

(function() {
Expand Down Expand Up @@ -42,20 +43,20 @@ <h1>
</h1>
<h3>Test set generation</h3>
<ul>
<li><a href="https://github.com/grammarware/slps/blob/master/shared/prolog/gbtf.pro">mindepthG, distG, complete, hole, mark, vary</a> (Prolog)
<li><a href="http://github.com/grammarware/slps/blob/master/shared/prolog/gbtf.pro">mindepthG, distG, complete, hole, mark, vary</a> (Prolog)
</li>
<li><a href="https://github.com/grammarware/slps/blob/master/shared/prolog/cli/gbtf.pro">skipuppy, tc, pc, nc, bc, cdbc, main gbtf</a> (Prolog)
<li><a href="http://github.com/grammarware/slps/blob/master/shared/prolog/cli/gbtf.pro">skipuppy, tc, pc, nc, bc, cdbc, main gbtf</a> (Prolog)
</li>
</ul>
<h3>ANTLR⇒BGF extraction</h3>
<ul>
<li><a href="https://github.com/grammarware/slps/blob/master/topics/extraction/antlr/ANTLR2.rsc">ANTLR2 grammar</a> (Rascal)
<li><a href="http://github.com/grammarware/slps/blob/master/topics/extraction/antlr/ANTLR2.rsc">ANTLR2 grammar</a> (Rascal)
</li>
<li><a href="https://github.com/grammarware/slps/blob/master/topics/extraction/antlr/ANTLR3.rsc">ANTLR3 grammar</a> (Rascal)
<li><a href="http://github.com/grammarware/slps/blob/master/topics/extraction/antlr/ANTLR3.rsc">ANTLR3 grammar</a> (Rascal)
</li>
<li><a href="https://github.com/grammarware/slps/blob/master/topics/extraction/antlr/antlrpp.py">ANTLR pretty-printer</a> (Python)
<li><a href="http://github.com/grammarware/slps/blob/master/topics/extraction/antlr/antlrpp.py">ANTLR pretty-printer</a> (Python)
</li>
<li><a href="https://github.com/grammarware/slps/blob/master/topics/extraction/antlr/slps/antlr2bgf/StrippedANTLR.g">Stripped ANTLR specification and its mapping to BGF</a> (ANTLR3)
<li><a href="http://github.com/grammarware/slps/blob/master/topics/extraction/antlr/slps/antlr2bgf/StrippedANTLR.g">Stripped ANTLR specification and its mapping to BGF</a> (ANTLR3)
</li>
</ul>
<h3>Grammar sources</h3>
Expand Down Expand Up @@ -130,7 +131,7 @@ <h3>Publications</h3>
<hr />
<div class="last">
<strong>This is a part of a bigger initiative called <a href="/">Software Language Processing Suite</a>.</strong><br/>
The page is maintained by <a href="http://grammarware.net/">Dr. Vadim Zaytsev</a> a.k.a. @<a href="http://twitter.com/grammarware">grammarware</a>. Last updated: August 2011.
The page is maintained by <a href="http://grammarware.net/">Dr. Vadim Zaytsev</a> a.k.a. @<a href="http://twitter.com/grammarware">grammarware</a>. Last updated: December 2012.
<br />
<a href="http://validator.w3.org/check/referer"><img src="../img/vxhtml.png" alt="XHTML 1.0" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="../img/vcss.png" alt="CSS 2.1" /></a> </div>
Expand Down
4 changes: 3 additions & 1 deletion w3c/index.html
Expand Up @@ -9,6 +9,7 @@

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3743366-7']);
_gaq.push(['_setDomainName', 'github.com']);
_gaq.push(['_trackPageview']);

(function() {
Expand All @@ -18,6 +19,7 @@
})();

</script>

</head>
<body style="background-color:#9CF;">
<h1>
Expand Down Expand Up @@ -46,7 +48,7 @@ <h2>Mapping Spec Schema to LDF<br />[page under construction]</h2>
<a href="#">...</a>
</li>
<li>
<a href="zoo/">SLPS Grammar Zoo (C, C++, C#, Java, XPath)</a>
<a href="../zoo/">SLPS Grammar Zoo (C, C++, C#, Java, XPath)</a>
</li>
</ul>
<hr />
Expand Down
8 changes: 5 additions & 3 deletions xbgf/index.html
Expand Up @@ -32,6 +32,7 @@

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3743366-7']);
_gaq.push(['_setDomainName', 'github.com']);
_gaq.push(['_trackPageview']);

(function() {
Expand All @@ -40,15 +41,16 @@
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script></head><body><h1>
</script>
</head><body><h1>
BGF transformation operator suite
v.1.0<br></br><span class="date">2010-03-07</span></h1><h2><a name="foreword"></a>Foreword</h2>
This chapter describes the transformational suite for BGF.
Most of the information present here is located in the XML Schema definition of the
language, part of the SLPS project. The rest was introduced by the language documentation
transformation commands in the process of automated generation of the manual in its
present form.
<h2><a name="normativeReferences"></a>Normative references</h2><ul><li><strong><a href="http://slps.svn.sourceforge.net/viewvc/slps/shared/xsd/bgf.xsd">bgf.xsd</a></strong></li></ul><h2>Table of contents</h2><ol><li><a href="#foreword">Foreword</a></li><li><a href="#normativeReferences">Normative references</a></li><li><a href="#designGoals">Design goals</a></li><li><a href="#notation-section">Notation</a></li><li><a href="#folding-unfolding-transformation">Folding and unfolding transformations</a><ol><li><a href="#unfold">unfold</a></li><li><a href="#fold">fold</a></li><li><a href="#inline">inline</a></li><li><a href="#extract">extract</a></li><li><a href="#abridge">abridge</a></li><li><a href="#detour">detour</a></li><li><a href="#unchain">unchain</a></li><li><a href="#chain">chain</a></li></ol></li><li><a href="#refactoring-transformation">Other refactoring transformations</a><ol><li><a href="#massage">massage</a></li><li><a href="#distribute">distribute</a></li><li><a href="#factor">factor</a></li><li><a href="#deyaccify">deyaccify</a></li><li><a href="#yaccify">yaccify</a></li><li><a href="#eliminate">eliminate</a></li><li><a href="#introduce">introduce</a></li><li><a href="#import">import</a></li><li><a href="#vertical">vertical</a></li><li><a href="#horizontal">horizontal</a></li><li><a href="#rassoc">rassoc</a></li><li><a href="#lassoc">lassoc</a></li><li><a href="#equate">equate</a></li></ol></li><li><a href="#increasing-transformation">Language increasing transformations</a><ol><li><a href="#add">add</a></li><li><a href="#appear">appear</a></li><li><a href="#widen">widen</a></li><li><a href="#upgrade">upgrade</a></li><li><a href="#unite">unite</a></li></ol></li><li><a href="#decreasing-transformation">Language decreasing transformations</a><ol><li><a href="#remove">remove</a></li><li><a href="#disappear">disappear</a></li><li><a href="#narrow">narrow</a></li><li><a href="#downgrade">downgrade</a></li></ol></li><li><a href="#concrete-revising-transformation">Refactorings in term-oriented semantics</a><ol><li><a href="#abstractize">abstractize</a></li><li><a href="#concretize">concretize</a></li><li><a href="#permute">permute</a></li></ol></li><li><a href="#abstract-revising-transformation">Semantics revising transformations</a><ol><li><a href="#define">define</a></li><li><a href="#undefine">undefine</a></li><li><a href="#redefine">redefine</a></li><li><a href="#inject">inject</a></li><li><a href="#project">project</a></li><li><a href="#replace">replace</a></li></ol></li><li><a href="#decorative-transformation">Decorative transformations</a><ol><li><a href="#designate">designate</a></li><li><a href="#unlabel">unlabel</a></li><li><a href="#deanonymize">deanonymize</a></li><li><a href="#anonymize">anonymize</a></li></ol></li><li><a href="#dump">dump</a></li><li><a href="#rename">rename</a><ol><li><a href="#renameL">renameL</a></li><li><a href="#renameN">renameN</a></li><li><a href="#renameS">renameS</a></li><li><a href="#rename-terminal">renameT</a></li></ol></li><li><a href="#reroot">reroot</a></li><li><a href="#compatibility-section">Compatibility</a></li></ol><h2><a name="designGoals"></a>Design goals</h2>
<h2><a name="normativeReferences"></a>Normative references</h2><ul><li><strong><a href="http://github.com/grammarware/slps/blob/master/shared/xsd/bgf.xsd">bgf.xsd</a></strong></li></ul><h2>Table of contents</h2><ol><li><a href="#foreword">Foreword</a></li><li><a href="#normativeReferences">Normative references</a></li><li><a href="#designGoals">Design goals</a></li><li><a href="#notation-section">Notation</a></li><li><a href="#folding-unfolding-transformation">Folding and unfolding transformations</a><ol><li><a href="#unfold">unfold</a></li><li><a href="#fold">fold</a></li><li><a href="#inline">inline</a></li><li><a href="#extract">extract</a></li><li><a href="#abridge">abridge</a></li><li><a href="#detour">detour</a></li><li><a href="#unchain">unchain</a></li><li><a href="#chain">chain</a></li></ol></li><li><a href="#refactoring-transformation">Other refactoring transformations</a><ol><li><a href="#massage">massage</a></li><li><a href="#distribute">distribute</a></li><li><a href="#factor">factor</a></li><li><a href="#deyaccify">deyaccify</a></li><li><a href="#yaccify">yaccify</a></li><li><a href="#eliminate">eliminate</a></li><li><a href="#introduce">introduce</a></li><li><a href="#import">import</a></li><li><a href="#vertical">vertical</a></li><li><a href="#horizontal">horizontal</a></li><li><a href="#rassoc">rassoc</a></li><li><a href="#lassoc">lassoc</a></li><li><a href="#equate">equate</a></li></ol></li><li><a href="#increasing-transformation">Language increasing transformations</a><ol><li><a href="#add">add</a></li><li><a href="#appear">appear</a></li><li><a href="#widen">widen</a></li><li><a href="#upgrade">upgrade</a></li><li><a href="#unite">unite</a></li></ol></li><li><a href="#decreasing-transformation">Language decreasing transformations</a><ol><li><a href="#remove">remove</a></li><li><a href="#disappear">disappear</a></li><li><a href="#narrow">narrow</a></li><li><a href="#downgrade">downgrade</a></li></ol></li><li><a href="#concrete-revising-transformation">Refactorings in term-oriented semantics</a><ol><li><a href="#abstractize">abstractize</a></li><li><a href="#concretize">concretize</a></li><li><a href="#permute">permute</a></li></ol></li><li><a href="#abstract-revising-transformation">Semantics revising transformations</a><ol><li><a href="#define">define</a></li><li><a href="#undefine">undefine</a></li><li><a href="#redefine">redefine</a></li><li><a href="#inject">inject</a></li><li><a href="#project">project</a></li><li><a href="#replace">replace</a></li></ol></li><li><a href="#decorative-transformation">Decorative transformations</a><ol><li><a href="#designate">designate</a></li><li><a href="#unlabel">unlabel</a></li><li><a href="#deanonymize">deanonymize</a></li><li><a href="#anonymize">anonymize</a></li></ol></li><li><a href="#dump">dump</a></li><li><a href="#rename">rename</a><ol><li><a href="#renameL">renameL</a></li><li><a href="#renameN">renameN</a></li><li><a href="#renameS">renameS</a></li><li><a href="#rename-terminal">renameT</a></li></ol></li><li><a href="#reroot">reroot</a></li><li><a href="#compatibility-section">Compatibility</a></li></ol><h2><a name="designGoals"></a>Design goals</h2>

XBGF operator suite was developed mainly for grammar convergence
activities.
Expand Down Expand Up @@ -2924,5 +2926,5 @@ <h2><a name="compatibility-section"></a>Compatibility</h2>
indentation rules plus layout rules plus terminal symbols.

<hr></hr><h6>
(c)
©
XSD2LDF generator</h6></body></html>

0 comments on commit b209ccd

Please sign in to comment.