Author: kwade Update of /cvs/fedora/web/html/docs/translation-quick-start-guide In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5942 Added Files: index.php ln-legalnotice.php rv-revhistory.php sn_accounts.php sn_translating_docs.php sn_translating_software.php Removed Files: sn_accounts.html sn_translating_docs.html sn_translating_software.html Log Message: To make the magic of f.r.c work, you need to convert the HTML files into PHP files, commit the changes, then tag the work as LIVE. Here is what I did in building these files: [kwade@erato translation-quick-start-guide]$ pwd /home/kwade/path/to/cvs-docs/translation-quick-start-guide/ [kwade@erato translation-quick-start-guide]$ make html <make output removed> [kwade@erato translation-quick-start-guide]$ cd ../cvs-fedora/web/html/docs/translation-quick-start-guide/ [kwade@erato translation-quick-start-guide]$ pwd /home/kwade/path/to/cvs-fedora/web/html/docs/translation-quick-start-guide/ [kwade@erato translation-quick-start-guide]$ cp ../../../../../cvs-docs/translation-quick-start-guide/translation-quick-start-en/*.html ./ [kwade@erato translation-quick-start-guide]$ ls CVS index.html rv-revhistory.html sn_translating_docs.html fedora.css ln-legalnotice.html sn_accounts.html sn_translating_software.html [kwade@erato translation-quick-start-guide]$ ../../../scripts/docbookhtml2php.py *html index.html converted to index.php ln-legalnotice.html converted to ln-legalnotice.php rv-revhistory.html converted to rv-revhistory.php sn_accounts.html converted to sn_accounts.php sn_translating_docs.html converted to sn_translating_docs.php sn_translating_software.html converted to sn_translating_software.php [kwade@erato translation-quick-start-guide]$ rm *html [kwade@erato translation-quick-start-guide]$ cvs add *php <CVS output removed> [kwade@erato translation-quick-start-guide]$ cvs ci -m "Example log." <CVS output removed> [kwade@erato translation-quick-start-guide]$ cvs tag -F LIVE . <CVS output removed> [kwade@erato translation-quick-start-guide]$ cd - /home/kwade/path/to/cvs-docs/translation-quick-start-guide/ [kwade@erato translation-quick-start-guide]$ cvs tag -F translation-quick-start-guide-initial-release-0.1-2006-01-20 ./ ../docs-common/ ***** Error reading new file: [Errno 2] No such file or directory: 'index.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ln-legalnotice.php' ***** Error reading new file: [Errno 2] No such file or directory: 'rv-revhistory.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn_accounts.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn_translating_docs.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn_translating_software.php' --- sn_accounts.html DELETED --- --- sn_translating_docs.html DELETED --- --- sn_translating_software.html DELETED ---