Author: mseidel Date: Tue Jan 31 13:15:34 2017 New Revision: 1781076 URL: http://svn.apache.org/viewvc?rev=1781076&view=rev Log: Updated text for 200 million downloads, minor changes for https, fixed typos
Modified: openoffice/site/trunk/content/website-native.mdtext Modified: openoffice/site/trunk/content/website-native.mdtext URL: http://svn.apache.org/viewvc/openoffice/site/trunk/content/website-native.mdtext?rev=1781076&r1=1781075&r2=1781076&view=diff ============================================================================== --- openoffice/site/trunk/content/website-native.mdtext (original) +++ openoffice/site/trunk/content/website-native.mdtext Tue Jan 31 13:15:34 2017 @@ -21,8 +21,8 @@ Notice: Licensed to the Apache Softwa Apache OpenOffice supports users around the world via our many OpenOffice localizations, via native language mailing lists and support forums, and by translations of our website. This page describes the steps to create and maintain an NL website. Following these steps you -can create a website translation like our [Spanish](http://www.openoffice.org/es/), -[Turkish](http://www.openoffice.org/tr/) or [Dutch](http://www.openoffice.org/nl/) websites. +can create a website translation like our [Spanish](https://www.openoffice.org/es/), +[Turkish](https://www.openoffice.org/tr/) or [Dutch](https://www.openoffice.org/nl/) websites. Making updates to the Apache OpenOffice project's websites is simple. It's even easy for non-committers (new contributors - like you) to create a patch to request that @@ -30,7 +30,7 @@ pages are updated by the project communi ## The XX Website -The easiest way to get started is with the [XX website](http://www.openoffice.org/xx/).This +The easiest way to get started is with the [XX website](https://www.openoffice.org/xx/).This website is a extract of the most-commonly visited pages from the English website, including: * The home page @@ -52,7 +52,7 @@ to do your work in a test directory. **Let's take a concrete example:** <br /> Suppose your target language is Italian (it). You will want to do -the following. If you are not a Committer and are not familiar with Subversion then you +the following. If you are not a committer and are not familiar with Subversion then you will want to get help with these steps by asking on the mailing list. 1. Make a copy (svn copy) of the @@ -79,7 +79,7 @@ The files will be in two main formats: 1. HTML files. 1. Markdown text files. -[Need to know more about Markdown Text?](http://daringfireball.net/projects/markdown/basics) +[Need to know more about Markdown Text?](https://daringfireball.net/projects/markdown/basics) In your translation, do not change the file or directory names. Be careful to preserve the markup of the HTML and the indentation levels of the MDText files. @@ -127,7 +127,7 @@ a the separate Javascript file "msg_prop the variables. Look for the further section if you need more help on this. 1. It is easy to miss the social networking messages in /download/index.html. These are in the HTML header block and in function shareTwitter(). The string is something -like "Join the OpenOffice revolution, the free office productivity suite with over 100 +like "Join the OpenOffice revolution, the free office productivity suite with over 200 million trusted downloads." You should translate these, but adapt if needed to keep the Twitter string within the 140 limit for Twitter. @@ -171,11 +171,11 @@ l10n.dl_analyze_headline_text = "How to <br /> --> "analyze.html" -l10n.dl_help_link = "http://www.openoffice.org/download/full_vs_lp.html"; +l10n.dl_help_link = "https://www.openoffice.org/download/full_vs_lp.html"; <br /> --> "full_vs_lp.html" -Also many links in the navigation bar referes to global webpages. +Also many links in the navigation bar refers to global webpages. ## NL-Specific Content @@ -207,7 +207,7 @@ over like this: 1. Commit these changes and commit them via the CMS This order is recommended, with the commit and publish after the deletion of the old -directorym due to a CMS build issue we've run into if all these steps are done together in +directory due to a CMS build issue we've run into if all these steps are done together in a single commit. ## Maintaining NL Websites @@ -218,12 +218,12 @@ release? A new blog post? ## You got stuck and need help? -You can always refer to the global webpages at "http://www.openoffice.org/". The directory +You can always refer to the global webpages at "https://www.openoffice.org/". The directory and file structure is the same. ## You need a helping hand? You can get in contact with us via the -[L10N mailing list](http://openoffice.apache.org/mailing-lists.html#localization-mailing-list-public). +[L10N mailing list](https://openoffice.apache.org/mailing-lists.html#localization-mailing-list-public). See the general explaination for -[what a mailing list is](http://openoffice.apache.org/mailing-lists.html#using-mailing-lists). +[what a mailing list is](https://openoffice.apache.org/mailing-lists.html#using-mailing-lists).