Home | |
|
|
Here you can find the live production code and development code for this site. Usernames and passwords have been removed from the code for security reasons as most of the site's content is in databases. We invite you to look at our code and offer suggestions for improvements to admin@ldstranslations.org. The folders on the left are the production code (lang) and development code (test). You can see the code in action by going to https://ldstranslations.org and https://ldstranslations.org/test respectively. This is the actual folder structure of the code on our server. We have two folders at the root of our public HTML folder, one for production and one for development. The .htaccess file points the user to the lang folder. Therefore, for a user to see our development folder, he or she must go to ldstranslations.org/test. The next parts of the URL are the activity, the language (if applicable), the book, and the chapter. These URL's do not point to an actual folder on the server, but are simply pointing to a index.php file in either the lang or test folder and then these variables are passed to the page to display the correct content. For your convenience, you can download all of the latest files in a single zip file called code.zip. We will also be uploading the code from time to time to https://sourceforge.net/projects/translatablelib/ to archive code, but here you will find the most up-to-date version of the code possible. |