debian/0000755000000000000000000000000012230142717007165 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000000112227765452013462 0ustar debian/maven.ignoreRules0000644000000000000000000000112112227765452012523 0ustar org.basex basex-api jar * * * jp.sourceforge.igo igo * * * * junit junit * * * * org.apache lucene-stemmers * * * * org.apache.maven.plugins maven-checkstyle-plugin * * * * org.apache.maven.plugins maven-dependency-plugin * * * * org.apache.maven.plugins maven-deploy-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * org.apache.maven.plugins maven-surefire-plugin * * * * org.apache.maven.wagon wagon-ftp * * * * org.apache.maven.wagon wagon-ssh * * * * org.ccil.cowan.tagsoup tagsoup * * * * org.codehaus.mojo javacc-maven-plugin * * * * xml-resolver xml-resolver * * * * debian/basex.poms0000644000000000000000000000327612227765452011214 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM. To use on POM files that are created # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install. [mh_install] # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar. # It will be installed with mh_install. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # pom.xml --has-package-version basex-core/pom.xml --has-package-version basex-api/pom.xml --ignore debian/maven.publishedRules0000644000000000000000000000012212227765452013217 0ustar org.basex basex-parent pom s/7\..*/7.x/ * * org.basex basex jar s/7\..*/7.x/ * * debian/examples/0000755000000000000000000000000012227574427011020 5ustar debian/examples/input.xml0000644000000000000000000000064712227574427012710 0ustar XML

Databases & XML

Assignments
  • Exercise 1
  • Exercise 2
debian/basex.links0000644000000000000000000000012212227574404011334 0ustar /usr/share/maven-repo/org/basex/basex/7.x/basex-7.x.jar /usr/share/java/basex.jar debian/maven.rules0000644000000000000000000000012212227765452011357 0ustar org.basex basex-parent pom s/7\..*/7.x/ * * org.basex basex jar s/7\..*/7.x/ * * debian/watch0000644000000000000000000000011212227574533010223 0ustar version=3 http://githubredir.debian.net/github/BaseXdb/basex/ (.*).tar.gz debian/rules0000755000000000000000000000045212227560563010257 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_MAVEN_DOC_TARGET := javadoc:javadoc javadoc:aggregate get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/basex.examples0000644000000000000000000000003212227574377012043 0ustar debian/examples/input.xml debian/changelog0000644000000000000000000005211612227567263011061 0ustar basex (7.7.2-1) unstable; urgency=low * New upstream releases VERSION 7.7.2 (October 7, 2013) ---------------------------------------- XQUERY - CSV Module and serialization added - JSON serializer updated (more to follow) - update checks in modify clause fixed - parsing of new map syntax fixed (ignoring spaces) - tail call handling in built-in higher order functions fixed API - Russian translation added (thanks to Oleksandr Shpak, Max Shamaev) - command-line arguments starting with '<' are interpreted as XQuery INDEXING - bug fixed in updatable index structure VERSION 7.7.1 (September 16, 2013) ------------------------------------- XQUERY - new map syntax: { 'key' : 'value' } - tail call optimization for dynamic functions - optimize fn:subsequence() calls and sequence casts - db:optimize(): original options are preserved WEBDAV - return non-breakable spaces as   CORE - avoid OutOfMemory exception when building large databases VERSION 7.7 (August 7, 2013) ------------------------------------------- XQUERY - Our XQuery 3.0 support is now complete! http://docs.basex.org/wiki/XQuery_3.0 - the Unit Module allows standardized testing of XQuery applications http://docs.basex.org/wiki/Unit_Module - the Streaming Module speeds up operations on large files http://docs.basex.org/wiki/Streaming_Module - the Inspection Module provides reflection and documentation features http://docs.basex.org/wiki/Inspection_Module - we have added support for XQuery collations http://docs.basex.org/wiki/Full-Text#Collations - we have extended the Database, Archive, File and other Modules http://docs.basex.org/wiki/Module_Library COMMANDS - database names have got more flexible http://docs.basex.org/wiki/Commands#Valid_Names - we have new options for simplifying the creation of large databases http://docs.basex.org/wiki/Options WEB/HTTP SERVICES: - WebDAV has been enriched with locking features (sponsored feature!) http://docs.basex.org/wiki/WebDAV#Locking - RESTXQ has been improved and extended: http://docs.basex.org/wiki/RESTXQ -- Alexander Holupirek Wed, 16 Oct 2013 20:56:56 +0200 basex (7.6-1) unstable; urgency=low * New upstream release (February 5, 2012) DATABASE LOCKING: - updates on different databases can now be executed in parallel and won't lock your read-only queries anymore: http://docs.basex.org/wiki/Transaction_Management XQUERY - when errors are raised, the full stack trace is now returned - the EXPath Geo Module, Fetch Module and HTML Module have been added: http://docs.basex.org/wiki/Module_Library - the Validation, XSLT, Database and Profiling Module have been updated GUI - error messages are now clickable and linked with the text editor - trace/profiling output is redirected to the info view in realtime * Packaging: - Changed Vcs-Git field to point to git://github.com/BaseXdb/basex-dist.git To retrieve relevant debian packagin you have to change to linux/debian, however. -- Alexander Holupirek Wed, 06 Feb 2013 23:06:53 +0100 basex (7.5-1) unstable; urgency=low * New upstream release (December 21, 2012) (closes: #697037) XQUERY UPDATE - bulk updates are now much faster than before - insert and replace operations take much less memory - databases can now be created via XQuery and db:create() GUI TEXT EDITOR - a fast and flexible search/replace panel has been added - error highlighting has been extended to XML files - the editor was improved for editing arbitrary text files XQUERY 3.0 - the code has been aligned with latest changes in the specs - HTML5 support has been updated WEB APPLICATIONS - new modules have been added: Request, Session, Sessions - logging has been revised and extended to HTTP requests - SSL support added, switched to Jetty 8 - all operation modes have been unified and simplified - RESTXQ elements added to simplify forwarding and redirects CORE FEATURES - improved stability of concurrent read/write operations - the INSPECT command performs database sanity checks - EXECUTE triggers the execution of command scripts * Packaging: - Added example provided by jidanni@jidanni.org to basex.1 Thanks! (closes: #696804) - Added note for missing -q option to basex.1 (closes: #696796) Reported issue upstream: https://github.com/BaseXdb/basex/issues/620 -- Alexander Holupirek Tue, 15 Jan 2013 10:00:12 +0100 basex (7.3-1) unstable; urgency=low * New upstream release (June 18, 2012) - Many new internal XQuery Modules have been added, and existing ones have been revised to ensure long-term stability of your future XQuery applications: http://docs.basex.org/wiki/Module_Library - A new powerful Command API is provided to specify BaseX commands and scripts as XML: http://docs.basex.org/wiki/Commands#Basics - The full-text fuzzy index was extended to also support wildcard queries: http://docs.basex.org/wiki/Full-Text - The XQuery 3.0 simple map operator gives you a compact syntax to process items of sequences: http://docs.basex.org/wiki/XQuery_3.0 - BaseX as Web Application can now start its own server instance: http://docs.basex.org/wiki/Web_Application - All command-line options will now be executed in the given order: http://docs.basex.org/wiki/Startup_Options - Charles Foster's latest XQJ Driver supports XQuery 3.0 and the Update and Full Text extensions: http://xqj.net/basex/ -- Alexander Holupirek Tue, 26 Jun 2012 09:13:14 +0200 basex (7.2.1-1) unstable; urgency=low [ Alexander Holupirek ] * New upstream release (April 27, 2012) - Our value indexes now support string-based range queries: http://docs.basex.org/wiki/Indexes#Value_Indexes - Our new XQJ API is based on Charles Foster's implementation. It fully utilizes the client/server architecture: http://xqj.net/basex - Import of XQuery modules has been simplified: http://docs.basex.org/wiki/Repository - Better Java code integration: http://docs.basex.org/wiki/Java_Bindings - Full support for the XQuery 3.0 Regular Expressions syntax: http://www.w3.org/TR/xpath-functions-30/#regex-syntax - Updating functions can now return values: http://docs.basex.org/wiki/Database_Module#db:output - Unified handling of document and database URIs: http://docs.basex.org/wiki/Databases#Access_Resources - Pinning of opened database replaced by filesystem locking: http://docs.basex.org/wiki/Transaction_Management#Locking - REST, RESTXQ, WebDav: concurrency issues fixed [ tony mancill ] * Add unmappable-characters.patch for build on Debian. -- Alexander Holupirek Fri, 27 Apr 2012 17:41:45 +0200 basex (7.2-1) unstable; urgency=low * New upstream release (March 24, 2012) EDBT Berlin Release - support for the new RESTXQ API for building XQuery web services - improved support for running BaseX as web application - XQuery: higher order functions added to speed up Top-K queries - proxy server settings added - advanced TagSoup options added for importing HTML files - XQuery: faster traversal of full-text index entries: ft:tokens() - Command-line: embedded readline and history support via JLine - XQuery 3.0: annotation added, updated EQName syntax (Q{uri}name) - opened databases are now pinned OS-wide to reduce write conflicts - HTML5 serialization of query results - a printable version of our Wiki documentation * Will leave example in man page on how to bind external variables. https://mailman.uni-konstanz.de/pipermail/basex-talk/2012-March/002887.html (closes: #664251) * Updated man page with an example on how to parse HTML (now for real ;) (closes: #661297) * Upstream added support for http_proxy (closes: #650168) (http://docs.basex.org/wiki/Options#PROXYHOST) * Copy/Paste problems reported upstream and closed there. (https://github.com/BaseXdb/basex/issues/289, closes: #649964) * Emacs-style error messages reported upstream and closed there. (https://github.com/BaseXdb/basex/issues/240, closes: #637952) -- Alexander Holupirek Thu, 19 Apr 2012 11:56:17 +0200 basex (7.1.1-2) unstable; urgency=low * Allow non well-formed HTML to be parsed if libtagsoup-java is installed. * Updated man page with an example on how to parse HTML. -- Alexander Holupirek Wed, 22 Feb 2012 12:57:22 +0100 basex (7.1.1-1) unstable; urgency=low * New upstream release (February 19, 2012) GUI: - new "Package" dialog: to list, install and delete XQuery Packages - "New/Add" dialog: "RAW" input format allows import of raw files; automatic detection of input formats, increased usability - "Export" dialog enhanced to support other methods like JSON, and various serialization parameters Command-Line: - new option -L: add trailing newline after query result - new option -C: execute commands from batch script REST: - new "option" parameter: set options before executing request Full-Text: - Indonesian Stemmer (thanks Andria Arisal!) IO: - faster read/write access to byte arrays * Updates to manpage regarding new command line options. -- Alexander Holupirek Sun, 19 Feb 2012 22:01:35 +0100 basex (7.1-1) unstable; urgency=low * New upstream release (February 8, 2012) XML Prague Release GUI - improved document management: hierarchical view of db resources - easier index creation/removal and database optimization - JSON/JsonML parser added - editor: updated and reopened files are reverted from disk REST - automatic XML conversion of popular content types (JSON/JsonML, CSV, HTML) XQUERY - new index module for directly accessing database index structures - new repository module to manage EXPath packages via XQuery - db:list-details() returns information on the database resources - db:content-type() retrieves content-type of a specific resource - ft:tokens() returns full-text tokens stored in the index - ft:tokenize() tokenizes a given input string - util:path() returns the path to the executed query file - util:time() prints the time needed to evaluate a given expression - util:mem() prints allocated memory for evaluating an expression - expanded QNames, computed namespace constructors COMMAND-LINE - multiple query files and -c/-i/-q flags can now be specified INDEXING - ID/Pre mapping, incremental indexing of value index structures - document index fix: correct replacement of existing documents - document index: faster updates OPTIONS - ADDRAW: add raw files if not filtered by CREATEFILTER - MAXLEN: max. length of strings to be added to the index structures - MAXCATS: max. number of distinct values stored in statistics - UPDINDEX: turn on incremental index updates for value indexes - improved BINDINGS option CLIENT/SERVER - improved log output if query iterator is used - new ActionScript API (thanks to Manfred Knobloch!) SERIALIZATION - "newline" parameter specifies the type of newline to be used COMMANDS - KILL command accepts IP:port combination to specify target TRANSLATIONS - Bahasa Indonesian: thanks to Andria Arisal! - Mongolian: thanks to Tuguldur Jamiyansharav! * Upstream resolved 'GUI not ready for namespaces' (closes: #649966) https://github.com/BaseXdb/basex/issues/288 Thanks to jidanni@jidanni.org for reporting * Documented usage of -i flag (closes: #650169) Thanks to jidanni@jidanni.org for reporting * Upstream added flag -L to add a trailing newline after query results (closes: #649965) Thanks to jidanni@jidanni.org for reporting * Documented how to pass command file to basex (closes: #650170) Thanks to jidanni@jidanni.org for reporting * Changed man page example to avoid shell interpretation (closes: #650052) Thanks to jidanni@jidanni.org for reporting -- Alexander Holupirek Tue, 14 Feb 2012 17:34:32 +0100 basex (7.0.2-1) unstable; urgency=low * New upstream release (November 11, 2011) FULL TEXT - Stemming support for Japanese text corpora (thanks to Toshio HIRAI!) STARTUP - Updated start scripts (thanks to Ralf Jung!) - System property "org.basex.path" added to specify project's home directory (thanks to malamut2!) XQUERY - Numerous minor XQuery 3.0 enhancements and fixes - Fix for db:optimize() calls (thanks to Martin Hillert!) STORAGE - Fix to retain newly introduced namespaces (thanks to Laurent Chevalier!) USERS - Default privileges for new users set to "none" (thanks to Pascal Heus!) REST - query base URI for evaluated queries is now $HTTPPATH (thanks to Florent Georges!) * Resolved policy violation by talking to upstream (closes: #647422) -- Alexander Holupirek Sat, 12 Nov 2011 21:38:31 +0100 basex (7.0.1-1) unstable; urgency=low * New upstream release (October 23, 2011) XQUERY - much faster execution of count() when applied to opened databases -- Alexander Holupirek Wed, 02 Nov 2011 23:06:11 +0100 basex (7.0-1) unstable; urgency=low * New upstream release (October 14, 2010) TEI EDITION XQuery - [ADD] Parsing and serializing JSON documents - [ADD] SQL module builds a JDBC bridge to access relational databases - [ADD] EXPath Cryptographic Module for encryption and XML Signatures - [ADD] Full text engine tokenizes Japanese texts (thx to Toshio Hirai!) - [ADD] db:retrieve() and db:store() handle raw data - [ADD] util:uuid() to create random universally unique identifier - [ADD] db:content-type() retrieves the content type of a resource - [ADD] db:exists() checks if the specified database or resource exists - [ADD] db:is-raw(), db:is-xml() check existence and type of a resource - [MOD] db:list(), db:open() uses two separate arguments to specify database and resource path - [MOD] further modifications: db:add(), SERVER - [ADD] BaseX HTTP Server activates the REST and WebDAV services - [MOD] ITER command returns all results in one go and the client handles the iterative execution COMMANDS - [ADD] FLUSH command to write all database buffers to disk - [ADD] STORE command to store raw data in a database - [ADD] RETRIEVE command to get raw data from the database - [MOD] modified ADD command OPTIONS - [ADD] SERVERHOST: to specify a server - [ADD] KEEPALIVE: optional timeout to close inactive client sessions - [ADD] AUTOFLUSH database buffers - [ADD] QUERYPATH: path to executed query * Added new database commands to man pages. * Added debian/basexgui.desktop file (closes LP: 872072) * Added BaseX icon PNG files for /usr/share/icons/hicolor/?x?/apps to be displayed in the KDE, Gnome, Unity ... menus. * Fixed unversioned-copyright-format-uri warning in dep5 copyright file. -- Alexander Holupirek Thu, 20 Oct 2011 13:55:22 +0200 basex (6.7.1-1) unstable; urgency=low * New upstream release XQuery: - New database functions for adding, deleting, renaming and replacing documents, and optimizing databases: http://docs.basex.org/wiki/Database_Functions - XSLT transformations via Java or Saxon: http://docs.basex.org/wiki/XSLT_Functions - All XQuery 3.0 functions are now supported: http://docs.basex.org/wiki/XQuery_3.0 - Tail-call optimizations to speed up recursive functions Storage: - Use ADDARCHIVES to parse files within archives - Use SKIPCORRUPT to skip non-well-formed files when creating a database: http://docs.basex.org/wiki/Options - Max. level depth limit (256) removed - The document index is now incrementally updated GUI: - "Manage Database" dialog now supports operations on multiple databases and the command-line glob syntax: http://docs.basex.org/wiki/Commands#Glob_Syntax - Drag and drop operations introduced for opening new files and copying file paths Client/Server: - Delay clients that repeatedly fail to login - All remaining plain-text password operations now use MD5 to send and log passwords -- Alexander Holupirek Thu, 28 Jul 2011 21:23:04 +0200 basex (6.7-1) unstable; urgency=low * New upstream release - Main Features: [ADD] Native support for the EXPath Packaging system: http://docs.basex.org/wiki/Packaging [ADD] Client/server event notification: http://docs.basex.org/wiki/Events [ADD] Persistent document index added to speed up access to large collections - XQuery: [ADD] New database and full-text functions: http://docs.basex.org/wiki/Database_Functions http://docs.basex.org/wiki/Full-Text_Functions [ADD] Event function added to fire events [MOD] Index optimizations, better cost estimations - Commands: [ADD] Glob syntax introduced to database commands: http://docs.basex.org/wiki/Commands [ADD] New commands added: REPLACE, RENAME, REPO DELETE/INSTALL/LIST, CREATE/DROP EVENT [MOD] BACKUP optimized, renamed to CREATE BACKUP * Added new database commands to man pages. -- Alexander Holupirek Fri, 01 Jul 2011 08:19:19 +0200 basex (6.6.2-1) unstable; urgency=low * New upstream release - API: [ADD] JAX-RX API now supports basic user authentication: http://docs.basex.org/wiki/JAX-RX_API [ADD] The COPY creates identical database copies: http://docs.basex.org/wiki/Commands#COPY [ADD] The OPTIMIZE ALL command minimizes all database structures: http://docs.basex.org/wiki/Commands#OPTIMIZE - XQuery: [ADD] map expressions and functions added: http://docs.basex.org/wiki/Map_Functions [MOD] File module aligned with latest EXPath specification: http://docs.basex.org/wiki/File_Functions [MOD] Speedup of full-text queries with keyword lists. Example: $x contains text { 'a', 'b', 'c', ...} [MOD] XQuery Update optimizations for replacing nodes; tree-aware updates. [MOD] XQuery optimizations to avoid materialization of sequences. - GUI: [ADD] Multiple editor tabs added [ADD] Database management: copy databases - Core: [ADD] Internal XML parser: HTML entities added [FIX] Glob syntax: support for multiple file suffixes * Added new database commands to man pages. * Adopted debian/copyright file. ISC licensed files are gone now. * Adopted debian/control file to reflect correct packaging Vcs-Git entry. * Removed patch for build problem in 6.6.1-2. Upstream incorporated the fix. -- Alexander Holupirek Fri, 13 May 2011 16:36:01 +0200 basex (6.6.1-3) unstable; urgency=low * Provides more details on copyright and authorship in debian/copyright. Thanks to Tony Mancill . -- Alexander Holupirek Wed, 27 Apr 2011 12:06:02 +0200 basex (6.6.1-2) unstable; urgency=low * Fix for build problem. org/basex/gui/GUIMacOSX.java:[133,23] cannot find symbol symbol : method execute(org.basex.gui.GUI) location: class org.basex.gui.GUICommands Solution: // explicit cast to circumvent Java compiler bug ((GUICommand) GUICommands.PREFS).execute(main); -- Alexander Holupirek Fri, 15 Apr 2011 16:54:33 +0200 basex (6.6.1-1) unstable; urgency=low * New upstream release - XQuery: [ADD] index rewritings added for .../text()[. = ..] syntax [ADD] optimizations of mixed axis path expressions, e.g.: //x/name() [MOD] index rewritings on collections fixed and generalized [MOD] faster evaluation of filters with pos. predicates, e.g.: $x[5] [FIX] fixed relocation of let clauses in GFLWOR expressions [FIX] trace function returned wrong original results [FIX] variables in catch clauses were discarded [FIX] HOF optimizations and fixes - GUI: [FIX] language option (for Japanese, German, etc. interface) fixed * Upstream moved to github, https://github.com/BaseXdb/basex - Adopted debian/watch file -- Alexander Holupirek Fri, 15 Apr 2011 16:23:19 +0200 basex (6.5.1-1ubuntu1~ppa3) maverick; urgency=low * Update packaging, use symbolic version 6.x for Maven * Refresh patches -- Ludovic Claude Sun, 20 Feb 2011 21:13:49 +0100 basex (6.5.1-1) unstable; urgency=low * Initial release (Closes: #588216) -- Alexander Holupirek Tue, 15 Feb 2011 21:13:25 +0100 debian/menu0000644000000000000000000000033012227574514010062 0ustar ?package(basex): needs="X11" \ section="Applications/Data Management" \ title="BaseX" command="/usr/bin/basexgui" \ icon16x16="/usr/share/pixmaps/basex_16x16.xpm" \ icon32x32="/usr/share/pixmaps/basex_32x32.xpm" debian/basexgui.desktop0000644000000000000000000000051712227601341012371 0ustar [Desktop Entry] Version=1.0 Type=Application Name=BaseX XML Database Comment=Visually query and analyse your XML data Keywords=database;xquery;xpath;xml;information processing; TryExec=basexgui Exec=basexgui %F Icon=basex MimeType=text/xml; Categories=Development;Utility;Database; StartupNotify=true StartupWMClass=org-basex-BaseXGUI debian/patches/0000755000000000000000000000000012227563705010626 5ustar debian/patches/series0000644000000000000000000000003012227563422012030 0ustar fix-maven-version.patch debian/patches/fix-maven-version.patch0000644000000000000000000000043312227563705015224 0ustar Debian does not have maven3, yet. Change maven version to 2.2.1. --- a/pom.xml +++ b/pom.xml @@ -222,7 +222,7 @@ - 3.0.0 + 2.2.1 debian/maven.properties0000644000000000000000000000017112227560570012417 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true maven.test.skip=true debian/source/0000755000000000000000000000000012227576175010504 5ustar debian/source/include-binaries0000644000000000000000000000061712227576175013650 0ustar debian/images/16x16/basex.png debian/images/22x22/basex.png debian/images/24x24/basex.png debian/images/32x32/basex.png debian/images/36x36/basex.png debian/images/48x48/basex.png debian/images/64x64/basex.png debian/images/72x72/basex.png debian/images/96x96/basex.png debian/images/128x128/basex.png debian/images/192x192/basex.png debian/images/256x256/basex.png debian/images/scalable/basex.png debian/source/format0000644000000000000000000000001412227560570011702 0ustar 3.0 (quilt) debian/man/0000755000000000000000000000000012227574663007757 5ustar debian/man/basexclient.txt0000644000000000000000000000333712227574440013020 0ustar NAME basexclient - XML database system and XPath/XQuery processor (client mode) SYNOPSIS basexclient [-bcdiLnopPsUvVwxz] [query] DESCRIPTION basexclient starts a basex(1) XML database client in order to connect to a running instance of basexserver(1). Per default basexclient tries to connect to a basexserver(1) running on localhost port 1984. Connecting to a basexserver(1) requires the knowledge of a username and its corresponding credentials. For user management refer to basexserver(1) or the BaseX Documentation Wiki (http://docs.basex.org/wiki/User_Management) OPTIONS A short description of option can be obtained from $ basexclient \-h or by browsing http://docs.basex.org/wiki/Startup_Options#BaseX_Client SEE ALSO basexserver(1), basex(1), basexgui(1) ~/.basex BaseX (standalone and server) properties ~/.basexgui BaseX additional GUI properties ~/.basexperm user name, passwords, and permissions ~/.basexevents contains all existing events ~/BaseXData Default database directory ~/BaseXData/.logs Server logs ~/BaseXRepo Package repository BaseX Documentation Wiki: http://docs.basex.org HISTORY BaseX started as a research project of the Database and Information Systems Group (DBIS) at the University of Konstanz in 2005 and soon turned into a feature-rich open source XML database and XPath/XQuery processor. LICENSE New (3-clause) BSD License AUTHOR BaseX is developed by a bunch of people called 'The BaseX Team' led by Christian Gruen . The man page was written by Alexander Holupirek while packaging BaseX for Debian GNU/Linux. debian/man/basexgui.txt0000644000000000000000000000320512227574440012320 0ustar NAME basexgui - XML database system and XPath/XQuery processor (graphical mode) SYNOPSIS basexgui [file] DESCRIPTION basexgui starts a standalone locally running instance of the BaseX database system. In addition to the main database functionality of basex(1), the graphical mode offers innovative graphical frontends to visualize XML data. An advanced embedded XQuery Editor is coupled to the visualizations, providing instant result feedback. XML and XQuery files can be passed on as parameters. If an XML file is passed, a database instance is created from this file. If an XQuery file is passed on, it is opened in the XQuery editor. SEE ALSO basex(1), basexserver(1), basexclient(1) ~/.basex BaseX (standalone and server) properties ~/.basexgui BaseX additional GUI properties ~/.basexperm user name, passwords, and permissions ~/.basexevents contains all existing events ~/BaseXData Default database directory ~/BaseXData/.logs Server logs ~/BaseXRepo Package repository BaseX Documentation Wiki: http://docs.basex.org HISTORY BaseX started as a research project of the Database and Information Systems Group (DBIS) at the University of Konstanz in 2005 and soon turned into a feature-rich open source XML database and XPath/XQuery processor. LICENSE New (3-clause) BSD License AUTHOR BaseX is developed by a bunch of people called 'The BaseX Team' led by Christian Gruen . The man page was written by Alexander Holupirek while packaging BaseX for Debian GNU/Linux. debian/man/basexgui.10000644000000000000000000000345212227574440011645 0ustar .\"Text automatically generated by txt2man .TH basexgui 1 "26 June 2012" "" "The XML Database" .SH NAME \fBbasexgui \fP- XML database system and XPath/XQuery processor (graphical mode) \fB .SH SYNOPSIS .nf .fam C \fBbasexgui\fP [\fIfile\fP] .fam T .fi .fam T .fi .SH DESCRIPTION \fBbasexgui\fP starts a standalone locally running instance of the BaseX database system. .PP In addition to the main database functionality of \fBbasex\fP(1), the graphical mode offers innovative graphical frontends to visualize XML data. An advanced embedded XQuery Editor is coupled to the visualizations, providing instant result feedback. .PP XML and XQuery files can be passed on as parameters. If an XML \fIfile\fP is passed, a database instance is created from this \fIfile\fP. If an XQuery \fIfile\fP is passed on, it is opened in the XQuery editor. .SH SEE ALSO \fBbasex\fP(1), \fBbasexserver\fP(1), \fBbasexclient\fP(1) .TP .B ~/.basex BaseX (standalone and server) properties .TP .B ~/.\fBbasexgui\fP BaseX additional GUI properties .TP .B ~/.basexperm user name, passwords, and permissions .TP .B ~/.basexevents contains all existing events .TP .B ~/BaseXData Default database directory .TP .B ~/BaseXData/.logs Server logs .TP .B ~/BaseXRepo Package repository .PP BaseX Documentation Wiki: http://docs.basex.org .SH HISTORY BaseX started as a research project of the Database and Information Systems Group (DBIS) at the University of Konstanz in 2005 and soon turned into a feature-rich open source XML database and XPath/XQuery processor. .SH LICENSE New (3-clause) BSD License .SH AUTHOR BaseX is developed by a bunch of people called 'The BaseX Team' led by Christian Gruen . .PP The man page was written by Alexander Holupirek while packaging BaseX for Debian GNU/Linux. debian/man/basex.txt0000644000000000000000000001266012227574440011620 0ustar NAME basex - XML database system and XPath/XQuery processor (command line mode) SYNOPSIS basex [-qbcdiLosuvVwxz] [input] DESCRIPTION basex is a fast and powerful, yet light-weight and platform independent XML database system and XPath/XQuery processor. OPTIONS A short description of option can be obtained from $ basex \-h or by browsing http://docs.basex.org/wiki/Startup_Options#BaseX_Standalone Note: -q (provide query as string) is currently missing in the official documentation DATABASE COMMANDS A list of supported Database commands can be obtained from $ basex \-c help or by browsing http://docs.basex.org/wiki/Commands EXAMPLES * XQuery evaluation (no database, no interaction, script mode): $ basex 19+23 42 $ basex \-Lq "{ 23+19 }" 42 * Import an XML file into database, output its content (query its root) and be verbose: $ basex \-Vc "CREATE DB input /usr/share/doc/basex/examples/input.xml; XQUERY /" Database 'input' created in 136.84 ms. XML

Databases & XML

Assignments
  • Exercise 1
  • Exercise 2
Query: / Compiling: Result: root() Parsing: 5.08 ms Compiling: 27.2 ms Evaluating: 0.87 ms Printing: 13.7 ms Total Time: 46.86 ms Hit(s): 1 Item Updated: 0 Items Printed: 358 Bytes Query executed in 42.52 ms. * XPath evaluation (with existing database): $ basex \-Lc "OPEN input; XQUERY //li[1]"
  • Exercise 1
  • * Retrieve XML from the web and perform XPath query: $ basex \-Lq "doc('http://files.basex.org/examples/input.xml')//li"
  • Exercise 1
  • Exercise 2
  • * W3C XQuery Full-Text (make use of full-text index and perform fuzzy query with a typing error): $ basex BaseX 7.1 [Standalone] Try "help" to get more information. > SET FTINDEX on Full-Text Index: ON > CREATE DB input /usr/share/doc/basex/examples/input.xml Database 'input' created in 94.42 ms. > XQUERY //b[text() contains text 'Asisgnment' using fuzzy] Assignments Query executed in 8.37 ms. * Update the database and show result: > XQUERY delete node //ul Query executed in 2.79 ms. > XQUERY replace value of node //b with 'Debian rules' Query executed in 2.94 ms. > XQUERY //div
    Debian rules
    Query executed in 1.01 ms. * Open an input xml file, execute a query and write result into file: $ basex \-Li /usr/share/doc/basex/examples/input.xml \-q //div \-o out.xml $ cat out.xml
    Assignments
    • Exercise 1
    • Exercise 2
    * Query an already existing database called 'input'. If a file named 'input' exists in current working directory it takes precedence: $ basex \-Li input \-q //div
    Assignments
    • Exercise 1
    • Exercise 2
    * Let basex process query input from standard in: $ echo '19+23' | basex \-Lq\- 42 * Execute commands from script file: $ cat commands.txt create db debian xquery / list $ basex \-LC commands.txt | grep debian debian 1 4639 debian.xml * Parse non well-formed HTML (needs libtagsoup-java installed): $ cat bad.html
    • A
    • B
    $ basex \-c 'set parser html; set htmlopt method=html,nons=true; create db htmldb bad.html' $ basex \-q "doc('htmldb')"
    • A
    • B
    Alternative: $ basex -q 'declare option db:parser "html"; doc("bad.html")'
    • A
    • B
    For further documentation on how to configure the HTML Parser refer to http://docs.basex.org/wiki/Parsers#HTML_Parser SEE ALSO basexgui(1), basexserver(1), basexclient(1) ~/.basex BaseX (standalone and server) properties ~/.basexgui BaseX additional GUI properties ~/.basexperm user name, passwords, and permissions ~/.basexevents contains all existing events ~/BaseXData Default database directory ~/BaseXData/.logs Server logs ~/BaseXRepo Package repository BaseX Documentation Wiki: http://docs.basex.org HISTORY BaseX started as a research project of the Database and Information Systems Group (DBIS) at the University of Konstanz in 2005 and soon turned into a feature-rich open source XML database and XPath/XQuery processor. LICENSE New (3-clause) BSD License AUTHOR BaseX is developed by a bunch of people called 'The BaseX Team' led by Christian Gruen . The man page was written by Alexander Holupirek while packaging BaseX for Debian GNU/Linux. debian/man/basex.1e0000644000000000000000000001323212227574440011302 0ustar .\"Text automatically generated by txt2man .TH basex 1 "26 June 2012" "" "The XML Database" .SH NAME \fBbasex \fP- XML database system and XPath/XQuery processor (command line mode) \fB .SH SYNOPSIS .nf .fam C \fBbasex\fP [\fB-bcdiLosuvVwxz\fP] [\fIquery\fP] .fam T .fi .fam T .fi .SH DESCRIPTION \fBbasex\fP is a fast and powerful, yet light-weight and platform independent XML database system and XPath/XQuery processor. .SH OPTIONS A short description of option can be obtained from .PP .nf .fam C $ basex \-h .fam T .fi or by browsing http://docs.basex.org/wiki/Startup_Options#BaseX_Standalone .SH DATABASE COMMANDS A list of supported Database commands can be obtained from .PP .nf .fam C $ basex \-c help .fam T .fi or by browsing http://docs.basex.org/wiki/Commands .SH EXAMPLES .IP \(bu 3 XQuery evaluation (no database, no interaction, script mode): .PP .nf .fam C $ basex \-Lq 19+23 42 $ basex \-Lq "{ 23+19 }" 42 .fam T .fi .IP \(bu 3 Import an XML file into database, output its content (\fIquery\fP its root) and be verbose: .PP .nf .fam C $ basex \-Vc "CREATE DB input /usr/share/doc/basex/examples/input.xml; XQUERY /" Database 'input' created in 136.84 ms. XML

    Databases & XML

    Assignments
    • Exercise 1
    • Exercise 2
    Query: / Compiling: Result: root() Parsing: 5.08 ms Compiling: 27.2 ms Evaluating: 0.87 ms Printing: 13.7 ms Total Time: 46.86 ms Hit(s): 1 Item Updated: 0 Items Printed: 358 Bytes Query executed in 42.52 ms. .fam T .fi .IP \(bu 3 XPath evaluation (with existing database): .PP .nf .fam C $ basex \-Lc "OPEN input; XQUERY //li[1]"
  • Exercise 1
  • .fam T .fi .IP \(bu 3 Retrieve XML from the web and perform XPath \fIquery\fP: .PP .nf .fam C $ basex \-Lq "doc('http://files.basex.org/examples/input.xml')//li"
  • Exercise 1
  • Exercise 2
  • .fam T .fi .IP \(bu 3 W3C XQuery Full-Text (make use of full-text index and perform fuzzy \fIquery\fP with a typing error): .PP .nf .fam C $ basex BaseX 7.1 [Standalone] Try "help" to get more information. > SET FTINDEX on Full-Text Index: ON > CREATE DB input /usr/share/doc/basex/examples/input.xml Database 'input' created in 94.42 ms. > XQUERY //b[text() contains text 'Asisgnment' using fuzzy] Assignments Query executed in 8.37 ms. .fam T .fi .IP \(bu 3 Update the database and show result: .PP .nf .fam C > XQUERY delete node //ul Query executed in 2.79 ms. > XQUERY replace value of node //b with 'Debian rules' Query executed in 2.94 ms. > XQUERY //div
    Debian rules
    Query executed in 1.01 ms. .fam T .fi .IP \(bu 3 Open an input xml file, execute a \fIquery\fP and write result into file: .PP .nf .fam C $ basex \-Li /usr/share/doc/basex/examples/input.xml \-q //div \-o out.xml $ cat out.xml
    Assignments
    • Exercise 1
    • Exercise 2
    .fam T .fi .IP \(bu 3 Query an already existing database called 'input'. If a file named 'input' exists in current working directory it takes precedence: .PP .nf .fam C $ basex \-Li input \-q //div
    Assignments
    • Exercise 1
    • Exercise 2
    .fam T .fi .IP \(bu 3 Let \fBbasex\fP process \fIquery\fP input from standard in: .PP .nf .fam C $ echo '19+23' | basex \-Lq\- 42 .fam T .fi .IP \(bu 3 Execute commands from script file: .PP .nf .fam C $ cat commands.txt create db debian xquery / list $ basex \-LC commands.txt | grep debian debian 1 4639 debian.xml .fam T .fi .IP \(bu 3 Parse non well-formed HTML (needs libtagsoup-java installed): .PP .nf .fam C $ cat bad.html
    • A
    • B
    $ basex \-c 'set parser html; set htmlopt method=html,nons=true; create db htmldb bad.html' $ basex \-q "doc('htmldb')"
    • A
    • B
    For further documentation on how to configure the HTML Parser refer to http://docs.basex.org/wiki/Parsers#HTML_Parser .fam T .fi .SH SEE ALSO \fBbasexgui\fP(1), \fBbasexserver\fP(1), \fBbasexclient\fP(1) .TP .B ~/.\fBbasex\fP BaseX (standalone and server) properties .TP .B ~/.basexgui BaseX additional GUI properties .TP .B ~/.basexperm user name, passwords, and permissions .TP .B ~/.basexevents contains all existing events .TP .B ~/BaseXData Default database directory .TP .B ~/BaseXData/.logs Server logs .TP .B ~/BaseXRepo Package repository .PP BaseX Documentation Wiki: http://docs.basex.org .SH HISTORY BaseX started as a research project of the Database and Information Systems Group (DBIS) at the University of Konstanz in 2005 and soon turned into a feature-rich open source XML database and XPath/XQuery processor. .SH LICENSE New (3-clause) BSD License .SH AUTHOR BaseX is developed by a bunch of people called 'The BaseX Team' led by Christian Gruen . .PP The man page was written by Alexander Holupirek while packaging BaseX for Debian GNU/Linux. debian/man/basexclient.10000644000000000000000000000365112227574440012340 0ustar .\"Text automatically generated by txt2man .TH basexclient 1 "26 June 2012" "" "The XML Database" .SH NAME \fBbasexclient \fP- XML database system and XPath/XQuery processor (client mode) \fB .SH SYNOPSIS .nf .fam C \fBbasexclient\fP [\fB-bcdiLnopPsUvVwxz\fP] [\fIquery\fP] .fam T .fi .fam T .fi .SH DESCRIPTION \fBbasexclient\fP starts a \fBbasex\fP(1) XML database client in order to connect to a running instance of \fBbasexserver\fP(1). .PP Per default \fBbasexclient\fP tries to connect to a \fBbasexserver\fP(1) running on localhost port 1984. .PP Connecting to a \fBbasexserver\fP(1) requires the knowledge of a username and its corresponding credentials. For user management refer to \fBbasexserver\fP(1) or the BaseX Documentation Wiki (http://docs.basex.org/wiki/User_Management) .SH OPTIONS A short description of option can be obtained from .PP .nf .fam C $ basexclient \-h .fam T .fi or by browsing http://docs.basex.org/wiki/Startup_Options#BaseX_Client .SH SEE ALSO \fBbasexserver\fP(1), \fBbasex\fP(1), \fBbasexgui\fP(1) .TP .B ~/.basex BaseX (standalone and server) properties .TP .B ~/.basexgui BaseX additional GUI properties .TP .B ~/.basexperm user name, passwords, and permissions .TP .B ~/.basexevents contains all existing events .TP .B ~/BaseXData Default database directory .TP .B ~/BaseXData/.logs Server logs .TP .B ~/BaseXRepo Package repository .PP BaseX Documentation Wiki: http://docs.basex.org .SH HISTORY BaseX started as a research project of the Database and Information Systems Group (DBIS) at the University of Konstanz in 2005 and soon turned into a feature-rich open source XML database and XPath/XQuery processor. .SH LICENSE New (3-clause) BSD License .SH AUTHOR BaseX is developed by a bunch of people called 'The BaseX Team' led by Christian Gruen . .PP The man page was written by Alexander Holupirek while packaging BaseX for Debian GNU/Linux. debian/man/make_man.sh0000755000000000000000000000061612227574440012062 0ustar #!/bin/sh if [ ! -x /usr/bin/txt2man ]; then echo 'txt2man is used to produce manpages (please consider installing it).'; echo '# apt-get install txt2man'; exit 1; fi for i in basex basexgui basexclient basexserver; do /usr/bin/txt2man -s1 -t$i -v"The XML Database" ./$i.txt >./$i.1; done; echo "Fixing '-' in RESTORE command" /bin/sed -ie 's/RESTORE \[name /RESTORE \[name\\-/' basex.1 debian/man/basex.10000644000000000000000000001323212227574440011135 0ustar .\"Text automatically generated by txt2man .TH basex 1 "26 June 2012" "" "The XML Database" .SH NAME \fBbasex \fP- XML database system and XPath/XQuery processor (command line mode) \fB .SH SYNOPSIS .nf .fam C \fBbasex\fP [\fB-bcdiLosuvVwxz\fP] [\fIquery\fP] .fam T .fi .fam T .fi .SH DESCRIPTION \fBbasex\fP is a fast and powerful, yet light-weight and platform independent XML database system and XPath/XQuery processor. .SH OPTIONS A short description of option can be obtained from .PP .nf .fam C $ basex \-h .fam T .fi or by browsing http://docs.basex.org/wiki/Startup_Options#BaseX_Standalone .SH DATABASE COMMANDS A list of supported Database commands can be obtained from .PP .nf .fam C $ basex \-c help .fam T .fi or by browsing http://docs.basex.org/wiki/Commands .SH EXAMPLES .IP \(bu 3 XQuery evaluation (no database, no interaction, script mode): .PP .nf .fam C $ basex \-Lq 19+23 42 $ basex \-Lq "{ 23+19 }" 42 .fam T .fi .IP \(bu 3 Import an XML file into database, output its content (\fIquery\fP its root) and be verbose: .PP .nf .fam C $ basex \-Vc "CREATE DB input /usr/share/doc/basex/examples/input.xml; XQUERY /" Database 'input' created in 136.84 ms. XML

    Databases & XML

    Assignments
    • Exercise 1
    • Exercise 2
    Query: / Compiling: Result: root() Parsing: 5.08 ms Compiling: 27.2 ms Evaluating: 0.87 ms Printing: 13.7 ms Total Time: 46.86 ms Hit(s): 1 Item Updated: 0 Items Printed: 358 Bytes Query executed in 42.52 ms. .fam T .fi .IP \(bu 3 XPath evaluation (with existing database): .PP .nf .fam C $ basex \-Lc "OPEN input; XQUERY //li[1]"
  • Exercise 1
  • .fam T .fi .IP \(bu 3 Retrieve XML from the web and perform XPath \fIquery\fP: .PP .nf .fam C $ basex \-Lq "doc('http://files.basex.org/examples/input.xml')//li"
  • Exercise 1
  • Exercise 2
  • .fam T .fi .IP \(bu 3 W3C XQuery Full-Text (make use of full-text index and perform fuzzy \fIquery\fP with a typing error): .PP .nf .fam C $ basex BaseX 7.1 [Standalone] Try "help" to get more information. > SET FTINDEX on Full-Text Index: ON > CREATE DB input /usr/share/doc/basex/examples/input.xml Database 'input' created in 94.42 ms. > XQUERY //b[text() contains text 'Asisgnment' using fuzzy] Assignments Query executed in 8.37 ms. .fam T .fi .IP \(bu 3 Update the database and show result: .PP .nf .fam C > XQUERY delete node //ul Query executed in 2.79 ms. > XQUERY replace value of node //b with 'Debian rules' Query executed in 2.94 ms. > XQUERY //div
    Debian rules
    Query executed in 1.01 ms. .fam T .fi .IP \(bu 3 Open an input xml file, execute a \fIquery\fP and write result into file: .PP .nf .fam C $ basex \-Li /usr/share/doc/basex/examples/input.xml \-q //div \-o out.xml $ cat out.xml
    Assignments
    • Exercise 1
    • Exercise 2
    .fam T .fi .IP \(bu 3 Query an already existing database called 'input'. If a file named 'input' exists in current working directory it takes precedence: .PP .nf .fam C $ basex \-Li input \-q //div
    Assignments
    • Exercise 1
    • Exercise 2
    .fam T .fi .IP \(bu 3 Let \fBbasex\fP process \fIquery\fP input from standard in: .PP .nf .fam C $ echo '19+23' | basex \-Lq\- 42 .fam T .fi .IP \(bu 3 Execute commands from script file: .PP .nf .fam C $ cat commands.txt create db debian xquery / list $ basex \-LC commands.txt | grep debian debian 1 4639 debian.xml .fam T .fi .IP \(bu 3 Parse non well-formed HTML (needs libtagsoup-java installed): .PP .nf .fam C $ cat bad.html
    • A
    • B
    $ basex \-c 'set parser html; set htmlopt method=html,nons=true; create db htmldb bad.html' $ basex \-q "doc('htmldb')"
    • A
    • B
    For further documentation on how to configure the HTML Parser refer to http://docs.basex.org/wiki/Parsers#HTML_Parser .fam T .fi .SH SEE ALSO \fBbasexgui\fP(1), \fBbasexserver\fP(1), \fBbasexclient\fP(1) .TP .B ~/.\fBbasex\fP BaseX (standalone and server) properties .TP .B ~/.basexgui BaseX additional GUI properties .TP .B ~/.basexperm user name, passwords, and permissions .TP .B ~/.basexevents contains all existing events .TP .B ~/BaseXData Default database directory .TP .B ~/BaseXData/.logs Server logs .TP .B ~/BaseXRepo Package repository .PP BaseX Documentation Wiki: http://docs.basex.org .SH HISTORY BaseX started as a research project of the Database and Information Systems Group (DBIS) at the University of Konstanz in 2005 and soon turned into a feature-rich open source XML database and XPath/XQuery processor. .SH LICENSE New (3-clause) BSD License .SH AUTHOR BaseX is developed by a bunch of people called 'The BaseX Team' led by Christian Gruen . .PP The man page was written by Alexander Holupirek while packaging BaseX for Debian GNU/Linux. debian/man/basexserver.txt0000644000000000000000000000526312227574440013050 0ustar NAME basexserver - XML database system and XPath/XQuery processor (server mode) SYNOPSIS basexserver [-cdeipSz] [stop] DESCRIPTION basexserver starts the server mode of the native XML database system basex(1) on default port 1984. OPTIONS A short description of option can be obtained from $ basexserver \-h or by browsing http://docs.basex.org/wiki/Startup_Options#BaseX_Server USER MANAGEMENT On first startup a user 'admin' with default password 'admin' exists (make sure to change this)! Admin permissions are needed to execute one of the following processes. * Creating user 'test' with password 'test': > CREATE USER test test As global permissions valid options are 'none', 'read', 'write', 'create' and 'admin'. * Revoking all global permissions from user 'test': > GRANT none TO test Valid local permissions are 'none', 'read' and 'write'. * Granting write permission on database 'factbook' to user 'test': > GRANT write ON factbook TO test Note: Local permissions overwrite global permissions. As a consequence, the 'test' user will only be allowed to access (i.e., read and write) the 'factbook' database. If no local permissions are set, the global rights are inherited. * Showing global permissions: > SHOW USERS * Showing local permissions on database 'factbook': > SHOW USERS ON factbook * Dropping of user 'test': > DROP USER test Further details on user management are to be found in the BaseX Documentation Wiki (http://docs.basex.org/wiki/User_Management). DATABASE COMMANDS A list of supported Database commands can be obtained from $ basexserver \-ic help or by browsing http://docs.basex.org/wiki/Commands SEE ALSO basexclient(1), basex(1), basexgui(1) ~/.basex BaseX (standalone and server) properties ~/.basexgui BaseX additional GUI properties ~/.basexperm user name, passwords, and permissions ~/.basexevents contains all existing events ~/BaseXData Default database directory ~/BaseXData/.logs Server logs ~/BaseXRepo Package repository BaseX Documentation Wiki: http://docs.basex.org HISTORY BaseX started as a research project of the Database and Information Systems Group (DBIS) at the University of Konstanz in 2005 and soon turned into a feature-rich open source XML database and XPath/XQuery processor. LICENSE New (3-clause) BSD License AUTHOR BaseX is developed by a bunch of people called 'The BaseX Team' led by Christian Gruen . The man page was written by Alexander Holupirek while packaging BaseX for Debian GNU/Linux. debian/man/basexserver.10000644000000000000000000000605012227574440012364 0ustar .\"Text automatically generated by txt2man .TH basexserver 1 "26 June 2012" "" "The XML Database" .SH NAME \fBbasexserver \fP- XML database system and XPath/XQuery processor (server mode) \fB .SH SYNOPSIS .nf .fam C \fBbasexserver\fP [\fB-cdeipSz\fP] [\fIstop\fP] .fam T .fi .fam T .fi .SH DESCRIPTION \fBbasexserver\fP starts the server mode of the native XML database system \fBbasex\fP(1) on default port 1984. .SH OPTIONS A short description of option can be obtained from .PP .nf .fam C $ basexserver \-h .fam T .fi or by browsing http://docs.basex.org/wiki/Startup_Options#BaseX_Server .SH USER MANAGEMENT On first startup a user 'admin' with default password 'admin' exists (make sure to change this)! .PP Admin permissions are needed to execute one of the following processes. .IP \(bu 3 Creating user 'test' with password 'test': .PP .nf .fam C > CREATE USER test test .fam T .fi As global permissions valid options are 'none', 'read', 'write', 'create' and 'admin'. .IP \(bu 3 Revoking all global permissions from user 'test': .PP .nf .fam C > GRANT none TO test .fam T .fi Valid local permissions are 'none', 'read' and 'write'. .IP \(bu 3 Granting write permission on database 'factbook' to user 'test': .PP .nf .fam C > GRANT write ON factbook TO test .fam T .fi Note: Local permissions overwrite global permissions. As a consequence, the 'test' user will only be allowed to access (i.e., read and write) the 'factbook' database. If no local permissions are set, the global rights are inherited. .IP \(bu 3 Showing global permissions: .PP .nf .fam C > SHOW USERS .fam T .fi .IP \(bu 3 Showing local permissions on database 'factbook': .PP .nf .fam C > SHOW USERS ON factbook .fam T .fi .IP \(bu 3 Dropping of user 'test': .PP .nf .fam C > DROP USER test .fam T .fi Further details on user management are to be found in the BaseX Documentation Wiki (http://docs.basex.org/wiki/User_Management). .SH DATABASE COMMANDS A list of supported Database commands can be obtained from .PP .nf .fam C $ basexserver \-ic help .fam T .fi or by browsing http://docs.basex.org/wiki/Commands .SH SEE ALSO \fBbasexclient\fP(1), \fBbasex\fP(1), \fBbasexgui\fP(1) .TP .B ~/.basex BaseX (standalone and server) properties .TP .B ~/.basexgui BaseX additional GUI properties .TP .B ~/.basexperm user name, passwords, and permissions .TP .B ~/.basexevents contains all existing events .TP .B ~/BaseXData Default database directory .TP .B ~/BaseXData/.logs Server logs .TP .B ~/BaseXRepo Package repository .PP BaseX Documentation Wiki: http://docs.basex.org .SH HISTORY BaseX started as a research project of the Database and Information Systems Group (DBIS) at the University of Konstanz in 2005 and soon turned into a feature-rich open source XML database and XPath/XQuery processor. .SH LICENSE New (3-clause) BSD License .SH AUTHOR BaseX is developed by a bunch of people called 'The BaseX Team' led by Christian Gruen . .PP The man page was written by Alexander Holupirek while packaging BaseX for Debian GNU/Linux. debian/basex.manpages0000644000000000000000000000013312227574411012007 0ustar debian/man/basex.1 debian/man/basexgui.1 debian/man/basexclient.1 debian/man/basexserver.1 debian/README.source0000644000000000000000000000044112227560563011354 0ustar Information about basex ------------------------------ This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/scripts/0000755000000000000000000000000012227765302010663 5ustar debian/scripts/basex0000644000000000000000000000115512227765302011712 0ustar #!/bin/sh # Wrapper to start basex in command line mode. # # (c) 2011-13 Alexander Holupirek , BSD # #DEBUG_WRAPPER=1 . /usr/lib/java-wrappers/java-wrappers.sh find_java_runtime java6 find_jars /usr/share/java/basex.jar # Next jars are helpful (and as such recommended by the package), # but they are not necessary at all to run basex. As such, there is no # need to print a warning message, if they are not found find_jars /usr/share/java/tagsoup.jar 2>/dev/null find_jars /usr/share/java/jline.jar 2>/dev/null find_jars /usr/share/java/xml-resolver.jar 2>/dev/null run_java org.basex.BaseX "$@" debian/scripts/basexclient0000644000000000000000000000116012227765230013105 0ustar #!/bin/sh # Wrapper to start basex database client. # # (c) 2011-13 Alexander Holupirek , BSD # #DEBUG_WRAPPER=1 . /usr/lib/java-wrappers/java-wrappers.sh find_java_runtime java6 find_jars /usr/share/java/basex.jar # Next jars are helpful (and as such recommended by the package), # but they are not necessary at all to run basex. As such, there is no # need to print a warning message, if they are not found find_jars /usr/share/java/tagsoup.jar 2>/dev/null find_jars /usr/share/java/jline.jar 2>/dev/null find_jars /usr/share/java/xml-resolver.jar 2>/dev/null run_java org.basex.BaseXClient "$@" debian/scripts/basexserver0000644000000000000000000000116212227765301013136 0ustar #!/bin/sh # Wrapper to start basex as database server. # # (c) 2011-13 Alexander Holupirek , BSD # #DEBUG_WRAPPER=1 . /usr/lib/java-wrappers/java-wrappers.sh find_java_runtime java6 find_jars /usr/share/java/basex.jar # Next jars are helpful (and as such recommended by the package), # but they are not necessary at all to run basex. As such, there is no # need to print a warning message, if they are not found find_jars /usr/share/java/tagsoup.jar 2>/dev/null find_jars /usr/share/java/jline.jar 2>/dev/null find_jars /usr/share/java/xml-resolver.jar 2>/dev/null run_java org.basex.BaseXServer "$@" debian/scripts/basexgui0000644000000000000000000000114512227765152012421 0ustar #!/bin/sh # Wrapper to start basex gui mode. # # (c) 2011-13 Alexander Holupirek , BSD # #DEBUG_WRAPPER=1 . /usr/lib/java-wrappers/java-wrappers.sh find_java_runtime java6 find_jars /usr/share/java/basex.jar # Next jars are helpful (and as such recommended by the package), # but they are not necessary at all to run basex. As such, there is no # need to print a warning message, if they are not found find_jars /usr/share/java/tagsoup.jar 2>/dev/null find_jars /usr/share/java/jline.jar 2>/dev/null find_jars /usr/share/java/xml-resolver.jar 2>/dev/null run_java org.basex.BaseXGUI "$@" debian/basex.install0000644000000000000000000000237312227574365011702 0ustar debian/scripts/basex /usr/bin debian/scripts/basexgui /usr/bin debian/scripts/basexclient /usr/bin debian/scripts/basexserver /usr/bin debian/basexgui.desktop /usr/share/applications debian/images/16x16/basex.png /usr/share/icons/hicolor/16x16/apps debian/images/22x22/basex.png /usr/share/icons/hicolor/22x22/apps debian/images/24x24/basex.png /usr/share/icons/hicolor/24x24/apps debian/images/32x32/basex.png /usr/share/icons/hicolor/32x32/apps debian/images/36x36/basex.png /usr/share/icons/hicolor/36x36/apps debian/images/48x48/basex.png /usr/share/icons/hicolor/48x48/apps debian/images/64x64/basex.png /usr/share/icons/hicolor/64x64/apps debian/images/72x72/basex.png /usr/share/icons/hicolor/72x72/apps debian/images/96x96/basex.png /usr/share/icons/hicolor/96x96/apps debian/images/128x128/basex.png /usr/share/icons/hicolor/128x128/apps debian/images/192x192/basex.png /usr/share/icons/hicolor/192x192/apps debian/images/256x256/basex.png /usr/share/icons/hicolor/256x256/apps debian/images/scalable/basex.svg /usr/share/icons/hicolor/scalable/apps debian/images/basex_16x16.xpm /usr/share/pixmaps/ debian/images/basex_32x32.xpm /usr/share/pixmaps/ debian/compat0000644000000000000000000000000212227560563010374 0ustar 7 debian/images/0000755000000000000000000000000012227574463010447 5ustar debian/images/basex_32x32.xpm0000644000000000000000000000417112227574463013143 0ustar /* XPM */ static char * BaseX_16px_xpm[] = { "16 16 96 2", " c None", ". c #A2A2A2", "+ c #DEDEDE", "@ c #FFFFFF", "# c #FDFDFD", "$ c #EAEAEA", "% c #AFAFAF", "& c #B3B3B3", "* c #E5E5E5", "= c #FAFAFA", "- c #BFBFBF", "; c #CCCCCC", "> c #D1D2D2", ", c #CBCCCC", "' c #F2F2F2", ") c #979999", "! c #DBDBDB", "~ c #FEF9F9", "{ c #B4B5B5", "] c #BDB3B3", "^ c #FBEDED", "/ c #A1A4A4", "( c #EC3B3B", "_ c #EC6363", ": c #EB3E3E", "< c #D16868", "[ c #F13939", "} c #F3C5C5", "| c #C38D8D", "1 c #E65A5A", "2 c #E36161", "3 c #EE7E7E", "4 c #EA4545", "5 c #EA5757", "6 c #F16464", "7 c #E82020", "8 c #EE7272", "9 c #E93C3C", "0 c #EA3E3E", "a c #E85656", "b c #EF6D6D", "c c #FEC3C3", "d c #E23535", "e c #E65C5C", "f c #F49898", "g c #E62525", "h c #EA5B5B", "i c #F17777", "j c #EB2222", "k c #F18A8A", "l c #E73030", "m c #EE6A6A", "n c #E41D1D", "o c #E15757", "p c #E72121", "q c #F8AEAE", "r c #F0A6A6", "s c #D35C5C", "t c #EC3131", "u c #EA2929", "v c #ED6B6B", "w c #F28888", "x c #EC4343", "y c #EB5858", "z c #EA4A4A", "A c #E76B6B", "B c #EE8282", "C c #FCD4D4", "D c #E26161", "E c #E56D6D", "F c #F06B6B", "G c #E96E6E", "H c #DD6F6F", "I c #EC4D4D", "J c #E94C4C", "K c #E95050", "L c #F8C9C9", "M c #A9AEAE", "N c #FBFFFF", "O c #BABFBF", "P c #D3D4D4", "Q c #FFFEFE", "R c #C7CECE", "S c #9B9B9B", "T c #F6F6F6", "U c #E2E2E2", "V c #B8B8B8", "W c #CACACA", "X c #F5F5F5", "Y c #D1D1D1", "Z c #929292", "` c #D5D5D5", " . c #F9F9F9", ".. c #FCFCFC", "+. c #D8D8D8", "@. c #939393", " ", " ", " ", " . + @ # $ % & * @ = - ", " ; @ > , ' ) ", " ! ~ { ] ^ / ", " ( _ : < [ } | 1 2 3 4 5 6 ", " 7 8 9 0 a b c d e f g h i ", " j k l m n o p q r s t u v w ", " x y z A B C D E F G H I J K L ", " M N O P Q R ", " S T U T @ V ", " W X = ' Y Z ` T ...+.@. ", " ", " ", " "}; debian/images/64x64/0000755000000000000000000000000012227574463011242 5ustar debian/images/64x64/basex.png0000644000000000000000000000700212227574463013051 0ustar PNG  IHDR@@iqgAMA a pHYs.#.#x?vtEXtSoftwarePaint.NET v3.5.4>v IDATx^Z Te W])I15U,Mnv99Zi45ERʦ!W<Zr> 39{;=s}_.C>|h=D?$yR9ۯ[n{oQ:BBBn6-/442~'k֒N~SPP@VShҤIȻG"sȘ1c-oڴivȈEEEYmʔ)&WƎ[OnҎ/>>ƍpf̘Nj'Ok׮ZnZ_.cV:b|x=h"YF` .^VF9s氙'B#G4ʉ ԠA8j~~~V}}ĉ mۡ]0l'Nb5H겵ɟܲex[cϷ,_ wAM/؃R}ħ~gmm-M: =99ZǷm& UVumyo J9 y_OOOoF j8MHHp˃O?c?찉beo^%FH-M5NGHl/4 ׮]q?1D<\I4YNs3alXdnvq<"éSfkiiq SSSw91A.9<~LNxf|t_}Eޣ7 ҥ}]?EFBtuwhV۪s+3OJ7[$bߟLWY, {:ƊM|7g'OZfUN'<3!͉ $իTzmU>$LUccwQudھ̿BpRX%^";B$ =Oы4ϳf<G|~֪Ր!V-\(d%vh"(%}_vRv':js~&m,!z <$C,C;̐sZ"#׸ wAI L(5ւ2lU4r(G`Sjٌh%9i5-DpLk]J\L@%QQ5}d7;ƪ)̦,pP;qLՃ믅@JFGd#^=,$CC W4rzfb٫>@D)iJKK8|,ny1 KdʲqZ 8i~g˭@ع|"*E&(  EL U Y/_aF,.896RR e<g2.rʐ9 54:󰧦DڒDv@Z%ͫ: a%D 88R?|FNwŌIsK(Dl/ .h0:A9˾ܐv~ϸПeg /βqn)V[a +_)Ĉj%Fzݎ`hyDyӦF8I8$J}Lڎ2uwΥKg=*Y`\+SRRn J]VUE6;mE༩\*CfbSW]s3gK&>oqf?>KѣG؝kw`c-q5zh3Xmʵwl('&&zwٲeZ\t ,ՁmKNC˖*[{ޥ'8_GY'Ң!ӂ c׮]r0cHxuv[:#ϫ>XdG%{b@6Jvٳ@eKUoӞ|Zttlb{7@rڻ85} r=c_T6Mm}0vh"( tr QW5H5u|+'$/Eٳ/>7SӳgO~C $ jG3:d? gjkoc0īoÆ SA8dbߑM P*e8aTT,7MڣC=w Vߓhl9/Tpo֬Ybh3U bӏOpYm4+:Fubéw޹AeP.UݻA9Mu&IL9LJ>|!L6IENDB`debian/images/22x22/0000755000000000000000000000000012227574463011226 5ustar debian/images/22x22/basex.png0000644000000000000000000000467412227574463013051 0ustar PNG  IHDRĴl;gAMA aiCCPICC ProfilexTkPe:g >hndStCkWZ6!Hm\$~ًo:w> كo{ a"L"4M'S9'^qZ/USO^C+hMJ&G@Ӳylto߫c՚  5"Yi\t։15LsX g8ocግ#f45@ B:K@8i ΁'&.)@ry[:Vͦ#wQ?HBd(B acĪL"JitTy8;(Gx_^[%׎ŷQ麲uan7m QH^eOQu6Su 2%vX ^*l O—ޭˀq,>S%LdB1CZ$M9P 'w\/].r#E|!3>_oa۾d1Zӑz'=~V+cjJtO%mN |-bWO+ o ^ IH.;S]i_s9*p.7U^s.3u |^,<;c=ma>Vt.[՟Ϫ x# ¡_2 pHYs.#.#x?vdiTXtXML:com.adobe.xmp Paint.NET v3.5.4 `d IDAT8U}H[W//Mb-QlL*5U+8?d9U;DuZD-VQU܈NhGl>0WRVc;p;w~s1ze%_VUW%#O۽g,}&ٱ_G._FHn6޸i4dFSm6㘊LME8 n/Z^։tA#ǛLr<x#;8dZ-ű"`VVg}ϗDp~`w7^zMb27]..R@+VU]r8BA] image/svg+xml debian/images/128x128/0000755000000000000000000000000012227574463011404 5ustar debian/images/128x128/basex.png0000644000000000000000000001513712227574463013223 0ustar PNG  IHDR>agAMA a pHYs.#.#x?vtEXtSoftwarePaint.NET v3.5.4>vIDATx^]Ų*( 1T L\"컈T ,b@1 7aҙ=ݝ4hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhht o#sooz::T6:0xO>믿NHꪫ_'i|ŮJM $&MY.VOfjjm+gyfg]ǏY.VOƍKZM kgZh m2 >;qz{< !CZOmZ#v[;vx/,ι-¼QBY51VS<\cS"(\`jֱcGh"EvUvC.]kfb40GfP#Pfu 履~*v}wK+7{7G+׻ AII8ӕL נ*.ϟ﻽_~`, xUKD|B@aA̘@ K_DΝ՜ϩdRvԃ>藯ςFf YU컍Zԣ[g{(L ~پl9s;L!srݱ,@;CUivlП]J*Ȳʪy?P~1pRZ߾IIIgϞ Pv 8B]nr~l灳L /LqǫyF `G'΍J0]@{x]vo&N;M9e{ߝ;㑹(p R۷{m8¶mۊ7|w`!pIZܣ}!/, 8eѤdA,yr};5k(Kjc h4Zt|bE8 ?8l޻7OC/QeHa1 ȭSp ̡O<ŋ+/A8W^yŲXV~2.=]Djjx`G3dJkil%O2O=5Ĝ;`&sIZCA+z &@ "}ŶL 郝\q+V$j [egED0:ʮ&?OpU?ph/P4s@Z~f7eo AV۪[&ܴ2#? .ѫdYuLj׮Rs n7oWiP5ەK#΀XS(OKd3묳SSHWĉ_L _z MK@OX;13kKu(.ũntH$0=[7nsq*" :7|3X= nuF' Eq3c?"Ai:MzQNP裒 FY_m1V htOTt/`%\ns1Gt7I/'Tp>ބGgg~ HO(778]\ ɂm*"<~,E'TK@xiSd7컯OKOc@Km0εz-P< $'s3y>V6!P`ܦ/u=rk޽Eֿ扲2)qB Β#ƕH.{U%W+_8 ƠY`k7l106wPKM^p ^jی\=@̝SȲ` NaynWdt>#xb'G#X9z@[H%EHÍ2ځϑGjM|!&jOШhΗFU(XOw2? ~CE?(@*.B]қpd-3[>r4IZ<v(VB:\5"":_A4K  CAtVcc$:%*2q8IҰ,*-?D.lvYǸ"I 2eJVb)<l6y&mRB29 հ-^ tlf;ldkvA&Ta^Ų\PO'I#ku'L?(p iF8a!~H!n{o CzK\B4o7A5')n6쾻@1XyZngsǎKCl$b$OqQ`) A^+X8$aਆ@+@60Q`k:̯^ rIS`&ˬsXi$x8!2!9!b Mq3(FAR=䪆Mkbp^;sDf1v+uJ LU8XW*OE)=D_AU2ų X8/P0 x];Fd G1gp1Ñ!mFx鿥hn6v 2iapQ@!%a4+yG$Og{6 U^x;6zYg#F/;E=ro7`{Πش}c*E ,K1LP* ʹ2~@:in_+`Ȗe$t.8 J̙I&p2tEb῝S[˼Ɔ!Z>7u 0An9E3u! CyvPGLn+s`k H&(be; ܋V6*1e"ܴ(s2Zݖ^ a/^549a3 N$`$CDŃ];7"p/BY7YؖFU 1ͣݍMeyA WCXX+e ztp|ۨհsoAE̡4JD"Νne P2?NuM!~7mrf]( Lƫ]BS=NQj,j~]7`ݹR.Ie#E%xR$KT#+$Dž foP ohC$7|c0y nG~W73H\wN:u8LSAX -XρwCc?sNc (<<A0ȸЂz.6m7Nf1^g~SJ6?GpjQBsAx)Wg=K"= e9sg8!(Da_}TF`mK?t$;Wd@-uUl0L\%xA6upn Jsg:־1ώ!p7-fa “XV2&r{Ap6SB<_ev $BaM7ݤ٦10՛qGPkC;|o:],L(j&@-0IqN!k[˜C0¥e,XH&ަD qexr#P5LySn@o\2j1RmRv f"O~Lq\؍o"] t9^W,C\ H|ck6{.ޮw!a-dx:)Cy9nUDoX[>öH$d;3`> IhI^LiJˢsFRBÖPXRS:y+(wWߖ ;xu C'}& oH>wϛ6[rfw &t!rQ -C3lP!"LxǤ OPY C*xH]Z%$ͫ.ttWDž[PoZ;Nj^b'4ܝ#㍺3pMf5ݵ5ъ>WTǒNz*6ma2j\5h/B;xх}aTߐn(Ny}s*缕2t$ wqڅ.Bd@dWrU@ۦsp;賣srPa'_E)3ߜh'M(MSH@IRsW!zމWj3W8si%m;o< yb'rM*#ǽZN+#IyfrU5y*K,ss4W!^ b/ EHKH:"H;3zqhd@k8.Ak6`).GJD HT?*@ CT"!O FGܮND}FKCfOp\ >= 0Ԛ׼IPd1]<+Ht43Zvbz1IENDB`debian/images/192x192/0000755000000000000000000000000012227574463011406 5ustar debian/images/192x192/basex.png0000644000000000000000000005447312227574463013233 0ustar PNG  IHDRRlgAMA aiCCPICC ProfilexTkPe:g >hndStCkWZ6!Hm\$~ًo:w> كo{ a"L"4M'S9'^qZ/USO^C+hMJ&G@Ӳylto߫c՚  5"Yi\t։15LsX g8ocግ#f45@ B:K@8i ΁'&.)@ry[:Vͦ#wQ?HBd(B acĪL"JitTy8;(Gx_^[%׎ŷQ麲uan7m QH^eOQu6Su 2%vX ^*l O—ޭˀq,>S%LdB1CZ$M9P 'w\/].r#E|!3>_oa۾d1Zӑz'=~V+cjJtO%mN |-bWO+ o ^ IH.;S]i_s9*p.7U^s.3u |^,<;c=ma>Vt.[՟Ϫ x# ¡_2 pHYs.#.#x?vdiTXtXML:com.adobe.xmp Paint.NET v3.5.4 `d IDATx |EIG ˲ (r)‚⁀\""(G^_QA\EX@@A\`9^yjdv&$3l2~>Ia]CɡZz P!: Wu3nz P!: Wu3nz P!: Wu3nz P!: Wu3nz P!: Wu3nz P!: W(HSzfL.:Z:u\%*}GUs=#D({<ր=]8Uc'0d2\.w.8qb\Cy[[[dɒ\5/_˔Bw3Hs-iƏ5eȩCt:XhQ\%rpݳ1Tqr=i*vW}?bĈ`͚5 Ja8m͍PtGdyakdokoo/9nܸ ֝0JW^y%蹁Fo]j>6$8z5h!Xtip 7dwBOꏐVu9rdR K~I$8v;$Qc+Wv+xC``O}_OJ8hq~DUud! P5zu`XW-wtBWO"(?c \UX@RLxK3*/9z*c_жNښ0J_.^t(,+WB r}xy(ru4V}\ׄ !or^)*@x'{WWON]t l3w@ =ZիAAۡlj^ZcRVCbcukת8xn$MR8chU^;8V%\cfcTM8k׮V#̩3f1DT8!—-Fm6mZb76l3 ǎ[ |ojV/y .5G z' ϟB<^LopŊn.[x-^uU2A^+!I)ɓ'Nob-Hl喆wu袸tT!/b#ߜp9/_粮L[*jx=>!pTU^{~{Bz;:,cxijJBx*DQa);l:$߽;{uׅj%83^P#<"xB\udn}%j["!zW}VhCL) So7hϽ몌![4jţc1vjʔ)5f̙C1y#FTYgqPA wрe)u3fh+Z/WUI›p"C=\oêHE$kT6/l$]l$I> BUljDI'$ cD8^p=UV~GD0NB %*|b)W\!I`@`r-:)*_yPa} !B˵t&)("l75 : VӶMw?'K On@ o|niRP[f9~6FW㌰?y>C!WΑm75sBkGPm%WʄR9Pf4(罀O^~CUY!eKh|" 7\`$ng_UuO YTUu2,獫[mv-mH"<0S>W1t}/Йq'w}ɴ~#k R(J=eljҿ>쪧2}w鉄eܛ'p/V\%o2M$<,27(v xL‘é)3Nߙ:u1nQ=!!wu]x^vwzk=I[FU<^?L~$`2TiC7GYq?3F:K.=_cj萵? /Tā R\6G]:{͜jvI]fdϲjǷUٹs"~eU2[oC $D] /NPԱfPѢO{lc4^$!ylj1fI̱eecH*+Fl ,;2An?)Jw ~_Й@+Gq( 1W38=RnPjE4'V{N<X%:`6FtiHnV^wtvS?Z# :֟6,"ʼnOS"~s=nVhr0m0/XE:ԡX}jERnj`O[)z)>OW\g^NUeް{c"~04@3CN?$ofمUO'N'Z&Df5?Cz$ĉh-Dg&& 쳏iԻ\FG~)V1 /odQ0^[ExN|E0iWK6CGӫQlj:HFz|mBCY>G|Wu~~HQ&ԧzGq2,q/6,{6RqE6 s-<磝oѩ킹%`ْl 6|z/@),"S# a&]yp.oA"^q^OՔ(}e⡼sކ(Q9Zbe! _?hR,* iwߥtT4T!-׿$o 9`dՓY1Ӂ0R͎!j]gq$^Z(͉s+GSN5sW{T 0@Cg\z}wG3TPE@஬q9i X2͉uBž$$`xN\Ǡ%9Mo{| ^W]Pv7GK 3$+!x2=<́NOļ Kk!ǎ|%]Lt~|3<$8qC+_3+TzvӂZ@SPV@`*2 34 K6ȑVp)-K/~}E|0ɤ6[)Gc`sBT59UDOg@%:k 8Z_sry ywxQb9C)we˂W_ dr*w#sDz(-s0q%HrRujiMƩSiӂF|SqD0ګ(s.q/ɯ@mp G6h'G/PpOzQRu{;69 4?Tn r8Eƕ 1Ə"6 L67 r\/ejS'BL 3g<^e# `k8 V4gp{`꥗c>S)ʩ!xvb693->, eᴉo @]K<_ 4D򡇂U?]w5 dG"K#ML4k0= w91rmc#`qxmr[ֹL&% g'V^rIz+v9=d0˒c>! F`3b0@ [gHT p@0C±p.Q/RHuTYݶ\fmmt0 o97uW?`~ezc`;찃NN`ȤH,X {N>d@xQchK&X?siGn+.{s= :k7Q9k?eؽ*G_MGs} Fygt;.>X3#@pj^AIzV{I$9C>9vTn QQVϙ3'CJMwwxch?@= DB;ڙv\gWsO*7̘ I )ްa` DSGm$e`/ 0L!S .ssN'H`W?&"m@e1s.ڀ1dɥ8;bI꡺pR/ Vײ앚rƙA.ҏ%h''Jp%gBX n8TॗPO;|ΰdr@*Mkn9xM75-Pex =W^}>)2RKAׂ1@b.hn& AK/}K|.qPoJi$^  g8!5edkvUM?1qV# zGaurH|b@Shu+j%Sv!=* Iȗ+;Axyc]w5m4 &^<]O:o@eϟhRh>;ARb o4#ee6+}Ιٞ$u^h/4H Cxҵ4=40hLU? VW^vY,+}_(C,O3. hlԠ4]QIaϯp8?0uoHǤ" S۠9tiAg'K-J}dWk/H)'xƓ{~0(x% t>6}+FKM[; PT% a@ Hy)tjX4V1椓lp9(/eo1㰉T`!Ƨ *|Sa$*d0js v)D`u|+ 4zQѻN0H{>gpxy%CaLKqǀHe.̤‡MggT9T5n% CIG,b^v >!ʷjD;k>l+E<:39\=9sRDj/!bWCLJ"k 5R2Hj `aMhLz߽A?o.ƒ]G8Ҁ7Ɵ~zMI3ML,!5lr٭6l^KNr/9hPSJ5U`M7%ьk O\&T!5j})0a0 p7ڵ:|r;7"$`^Ieوgôj:MgZ\f|"#^g'1`L⋉`PڛD;'XNbXbfWoW?hb\[zg>z' s"f7X5NIO-<{4k`G0xP];;ì<%H-Ns 񫼱0df (1_~ɻUrV|srܹA)px0F@ dVkىf xVZyMu]wqn\2)J[0ynb&VlQ/s?k]T#RSБ'}tkY4i}]Đ4a6oܤ|rt.wo% c0oa`8\.H*]԰b 1i+g0fIv|&646Noq4=ڿYØ|y3p-Y"He^EOyEܿ ̵;gU ŜӆګV P( @ybtH0_楸-%au-' 5˳| l;CՅzꫯ6`,) ˂H?2 NU@eaS4_3#؝VţFDY”r*Gh}pV_8Boea̘K ފZVjeZ1X96¿_9'jyDj*UUi"]"̻0<'z[K'2Cy}ΦU@De4#[n$ B VE"q4+ɤe>pFye7?U%xAS SK%k#ыO42caИg0 a 5 ]RAG2õ?ZCŝ bb1v?F[b8#6<7EI!>VA:1rYҩ)kuX=a,XBwӽiyވg9tK]@ԓ&5ʻ"Wt2$ ~`""@aʯܳ϶?M|pUp&xuZk`)nGxFS9pd)F8Đk`5(X {ۃ10Aڀ\SG~6|;h/ [>DxnK=p":PU|ynzM/\F1"IMMsH\v?57HICԇpɵ& G`lK@o}+ryWLcx9CMsO2syskWcS?ltƿHT Gkb9 `?4i08M+ë7T  Ϗ54/c=g!L16ĂZ"k8Mۤf 2 Fn]nV[K~e> =oъNTZee.nڵ&Y,suzN)ċF4JWE4dFeHd44a5"X5JڧNƤ٢( 5kA&K)'Dt ڔ>ʩ/+t<Ĕ ~3+^zb?&|{wݻ׮=iMFEn`cj@R-Vwٹ$QUA^<2XH+& 2cP]# Z^jZ /iJ`q뭓#} #36W5rx0^۸G=ԅ`5I- .Jx^1 xL5l'UjI7N=5X)AuyېιQ9ZT.Q IqEg}JXԇ$~?ˮ9-!X{-̞pƑL7n)i4_"+03(ĈX0i0xbr6hGU+k 45V GQ,[/wJ٪^q*f`~~h;6Oc'ײN!Rt鉭I}9@IxV{'^maX11Zu}cG:Sr0Ժub$ KnfhRxme/r}rLPdb-͞eB߸k.q RnM\GT! 0إkJՙ@{m&1 f6J' |#poNĥн^:3ZpIͩ޴gZvsMGÂ^v:^0˕ӑ`SlZh+ȬjNu>ۊE3A/NA&A!7V@!7 ?SjQ&nBR]4$./vMRQأWF'z? fL^~yk=BW-㨱nE'Nllь0vL*Kwl6&Ou'OX4uV%6}?XM`s2\ 1ːM*s'Yq]Nz.O`ch3P=摦Fƴ[~g?0k_ m虤z^ gFz _$}@"٥VUT&G5bm;Bx#|̠D Spb 1̞g{23y{# ~|' ,5f儳Egl8`[47?23ilԚiP`~ FavYe&h~Jrځ$dO1OeqwPq;ζ3jKъ / \?'4z{+l,Qq aPf+n@SgqO .t} ZY_XA/$' kU=A>>+~0zmii`"B%;X ٖ9v %]B*gNeai}zXRBq=\)RB*@YKQ%BzQ1[{o|#hO8!4Y{ .‹ v`vY4MHsN'NєR(/r+u)*o QAh&̅53UN*ˬX<_ʹ(l!F( ΄TS׬+.(XyE)MO~RR^?,~.^ucg$g6{楳`8qO;)^anEcN;^裏6q~fv}I1]8`%SAl:7NP +Lkʰz%u^n~A 9pfG bafq' *HƮ$iM$ xO~8<8`[}T4#8k_ &qDdzusUr&0cc~2CSB}c(E9&hf[[$*ȩP(o7/crgZ>I;~.5u-NEЊ諔8鳟֘ϡrpNenf̝( 4Ħ2UyD-Pt 2Ip-~>ӺjOc')EHzFW_0愇ޘISn#OC4t3h_@.wikZ 6ŷKv%Q=UGR6d2#\p"AN5hIry9U2vsU4bL&!%a ?Mbi)d+W4zWG kQ 1jaJ7>"Ws0Q+'ٔ/7fCԛHH>tm ($Q:c$U#1JC>C7F 9;S} gp0^> y>Qca'wEKUow6t(yds{e'cfqT 5&_sٮ Ů !$%ƀ.#+ED5+qRLcHaF~KBW=hj_~N Nh#ѡEd(b`ku )<4[Qh'[d1@#/G 3; +n5m&x!;-/f)%)< zD;Q ˠIik-Ġ&p#YV8zw3 oP;4w[#y b$V@]Vdh O"JC)mEf'x1@xռ-PKRJyJrsz/﵋^"RfFlmG]YG:vX6.S{XL=_Էo}JKOFIRLomҢ|VKԃ :۩/T1yڈe1\U\97]9O +TY)| "^BFhR+DH VsJ6W;˹|1?GQ][N澙&ɍ#"{'#s;R`.bjދPcN=Z$& _#Nq »"T"܆w+ht3= uwD#XwF@H[p<59<ՎFY?woEpCcE҆x7*@$1{<Ig.Kvjߘ؉=_LB3ilN'tE,, ǮE+{V|c+8A 4&{dT>޼喇9*`9|= ( $Z" D &0\ .5ƒUUP{~OR楜$\)21_?2+\מ]1CiV=I$ZD_6謖ҍv# sfd1/ЃũXKgKưk ͚e0U%·`͂%waK̸y۶I3ް@k7ÌsOy{ocrs1 AϜ@ :I T̝|qӞbuV_jUc2 9 48^ٷhߨ]T.ao % ةkЖ`,DJo _:7̒Ÿ/4Gg4 _k UZcq1Db,/^ =;K:SB/ 8'"#>Hz`m)|@5N`%NsPvQ*'k$f6p&-0m"fXNf$jr'~WW7T L.Jӗwx0Ɯ[@YHAhhCҨM Q>rB;=sFߐT)4(+b˂3Po$DyؽueoMc?1f,%`&mIGhYuN/^I-z=sD 1XS" r,}D kړ r-5LX$W$,$u7_a֧gڝIQ1+[Vz/Kw t8LD0OnӁV}GS8^ *kF$0!}p +-}y]bϵ%'٥fy _oCB&A-1*BBHĨ+S8}R=nq_8)˱1D4F{%K,ꭌݩ,TqdwA"xZ<@ 4YfS4v'HX5Z'qIy;FNx&]Cy݄>#uDAâ|"xDRCV̤v}0k0P+ƍZi,&~HqJ.$}['ɧ;|jzN42cy\s_$ ïZ P6y=ǿbJ2@b|-.ъV C%inWtC,}vblZtXJDA[yilۣuV= 75h9~=`3-o^IEм CW.VrF"4O3)£{CX 3٦t]GDᬔY!+Gīq'(SL1d'2D)^: f^yT/|DDѵv2\8ʨS!ɧv1lO.]Xal^!̙Λ%Ȋ j=2A/_jvlk`tx=Ke`VDN獎m'J+ؔ)lujNzg ^؟3FC諾XBIhG7ȱ* vuW_K&dr; LZ򚪴evIZ9RnmxC0Ƅ:Ӓ SP!Mj1\M(˵ܚ'LJGQ4|ra|4YN}z9jvdn6+IDATIF-vd9"hN־>k :6nć^v?X'hu2.`+#Y3|- &&*?M(7ٟ;Y3%kYDWQ Ø`(̅T`6܎F|& 1'd4Υ*rTNP%#x຅r :7AY \&?3DYJ8_s5*'wQFI`יMjT42dwqY-Bg@~?b€x  Z3,Wy-=ِMxҤ603 ߭ުr42WUWQ֣^>'wLnvcaL٨6Ʉ %t?,@Ǎ'gn&:)5C9F/ F\7}={}?oBQU,. bĉ>dʻھVR`Dhp+ zU~p̙&Rj||}/J; j8~9bEjii7-2R^5ͼ;b wdu?Υ%tz Aь̥_gR3FӮ_mլf-2z_BP`2<&= %^tv+4S5 ZtixAY#GDw#81DNTS|qpyp'\8~~_~ڧobSwa61L֋pPYJԛD:cJCu\ڱj4gz,#uDay)!EG6YMC/7 Ч9%*׻c9]vǿ=ըQڻw# ib89c9(}ᇭGw͛"5FE7TW\M' ω_V1ٖ&3Kss_?!> H JMbsƈ*s@ h9 ٤QF|'@ Q{TvjU裏U{믿^D~#;_5Ȋ7.f͚Uo'YiӝQ}[L j7U~g[Ip@  -GÌnj2:)< ^z 7`z GoFxbd{.eҿ7jCZ bFT97GL ˸ğrڵh A R)qqٍ 7`dDp2\:T#%Ƃs ? m; o/| rJwÝXKg0?я}k9L-z  O"#2.Ydm Y K_k:むCK/4GMAtpPpz(+K8y@^E; QDB/JOR[tKAv)x`$]0WRB\X}jd:x-gxfLWU)n}[.Zvm{/O؄L6*?talš3iz朣9e69sf֙*\ͻđ$h@7MPPStIc p[ 5BZ@k7(ҦRUON?\߳z=@z1@gLګ521|#1@@ޯu%+{Y}g0]up|Ǚ^}cAPz dzzFf}}B_=񆎁: &*x.&;J{;(a_TY S#RS5'/4O|ȥ,Ϝ_֫O 0+,U ` 2G_9+Ǐc~':iB6B62O^*p Qipc;Y @x7}b l'-5PE|5^v) zL9`L;%x1~ wlv.WxḾ F "< 5#,hQikW/ f42LCCI at gTy/aOr^ 6c:a@*Tt{z8)B7}B07uը]?$^I/j >m{#Y [kͽ>@H,-U<8xλJ>d)TGV2c2 ԥ kzu*@*W= @Y֫S P 0^0PgU=0PgA֠T:TzA: W2 2|c2 `5h:a{aAթ u _؃ ud ZNe3@ed3 kzu*@*W= @Y֫S P 0^0PgU=0PgA֠T:TzAb*ypIENDB`debian/images/basex_16x16.xpm0000644000000000000000000000417112227574463013147 0ustar /* XPM */ static char * BaseX_16px_xpm[] = { "16 16 96 2", " c None", ". c #A2A2A2", "+ c #DEDEDE", "@ c #FFFFFF", "# c #FDFDFD", "$ c #EAEAEA", "% c #AFAFAF", "& c #B3B3B3", "* c #E5E5E5", "= c #FAFAFA", "- c #BFBFBF", "; c #CCCCCC", "> c #D1D2D2", ", c #CBCCCC", "' c #F2F2F2", ") c #979999", "! c #DBDBDB", "~ c #FEF9F9", "{ c #B4B5B5", "] c #BDB3B3", "^ c #FBEDED", "/ c #A1A4A4", "( c #EC3B3B", "_ c #EC6363", ": c #EB3E3E", "< c #D16868", "[ c #F13939", "} c #F3C5C5", "| c #C38D8D", "1 c #E65A5A", "2 c #E36161", "3 c #EE7E7E", "4 c #EA4545", "5 c #EA5757", "6 c #F16464", "7 c #E82020", "8 c #EE7272", "9 c #E93C3C", "0 c #EA3E3E", "a c #E85656", "b c #EF6D6D", "c c #FEC3C3", "d c #E23535", "e c #E65C5C", "f c #F49898", "g c #E62525", "h c #EA5B5B", "i c #F17777", "j c #EB2222", "k c #F18A8A", "l c #E73030", "m c #EE6A6A", "n c #E41D1D", "o c #E15757", "p c #E72121", "q c #F8AEAE", "r c #F0A6A6", "s c #D35C5C", "t c #EC3131", "u c #EA2929", "v c #ED6B6B", "w c #F28888", "x c #EC4343", "y c #EB5858", "z c #EA4A4A", "A c #E76B6B", "B c #EE8282", "C c #FCD4D4", "D c #E26161", "E c #E56D6D", "F c #F06B6B", "G c #E96E6E", "H c #DD6F6F", "I c #EC4D4D", "J c #E94C4C", "K c #E95050", "L c #F8C9C9", "M c #A9AEAE", "N c #FBFFFF", "O c #BABFBF", "P c #D3D4D4", "Q c #FFFEFE", "R c #C7CECE", "S c #9B9B9B", "T c #F6F6F6", "U c #E2E2E2", "V c #B8B8B8", "W c #CACACA", "X c #F5F5F5", "Y c #D1D1D1", "Z c #929292", "` c #D5D5D5", " . c #F9F9F9", ".. c #FCFCFC", "+. c #D8D8D8", "@. c #939393", " ", " ", " ", " . + @ # $ % & * @ = - ", " ; @ > , ' ) ", " ! ~ { ] ^ / ", " ( _ : < [ } | 1 2 3 4 5 6 ", " 7 8 9 0 a b c d e f g h i ", " j k l m n o p q r s t u v w ", " x y z A B C D E F G H I J K L ", " M N O P Q R ", " S T U T @ V ", " W X = ' Y Z ` T ...+.@. ", " ", " ", " "}; debian/images/32x32/0000755000000000000000000000000012227574463011230 5ustar debian/images/32x32/basex.png0000644000000000000000000000325712227574463013047 0ustar PNG  IHDR szzgAMA a pHYs.#.#x?vtEXtSoftwarePaint.NET v3.5.4>v,IDATXGVyLGPl,Az( . "  ! TPem`)*B%]--PK(ewqfU$_Xf{LLtf}KKϭ333t7GX̞=*~~xpYhkkqAہ` #"=V|zlllOƚj0PPPPPXX#s F'`111 u:wqq9dVo{n@ F"OLL.]Nmmm^|yU6^M$[n-d.׮]SZ*e'uCCØB!7"5(cXW\QRyzzf1xyy|g\^n^]M-\p1Lf9UTTAWPOWPgT ]ɶ Tttpm- ݾ RASSۧ~k/wa P^sr|8\_O ɼM$Ϛŋa`_9 ߱C$Qvq8>͛LL)lDwC:x X~~= 1 DEsB \i"CER9L 4x?>qƍ\"`՟ ΢ECx^ "1y͛-}VU=>!CxRuRR4*FpԩRiRR J0\9(8XF25em BNjGEq 7oZ,5IPO@@T-YM@}`ȵ|~#A?YYXwh TV`vʷEfLEggV,HRݭGYYyꮮKK۵i\tw wt^|WcGA_P&%ܬٝ܈?9:g<3~JJJh1&56b["j7~ AWYYIۊ0uvv9!xdvvvGh cG'~R|$u6U?"ƠⰰR5?򄗕)hw͍},)//׽=D~~>E2bŊ4o3222kGUb[nMb$ 5܏Oŏ7 0ɏNhGyS}2Wק3f?ִgIENDB`debian/images/16x16/0000755000000000000000000000000012227574463011234 5ustar debian/images/16x16/basex.png0000644000000000000000000000152212227574463013044 0ustar PNG  IHDRagAMA a pHYs.#.#x?vtEXtSoftwarePaint.NET v3.5.4>vIDAT8OSmKavc jb~hmP[A8(䨱!Ê "H [,X}X0iUn"FM_jhh=8ܜs\M R500J ) k;::^ě|>8W[G&o{+ EQݎϕP*>:N1eeeJaAjk\\Cl~~Svn7{M#*OJ4,OL֖=ǹKrA$O4Pc GCCd򑽺ZkRމcZQ(n LVkpnlx]]Y'@ 6WʨqxMÚWmhhhq< rqq#tzD HsgH$tAI A3Nf*,ˤhl6px-}|>mD!IENDB`debian/images/256x256/0000755000000000000000000000000012227574463011410 5ustar debian/images/256x256/basex.png0000644000000000000000000003422112227574463013222 0ustar PNG  IHDR\rfgAMA a pHYs.#.#x?vtEXtSoftwarePaint.NET v3.5.4>v8IDATx^]VՎTDDLĒ؂Q$(E,[lc(PbJ]:,eaaw7{nߞ<23Μ9{A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@$>--U" ǽㄟ6`y>֫%-U ! /-B)5)QBH>w4vN/IN;vI+"|6Dd Eˈx[<*=[w}W-_\Z12e2+2pWrgW#F_|Q12tŊ% 6(~{9u7Z'o߾@4RZR%>U]]]I >/R]xᅪC~R~62[n}{QdW )8_~3gN'_'L`.uP*ؓ#B(q]{8 NPk֬/?CuǛ9ݔuhc(dGv ړhШ \l۶mխު֭[ JեKs0ng1S{U =q3 v,B[iLK,|bLO]/PB5?Ш)(jiFFç16%, ]0;МtdIFz՞{oa|2R#\)܀T'|2SOiᲹWj#|6,N}OFPrJO\Ï#E&ҜIepշ{E\0>iB7:zWz -}L4ѥ;W^3gT]vu3Z !p&$|SAH''~2|;b2 sb΃$٣82GJnŌ@@˖-$i&W $)O7$)'ˑG4 b~&15^V1Oy<'ͳP<8yz-ň9CoN[ǜ>2uRYtg"̤+ ! FVUU%N& Pt}Nt]vɷ|rcB&N# u/օiiklNt12$N;Ĉے b$N)ǡ_N^:*6nܨr$` akȯ3C`7[].̜[m9t#2ѝu]͝;7Ir2‚*Bo(9m~L;y睦`=򢤃0Vq޵'wܸqnʏ+ͣ9909515 ՛6mhЊG#Yp&W]u[PQL=b6mZ8΅ÙP?[{]茖!qc`L KO#hNۙPYpfp o[U~-~'s :$q"4j mMf;J] و^A33 O&EYlO>qф#~L zMՊa2e[⣎R~т :H-b†*2D82JVP:diڸp!?3NjPm}P, }j9hj7T9_݉F8hw/J>%=('+up_2%fEpϘ׺%&U`x84U.ܢE 2_yo)8S]×Q%M%8c4۴iX4mD=*E}8iIuӟOPs]X `7*bU~R..7rax͌ȑ {]bR,xQsN+1@h}Y7ygs}M-{U^w*]?qz~PI.į9@ |PpNet&4j'ƼuJʾޞ1o agP.t+VDP_sk&+&k…|_ܰl]@+ a1 EKܲώ ɱAkDhkL^12%DZ)4w`M9\)[Ji` v'+Ӆ1U[ @qh)7"gV/^l饗LZox9^[lox^l 4JQ+U 8IUcF2Y NոР`xvv[o,4H-׿VKQe(n=*Jnh|0k' ໥P,6$Q1|μvS4WI4xs0oz =a`/45O>j,֞ s5j\ tle%ȍtv |\~k[4:x,@ll3ߓșMG.}{9ƿudAjFtk1w?t!7*SOeL~9H9FЂ.]<X+#`ړ!84&0c4R=N2-B}N #XkT}<;}:>ϱW7QrJ~}@!إid|gPy]iI߳[W,t凢#[O6|cj'@L +oUS%`[|+pG`If:3 ω~~bi_ Z|䑑y1Hꊖ{:à-& 8ck +Q9E1)K/FqV"+3u1B%! 1Q(eȲ n1"Q:‚~ 6zk<~|&?bQì~3FBtj&sՉ>Mp J̍VqGq`w8ӗ#( w{YCo'Іf(ÿ7ӿȶm r#E :4ZLNL^i^ky"<`OMƿ4TnT|Y ¬Eܰ+z%['.&'!4*g*@mWh<ѕ Z@֖.M6~UIBNWY{1:l  x vbJ$A^aiͅ3q]ocX^T}(xn\[`(ژ]oCR !M^؉yvGFD\L4dBP y=Wzps4~,D;Iwz4^1g/A]0aX˙7(<fEhh*/\]( #@ߵ[㗘 }@뱪BP^ip75rű?,zp V;Op:bLfoV[V.xsS4{yU|bx'Z ^yW ]GQ5.)W~EWүp%uV@vh Lg*C?m֬Ǐ +#_ g׋чx៮xiN˴\5vZe/fC\ +eT|P1bD( hgC񮳾Z,G;#+*}]$%:b:ZYk'O]P@=U\sM 34Ds%ИrЕBR3#h(-@'š8~pĜI4nR+%kyeyi6B1 ѩ7f^N`Bg +̬}]P#72?an]1|5 ͱ ZDzr^yj|2@z?:\u5YV?3jxE&l;xdx~% 񴣣MŸ/=F^_B! ?er?;g Zチ6w:[`GS.W ]}i{:G}\ k㺎~'w̽%016<[(lPXixjA(R{ ,{Q(>D? Q ,}<,@ z `++AE.TvadRq,Fnùe֬Y-VNCU@"i"Mlmxl7S'Guy4!2$WFZHO{.oB MZcO"¾6hBRqF4< -`S?+ uvcgsqVW¤b?\UCB](V" \aH_]:%Vk!9eQ@82L6g&ophVcFL`V@XqA4 _Ru[ms#$ǢgRxbYƳd@YsM!p)~ ^ɊN P,>$1<|L4 J10hy9)&eމ?Ithuf1208rh4^!_ c D㵠c}H웟gp-ZpaÆ'3y\Ϳ `jȁk_dfz^ƢqK fkȬrdym:АBT i1α9ƚwtcM9퓡ށ1DDbц_CFj}И3"ZXu ~| iK?ϫИ;,:;I!kJp%@ pD 2agsV+D(Ga1Bӟ/-{}?g:oZ7ztYGڗ^RkWKVD줠ld1nlX'Ǧ/aO,~-t(ar0B aqiɬ! [;Gp3,9x+ja^Ko ĪYPfZ|8i:<,N['3/78jPլ DXkLf4+o8-c lu\lnS<!uPh(}sHìcGgPC`1QQib41C #0u>b<sit#Z`9'fEi}b( G{Mu0]FL0k D7E { /9.ɂ"͠f BfXEhJ`O?,f ?ڑti U++\3бW>%kXU-'=Praa-@(xiWV"#U0}\iA* XXAQdàcʨǤB}V 3k F_a0AY0L689cEP ; ːu'mMF u;pc: b駇b9<2]'aViXIg* #+ŊNA Vq_P6X몫GZqQ[zɮA$FK:C[d#hR}+9>0CXx\$?EXbO=f[y֗?B.QNR~VoŸOScW0 3 kY RA"al)*i(L:_8=ya K$;a#7~< $־Ų(${IݍkEQI ;K5,S]? IJYLUoL8Mz@caNɌ@K/R?elV^d׈Мjfco:5tL*XF[0;9]*)[[%F9Aegafdb F1aEBQ2/gY1c^z%eǯw`ob(Y4H1;K\i0&ED]:2ABZUkUȄ)#oE? J^YI%7^¯[uk@0$^ki TD 6 \fLb[ƴeu-c B}OtlX.Ĝ;`$+RR+P 1.)(QFGh]3{RB+Z80cV))vs ^'( k ሥƺ49z*l^?maJ,#Žc~.@sd!Ӕc%kMk̘LSYVJ GL>cR08IAB, /d;h7a6~gE-XxdUW~.ZÎ3ÏW⊀/;LK)uNlM~H+ +s~4 a#3źvnvO9X}!E֡XUb-$E~N?*tVA{ǢB HԮF{޿{ mXҜ"*l#ګ,?o+~~"2ݷ@xݸq#WzM~-Wa *Cޔ:`0=0+`0^36 CS:F'cB,s lIx斁<AfY?(cW=U6qa+@7f<o)B. alb ړhCBkf l ͽ =Si~%})GU^bRj+t/5x]Id.nYO{ј0]Tk hfbf%ڭ6t*)*+?-< 38%2c_>i'ϫ~cZ%nYyڠ㻡*ݕۢ_жnlr{ mwDc뮊m+hU*IWNmVN:ӽu}a5iҤ$P4Dge5%ʏBr;̗~V /8Jn^nuϏYj0Q%T!}}L8cK -0?G)Ial 7Sd}-Aډ /mb2lPq㜢DS }y^j8 8u"`&0ÍIF6$C PF"׭?$2G5mx\5ˣ#Gh6G[u6Cys*z#Xlp<4b+,2~#p"W \eQ">ݑ$]z_vDHv(gȊ=g %n. @@')b!Ñ*ڹ}ٵ ާ}W-xډ}4$mS^@B͉W)pÏ]ę/SW; o&,g"wFucbRS6p DϞ=]R^ N?/g Ћ/FT)VR$=q3cϝQN% ?9ob=ӝ820^ߏ3x6# ]ڡI-N͑)zY?y1-XK"Bgu;3ri-c17ϝ:uRs/&bdX ]xPmF=$i 0F c?vj~o߾ *&ow=vHenЙ#HJ$}4bֽ!wg9')w^z~7,[jekV~zGF|3%G %HseSRs1 ixvYf2aIPA`ApG8/2u܃|y䟍߻d%@!Ϡ >a^H8V=QU{SY$ /ts9Gk|H$w{',Kc,qHv[ $֒Nu=80Y"{;s¥cޫW/bŊ`CPX pKsdȃ>x<zh1jo؆]V4T+U 4k,0"ŁQ]q~j|ֈH_@Wcc3P)!*}FJ|o~}C >=%P$58Eg^q[4bS2i.ƍ[㦥Pd %psP eZN*37ib5k UTX} ԝqiP^,1g("@'umrݯ^z vi񏒽ˋ:_ÇJ+D <+<ܛ?!WztzM!bbEaHC[] L0!VyWt_:".+4&M>x~NRJ*ѣG]"7-/v>Fu떉d4Mc/Db0}3`y~|Ui^V O'_慬hda<"0V㢒?ْ"@˪O|/B%);pxivYѸU .To1qj@{?Fci,S_bl*79,n./Q>iZl{ouꩧ'xB-[Yh0>'x@ 2IJ]oތ 9Sb̛7OUWW GcH4#NJP =&~oөX&;a:H^5D*oI0$ d!oFW](}s9:EE(cE$|+ ̉k"' m Ԥt- HEx*< (1ME3 K@բ x^' \" `D4^{(PeBQga=i}(r&~H":3 o-24Mu 1:!BC 3 ά+-~ jjjTϞ=#d<.~xd>4}ѣ"`н{wռyHQ%í[N:hndStCkWZ6!Hm\$~ًo:w> كo{ a"L"4M'S9'^qZ/USO^C+hMJ&G@Ӳylto߫c՚  5"Yi\t։15LsX g8ocግ#f45@ B:K@8i ΁'&.)@ry[:Vͦ#wQ?HBd(B acĪL"JitTy8;(Gx_^[%׎ŷQ麲uan7m QH^eOQu6Su 2%vX ^*l O—ޭˀq,>S%LdB1CZ$M9P 'w\/].r#E|!3>_oa۾d1Zӑz'=~V+cjJtO%mN |-bWO+ o ^ IH.;S]i_s9*p.7U^s.3u |^,<;c=ma>Vt.[՟Ϫ x# ¡_2 pHYs.#.#x?vdiTXtXML:com.adobe.xmp Paint.NET v3.5.4 `d IDATx|y|EvrNְ \]3 QqTpA#Π| "ȈpePYYTwNs@ :]]][VoU݊i>Ժ뺾gbu'@cz1z '@cz1{+BiQ[3NO%!TWJ%+|ds$ +iР-gΜ]\Vut\+%t00y^K-MdRRl"wBX 0)BHڵuZaIv.MD^^׿~{#o`!3!i2JJJWkذDEQr ͛<1Hi0 a% wqpZF`DqnbV)te#Lb/a0NYMe%pT{! |ć#D &v^Wx<1ELtF jbԩ-ZTgHKKmڴW^yBӈrAyCϛ˖-S/_.N8!. 7߰jefh aO^\XPJDJJ)ݷo_ѳgO"FD`6A}?vZ?ӧOK᳃۷WiVE>T== \fQb{]tIzŭqtKF]ye„ dwAtta8U033Q0\Jgq|Az4!yo{cU"x"8|9|m̙,q5b6"F&$$?{GHs<\>л^7GO 挽myQ/GIځ*"3f =aaDH,W9Rrg8|J61zp}V,+3LIshh2?@%wD}(R=Ҹ7"98P+)zlnoIS/BKr!:핇Ky@\UşH֯_Wڷ7$`UlnZJ[nP MZ3]Ɛ+hܷod A>ϣ>J ۵kw J9'SaBYu5HU]vfNNy3Å n=3t&֨d͉:ȟ{suRysw^cA ˼U:t O?Ip܆v)3vX~… cPku"gMXUGr(85#D WSpj "BuPaȐ!].D(ԠY 88H ꪫ8%x.aV)N^+#iܛ9~KKK={/g jwNGU;w_x$HB< F4]t)ѯgʔ)$NV/Ŋԓ>h}A,U[ΤD4 $qp}OOX;j<ܓۿv_kP3i۶yȑOʶaqF̛g]2}0cُ>EWn!;{l6Vj+: KM֯IsϞ=&'7eYfA_p ?..n ?Pv?'hN͝; ;wKV KCھe[^r*ViӦ5)K9"P?w}D^\(W H-b5M2 ]`٦٣W lsĉey !: $[Z 4~Ah+v&ြ\sM (0tz6p\rrxS?mvPn[d9+"\v(WFk։ioC| mDH7n|wff+h TÓX&oDۿׁES&CLv|p9#xm %%UDW_}[V*$D0Ќ?ѣGdOB$x@/PPkxҽ%6,ƍ|`n (E慊Ae`}F﷼WtSw:W1}tJyh/8[BЇDyPvD2& w2wjx2@^>S򞕒ތi\uv)<8Ry|j\-w]U2u8I:Dp9qv fV^ڴ-|?c$!w"[Bŋ" P ȓOJV-,qb^hpBqH *k;ɓ Ϛ5>'//vʖJbR!7~VG2u5BI$;e2ʜߠB%% Զ2`SRSϠ)Ds6| OBfYIWjuDJϞ0`N@$FFX\(yб?Z摵/r?H$)8yJ)$0(JDms`!Q\~.hs֋/jݖvѢؑ:יY[7J0jWZ*dX`oS'OE/[%W;T5 = Աěw,7 I3/fa)=&;~5)IH E8ZtK)7?H7zkHQ !{'NZd( NqW't)v"S 5AC[׷if _ Ѩ/,<ݬ)HJN۩H`$pGD@&|f\DY ؊M, BXR b`R\:.cZ'褾6nqbQ_<`Bucڵ3t8P-%F ̒, !"Pm᭄#ĦME6vŜ):޾p/_=|Ï!2 #TQȹ6}>Lyt * [& 33̬V 4ϣ @  h>j!CH9C&>`ZSRIӓCɺq#GūV)Z\,&+xCxS4)1zILjL|;b:ѧ{wR)<yNGpeᵈK0{,.6b/, ..)Z#{"*{4ȿeF$snt@:rβ߇! Xsw#=X:6g/0aYx]@1gcF;c~xV 3hA}50%%0JR=*r9# YDt(u $ FqxXA;t0zVwonN͛pw*%bYzIېvDEE ~EG? RqvdNĀMѫ#ZZ{ի U`El}hDOƄ E:By5Ji]) J`ܩi֭ո#cSJ* qtU(d&/pꔔȒe~C)8v振_8PEOxԤ &DtA$ń =.]XU_f"2v6H79[&JNE?yHP RGW\!26m=' .'O[l:~CAueѩ9s̓s.f92i8!qQZjDž1(P$U"eQf{vg X#B\V|t\춌bYyD`C jm,*fA.\MjaYQ87E5kDIBpSM3‡ET%8_'3p.NcKprqګ%v 14tDI>>"ŏ#"f;f\I|hSMgՠXl qqEs :ZQ(Q@ )"ye03kΜ^S!UW_yQqrD&c;`зHGDO?͛E-xR/0LҀUBτAAZނjE"KƀŬ9qYDFEc*-%Hes4&m0*X)yϋVL:0r)yRoWf89S=(ڰwٷvE_#J̙^ eb)񏚀}L9o;tÙS$u/,-ϑ#"G4ʘ0i:$XEfdȘY"zN.]*_'e%ê20PZms7Ϝ+()I2l-~?n|Y =!QXbCyeBdLA:F BN [=C?2`^6v#%n#G{Y&/ dÔ#*8yY'rt N)L"Ә6]Pvelp$@"٦uR1p LDڣ!5l|B4tU-4x刨VšǦral y:ˉ8O_8oY̜Di9سzj zׯ`YYb2d"REl:F0i'F˖a-]Έl ,ZTv%LU&u w"$eU=I0 oWcn9\r)ڇx(A8Pgc=N>Z hֿgATA~*lu fnf3D%BK [@RK&fրFN.r_|Qh ~Nmlkx-"w *1 5׋$ԍO0xZLQ/4N>(}( P0_xA/T5|IZSk*I}q'+ m?}h?rdDsrdDy?Yכ78qC pkq{0KvQ>Db|@}&aQFp"P*]D` 1\GW&\3}TP٩wTѯ&T]2EPBɣG1vDcQHLPLr9& O GIH&ԝ108=l'$p0|O7i,ھ+Emؠh aqFC^qB";RDb $$l(:A%i͚2:[eXN狳B\Ҏ `/~{ҌoƪO!arpYT E@ѓDd֊ pv+gR\BD&M({1mjK: qz6 EL‡o+ \mt9XnݸjOyzmHxl.n1pC~g!k&qŴ F;_)"z\#b1SEBlO9ko1`A(pժz\64+X.eU@,'^MK{Sԡ^}\Cf@=m*DVXo{H@`;`m!|U_|HC3B۸Q,]R `e)B^vd"谤N!=N\f+.Ֆ26Q!>e&6w7^5X|+6Pk=sWℜ/,P՟o0z\S""JJ1xNr@.}m=#&>"(h_ǁ^ozz:^p{Q>&MB~# Q3eQXf 34ip1xP67>W*9s~Ā>䓸 :˻J|cL. ' .^Xÿ]y|JߖDރП5Apnއ ,k/7NoC2|,SX JDqHo 8\s]wl3\s\A47mT7r&1<ƍ#7 p:jAr[ 6JaXwb^]s HV, AE}|׳ 233=k6_}8y{Uċ⌌ (G !H=$|PXtuZ|۸ۨ$] 6Ɩ[#0" 4ss]uᐱYIDAT\UY<ponٲ*>U`#78:Zm:?iԕ* Wz'}Y 3/la/_-a= aV@ Dsݺu`KA: 5 |W{\i]Q_p=b-Y*VWdY8-`;xl4!)= #H zc~Z4h(V6=/~v&;Z SqVk?o3FYxB9L_|pz`#)pްUAN GieJ BpcsǞ8A?$˲vPpgN@;i#yST;c رmHxqT[_e VKOo#| ǭ;,hػw/G`+$"Rxj#}9uTv- C0Ȕ0ͧyQŽ+^{$1:E:/F5/iʽ/,GPž1bHu%ӛ6m_1Nma%S=Ó6|dI/\nAZZ\s/qYYY'{*7eSd q/5k?qg? ,'%; *>4E(}fe2+P%$1ۑs8b& DRE &WSNJkȨ)W9we`0Wp9E:/>>;\WSpKpi|Nkp=:KO6m<' F!.O2 6|A' :Ā:jpuIݻw GY蚅TW s^U3Q5*vd=g \) T@~+C |GgrWg>c {ذ28vHx%>p ܲ8^}8TxK%.?:smC@%&wHdwW 63`^.D j-[t:@F|h )UUw-;,XedAڹ瑲h4:Th΁-c(fKPTr!(}x9^s B6UqG2$W!Ъ(XG'#hF4WЊɽ7 6S;%ONpSܲ,Ul|١w0wB=N:JφR9Gԕ:MViSNwd<^"n9ùVU>tK|dRŪr!\E r1QoE:%0[9?&K"e:Àw*ȅ]`cCũ7?\LT|\Hc Lj#8W0믿]+. OA7nȇVP]xvgBc|7S*3p)OlZYA]n0o3R8MaP0pvG4i*w_. pR8xMN|P6$gAVW[Iv@"Rs-@FoN>J~`@%@o/~s}nuLz1PK@=u}1PK@=u6u4IENDB`debian/images/48x48/0000755000000000000000000000000012227574463011246 5ustar debian/images/48x48/basex.png0000644000000000000000000000517612227574463013067 0ustar PNG  IHDR00WgAMA a pHYs\\+tEXtSoftwarePaint.NET v3.5.4>v IDAThCX PD5F%h5DmTL5jkZ@Q8-j،qFE8@ eX{d]Xܙ3sw={K@z=5@bO9,wwpSlll(00P -={:L)<<oQFFxpǏQ觟D4uj o_Ȉ|}I?ڜl0<ԫWS=QKϔ1,.(IpD-J'N$Xl6iQ3A@uf6?H0r$d҃sٳJ LNVp@S+7_7!_ʖ_-0aNw˳hժ,)#"!ʍTOnW{xp`7lh1@9UBU˵7nd2#3tC ^{t?PA2>[2MzHhBU@X:T;t(ՌEr$.6^L(\ \`e4$%a慎 !^GWT}c`kaphYC 6Z `+!3'OnEI{~"v# \п?U:5ZETzg(Bx0|BE١C[QQ-"VESWP@M$15wqgU5`I:{v+R.i zM2UW4՝޽[X%kc$bsپ}:E@CJ07y*Bxʬk_8-,>yR%~睟l.̬!/,,7tѭ`g>a= 4ODˣJW2IPiòr *BHҀPAqr96$@62n0\8GQR$Hu"UYE0l{oqkg@BG_RRn(/O1^QW ǎ1pT k!gj\2r kn\ǏkQ~qU+Krmnn:W|m0Egjz=b5>\Hh2T5Y@%:ĭU,d+WR b!<^o~ Thl\ϝK2 I!+, &IHRDW i%H,ĽǪ! {ΜIpL*^?գ5ggWT-g{U[@2ڿ.-> ʗH>%95IЗ/_'aaE&!֪~^޹k0Ʉ= #HDf\Y GK8氏#Q~t~srm]߀- *:gӝʾxƍw rP_2YHJ-[V=?wk„ ۇM6r; nNam;l^w…2̡O< 3P{x{رcQpAhhdrx"vPꂾN᳘;x]xߩ -`ꈈ=D>^ vkԩN'88! e429;~~~gϞ9i@'N̂n:txk8楦۷ \tg&.p8b[K.5_tedd+Ύ&;qr,^p[󞍧O2b1iIzQhΛ7C'X s/VX6m$___JbnκMK[ ;y䚞賕-QrXȖ'42IhndStCkWZ6!Hm\$~ًo:w> كo{ a"L"4M'S9'^qZ/USO^C+hMJ&G@Ӳylto߫c՚  5"Yi\t։15LsX g8ocግ#f45@ B:K@8i ΁'&.)@ry[:Vͦ#wQ?HBd(B acĪL"JitTy8;(Gx_^[%׎ŷQ麲uan7m QH^eOQu6Su 2%vX ^*l O—ޭˀq,>S%LdB1CZ$M9P 'w\/].r#E|!3>_oa۾d1Zӑz'=~V+cjJtO%mN |-bWO+ o ^ IH.;S]i_s9*p.7U^s.3u |^,<;c=ma>Vt.[՟Ϫ x# ¡_2 pHYs.#.#x?vdiTXtXML:com.adobe.xmp Paint.NET v3.5.4 `d 8IDATx[ xUŵ^{sN!@y[*>"r RESiR([DE R* wH# wQYY >1Fa V%OD`BbTM ;vtRlbKV$p-Ba?&/]La#oKCv;wݹs3s,Paim !L?c4QRH?OIhm~l5;KNuQ"? hڹ|mg[VO ֱKm*XLɜ5MӨ\,r7S~ &((pWV: a(.N4Dx0:dWcAc޽2dРs$#u@fppvRVx{ڼp/!KDcb:j˩+ĆmAW 2`08  'N1J-[޼ 8gHMx2Gfa$N}@/Xpg_} cvߟ~yի]yG|~*֩SdtFj8~t:U$# T]&/|Č;x+h=_`]_e],ĉkavٓ6%;`C($F9SOy5@UO`<0MQn,tLǎIl^`hԸКecCY(6u֬t4 OTMW)S +SRkд+5857=//FFV? ~d 2*׭3];RV&e**SqJܼY͂r)KᵣݧGC$f8\Pⲳ-,3:|X<:-/hJ;`B|߾]pIA\m Ƹ p f{.l*EŮԁYGg8[\lN;{c@s8G!]T|'d6 8M~ǎoi:1^aUWف4[x|c,ɮݿT?3!j$2'S~E:b&<~MHSKރ#>8ƀ|W|*^PT_p4C 'u5Ł+Kl=E-)ryyUQ!1cHڸqff\صK\={o6}) r6V| `lٺnoOC>W{BX-1 | 06mxQk\SfjZǼu:pLӿnՐlÝs5_KDKL5S5a{d R(~ٳG=7Jxҁgȑ7.ՠ7t'.\2EHUk׿K0Po:􇒕utv'3ű@DT5!/Ya0eWmg0!$q2,559e ] ǭ?ǾFܿʋ!@NCۻO*ouxI2z v42ᠩ \5KbC,D ɓ7ݣj$K+A|I7.33ɍ/}? oa# yd"?5 y]҄'}ةeJJvޝDqV)qy%*MVo*ClWvikq]D-Oq@;܀;#e"LUeW#ʖ,1]= ?=3.RU]bJ#3ʂ@xC6yDa`ZʽJiXu7@o?dpɎ n APN:ermFEPxZnCrV v+3Kx˖y3b^N1YyKVa(O4I^Yyws7(V]]p7}(WrV.6Hb.\`uHh{ wnrVYGO"VY#U{7Qhq+GꏀI.NXP\fs;Nw 9J~>` E?hviْΝ38`H~`z]OO|W/K%>AL Kʍ7d-6 x-ŻcT$xq;vJ0A]^}[4o{$օZIxA;{A0n&:&ӧz&>qW\u1Ͻٖ#%tr\W͒%K `۫opeenٵはm"9Ґ\G'$%%V⬺իE o*Nʆ0$xiIz͞g}5̓OZz\nYYz-,> % d7ݴ,b1 P|R[Za?1{ڹ ޣ%*1 qzi׆ NJ`IR/a8[^A3݅_Z.͜)y4@ yTPRƬs_'f9s,CnC'"O5d 2֭[)1cdG=-td_gk⡞Ǚo a\o`\VZ7,s,<|0Gʋ(F<͡C'NĎ~I}ѸCpw1*J$oo-aN:ŋ [ [h!O?4~iBJ1nk#6%EL-rkmၡn… )cԏBK+PwCbmyQ򠞖m1u#-g 䀳l!_Tm>SNIѸSgт Ph:⋔j#R뤑hX|rd#;VR+ҏ݌yᔃ&j/ Xa}a;0`:=zɓ HEG}Ĉ{i%K@ LWitH'N:^8A/2I# "ㆌ.8^M|7@(P]C u]  P%#^һ0wԇHQ'Bjhm_qHNlO>-k֬x'NCb„ ĻoWRȵ^K:]ӢDݫ\ `{gc!>I*t/~ T iDf>iM$ gʈN Gb>/sh~- GIsʢb%8YRFD&m(464xP4:_6e wx(6a8 B@b|<TLL,v-,A&mYT!|Dl*HQqd&"f Pqd)O,K3B9U? d簾 fp)v: Ν;eժUXPzFFq!&Og66P_wIVNZ&y1Κ%k/mOݽ=:76 tx{΁ӿ_RRr5xX0Z >YB݄,NEquR/C rIcjNwr+zoi ˉ4&na?QAZ-ߚ3nWP Sծv-]A-hv jAAm8@oIENDB`debian/images/36x36/0000755000000000000000000000000012227574463011240 5ustar debian/images/36x36/basex.png0000644000000000000000000000731512227574463013056 0ustar PNG  IHDR$$gAMA aiCCPICC ProfilexTkPe:g >hndStCkWZ6!Hm\$~ًo:w> كo{ a"L"4M'S9'^qZ/USO^C+hMJ&G@Ӳylto߫c՚  5"Yi\t։15LsX g8ocግ#f45@ B:K@8i ΁'&.)@ry[:Vͦ#wQ?HBd(B acĪL"JitTy8;(Gx_^[%׎ŷQ麲uan7m QH^eOQu6Su 2%vX ^*l O—ޭˀq,>S%LdB1CZ$M9P 'w\/].r#E|!3>_oa۾d1Zӑz'=~V+cjJtO%mN |-bWO+ o ^ IH.;S]i_s9*p.7U^s.3u |^,<;c=ma>Vt.[՟Ϫ x# ¡_2 pHYs.#.#x?vdiTXtXML:com.adobe.xmp Paint.NET v3.5.4 `d IDATX W{LW EE(`vZ.qwb&hBk4`\a룾i肰]QYk@++"  037w mjOr{u98UU2l 5H:Kpի ЗI,(mN=}S*^ D@'ivlLj+µZѼf͚oHd s_RRR߃׆^E[#jw? AAAybǎ+yf#^j)Y__'LfY655i1b0٬L|Dje---"2wzpppҸq>\ptwt<&&!!!ǎ2 \ &&4|bŊ􀀀CCC׃!WH@8= s~6lmq$cgĴC"09|41fԩSZIV5݇'2t8;w H5"RSS[@~ Z(hFAf\L p%{M=_C>ٻMcC/N^kd m0 m.K6-(!TVI*??oxx=pM$߻w![q4Fh׭0nK۱c]Q*0="qX\\|}kYٟv^V3Y!>|D\f;Q͜q^Mc,rONh>yvWh]1y{y9EMi/y=?к\<~|dV'NUޕ+Vp9a%7޾,:]ze]pJ-J7mbف90֮5s8Ν~,(GRrdd--⎎ݻOn}gd4U*Y0n[190gG1oݠusEZCf&=oce&Mbrmr'/DQS˙#)7Κpo{ϙ;ׯ= uŖc֭i>$RW\v:Jw*=2o0ӣzΑLn TܺuKSw333ʼn ~07d%J]o۶."CH/>nϤX`lnFF?dB.x޽c.ݤ5oBCq%$$-ZDD!QXww7;}tEcc}5 zPUWp`/f[n'JR *96 ,p(8jDҡ2TWW6zK>i7[Q= ΨSlu/ ֈ?e! u-jlNr\O˅IN;&ݗLJ9^+u]i.^(8q⇉S?F/)zFa/++{C!QGy~4=zD\VH&yEO?*ŏ14~~zq@^ߋC{E>C-ŒWΠCʩIENDB`debian/images/24x24/0000755000000000000000000000000012227574463011232 5ustar debian/images/24x24/basex.png0000644000000000000000000000521512227574463013045 0ustar PNG  IHDRw=gAMA aiCCPICC ProfilexTkPe:g >hndStCkWZ6!Hm\$~ًo:w> كo{ a"L"4M'S9'^qZ/USO^C+hMJ&G@Ӳylto߫c՚  5"Yi\t։15LsX g8ocግ#f45@ B:K@8i ΁'&.)@ry[:Vͦ#wQ?HBd(B acĪL"JitTy8;(Gx_^[%׎ŷQ麲uan7m QH^eOQu6Su 2%vX ^*l O—ޭˀq,>S%LdB1CZ$M9P 'w\/].r#E|!3>_oa۾d1Zӑz'=~V+cjJtO%mN |-bWO+ o ^ IH.;S]i_s9*p.7U^s.3u |^,<;c=ma>Vt.[՟Ϫ x# ¡_2 pHYs.#.#x?vdiTXtXML:com.adobe.xmp Paint.NET v3.5.4 `d IDATH UkLW3.@*[! g6 C=n7#Ո@$y.VWBlk3m ģX>m.,gY1Q7}Aa{?\.TJ{zL1ћ.VV~sÆBK&#cpbbhy^" UUW剦 $32صkG5GV Ҙa|LIvg⎎V+h+Wd~Bj|wpċHqF?(UP݆͛mHy{{S ;v౬,ܧ`Y!fg{CCm溺b`KSS=g2uWnaEJnOu gP`ujU%[_Ǐ_&R)Eh\IO>+U׼zj[^hooKǤUpĄG ֛JKED^&}z/-e/5 ߺo܈x99bQO^HpCZ흜 Ncw8(aI b=Eꡡ7˗SZRZJKL͗/#yTœB`bEӨ<%w lT`.R)[҆9-1̨TccGqqeHϛG"[L@J1q;DUŬIIE[x W =aw8@Ĝ64AܸZCpcmkkA\d bg.QZ2ӱ cpѹs%>pn;&H.\ fV&͎ 4566> \"hAa!`QAÇBF^7ײȑ#i555mmm L,AcfM8X"S}f^^ޜz6Beee+hvd0\ ҪΙL&L#Zfa0MB b=Y@;wNNNdW?ٙLB $Ȍe:9Œ`n޳$U=IENDB`debian/copyright0000644000000000000000000000461512227600041011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: BaseX Upstream-Contact: BaseX Core Developers Source: https://github.com/BaseXdb/basex Files: * Copyright: 2005-13, BaseX Team License: BSD-3-clause Comment: Following persons contributed to the project and form the 'BaseX Team': Christian Grün Alexander Holupirek Michael Seiferle Andreas Weiler Andria Arisal Bastian Lemke Dimitar Popov Dirk Kirsten Jens Erat Joerg Hauser Leo Woerteler Lukas Kircher Marco Lettere Masoumeh Seydi Michael Hedenus Michael Seiferle Roman Raedle Rositsa Shadura Sebastian Gath Tim Petrowsky Toshio HIRAI Wolfgang Kronberg Wolfgang Miller Files: debian/* Copyright: 2011-13, Alexander Holupirek License: BSD-3-clause License: BSD-3-clause Copyright (c) 2005-13, BaseX Team All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Neither the name of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/control0000644000000000000000000000255312227571551010605 0ustar Source: basex Section: database Priority: optional Maintainer: Alexander Holupirek Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: libmaven-exec-plugin-java Standards-Version: 3.9.4 Vcs-Git: git://github.com/BaseXdb/basex-dist.git Vcs-Browser: https://github.com/BaseXdb/basex-dist/tree/master/linux/debian Homepage: http://basex.org Package: basex Architecture: all Depends: ${misc:Depends}, ${maven:Depends}, java-wrappers, default-jre | java6-runtime Recommends: ${maven:OptionalDepends} Suggests: libtagsoup-java, libxml-commons-resolver1.1-java, libjline2-java Description: XML database and XPath/XQuery processor BaseX is a very fast and light-weight, yet powerful XML database and XPath/XQuery processor, including support for the latest W3C Full Text and Update Recommendations. It supports large XML instances and offers a highly interactive front-end (basexgui). Apart from two local standalone modes, BaseX offers a client/server architecture. . The package provides following commands: * basex .......... Standalone local XML database. Command line interface. * basexgui ....... Standalone local XML database. Graphical user interface. * basexserver .... BaseX XML Database Server. * basexclient .... BaseX XML Database Client. BaseX XML database and XPath/XQuery processor