Project | Description | Status | Priority | Links |
---|---|---|---|---|
Forum | The golden era is over. Our forum, is almost buried, as Facebook has taken over most of the market. Currently, our forum is also broken and highly unsupported. A plan DO exist, to rebuild something here. Either with new CMS software, the same software from scratch, or something else that is more Facebook friendly. | PLANNING | LOW | The forum |
AuthPortal | "The portal of everything". This is where most of account editing and configuration happens. | SUPPORTED | HIGH | |
TorneLIB v5.0 | The version we thought should be revolutionary. That part failed. Too many strange dependencies. Still maintained but as v6.0 goes online, this goes in deprecation. Will be replaced completely in future. However, sources are still deployed (untagged in master) from v6, to keep some modules stable. Also known as TorneEngine, TREngine/PHPCore (commercial-ish edition), etc. | DEPRECATED BUT MAINTAINED | LOW | Bitbucket |
TorneLIB v6.0 | Library, based on five other projects, merged together since 2006 and most of them was never finished. Version 6 is however finished, but the parts in the library are built on modules (compatible with composer) instead. | RELEASED AND SUPPORTED | HIGH | See "TorneLIBv6 Modules" |
TorneAPI v1.0 | Obsolete. Will be removed soon. | UNSUPPORTED | OBSOLETE | Bitbucket |
TorneAPI v2.0 | Primary stable API. Runs on its own engine. However, there are a few bottlenecks in the current source. | RELEASED AND SUPPORTED | HIGH | Bitbucket |
TorneAPI v3.0 | Version 3.0, nothing more to say. | BUILDING | HIGH | |
DNSBL v5 | The DNS Blacklist project. Exists, as a web-application (but it seems to no longer work properly). Needs maintenance A.S.A.P - However, the API works just fine (in APIv2). Will be transferred to APIv3. | RELEASED AND SUPPORTED | HIGH | |
NETFILTER | A project that, from the initial start, was built to remove elements from the Facebook timeline, such as spammy tests and such. Currently, requests has been made to also remove political links, fake news and different kinds of spam - not only on Facebook as the whole interwebz are filled with this unwanted information. | REBUILDING | HIGH | |
SnapShotAPI | An independent section, formerly known as RSSFetch, that downloads and monitors updates and changes in different RSS/XML feeds. | RELEASED/DEVELOPING | MEDIUM | |
Votech Pollguru | A complete failure that misfired in the last release. Planned - but in future only. | PAUSED | LOW | |
Skype Video Downloader | A .NET project that has been paused but are planned. | PAUSED | LOW |
TorneLIBv6 Modules
Project list related to TorneLIB are all collected in the same place: Here, in JIRA. They are separated on components and has their own releases. Each release component can be installed with composer (see packagist here). Most of the components do have unit-tests included to assure both forward- and backward compatiblity.
Component/Link | Content | Documentation | Links | Composer |
---|---|---|---|---|
Core module. Installing this, installs all necessary modules that fore example TorneAPI uses. | Coming soon | composer require tornevall/tornelib-php-core | ||
Crypto-IO module. Handles encryption, encoding and some I/O features. | Coming soon | Bitbucket Packagist | composer require tornevall/tornelib-php-crypto | |
Database engine. Target database handling: Any. TornLIB v5 had a wide, but half sloppy, support for some database engines. In version 6, we have reinitiated the support by primary aim at MySQL. Upcoming plans to support sqlite3, pgsql, mssql/odbc, etc. However, currently there are no test platforms for this, so this support has been reverted from the source while waiting. | Coming soon | Bitbucket Packagist | composer require tornevall/tornelib-php-database | |
Engine that not only handles CURL and Web calls. It also contains modules to handle different kind of network actions. This might look as we're rebuilding the wheel. However, our intentions with netcurl has been very specific, which is also described in the documents. | Coming soon | Bitbucket Packagist | composer require tornevall/tornelib-php-netcurl | |
Plugin library, that is primarily built to handle externally loaded libraries. It makes it possible to load modules dynamically into the primary core library. Currently graphics and smarty is loaded but there is a bigger goal with this: To be able to load social media modules. | Coming soon | Bitbucket Packagist | composer require tornevall/tornelib-php-pluggable |
Plugin modules
Those modules are plugin modules, that could be freely included in the core library (or extended use). Some of the packages are included in the core library.
Plugin module | Content | Documentation | Links | Composer |
---|---|---|---|---|
Graphics library, formerly known as JPGraph Pluggable. Should handle all graphical actions, not only jpgraph. | Coming soon | composer require tornevall/tornelib-php-plugin-graphics | ||
Template and html content plugin. Utilizes Smarty, by initializing a default engine that renders content for websites. This might look as we're rebuilding the wheel, but this build are here only to be backwards compatibility with older calls from TorneLIB. | Coming soon | Bitbucket Packagist | composer require tornevall/tornelib-php-plugin-smarty |
Planned or coming modules
This is a list of modules that might be upcoming in the future. Some of them are near, since they are inspiring or in a development state of some kind.
Plugin module | Content | Status |
---|---|---|
tornelib-php-plugin-social-facebook | Facebook plugin | DEVELOPING |
tornelib-php-plugin-social-twitter | Twitter plugin | PLANNED |