2017 © Pedro Peláez
 

project foler

Single file translation system for websites

image

serkin/foler

Single file translation system for websites

  • Thursday, June 18, 2015
  • by serkin
  • Repository
  • 2 Watchers
  • 2 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Web based single page translation system

Build Status Coverage Status Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License SensioLabsInsight, (*1)

To get started you need: * Created database and user in your MySQL server * Import db schema from dump.sql to your db * Copy foler.php to your server. You can rename it if you want * Adjust db settings in foler.php, (*2)

Adjusting settings

Open foler.php and change your db credentials, (*3)

$app['config'] = array(
    'db' => array(
        'dsn'      => 'mysql:dbname=foler;host=localhost',
        'user'      => 'foler',
        'password'  => '*********'
    ),
    'url' => $_SERVER['PHP_SELF'],
    'debug' => false
);

Screenshots

Foler, (*4)

TODO

  • Add Russian localization
  • Add German localization
  • Add export to xliff

Licence

  • MIT

The Versions

18/06 2015

dev-master

9999999-dev https://github.com/serkin/foler

Single file translation system for websites

  Sources   Download

MIT

The Requires

  • ext-pdo_mysql *
  • php >=5.5

 

The Development Requires

translation i18n localization

18/06 2015

dev-develop

dev-develop https://github.com/serkin/foler

Single file translation system for websites

  Sources   Download

MIT

The Requires

  • ext-pdo_mysql *
  • php >=5.5

 

The Development Requires

translation i18n localization

19/05 2015

v1.1.4

1.1.4.0 https://github.com/serkin/foler

Single page translation system for websites

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-pdo_mysql *

 

The Development Requires

translation i18n localization

19/05 2015

v1.1.3

1.1.3.0 https://github.com/serkin/foler

Single page translation system for websites

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-pdo_mysql *

 

The Development Requires

translation i18n localization