Changeset - cabc653ef07c
[Not reviewed]
0 1 1
Brett Smith (brett) - 6 years ago 2018-11-18 15:43:06
brett@sfconservancy.org
projects: Add Xapian.
2 files changed with 15 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/img/projects/xapian.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
www/conservancy/static/projects/current/index.html
Show inline comments
...
 
@@ -704,97 +704,112 @@ between land surveyors and GIS professionals through the development of
 
open source software and open technology standards. The SurveyOS Project
 
currently devotes programming efforts and source code to the open source
 
desktop GIS program known as OpenJUMP. It also dedicates a set of AutoLISP
 
source code via the GPL that can be used to add surveying and geospatial
 
functionality to other software.</p>
 

	
 
<h2><a href="http://www.swig.org/">SWIG</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/swig.jpg" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="M84TPJKABREKQ">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to SWIG via PayPal">
 
</form>
 

	
 
<p>SWIG is a software development tool that connects programs written in C
 
and C++ with a variety of high-level programming languages.  SWIG is used
 
with different types of languages including common scripting languages
 
such as Perl, PHP, Python, Tcl and Ruby. The list of supported languages
 
also includes C&#35;, Java, Lua, Octave and R amongst others. SWIG is most
 
commonly used to create high-level interpreted or compiled programming
 
environments, user interfaces, and as a tool for testing and prototyping
 
C/C++ software.</p>
 

	
 
<h2><a href="http://teachingopensource.org/">Teaching Open Source</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/teaching-open-source.png" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="TUBC9HDTQJVS2">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Teaching Open Source via PayPal">
 
</form>
 

	
 
<p>Teaching Open Source (TOS) exists to support instructors and FLOSS community
 
members who desire to support student involvement in FLOSS projects
 
within academic institutions.  The TOS community is supported by a web
 
site, mailing list, and planet and welcomes new community members from
 
both academia and FLOSS projects.</p>
 

	
 
<h2><a href="https://twistedmatrix.com/">Twisted</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/twisted.svg" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="ZB3NXPUZHQUKS">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Twisted via PayPal">
 
</form>
 

	
 
<p>Twisted is an event-based engine for Internet applications, written in
 
Python. Twisted supports TCP, SSL and TLS, UDP, Unix sockets, multicast,
 
and serial ports. It also includes a Web server, an SMTP/POP3 server, a
 
telnet server, an SSH server, an IRC server, a DNS server, and of course
 
APIs for creating new protocols. It supports integration with GTK+ 2, Qt,
 
Tkinter, wxPython, Mac OS X (PyObjC) and Win32 event loops.</p>
 

	
 
<h2><a href="https://www.uclibc.org/">uCLibc</a></h2>
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="6LQNR2U2MTGJN">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to uCLibc via PayPal">
 
</form>
 

	
 
<p>uClibc (pronounced yew-see-lib-see) is a C library
 
for developing embedded Linux systems. It is much smaller than the GNU
 
C Library, but nearly all applications supported by glibc also work
 
perfectly with uClibc. Porting applications from glibc to uClibc
 
typically involves just recompiling the source code. uClibc even
 
supports shared libraries and threading. It currently runs on standard
 
Linux and MMU-less (also known as uClinux) systems with support for
 
alpha, ARM, cris, i386, i960, h8300, m68k, mips/mipsel, PowerPC, SH,
 
SPARC, and v850 processors.</p>
 

	
 
<h2><a href="http://www.winehq.org/">Wine</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/wine.png" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="G9BDG2ABR7PYA">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Wine via PayPal">
 
</form>
 

	
 
<p>Wine is an Open Source implementation of the Windows API on top of
 
X and Unix.  It is a compatibility layer for running Windows
 
programs. Wine does not require Microsoft Windows, as it is a
 
completely free alternative implementation of the Windows API
 
consisting of 100% non-Microsoft code, however Wine can optionally use
 
native Windows DLLs if they are available. Wine provides both a
 
development toolkit for porting Windows source code to Unix as well as
 
a program loader, allowing many unmodified Windows programs to run on
 
x86-based Unixes, including Linux, Mac OS X, FreeBSD, and Solaris.</p>
 

	
 
<h2><a href="https://xapian.org/">Xapian</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/xapian.png" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="Y8WL47RVZJ3LQ">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Xapian via PayPal">
 
</form>
 

	
 
<p>Xapian is a highly adaptable toolkit which allows developers to
 
easily add advanced indexing and search facilities to their own
 
applications. It has built-in support for several families of weighting
 
models and also supports a rich set of boolean query operators.</p>
 

	
 
{% endblock %}
0 comments (0 inline, 0 general)