~ubuntu-branches/ubuntu/raring/clucene-core/raring-proposed

« back to all changes in this revision

Viewing changes to src/htdocs/_footer.html

  • Committer: Package Import Robot
  • Author(s): Fathi Boudra
  • Date: 2012-08-11 09:33:38 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120811093338-fgrx41ftqew3qt6a
Tags: 2.3.3.4-1
* New upstream release (Closes: #661703).
* Convert package to multiarch.
* Drop obsolete patches:
  - 01_add_missing_include_bug505667.diff
  - 02_posixness_fix_bug530308.diff
* Add patches:
  - Fixing_ZLIB_configuration_in_shared_CMakeLists.patch
  - Fix-pkgconfig-file-by-adding-clucene-shared-library.patch
  - Install-contribs-lib.patch
  - multiarch.patch
* Update debian/compat: bump to 8.
* Update debian/control:
  - update build dependencies (add cmake, libboost-dev and libz-dev).
  - bump Standards-Version to 3.9.3.
  - rename packages due to ABI bump: libclucene0ldbl -> libclucene-core1.
  - add libclucene-contribs1 package.
* Update debian/rules:
  - rewrite to use CMake.
  - add multiarch support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                <div style="clear: both;">&nbsp;</div>
 
2
                </div>
 
3
                <!-- end #content -->
 
4
                <div id="sidebar">
 
5
                        <ul>
 
6
                                <li>
 
7
                                        <h2>Useful project links</h2>
 
8
                                        <ul>
 
9
                                                <li><a href="http://www.sourceforge.net/projects/clucene/">SF project home</a><span>For our mailing list, bug tracker and more</span></li>
 
10
                                                <li><a href="https://sourceforge.net/apps/mediawiki/clucene/">Wiki</a><span>For our wiki</span></li>
 
11
                                                <li><a href="https://sourceforge.net/projects/clucene/support">Help and support center</a> <span>Places where to inquire or report bugs</span> </li>
 
12
                                                <li><a href="http://clucene.git.sourceforge.net/git/gitweb.cgi?p=clucene/clucene;a=summary">Our git master</a> <span>Clone or download using the WebGUI</span> </li>
 
13
                                                <li><a href="http://clucene.sourceforge.net/doc/html/">CLucene API documentation</a>
 
14
                                                <a href="http://clucene.sourceforge.net/doc/clucene-core-doc.tar.gz" title="Download as tarball"><img src="images/disk.png" border="0" alt="Download" /></a><span>A bit outdated API documentation</span></li>
 
15
                                                <li><a href="http://search.cpan.org/perldoc?Lucene">Perl bindings</a><span>Created by Thomas Busch</span></li>
 
16
                                        </ul>
 
17
<p><a href="http://sourceforge.net/donate/index.php?group_id=80013"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project" /> </a></p>
 
18
                                </li>
 
19
                                <li>
 
20
                                        <h2>Useful Lucene links</h2>
 
21
                                        <ul>
 
22
                                                <li><a href="http://lucene.apache.org/java/2_3_2/queryparsersyntax.html">Java Lucene Query Parser Syntax</a><span>How to query the engine using plain text</span> </li>
 
23
                                                <li><a href="http://lucene.apache.org/java/1_9_1/">Lucene 1.9.1 JavaDocs on Apache</a><span>Reference for the 0.9.21 release</span> </li>
 
24
                                                <li><a href="http://lucene.apache.org/java/2_3_2/">Lucene 2.3.2 JavaDocs on Apache</a><span>Reference for the current git HEAD</span> </li>
 
25
                                                <li><a href="http://www.manning.com/hatcher2/">Lucene in Action</a><span>End-to-end tutorial for Lucene</span> </li>
 
26
                                        </ul>
 
27
                                </li>
 
28
                        </ul>
 
29
                </div>
 
30
                <!-- end #sidebar -->
 
31
                <div style="clear: both;">&nbsp;</div>
 
32
        </div>
 
33
        </div>
 
34
        </div>
 
35
        <!-- end #page -->
 
36
        <div id="footer">
 
37
                <p>Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
 
38
                <p><a href="http://sourceforge.net/projects/clucene"><img border="0" src="http://sflogo.sourceforge.net/sflogo.php?group_id=80013&amp;type=9" width="80" height="15" alt="Get CLucene - a C++ search engine at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a></p>
 
39
<!-- Piwik -->
 
40
<script type="text/javascript">
 
41
var pkBaseURL = (("https:" == document.location.protocol) ? "https://sourceforge.net/userapps/piwik/synhershko/" : "http://sourceforge.net/userapps/piwik/synhershko/");
 
42
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
 
43
</script><script type="text/javascript">
 
44
piwik_action_name = '';
 
45
piwik_idsite = 2;
 
46
piwik_url = pkBaseURL + "piwik.php";
 
47
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
 
48
</script>
 
49
<object><noscript><p><img src="http://sourceforge.net/userapps/piwik/synhershko/piwik.php?idsite=2" alt="piwik"/></p></noscript></object>
 
50
<!-- End Piwik Tag -->
 
51
        </div>
 
52
        <!-- end #footer -->
 
53
</div>
 
54
</body>
 
55
</html>
 
 
b'\\ No newline at end of file'