0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: ReadMe.txt.tar
home/academiac/www/templates/mw_business/ReadMe.txt 0000604 00000006501 15137245532 0016446 0 ustar 00 MW-Templates - http://www.my-templateshop.de Lizenzbestimmungen: ------------------------------ Alle Templates die von MW Templates / www.my-templateshop.de zur Verfügung gestellt werden, dürfen Sie kostenlos für private und gewerbliche Zwecke nutzen, solange das Copyright mit Link sowie der Sponsored-Link nicht entfernt wird! Alle Templates von MW Templates (www.my-templateshop.de) unterstehen der creative commons by-sa Lizenz --> http://creativecommons.org/licenses/by-sa/3.0/deed.de. All Templates are for free privat and commercial use, if you don´t delete or change the copyright with link and the sponsored-link! License - CC BY 3.0 --> http://creativecommons.org/licenses/by/3.0/ ------------------------------ Logo und Bilddateien liegen im images Ordner evtl. ersetzen. Headline und Slogan können bei den Basis Optionen geändert werden Sitebar Menü Anleitung für Joomla 1.7 / J 1.6 ------------------------------ Site Menu left / right (Vertikales Menü) Benutzen Sie das Modul-Class-Suffix (Modulklassensuffix) "art-vmenu" unter Erweiterte Optionen z.B. im Hauptmenü ------------------------------ =========== Contents =========== * Installing Joomla Template * Utilizing Menus * Customizing the Footer *** Installing Joomla Template --------------------------------------- To install an exported and zipped template via the Joomla administration panel please do the following: 1. Go to Joomla Administrator (www.your-site.com/administrator) -> Extensions -> Install/Uninstall 2. In the "Extension Manager" choose the first option 'Upload Package File'. 3. Click the "Browse..." button to select the zip file from your computer. 4. Click the "Upload File & Install" button. For more information please visit http://docs.joomla.org/How_to_install_templates *** Utilizing Menus ------------------------------- Please use the following steps to utilize menu style designed with Artisteer: 1. Go to Joomla Administrator (www.your-site.com/administrator) -> Extensions -> Module Manager. 2. Open an existing menu or create a new one and place it into the "position-1" position. NOTE: the "position-1" position can contain only a single menu, or none. To create a custom Vertical Menu with separators: 1. Log in to Joomla Administration and open your custom menu (Menus-> [custom menu name]) 2. Press “New” to add a menu item and select a separator menu item type, or click the existing menu item, press “Change Type” and save it as a separator. 3. Open the item, which is to be placed inside the separator, and select the separator as its parent item. *** Customizing the Footer ------------------------------ To customize the template footer in Joomla administration place one or multiple modules into the "copyright" position. This will replace the default copyright text included in the template footer with the new content provided by the module. Here are sample steps to configure custom footer: 1. Go to Joomla Administrator (www.your-site.com/administrator) -> Extensions -> Module Manager. 2. Click "New", select "Custom HTML", then select "Next". 3. In the module properties specify: Title - Show Title: No Position: copyright Custom Output: (the desired footer content) 4. Save your changes. You can now use the newly created module for further footer customizations without utilizing additional modules. home/academiac/www/templates/puntopc/ReadMe.txt 0000604 00000004514 15137276304 0015603 0 ustar 00 =========== Contents =========== * Installing Joomla Template * Utilizing Menus * Customizing the Footer For more information please visit http://www.artisteer.com/?p=help_joomla *** Installing Joomla Template --------------------------------------- To install an exported and zipped template via the Joomla administration panel please do the following: 1. Go to Joomla Administrator (www.your-site.com/administrator) -> Extensions -> Install/Uninstall 2. In the "Extension Manager" choose the first option 'Upload Package File'. 3. Click the "Browse..." button to select the zip file from your computer. 4. Click the "Upload File & Install" button. For more information please visit http://docs.joomla.org/How_to_install_templates *** Utilizing Menus ------------------------------- Please use the following steps to utilize menu style designed with Artisteer: 1. Go to Joomla Administrator (www.your-site.com/administrator) -> Extensions -> Module Manager. 2. Open an existing menu or create a new one and place it into the "position-1" position. NOTE: the "position-1" position can contain only a single menu, or none. To create a custom Vertical Menu with separators: 1. Log in to Joomla Administration and open your custom menu (Menus-> [custom menu name]) 2. Press “New” to add a menu item and select a separator menu item type, or click the existing menu item, press “Change Type” and save it as a separator. 3. Open the item, which is to be placed inside the separator, and select the separator as its parent item. *** Customizing the Footer ------------------------------ To customize the template footer in Joomla administration place one or multiple modules into the "copyright" position. This will replace the default copyright text included in the template footer with the new content provided by the module. Here are sample steps to configure custom footer: 1. Go to Joomla Administrator (www.your-site.com/administrator) -> Extensions -> Module Manager. 2. Click "New", select "Custom HTML", then select "Next". 3. In the module properties specify: Title - Show Title: No Position: copyright Custom Output: (the desired footer content) 4. Save your changes. You can now use the newly created module for further footer customizations without utilizing additional modules. home/academiac/www/libraries/simplepie/idn/ReadMe.txt 0000644 00000011244 15137367211 0016632 0 ustar 00 ******************************************************************************* * * * IDNA Convert (idna_convert.class.php) * * * * http://idnaconv.phlymail.de mailto:phlymail@phlylabs.de * ******************************************************************************* * (c) 2004-2007 phlyLabs, Berlin * * This file is encoded in UTF-8 * ******************************************************************************* Introduction ------------ The class idna_convert allows to convert internationalized domain names (see RFC 3490, 3491, 3492 and 3454 for detials) as they can be used with various registries worldwide to be translated between their original (localized) form and their encoded form as it will be used in the DNS (Domain Name System). The class provides two public methods, encode() and decode(), which do exactly what you would expect them to do. You are allowed to use complete domain names, simple strings and complete email addresses as well. That means, that you might use any of the following notations: - www.nörgler.com - xn--nrgler-wxa - xn--brse-5qa.xn--knrz-1ra.info Errors, incorrectly encoded or invalid strings will lead to either a FALSE response (when in strict mode) or to only partially converted strings. You can query the occured error by calling the method get_last_error(). Unicode strings are expected to be either UTF-8 strings, UCS-4 strings or UCS-4 arrays. The default format is UTF-8. For setting different encodings, you can call the method setParams() - please see the inline documentation for details. ACE strings (the Punycode form) are always 7bit ASCII strings. ATTENTION: We no longer supply the PHP5 version of the class. It is not necessary for achieving a successfull conversion, since the supplied PHP code is compatible with both PHP4 and PHP5. We expect to see no compatibility issues with the upcoming PHP6, too. Files ----- idna_convert.class.php - The actual class idna_convert.create.npdata.php - Useful for (re)creating the NPData file npdata.ser - Serialized data for NamePrep example.php - An example web page for converting ReadMe.txt - This file LICENCE - The LGPL licence file The class is contained in idna_convert.class.php. MAKE SURE to copy the npdata.ser file into the same folder as the class file itself! Examples -------- 1. Say we wish to encode the domain name nörgler.com: // Include the class include_once('idna_convert.class.php'); // Instantiate it * $IDN = new idna_convert(); // The input string, if input is not UTF-8 or UCS-4, it must be converted before $input = utf8_encode('nörgler.com'); // Encode it to its punycode presentation $output = $IDN->encode($input); // Output, what we got now echo $output; // This will read: xn--nrgler-wxa.com 2. We received an email from a punycoded domain and are willing to learn, how the domain name reads originally // Include the class include_once('idna_convert.class.php'); // Instantiate it (depending on the version you are using) with $IDN = new idna_convert(); // The input string $input = 'andre@xn--brse-5qa.xn--knrz-1ra.info'; // Encode it to its punycode presentation $output = $IDN->decode($input); // Output, what we got now, if output should be in a format different to UTF-8 // or UCS-4, you will have to convert it before outputting it echo utf8_decode($output); // This will read: andre@börse.knörz.info 3. The input is read from a UCS-4 coded file and encoded line by line. By appending the optional second parameter we tell enode() about the input format to be used // Include the class include_once('idna_convert.class.php'); // Instantiate it $IDN = new dinca_convert(); // Iterate through the input file line by line foreach (file('ucs4-domains.txt') as $line) { echo $IDN->encode(trim($line), 'ucs4_string'); echo "\n"; } NPData ------ Should you need to recreate the npdata.ser file, which holds all necessary translation tables in a serialized format, you can run the file idna_convert.create.npdata.php, which creates the file for you and stores it in the same folder, where it is placed. Should you need to do changes to the tables you can do so, but beware of the consequences. Contact us ---------- In case of errors, bugs, questions, wishes, please don't hesitate to contact us under the email address above. The team of phlyLabs http://phlylabs.de mailto:phlymail@phlylabs.de
©
2018.