Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
titleContent of this page

In 2017 there was several initiated projects. This page collects them all - and what status they have.

Some of the projects goes far back in time and is not bound to 2017.



Panel
titleContent of this page

Table of Contents



v5.0The 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. v1
ProjectPROJECTDescriptionDESCRIPTIONStatusSTATUSPriorityPRIORITYLinksLINKS
ForumThe 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.

Status
subtletrue
colourBlueGreen
titleplanninglive

Status
colourRedBlue
titlelowmedium

The forumAuthPortal
TorneAUTH 4.0"The portal of everything". This is where most of account editing and configuration happens.

Status
colourGreen
titlesupportedlive

Status
colourGreen
titleHigh

 
TorneLIB

Status
colourYellow
titleDeprecated but maintained

Status
colourRed
titleLow
BitbucketTorneLIB v66.0Library, 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.

Status
colourGreen
titleReleased and supportedlive

Status
colourGreen
titlehigh

See "TorneLIBv6 Modules"Project pages
TorneAPI 3.0Obsolete. Will be removed soon.

Status
colourRed
titleUnsupported

Status
colourGrey
titleobsolete
BitbucketTorneAPI v2.0

Primary stable API. Runs on its own engine. However, there are a few bottlenecks in the current source.
It went too heavy after I got halfway inspired of how to "really build an API". API v3 will be built from scratch.

Status
subtletrue
Version of TorneAPI is both live at tornevall.net and has a open source project branch.

Status
colourGreen
titleReleased and supportedlive

Status
colourGreen
titleHigh

 BitbucketTorneAPI v3.0Version 3.0, nothing more to say.
Status
titleBuilding

Status
colourGreen
titleHigh

 DNSBL v5DNSBL 5.0The 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.

Status
colourGreen
titleReleased and supportedlive

Status
colourGreen
titleHigh

 
NETFILTERA 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.

Status
colourBlue
titleRebuilding

Status
colourGreenBlue
titleHighmedium

 
SnapShotAPIAn independent section, formerly known as RSSFetch, that downloads and monitors updates and changes in different RSS/XML feeds.

Status
subtletrue
colourGreenBlue
titleReleased/DevelopingREBUILDING

Status
colourBlue
titlemedium

 

Projects On Hold

ProjectDescriptionStatusPriorityLinks
Votech PollguruA complete failure that misfired in the last release. Planned - but in future only.

Status
colourGrey
titlepaused

Status
colourRed
titleLow

 
Skype Video DownloaderA .NET project that has been paused but are planned.

Status
colourGrey
titlepaused

Status
colourRed
titleLow

 

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/LinkContentDocumentationLinksComposer

tornelib-php-core

Status
colourGreen
titleSupported
Core module. Installing this, installs all necessary modules that fore example TorneAPI uses.Coming soon

Bitbucket
Packagist

composer require tornevall/tornelib-php-core

tornelib-php-crypto

Status
colourGreen
titleSupported

Crypto-IO module. Handles encryption, encoding and some I/O features.Coming soonBitbucket
Packagist
composer require tornevall/tornelib-php-crypto

tornelib-php-database

Status
colourGreen
titleSupported

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 soonBitbucket
Packagist
composer require tornevall/tornelib-php-database

tornelib-php-netcurl

Status
colourGreen
titleSupported

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 soonBitbucket
Packagist
composer require tornevall/tornelib-php-netcurl

tornelib-php-pluggable

Status
colourGreen
titleSupported

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 soonBitbucket
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 moduleContentDocumentationLinksComposer

tornelib-php-plugin-graphics

Status
colourGreen
titleSupported

Graphics library, formerly known as JPGraph Pluggable. Should handle all graphical actions, not only jpgraph.
Coming soon

Bitbucket
Packagist

composer require tornevall/tornelib-php-plugin-graphics

tornelib-php-plugin-smarty

Status
colourGreen
titleSupported

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 soonBitbucket
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 moduleContentStatustornelib-php-plugin-social-facebookFacebook plugin

Status
colourBlue
titledeveloping

tornelib-php-plugin-social-twitterTwitter plugin

Status
subtletrue
colourBlue
titlePlanned

Other sources and projects

Projects Abandoned

Some of the older projects has been completely abandoned and will soon be, or are already, abandoned. They should not be used at all, but if there is any questions on what happened there, here's a list.

ProjectDescriptionStatusPriorityLinks
TorneAPI v1.0Obsolete. Will be removed soon.

Status
colourRed
titleabandoned

Status
colourGrey
titleabandoned

Bitbucket
TorneAPI v2.0

Primary stable API. Runs on its own engine. However, there are a few bottlenecks in the current source.
It went too heavy after I got halfway inspired of how to "really build an API". API v3 will be built from scratch.

Status
colourRed
titleAbandoned

Status
titleAbandoned


TorneLIB v5.0The 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.

Status
colourRed
titleabandoned

Status
colourGrey
titlemerges only

Bitbucket