[Python-modules-commits] [simpleparse] 07/09: doc: remove	SourceForge logo
    Vincent Bernat 
    bernat at moszumanska.debian.org
       
    Sun Dec 25 10:03:52 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository simpleparse.
commit e9bf55f2d14d538775432c276b565d43b14b671c
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sun Dec 25 11:01:51 2016 +0100
    doc: remove SourceForge logo
---
 doc/common_problems.html           | 6 ------
 doc/index.html                     | 3 ---
 doc/processing_result_trees.html   | 6 ------
 doc/scanning_with_simpleparse.html | 5 -----
 doc/simpleparse_grammars.html      | 5 +----
 5 files changed, 1 insertion(+), 24 deletions(-)
diff --git a/doc/common_problems.html b/doc/common_problems.html
index 97176bc..e67885b 100644
--- a/doc/common_problems.html
+++ b/doc/common_problems.html
@@ -133,12 +133,6 @@ tag-lists
 </ul>
  <a href="index.html">Up to index...</a><br>
          
-<p align="center">A <a href="http://sourceforge.net"> <img
- src="http://sourceforge.net/sflogo.php?group_id=55673&type=5"
- width="210" height="62" border="0" alt="SourceForge Logo">
-   </a><br>
-   Open Source <a href="http://simpleparse.sourceforge.net/">project</a><br>
- </p>
  <br>
 </body>
 </html>
diff --git a/doc/index.html b/doc/index.html
index 617253b..205e3b9 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -339,7 +339,4 @@ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE!</p>
-<p align="center">A <a href="http://sourceforge.net"> <img alt="SourceForge Logo" src="http://sourceforge.net/sflogo.php?group_id=55673&type=5" border="0" height="62" width="210"></a><br>
-Open Source <a href="http://simpleparse.sourceforge.net/">project</a><br>
-</p>
 </body></html>
diff --git a/doc/processing_result_trees.html b/doc/processing_result_trees.html
index 9666feb..96c0505 100644
--- a/doc/processing_result_trees.html
+++ b/doc/processing_result_trees.html
@@ -227,12 +227,6 @@ results    tree has a non-standard format that you need to explicitly watch
 out for   while processing the results.</p>
              <a href="index.html">Up to index...</a><br>
              
-<p align="center">A <a href="http://sourceforge.net"> <img
- src="http://sourceforge.net/sflogo.php?group_id=55673&type=5"
- width="210" height="62" border="0" alt="SourceForge Logo">
-         </a><br>
-          Open Source <a href="http://simpleparse.sourceforge.net/">project</a><br>
-    </p>
     <br>
    <br>
   <br>
diff --git a/doc/scanning_with_simpleparse.html b/doc/scanning_with_simpleparse.html
index 014b943..9a3fa37 100644
--- a/doc/scanning_with_simpleparse.html
+++ b/doc/scanning_with_simpleparse.html
@@ -142,10 +142,5 @@ results
 tree in �<a href="./processing_result_trees.html">Processing Result
 Trees</a>�.</p>
 <a href="index.html">Up to index...</a><br>
-<p align="center">A <a href="http://sourceforge.net"> <img
- src="http://sourceforge.net/sflogo.php?group_id=55673&type=5"
- width="210" height="62" border="0" alt="SourceForge Logo"></a><br>
-Open Source <a href="http://simpleparse.sourceforge.net/">project</a><br>
-</p>
 </body>
 </html>
diff --git a/doc/simpleparse_grammars.html b/doc/simpleparse_grammars.html
index 72c04ad..4b47b3b 100644
--- a/doc/simpleparse_grammars.html
+++ b/doc/simpleparse_grammars.html
@@ -502,7 +502,4 @@ the grammar used during parser generation is a manually generated
 version found in the simpleparse.simpleparsegrammar module.</p>
 <pre>declaration = r"""declarationset      :=  declaration+<br>declaration         :=  ts, (unreportedname/expandedname/name) ,ts,':',':'?,'=',seq_group<br><br>element_token       :=  lookahead_indicator?, ts, negpos_indicator?,ts, (literal/range/group/name),ts, occurence_indicator?, ts, error_on_fail?<br><br>negpos_indicator    :=  [-+]<br>lookahead_indicator :=  "?"<br>occurence_indicator :=  [+*?]<br>error_on_fail       :=  "!", (ts,literal)?<br><br>>group<             :=  '(',s [...]
 <a href="index.html">Up to index...</a><br>
-<p align="center">A <a href="http://sourceforge.net"> <img alt="SourceForge Logo" src="http://sourceforge.net/sflogo.php?group_id=55673&type=5" border="0" height="62" width="210"> </a><br>
-Open Source <a href="http://simpleparse.sourceforge.net/">project</a><br>
-</p>
-</body></html>
\ No newline at end of file
+</body></html>
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/simpleparse.git
    
    
More information about the Python-modules-commits
mailing list