Giter VIP home page Giter VIP logo

textsplit's Introduction

TextSplit readme

TextSplit is a service application which developed in National News Agency of Ukraine 
(Ukrinform) for splitting large texts for further release in internal information system. 
Source code of this application is distributing under terms of GNU GPLv2 license 
(see LICENSE file).


CHANGELOG
==========================================================================================
TextSplit v0.1 (23.11.11)

Changes:
 + main concept implemented;
==========================================================================================
TextSplit v0.2 (23.11.11)

Changes:
 + header added;
 * comments updated;
==========================================================================================
TextSplit v0.3 (24.11.11)
    
Changes:
 * production release;
 * optimization for EKOP messages;
 * method SplitText renamed as ekopSplit;
 + header detection method added (ekopFindHeader);
    
Fixes:
 X SplitText method used regular string expression instead of textSeparator variable;
==========================================================================================
TextSplit v0.3r1 (25.11.11)
    
Changes:
 + TODO's added;
 * comments modified;
    
Fixes:
 X buttons in outputFrame checks their activity before call moveStack method;
==========================================================================================
TextSplit v0.4 (05.12.11)
    
Changes:
 + complete clipboard support;
 + lineSplit method added;
 + local varialbe ekopMaxText for ekopSplit added;
 + byte indication added;
 + EKOP service header in blocks added;
 * some public variables and methods was changed to private;
==========================================================================================
TextSplit v0.4r1 (09.12.11)
    
Changes:
 + add new mode for ekopSplit();
 * ekopSplit now require boolean argument;
 - ekopMaxText variable was deleted;
    
Fixes:
 X ekopSplit() method was fixed in order to get correct result with TV program;
==========================================================================================
TextSplit v0.4r2 (09.12.11)
    
Fixes:
 X ekopAddToStack() fixed for non-header mode;
==========================================================================================
TextSplit v0.5 (24.12.11)
    
Changes:
 + localization sub-system added (uk, en and ru);
    
Fixes:
 X fallback localization fixed;
 X fixes for russian localization;
 X fixes for applyeing messages in ASOP (testing);
==========================================================================================
TextSplit v0.6 (12.03.12)

Changes:
 + warning message will appear if text is smaller then limit;
 + add header detection in TextSplit.ekopSplit method;
 + added Paste button;
 * TextSplit.ekopFindHeader method was marked as deprecated;
 * TextSplit.ekopFindHeaderCI method was commented, will be deleted soon;
 * some changes in localization resources;
 * some preparation for release;

Fixes:
 X fixes in UI;
 X fixes in localization;
 X false log messages fixed;
 X fixed program fault with some messages [TextSplit.java:204];
==========================================================================================
TextSplit v0.6r1 (13.05.12)

Fixes:
 X turn to use unix line separator while JRE return
   wrong separator on Windows;
==========================================================================================
TextSplit v0.6r2 (17.05.12)

Fixes:
X fix error with line separator in Windows, now program can define separator by itself;
==========================================================================================


COPYRIGHT

© Ukrinform 2011-2012.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.