SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python2-matrix-angular-sdk rpm build for : openSUSE Leap 42. For other distributions click python2-matrix-angular-sdk.

Name : python2-matrix-angular-sdk
Version : 0.6.8 Vendor : obs://build_opensuse_org/home:darix
Release : 1.1 Date : 2017-05-01 23:57:25
Group : Development/Languages/Python Source RPM : python2-matrix-angular-sdk-0.6.8-1.1.src.rpm
Size : 2.62 MB
Packager : (none)
Summary : Matrix Angular Sdk
Description :
Matrix Angular SDK
==================

.. DANGER::
**matrix-angular-sdk is not currently being maintained or developed by the core
team, and whilst stable it has some serious performance issues; Angular makes it
a bit too easy to shoot yourself in the foot and doesn\'t help you escape when
you do so. All of our current focus is going into the
https://github.com/matrix-org/matrix-js-sdk, https://github.com/matrix-org/matrix-react-sdk
and https://github.com/matrix-org/matrix-react-skin stack instead - please use
those rather than this if you want support from the core team. Thanks!**

.. image:: http://matrix.org/jenkins/buildStatus/icon?job=SynapseWebClient
:target: http://matrix.org/jenkins/job/SynapseWebClient/

This project provides AngularJS services for implementing the `Client-Server API`_
on Matrix_ : an open standard for interoperable Instant Messaging and VoIP. It
comes shipped with Synapse_ : a home server reference implementation.

This project also provides a complete, stand-alone client which can communicate
with Matrix home servers using a web browser.

The Synapse_ homeserver ships the latest stable version of this library. If you
wish it to serve up a development copy instead, then you must configure this
checkout to be picked up by synapse::

$ python setup.py develop --user

Running
=======
To run the stand-alone client, the ``syweb/webclient`` folder must be hosted.
This can most easily be achieved by::

cd syweb/webclient
python -m SimpleHTTPServer

Navigate to ``http://localhost:8000`` to see the client.

Bugs / Feature Requests
=======================
Think you\'ve found a bug? Want a new feature on the client? Please open an issue
on JIRA:

- Create an account and login to https://matrix.org/jira
- Navigate to the ``SYWEB`` project.
- Click **Create Issue** - Please be as descriptive as possible, with reproduction
steps if possible.

All issues in JIRA are **public**.

Contributing
============
Want to fix a bug or add a new feature? Check JIRA first to see if someone else is
handling this issue. If no one is actively working on the issue, then please fork
the ``develop`` branch when writing your fix, and open a pull request when you\'re
ready. Do not base your pull requests off ``master``.

Configuration
=============
The web client can be configured by adding a ``config.js`` file in the
``syweb/webclient`` directory. This includes configuration for setting up ReCaptcha.
An example file can be found at ``syweb/webclient/config.sample.js``.

Structure
=========
The ``app`` directory contains the SDK, which is split up into subfolders depending
on the logical scope of the code. The ``components`` directory contains reusable
components which are used in many places. More specific directories such as ``home``
and ``settings`` contain code specific to that part of the app: e.g. the home screen
and settings page respectively.

The `Client-Server API`_ is encapsulated as an AngularJS service called ``matrixService``.
There are also complementary services such as ``eventStreamService`` which handle more
complex non-HTTP client logic.

Services can be used independently provided their dependencies are satisfied.

* ``matrixService`` is provided at the lowest level, as it just wraps the raw HTTP calls.
* ``modelService`` allows models of matrix objects to be accessed, such as ``User``,
``Room``, ``RoomState`` and ``RoomMember``, and provides convenience functions to perform
HTTP calls on these objects (e.g. ``Room.leave``).
* ``eventHandlerService`` interprets raw Matrix events and determines what needs to be
stored with the ``modelService``.
* ``eventStreamService`` controls long-polling behaviour on the ``/events`` HTTP call.
* ``typingService`` controls the submission of typing events into a room.
* ``presenceService`` controls the submission of presence events.

Alternatively, you can use different controllers and html templates and leave the services
to work together as is.

Tests
=====
Tests are contained in the `test directory`_. They require
Karma (running PhantomJS) and Jasmine 2.x+ in order to run. Assuming you have the
required karma plugins, you can run the tests by running ``karma start`` in the
test directory.

Attributions
============
File icons are taken from http://medialoot.com/item/free-flat-filetype-icons/ and
distributed under the terms of the Paid License (invoice #7355)

Keyboard and GIF icon from icons8: http://icons8.com/

.. _Synapse: https://github.com/matrix-org/synapse/
.. _Matrix: http://www.matrix.org
.. _Client-Server API: http://matrix.org/docs/api/client-server/
.. _test directory: syweb/webclient/test

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/darix:/matrix/openSUSE_Leap_42.2/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
python2-matrix-angular-sdk

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
python(abi) = 2.7
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/python2.7/site-packages/matrix_angular_sdk-0.6.8-py2.7.egg-info
/usr/lib/python2.7/site-packages/matrix_angular_sdk-0.6.8-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/matrix_angular_sdk-0.6.8-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/matrix_angular_sdk-0.6.8-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/matrix_angular_sdk-0.6.8-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/matrix_angular_sdk-0.6.8-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/syweb
/usr/lib/python2.7/site-packages/syweb/__init__.py
/usr/lib/python2.7/site-packages/syweb/__init__.pyc
/usr/lib/python2.7/site-packages/syweb/webclient
/usr/lib/python2.7/site-packages/syweb/webclient/README
/usr/lib/python2.7/site-packages/syweb/webclient/VERSION
/usr/lib/python2.7/site-packages/syweb/webclient/app
/usr/lib/python2.7/site-packages/syweb/webclient/app/app-controller.js
/usr/lib/python2.7/site-packages/syweb/webclient/app/app-directive.js
/usr/lib/python2.7/site-packages/syweb/webclient/app/app-filter.js
/usr/lib/python2.7/site-packages/syweb/webclient/app/app.css
/usr/lib/python2.7/site-packages/syweb/webclient/app/app.js
/usr/lib/python2.7/site-packages/syweb/webclient/app/bootstrap.css
/usr/lib/python2.7/site-packages/syweb/webclient/app/components
/usr/lib/python2.7/site-packages/syweb/webclient/app/components/dialogs
/usr/lib/python2.7/site-packages/syweb/webclient/app/components/dialogs/dialog-service.js
/usr/lib/python2.7/site-packages/syweb/webclient/app/components/fileInput
/usr/lib/python2.7/site-packages/syweb/webclient/app/components/fileInput/file-input-directive.js
/usr/lib/python2.7/site-packages/syweb/webclient/app/components/fileUpload
/usr/lib/python2.7/site-packages/syweb/webclient/app/components/fileUpload/file-upload-service.js
/usr/lib/python2.7/site-packages/syweb/webclient/app/components/matrix
/usr/lib/python2.7/site-packages/syweb/webclient/app/components/matrix/commands-service.js
/usr/lib/python2.7/site-packages/syweb/webclient/app/components/matrix/event-handler-service.js
/usr/lib/python2.7/site-packages/syweb/webclient/app/components/matrix/event-reaper-service.js
There is 168 files more in these RPM.

 
ICM