|
Learning with Texts - Fork 2.4.0-fork
Learn foreign languages with texts
|
| ▼ docs | |
| info.php | LWT Information / Help |
| ▼ inc | |
| ajax_add_term_transl.php | Add a translation to term |
| ajax_check_regexp.php | Check whether a regexp is valid, returns error message or empty string |
| ajax_chg_term_status.php | Change term status (Table Test) |
| ajax_edit_impr_text.php | Display table for Improved Annotation (Edit Mode), |
| ajax_get_phonetic.php | Make the phonetic translation of a word |
| ajax_get_theme.php | Return theme path |
| ajax_load_feed.php | Load a RSS feed |
| ajax_save_impr_text.php | Save Improved Annotation |
| ajax_save_setting.php | Save a Setting (k/v) |
| ajax_save_text_position.php | Save text and/or audio position (Read Text Screen) |
| ajax_show_imported_terms.php | Launch an AJAX query to show imported terms |
| ajax_show_sentences.php | Show sentences in edit_texts.php, etc |
| ajax_show_similar_terms.php | Show similar terms |
| ajax_update_media_select.php | Updating media select in edit_texts.php |
| ajax_word_counts.php | Calculating Word Counts, Ajax call in edit_texts.php |
| database_connect.php | Connects to the database and check its state |
| kernel_utility.php | Core utility functions that do not require a complete session |
| langdefs.php | Define all the supported languages |
| mobile_interactions.php | Handle interactions with mobile platforms |
| session_utility.php | All the files needed for a LWT session |
| settings.php | Proceed to the general settings |
| simterms.php | PHP Utility Functions to calculate similar terms of a term |
| start_session.php | Start a PHP session |
| wp_logincheck.php | WordPress Login Check To be inserted in "connect.inc.php" when LWT used with WordPress |
| ▼ src | |
| ▼ php | |
| markdown_converter.php | Simple Mardown to HTML utility file |
| minifier.php | JS and CSS minifier |
| all_words_wellknown.php | Setting all unknown words to Well Known (99) |
| backup_restore.php | Backup/Restore/Empty LWT Database |
| check_text.php | Check (parse & split) a Text (into sentences/words) |
| connect.inc.php | Your own DB variables |
| connect_easyphp.inc.php | DB variables for EasyPHP |
| connect_mamp.php | DB variables for MAMP |
| connect_wordpress.inc.php | DB variables when LWT is integrated with WordPress |
| delete_mword.php | Delete an expression |
| delete_word.php | Delete a word |
| display_impr_text.php | Display an improved annotated text (frame set) |
| display_impr_text_header.php | Display an improved annotated text (top frame) |
| display_impr_text_text.php | Display an improved annotated text (text frame) |
| do_feeds.php | Prepare RSS feeds |
| do_test.php | Start a test (frameset) |
| do_test_header.php | Show test header frame |
| do_test_table.php | Show test frame with vocab table |
| do_test_test.php | Show test frame |
| do_text.php | Start Reading a text (frameset) |
| do_text_header.php | Responsible for drawing the header when reading texts |
| do_text_text.php | Show text header frame |
| edit_languages.php | Manage languages |
| edit_texts.php | Manage active texts |
| edit_tword.php | Edit term while testing |
| edit_word.php | Create or edit single word |
| index.php | LWT Start Screen / Main Menu / Home |
| insert_word_ignore.php | Ignore single word (new term with status 98) |
| insert_word_wellknown.php | Ignore single word (new term with status 99) |
| mobile.php | LWT Mobile |
| print_impr_text.php | Print/Edit an improved annotated text |
| select_lang_pair.php | Display Language Pair Selection Window for Wizard |
| set_test_status.php | Change status of term while testing |
| set_text_mode.php | Change the text display mode |
| set_word_status.php | Change status of term while reading |
| text_from_yt.php | From to import a file from YouTube. You need a personal YouTube API key |
| text_to_speech_settings.php | Utility for calling system speech synthesizer |
| trans.php | Get a translation from Web Dictionary |
| wp_lwt_start.php | Start LWT with WordPress |