Skip to main content

Web interface for falocalrepo.

Project description

FALocalRepo-Server

Web interface for falocalrepo.

Installation & Requirements

To install the program it is sufficient to use Python pip and get the package falocalrepo-server.

python3 -m pip install falocalrepo-server

Python 3.8 or above is needed to run this program, all other dependencies are handled by pip during installation. For information on how to install Python on your computer, refer to the official website Python.org.

For the program to run, a properly formatted database created by falocalrepo needs to be present in the same folder.

Usage

falocalrepo-server [<host>:<port>]

The command accepts a single optional argument to manually set host and port. By default the server is run on 0.0.0.0:8080.

Once the server is running - it will display status messages in the terminal - the web app can be accessed at http://0.0.0.0:8080/, or any manually set host/port combination.

Note: All the following paths are meant as paths from <host>:<port>.

The root folder / displays basic information on the database and has links to perform submissions and journal searches.

User

The /user/<username> path displays basic statistics of a user stored in the database. Clicking on gallery/scraps or journals counters opens submissions and journals by the user respectively.

The /submissions/<username> and /journals/<username> paths open submissions and journals by the user respectively.

Search

The server search interface allows to search both submissions and journals. Respectively, these can be reached at /search/submissions and /search/journals. The /search/ path defaults to submissions search.

The interface supports the search fields supported by the command line database search commands. To add a field press on the + button after selecting one in the dropdown menu. The - buttons allow to remove a field from the search.

Fields can be added multiple times and will act as OR options.

The order field allows to sort the search result. By default submissions and journals are sorted by author and ID. For a list of possible sorting fields, see #Submissions and #Journals in the database section of FALocalRepo readme.

Fields are matched using the SQLite like expression which allows for limited pattern matching. See database command for more details.

The /submissions/<username>/ and /journals/<username>/ paths allow to quickly open a search for submissions and journals by <username>. /search/submissions/<username>/ and /search/journals/<username>/ are also allowed.

Results of the search are displayed 50 per page in a table. Clicking on any row opens the specific item. Clicking on the table headers allows to perform re-sort the search results.

Submissions & Journals

Submissions and journals can be accessed respectively at /submission/<id> and /journal/<id>. All the metadata, content and files that are recorded in the database are displayed in these pages.

Submission files can be accessed at /submission/<id>/file.

Project details


Release history Release notifications | RSS feed

This version

1.2.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

falocalrepo-server-1.2.3.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

falocalrepo_server-1.2.3-py3-none-any.whl (12.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page