To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Movim
Original author(s)Timothée Jaussoin
Developer(s)The Movim Project
Repository
Written inPHP
TypeSocial network service
LicenseAGPL-3.0-or-later[1][2]
Websitemovim.eu

Movim (My Open Virtual Identity Manager) is a distributed social network built on top of XMPP, a popular open standards communication protocol. Movim is a free and open source software licensed under the AGPL-3.0-or-later license.[1][2] It can be accessed using existing XMPP clients and Jabber accounts.

The project was founded by Timothée Jaussoin in 2010. It is maintained by Timothée Jaussoin and Christine Ho.[3]

YouTube Encyclopedic

  • 1/3
    Views:
    406
    1 221
    72 777
  • Moving Company Software
  • Apps & CRM Software For The Modern Moving Company
  • What Competitive Programmers feel when moving to Software Engineering #shorts #ytshorts

Transcription

Concept

Movim is a distributed social networking platform. It builds an abstraction layer for communication and data management while leveraging the strength of the underlying XMPP protocol.

XMPP is a widely used open standards communication platform. Using XMPP allows the service to interface with existing XMPP clients like Conversations, Pidgin, Xabber and Jappix. Users can directly login to Movim using their existing Jabber account.

Movim addresses the privacy concerns related to centralized social networks by allowing users set up their own server (or "pod") to host content; pods can then interact to share status updates, photographs, and other social data.[4] Users can export their data to other pods or offline allowing for greater flexibility.[4]

It allows its users to host their data with a traditional web host, a cloud-based host, an ISP, or a friend. The framework, which is being built on PHP, is a free software and can be experimented with by external developers.

Technology

Movim is developed using PHP, CSS and HTML5.[5] The software initially used the Symfony framework. Due to the complexity of the application and the XMPP connection management, developers rewrote Movim as a standalone application. It now has its own libraries and APIs.

Movim was earlier based on the JAXL library for implementing XMPP.[6] JAXL has been replaced by Moxl (Movim XMPP Library), licensed under the AGPL-3.0-only license,[7] to manage connecting to the server through the XMPP WebSocket protocol. This is claimed to have reduced the code complexity and performance load while providing better error management.[8]

The platform used Modl (Movim Data Layer) until the version 0.13, a PHP database layer using DAO Patterns for database interfacing.[9] The project was then migrated to the Laravel Eloquent ORM.[10]

Architecture

The project consists of a set of libraries that provide an abstraction layer on top of XMPP for communication and data management.

Requests are handled by instances of a derived interface controller class. This methodology is similar to the query processing in a MVC framework.

Access to the interface is provided by a system of widgets, allowing through introspection capabilities, to write AJAX elements without using JavaScript. The page display uses a system of nested templates.

See also

References

  1. ^ a b "Movim AGPL-3.0-or-later". GitHub. 13 December 2021.
  2. ^ a b "Movim, License". GitHub. Retrieved 10 January 2016.
  3. ^ "Talk with Movim Developers". 29 June 2013. Retrieved 24 October 2013.
  4. ^ a b "Install Movim". GitHub. 29 March 2017. Retrieved 19 May 2017.
  5. ^ "Movim Technology". 1 August 2012. Archived from the original on 29 October 2013. Retrieved 24 October 2013.
  6. ^ "Movim 0.1". Archived from the original on 24 October 2013. Retrieved 24 October 2013.
  7. ^ "Moxl AGPL-3.0-only". GitHub. 13 December 2021.
  8. ^ "Moxl, Movim's New XMPP library". movim.eu. 2012-09-15. Archived from the original on 29 October 2013. Retrieved 24 October 2013.
  9. ^ "Modl, Movim Data Layer". GitHub. 2015-01-10. Retrieved 10 January 2015.
  10. ^ "From Modl to Eloquent, or how to change a social network database engine". 2018-04-17. Retrieved 17 April 2018.

External links

This page was last edited on 1 February 2024, at 00:49
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.