Difference between revisions of "Website Maintenance"

From GnuCash
Jump to: navigation, search
(Todo: Testing: Draft)
(Adding or Changing Text: related make commands)
Line 7: Line 7:
  
 
After you finished editing the english text, you should prepare the translation by
 
After you finished editing the english text, you should prepare the translation by
# creating a new .pot file
+
# creating a new .pot file <pre>make pot</pre>
# msgmerge all existing .po files
+
# msgmerge all existing .po files <pre>make msgmerge</pre>
 
# send a short mail to gnucash-devel about "Translators: Website changed ..."
 
# send a short mail to gnucash-devel about "Translators: Website changed ..."
 
#:feel free to give them some clues, what changed like  
 
#:feel free to give them some clues, what changed like  
Line 15: Line 15:
 
# As patches with reworked .po files arrive,  
 
# As patches with reworked .po files arrive,  
 
## apply them and
 
## apply them and
## make the .mo files
+
## make the .mo files, e.g. with <pre>make mos</pre>
 
Further details can be found on the [[Translation#How_to_translate_the_website|Translation]] page.
 
Further details can be found on the [[Translation#How_to_translate_the_website|Translation]] page.
  

Revision as of 07:17, 3 February 2016

Sometimes something should be improved on our website. This page is intended to collect the right procedure.

Adding or Changing Text

If you add or change text, keep in mind Gnucash and its website are multilingual. If you - like me and most other people - are not firm in all languages, you should ask the translators, to help you keeping the translations up to date.

After you finished editing the english text, you should prepare the translation by

  1. creating a new .pot file
    make pot
  2. msgmerge all existing .po files
    make msgmerge
  3. send a short mail to gnucash-devel about "Translators: Website changed ..."
    feel free to give them some clues, what changed like
    "complete new download page" or
    "fixed 42 typos in the english text".
  4. As patches with reworked .po files arrive,
    1. apply them and
    2. make the .mo files, e.g. with
      make mos

Further details can be found on the Translation page.

Thanks for your time and work!

Todo: Testing

Idea
Set up apache (or another webserver?)
Add your repository to your apache configuration /etc/apache2/conf.d/
View http://localhost/gnucash/